diff --git a/.github/workflows/epicmorg.base.images.debian.11.yml b/.github/workflows/epicmorg.base.images.debian.11.yml index caaa16044..119f42494 100644 --- a/.github/workflows/epicmorg.base.images.debian.11.yml +++ b/.github/workflows/epicmorg.base.images.debian.11.yml @@ -118,6 +118,7 @@ jobs: - {version: '21', path: 'nodejs/node21'} - {version: '22', path: 'nodejs/node22'} - {version: '23', path: 'nodejs/node23'} + - {version: '24', path: 'nodejs/node24'} steps: - uses: actions/checkout@v4 with: diff --git a/.github/workflows/epicmorg.base.images.debian.12.yml b/.github/workflows/epicmorg.base.images.debian.12.yml index fa2bf3d94..deeb43f53 100644 --- a/.github/workflows/epicmorg.base.images.debian.12.yml +++ b/.github/workflows/epicmorg.base.images.debian.12.yml @@ -119,6 +119,7 @@ jobs: - {version: '21', path: 'nodejs/node21'} - {version: '22', path: 'nodejs/node22'} - {version: '23', path: 'nodejs/node23'} + - {version: '24', path: 'nodejs/node24'} steps: - uses: actions/checkout@v4 with: diff --git a/.github/workflows/epicmorg.base.images.debian.13.yml b/.github/workflows/epicmorg.base.images.debian.13.yml index 822551a3a..b8e14b0de 100644 --- a/.github/workflows/epicmorg.base.images.debian.13.yml +++ b/.github/workflows/epicmorg.base.images.debian.13.yml @@ -121,6 +121,7 @@ jobs: - {version: '21', path: 'nodejs/node21'} - {version: '22', path: 'nodejs/node22'} - {version: '23', path: 'nodejs/node23'} + - {version: '24', path: 'nodejs/node24'} steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/epicmorg.base.images.debian.sid.yml b/.github/workflows/epicmorg.base.images.debian.sid.yml index 2f3bb1804..a9e86ab75 100644 --- a/.github/workflows/epicmorg.base.images.debian.sid.yml +++ b/.github/workflows/epicmorg.base.images.debian.sid.yml @@ -121,6 +121,7 @@ jobs: - {version: '21', path: 'nodejs/node21'} - {version: '22', path: 'nodejs/node22'} - {version: '23', path: 'nodejs/node23'} + - {version: '24', path: 'nodejs/node24'} steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/epicmorg.ecosystem.images.misc.yml b/.github/workflows/epicmorg.ecosystem.images.misc.yml index 31ecb3ee0..60e5f3616 100644 --- a/.github/workflows/epicmorg.ecosystem.images.misc.yml +++ b/.github/workflows/epicmorg.ecosystem.images.misc.yml @@ -547,7 +547,7 @@ jobs: max_attempts: 15 command: make pip - - name: Build and Deploy ninjam + - name: Build and Deploy TelegrabBot Quotes uses: nick-fields/retry@v3 with: retry_wait_seconds: 45 @@ -555,6 +555,59 @@ jobs: max_attempts: 15 command: cd linux/ecosystem/telegram/bot/quotes && make build && make deploy +################################################################################## + + build-steamcmd-image: + name: EpicMorg EcoSystem SteamCMD Image + runs-on: [ ubuntu-24.04 ] + + steps: + - uses: actions/checkout@v4 + with: + clean: true + show-progress: true + submodules: true + + - name: Log into docker registry + uses: nick-fields/retry@v3 + with: + retry_wait_seconds: 45 + timeout_minutes: 600 + max_attempts: 15 + command: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin + + - name: Log into Quay.IO registry + uses: nick-fields/retry@v3 + with: + retry_wait_seconds: 45 + timeout_minutes: 600 + max_attempts: 15 + command: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + + - name: Check buildah + uses: nick-fields/retry@v3 + with: + retry_wait_seconds: 45 + timeout_minutes: 600 + max_attempts: 15 + command: buildah --version + + - name: Test Make + uses: nick-fields/retry@v3 + with: + retry_wait_seconds: 45 + timeout_minutes: 600 + max_attempts: 15 + command: make + + - name: Build and Deploy SteamCMD + uses: nick-fields/retry@v3 + with: + retry_wait_seconds: 45 + timeout_minutes: 600 + max_attempts: 15 + command: cd linux/ecosystem/steamcmd && make build && make deploy + ################################################################################## - name: Cleanup diff --git a/.github/workflows/epicmorg.ecosystem.images.nginx.yml b/.github/workflows/epicmorg.ecosystem.images.nginx.yml index e82ce0c2a..ae1abe046 100644 --- a/.github/workflows/epicmorg.ecosystem.images.nginx.yml +++ b/.github/workflows/epicmorg.ecosystem.images.nginx.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: version: [ - '1.26', '1.27', '1.28', + '1.26', '1.27', '1.28', '1.29', ] steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c372b6fd..8cefff0a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog ## 2025 +* `jul` + * updated `python`, `node`, `cmake`, `openssl`, `flutter`, `go`, `nginx`, `steamcmd` + * fixed buildah builds + * fixed `opentracker` builds + * reverted to `dockerhub` as main `mirror` * `may`-`jun` * buildah squash to service images * `apr` diff --git a/bin/ansible/roles/atlassian.bitbucket/templates/docker-compose/template.docker-compose.jdk17-21.yml.j2 b/bin/ansible/roles/atlassian.bitbucket/templates/docker-compose/template.docker-compose.jdk17-21.yml.j2 index 65ce13eb8..0803d0959 100644 --- a/bin/ansible/roles/atlassian.bitbucket/templates/docker-compose/template.docker-compose.jdk17-21.yml.j2 +++ b/bin/ansible/roles/atlassian.bitbucket/templates/docker-compose/template.docker-compose.jdk17-21.yml.j2 @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:{{ item }}" + image: "epicmorg/bitbucket:{{ item }}" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:{{ item }}-jdk17" + image: "epicmorg/bitbucket:{{ item }}-jdk17" build: context: . app-jdk21: - image: "quay.io/epicmorg/bitbucket:{{ item }}-jdk21" + image: "epicmorg/bitbucket:{{ item }}-jdk21" build: context: . dockerfile: Dockerfile.jdk21 diff --git a/bin/ansible/roles/atlassian.bitbucket/templates/docker-compose/template.docker-compose.jdk17.yml.j2 b/bin/ansible/roles/atlassian.bitbucket/templates/docker-compose/template.docker-compose.jdk17.yml.j2 index 7dd2a29d3..7939d90c0 100644 --- a/bin/ansible/roles/atlassian.bitbucket/templates/docker-compose/template.docker-compose.jdk17.yml.j2 +++ b/bin/ansible/roles/atlassian.bitbucket/templates/docker-compose/template.docker-compose.jdk17.yml.j2 @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:{{ item }}" + image: "epicmorg/bitbucket:{{ item }}" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:{{ item }}-jdk17" + image: "epicmorg/bitbucket:{{ item }}-jdk17" build: context: . diff --git a/bin/ansible/roles/atlassian.bitbucket/templates/docker-compose/template.docker-compose.jdk7.yml.j2 b/bin/ansible/roles/atlassian.bitbucket/templates/docker-compose/template.docker-compose.jdk7.yml.j2 index 3f07c6ed5..654bdaef2 100644 --- a/bin/ansible/roles/atlassian.bitbucket/templates/docker-compose/template.docker-compose.jdk7.yml.j2 +++ b/bin/ansible/roles/atlassian.bitbucket/templates/docker-compose/template.docker-compose.jdk7.yml.j2 @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:{{ item }}" + image: "epicmorg/bitbucket:{{ item }}" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:{{ item }}-jdk7" + image: "epicmorg/bitbucket:{{ item }}-jdk7" build: context: . diff --git a/bin/ansible/roles/atlassian.bitbucket/templates/docker-compose/template.docker-compose.jdk8-11-17.yml.j2 b/bin/ansible/roles/atlassian.bitbucket/templates/docker-compose/template.docker-compose.jdk8-11-17.yml.j2 index 5f1225e68..28b24e47d 100644 --- a/bin/ansible/roles/atlassian.bitbucket/templates/docker-compose/template.docker-compose.jdk8-11-17.yml.j2 +++ b/bin/ansible/roles/atlassian.bitbucket/templates/docker-compose/template.docker-compose.jdk8-11-17.yml.j2 @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:{{ item }}" + image: "epicmorg/bitbucket:{{ item }}" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:{{ item }}-jdk8" + image: "epicmorg/bitbucket:{{ item }}-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:{{ item }}-jdk11" + image: "epicmorg/bitbucket:{{ item }}-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:{{ item }}-jdk17" + image: "epicmorg/bitbucket:{{ item }}-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/bin/ansible/roles/atlassian.bitbucket/templates/docker-compose/template.docker-compose.jdk8-11.yml.j2 b/bin/ansible/roles/atlassian.bitbucket/templates/docker-compose/template.docker-compose.jdk8-11.yml.j2 index 7876f8caa..5cb96239a 100644 --- a/bin/ansible/roles/atlassian.bitbucket/templates/docker-compose/template.docker-compose.jdk8-11.yml.j2 +++ b/bin/ansible/roles/atlassian.bitbucket/templates/docker-compose/template.docker-compose.jdk8-11.yml.j2 @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:{{ item }}" + image: "epicmorg/bitbucket:{{ item }}" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:{{ item }}-jdk8" + image: "epicmorg/bitbucket:{{ item }}-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:{{ item }}-jdk11" + image: "epicmorg/bitbucket:{{ item }}-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/bin/ansible/roles/atlassian.bitbucket/templates/docker-compose/template.docker-compose.jdk8.yml.j2 b/bin/ansible/roles/atlassian.bitbucket/templates/docker-compose/template.docker-compose.jdk8.yml.j2 index 2535b6fd2..7da7bcaef 100644 --- a/bin/ansible/roles/atlassian.bitbucket/templates/docker-compose/template.docker-compose.jdk8.yml.j2 +++ b/bin/ansible/roles/atlassian.bitbucket/templates/docker-compose/template.docker-compose.jdk8.yml.j2 @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:{{ item }}" + image: "epicmorg/bitbucket:{{ item }}" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:{{ item }}-jdk8" + image: "epicmorg/bitbucket:{{ item }}-jdk8" build: context: . \ No newline at end of file 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 8380efdfa..e5a83a0b9 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 035839fc2..4f75639e0 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 d6dd04c6a..8c33e3376 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk21 +FROM epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 f57720447..5ddf56b94 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 8ea84b9ca..a77fdc0f5 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 83645dfa3..36b6ec852 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/bin/ansible/roles/atlassian.confluence/templates/docker-compose/template.docker-compose.jdk11-17.yml.j2 b/bin/ansible/roles/atlassian.confluence/templates/docker-compose/template.docker-compose.jdk11-17.yml.j2 index 7c937f3bb..9f8b5e74c 100644 --- a/bin/ansible/roles/atlassian.confluence/templates/docker-compose/template.docker-compose.jdk11-17.yml.j2 +++ b/bin/ansible/roles/atlassian.confluence/templates/docker-compose/template.docker-compose.jdk11-17.yml.j2 @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:{{ item }}" + image: "epicmorg/confluence:{{ item }}" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:{{ item }}-jdk11" + image: "epicmorg/confluence:{{ item }}-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:{{ item }}-jdk17" + image: "epicmorg/confluence:{{ item }}-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/bin/ansible/roles/atlassian.confluence/templates/docker-compose/template.docker-compose.jdk17-21.yml.j2 b/bin/ansible/roles/atlassian.confluence/templates/docker-compose/template.docker-compose.jdk17-21.yml.j2 index ee48cb4f3..c9fd30f07 100644 --- a/bin/ansible/roles/atlassian.confluence/templates/docker-compose/template.docker-compose.jdk17-21.yml.j2 +++ b/bin/ansible/roles/atlassian.confluence/templates/docker-compose/template.docker-compose.jdk17-21.yml.j2 @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:{{ item }}" + image: "epicmorg/confluence:{{ item }}" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:{{ item }}-jdk17" + image: "epicmorg/confluence:{{ item }}-jdk17" build: context: . app-jdk21: - image: "quay.io/epicmorg/confluence:{{ item }}-jdk21" + image: "epicmorg/confluence:{{ item }}-jdk21" build: context: . dockerfile: Dockerfile.jdk21 \ No newline at end of file diff --git a/bin/ansible/roles/atlassian.confluence/templates/docker-compose/template.docker-compose.jdk6-7.yml.j2 b/bin/ansible/roles/atlassian.confluence/templates/docker-compose/template.docker-compose.jdk6-7.yml.j2 index 02f461ed8..3cda3f539 100644 --- a/bin/ansible/roles/atlassian.confluence/templates/docker-compose/template.docker-compose.jdk6-7.yml.j2 +++ b/bin/ansible/roles/atlassian.confluence/templates/docker-compose/template.docker-compose.jdk6-7.yml.j2 @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:{{ item }}" + image: "epicmorg/confluence:{{ item }}" build: context: . app-jdk6: - image: "quay.io/epicmorg/confluence:{{ item }}-jdk6" + image: "epicmorg/confluence:{{ item }}-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:{{ item }}-jdk7" + image: "epicmorg/confluence:{{ item }}-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/bin/ansible/roles/atlassian.confluence/templates/docker-compose/template.docker-compose.jdk6.yml.j2 b/bin/ansible/roles/atlassian.confluence/templates/docker-compose/template.docker-compose.jdk6.yml.j2 index 56af0801f..d739453ca 100644 --- a/bin/ansible/roles/atlassian.confluence/templates/docker-compose/template.docker-compose.jdk6.yml.j2 +++ b/bin/ansible/roles/atlassian.confluence/templates/docker-compose/template.docker-compose.jdk6.yml.j2 @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:{{ item }}" + image: "epicmorg/confluence:{{ item }}" build: context: . app-jdk6: - image: "quay.io/epicmorg/confluence:{{ item }}-jdk6" + image: "epicmorg/confluence:{{ item }}-jdk6" build: context: . diff --git a/bin/ansible/roles/atlassian.confluence/templates/docker-compose/template.docker-compose.jdk7-8.yml.j2 b/bin/ansible/roles/atlassian.confluence/templates/docker-compose/template.docker-compose.jdk7-8.yml.j2 index f3bd7d6c6..55dde02d0 100644 --- a/bin/ansible/roles/atlassian.confluence/templates/docker-compose/template.docker-compose.jdk7-8.yml.j2 +++ b/bin/ansible/roles/atlassian.confluence/templates/docker-compose/template.docker-compose.jdk7-8.yml.j2 @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:{{ item }}" + image: "epicmorg/confluence:{{ item }}" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:{{ item }}-jdk7" + image: "epicmorg/confluence:{{ item }}-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:{{ item }}-jdk8" + image: "epicmorg/confluence:{{ item }}-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/bin/ansible/roles/atlassian.confluence/templates/docker-compose/template.docker-compose.jdk7.yml.j2 b/bin/ansible/roles/atlassian.confluence/templates/docker-compose/template.docker-compose.jdk7.yml.j2 index 228bc8809..c9eb71032 100644 --- a/bin/ansible/roles/atlassian.confluence/templates/docker-compose/template.docker-compose.jdk7.yml.j2 +++ b/bin/ansible/roles/atlassian.confluence/templates/docker-compose/template.docker-compose.jdk7.yml.j2 @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:{{ item }}" + image: "epicmorg/confluence:{{ item }}" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:{{ item }}-jdk7" + image: "epicmorg/confluence:{{ item }}-jdk7" build: context: . diff --git a/bin/ansible/roles/atlassian.confluence/templates/docker-compose/template.docker-compose.jdk8-11.yml.j2 b/bin/ansible/roles/atlassian.confluence/templates/docker-compose/template.docker-compose.jdk8-11.yml.j2 index 9123236f4..7c2376037 100644 --- a/bin/ansible/roles/atlassian.confluence/templates/docker-compose/template.docker-compose.jdk8-11.yml.j2 +++ b/bin/ansible/roles/atlassian.confluence/templates/docker-compose/template.docker-compose.jdk8-11.yml.j2 @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:{{ item }}" + image: "epicmorg/confluence:{{ item }}" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:{{ item }}-jdk8" + image: "epicmorg/confluence:{{ item }}-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:{{ item }}-jdk11" + image: "epicmorg/confluence:{{ item }}-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/bin/ansible/roles/atlassian.confluence/templates/docker-compose/template.docker-compose.jdk8.yml.j2 b/bin/ansible/roles/atlassian.confluence/templates/docker-compose/template.docker-compose.jdk8.yml.j2 index 7d65f1d8f..779495d21 100644 --- a/bin/ansible/roles/atlassian.confluence/templates/docker-compose/template.docker-compose.jdk8.yml.j2 +++ b/bin/ansible/roles/atlassian.confluence/templates/docker-compose/template.docker-compose.jdk8.yml.j2 @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:{{ item }}" + image: "epicmorg/confluence:{{ item }}" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:{{ item }}-jdk8" + image: "epicmorg/confluence:{{ item }}-jdk8" build: context: . 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 05c1cfa21..6387ec599 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 a851aad2f..bdfe19161 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 39f10a669..e75040025 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk21 +FROM epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 45ebdb322..a80d4ec3d 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 31e473c0c..25c1ff129 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 8522c721d..5aff470ec 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/bin/ansible/roles/atlassian.crowd/templates/docker-compose/template.docker-compose.jdk17.yml.j2 b/bin/ansible/roles/atlassian.crowd/templates/docker-compose/template.docker-compose.jdk17.yml.j2 index f9abe54c5..2b52a1438 100644 --- a/bin/ansible/roles/atlassian.crowd/templates/docker-compose/template.docker-compose.jdk17.yml.j2 +++ b/bin/ansible/roles/atlassian.crowd/templates/docker-compose/template.docker-compose.jdk17.yml.j2 @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crowd:{{ item }}" + image: "epicmorg/crowd:{{ item }}" build: context: . app-jdk17: - image: "quay.io/epicmorg/crowd:{{ item }}-jdk17" + image: "epicmorg/crowd:{{ item }}-jdk17" build: context: . diff --git a/bin/ansible/roles/atlassian.crowd/templates/docker-compose/template.docker-compose.jdk6-7.yml.j2 b/bin/ansible/roles/atlassian.crowd/templates/docker-compose/template.docker-compose.jdk6-7.yml.j2 index b02ae3597..71195f6c8 100644 --- a/bin/ansible/roles/atlassian.crowd/templates/docker-compose/template.docker-compose.jdk6-7.yml.j2 +++ b/bin/ansible/roles/atlassian.crowd/templates/docker-compose/template.docker-compose.jdk6-7.yml.j2 @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:{{ item }}" + image: "epicmorg/crowd:{{ item }}" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:{{ item }}-jdk6" + image: "epicmorg/crowd:{{ item }}-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:{{ item }}-jdk7" + image: "epicmorg/crowd:{{ item }}-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/bin/ansible/roles/atlassian.crowd/templates/docker-compose/template.docker-compose.jdk6.yml.j2 b/bin/ansible/roles/atlassian.crowd/templates/docker-compose/template.docker-compose.jdk6.yml.j2 index 2cbdf1919..c51284291 100644 --- a/bin/ansible/roles/atlassian.crowd/templates/docker-compose/template.docker-compose.jdk6.yml.j2 +++ b/bin/ansible/roles/atlassian.crowd/templates/docker-compose/template.docker-compose.jdk6.yml.j2 @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crowd:{{ item }}" + image: "epicmorg/crowd:{{ item }}" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:{{ item }}-jdk6" + image: "epicmorg/crowd:{{ item }}-jdk6" build: context: . diff --git a/bin/ansible/roles/atlassian.crowd/templates/docker-compose/template.docker-compose.jdk8-11.yml.j2 b/bin/ansible/roles/atlassian.crowd/templates/docker-compose/template.docker-compose.jdk8-11.yml.j2 index 65a2c3135..c4e3891e1 100644 --- a/bin/ansible/roles/atlassian.crowd/templates/docker-compose/template.docker-compose.jdk8-11.yml.j2 +++ b/bin/ansible/roles/atlassian.crowd/templates/docker-compose/template.docker-compose.jdk8-11.yml.j2 @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:{{ item }}" + image: "epicmorg/crowd:{{ item }}" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:{{ item }}-jdk8" + image: "epicmorg/crowd:{{ item }}-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:{{ item }}-jdk11" + image: "epicmorg/crowd:{{ item }}-jdk11" build: context: . dockerfile: Dockerfile.jdk11 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 3727e3415..9cd64cbf5 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 7493d5b63..e893586df 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 a73f76dca..ee625b405 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 cfdd88cb0..ba900819f 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk21 +FROM epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 fd0a36eee..0ff8e824f 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 3fac1bd01..765eeb8c1 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 d13619ee7..4e9989356 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 5cd4626c2..0335082c3 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 58c6d0b1c..00d964e53 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 6064c7c74..a98ab0392 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 b660973df..9d64b80e5 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/bin/ansible/roles/atlassian.crucible/templates/docker-compose/template.docker-compose.jdk6.yml.j2 b/bin/ansible/roles/atlassian.crucible/templates/docker-compose/template.docker-compose.jdk6.yml.j2 index a96a343b8..4c0b1693e 100644 --- a/bin/ansible/roles/atlassian.crucible/templates/docker-compose/template.docker-compose.jdk6.yml.j2 +++ b/bin/ansible/roles/atlassian.crucible/templates/docker-compose/template.docker-compose.jdk6.yml.j2 @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crucible:{{ item }}" + image: "epicmorg/crucible:{{ item }}" build: context: . app-jdk6: - image: "quay.io/epicmorg/crucible:{{ item }}-jdk6" + image: "epicmorg/crucible:{{ item }}-jdk6" build: context: . 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 101c93f06..324447600 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/crucible-temp && \ diff --git a/bin/ansible/roles/atlassian.fisheye-crucible/templates/docker-compose/template.docker-compose.jdk6-7.yml.j2 b/bin/ansible/roles/atlassian.fisheye-crucible/templates/docker-compose/template.docker-compose.jdk6-7.yml.j2 index d21e28bc3..9428fde20 100644 --- a/bin/ansible/roles/atlassian.fisheye-crucible/templates/docker-compose/template.docker-compose.jdk6-7.yml.j2 +++ b/bin/ansible/roles/atlassian.fisheye-crucible/templates/docker-compose/template.docker-compose.jdk6-7.yml.j2 @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:{{ item }}" + image: "epicmorg/fisheye-crucible:{{ item }}" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:{{ item }}-jdk6" + image: "epicmorg/fisheye-crucible:{{ item }}-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:{{ item }}-jdk7" + image: "epicmorg/fisheye-crucible:{{ item }}-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/bin/ansible/roles/atlassian.fisheye-crucible/templates/docker-compose/template.docker-compose.jdk6.yml.j2 b/bin/ansible/roles/atlassian.fisheye-crucible/templates/docker-compose/template.docker-compose.jdk6.yml.j2 index 7ec4fd42c..cb8ea6de5 100644 --- a/bin/ansible/roles/atlassian.fisheye-crucible/templates/docker-compose/template.docker-compose.jdk6.yml.j2 +++ b/bin/ansible/roles/atlassian.fisheye-crucible/templates/docker-compose/template.docker-compose.jdk6.yml.j2 @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:{{ item }}" + image: "epicmorg/fisheye-crucible:{{ item }}" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:{{ item }}-jdk6" + image: "epicmorg/fisheye-crucible:{{ item }}-jdk6" build: context: . diff --git a/bin/ansible/roles/atlassian.fisheye-crucible/templates/docker-compose/template.docker-compose.jdk8.yml.j2 b/bin/ansible/roles/atlassian.fisheye-crucible/templates/docker-compose/template.docker-compose.jdk8.yml.j2 index f73c543ac..99db617ba 100644 --- a/bin/ansible/roles/atlassian.fisheye-crucible/templates/docker-compose/template.docker-compose.jdk8.yml.j2 +++ b/bin/ansible/roles/atlassian.fisheye-crucible/templates/docker-compose/template.docker-compose.jdk8.yml.j2 @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:{{ item }}" + image: "epicmorg/fisheye-crucible:{{ item }}" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:{{ item }}-jdk8" + image: "epicmorg/fisheye-crucible:{{ item }}-jdk8" build: context: . 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 24dd94365..504801c60 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 7eb905934..c94f5cd4c 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 7c027b12f..c4aad7b78 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/bin/ansible/roles/atlassian.fisheye/templates/docker-compose/template.docker-compose.jdk6.yml.j2 b/bin/ansible/roles/atlassian.fisheye/templates/docker-compose/template.docker-compose.jdk6.yml.j2 index 94ea7d225..57ba78dd9 100644 --- a/bin/ansible/roles/atlassian.fisheye/templates/docker-compose/template.docker-compose.jdk6.yml.j2 +++ b/bin/ansible/roles/atlassian.fisheye/templates/docker-compose/template.docker-compose.jdk6.yml.j2 @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye:{{ item }}" + image: "epicmorg/fisheye:{{ item }}" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye:{{ item }}-jdk6" + image: "epicmorg/fisheye:{{ item }}-jdk6" build: context: . 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 406619254..3ca3d8732 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/bin/ansible/roles/atlassian.jira/templates/docker-compose/template.docker-compose.jdk17.yml.j2 b/bin/ansible/roles/atlassian.jira/templates/docker-compose/template.docker-compose.jdk17.yml.j2 index f9d6b5bce..3aa50774e 100644 --- a/bin/ansible/roles/atlassian.jira/templates/docker-compose/template.docker-compose.jdk17.yml.j2 +++ b/bin/ansible/roles/atlassian.jira/templates/docker-compose/template.docker-compose.jdk17.yml.j2 @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:{{ item }}" + image: "epicmorg/jira:{{ item }}" build: context: . app-jdk17: - image: "quay.io/epicmorg/jira:{{ item }}-jdk17" + image: "epicmorg/jira:{{ item }}-jdk17" build: context: . \ No newline at end of file diff --git a/bin/ansible/roles/atlassian.jira/templates/docker-compose/template.docker-compose.jdk6-7.yml.j2 b/bin/ansible/roles/atlassian.jira/templates/docker-compose/template.docker-compose.jdk6-7.yml.j2 index d6e2226c9..5a451f393 100644 --- a/bin/ansible/roles/atlassian.jira/templates/docker-compose/template.docker-compose.jdk6-7.yml.j2 +++ b/bin/ansible/roles/atlassian.jira/templates/docker-compose/template.docker-compose.jdk6-7.yml.j2 @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:{{ item }}" + image: "epicmorg/jira:{{ item }}" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:{{ item }}-jdk6" + image: "epicmorg/jira:{{ item }}-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:{{ item }}-jdk7" + image: "epicmorg/jira:{{ item }}-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/bin/ansible/roles/atlassian.jira/templates/docker-compose/template.docker-compose.jdk6.yml.j2 b/bin/ansible/roles/atlassian.jira/templates/docker-compose/template.docker-compose.jdk6.yml.j2 index 423888e69..330394070 100644 --- a/bin/ansible/roles/atlassian.jira/templates/docker-compose/template.docker-compose.jdk6.yml.j2 +++ b/bin/ansible/roles/atlassian.jira/templates/docker-compose/template.docker-compose.jdk6.yml.j2 @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:{{ item }}" + image: "epicmorg/jira:{{ item }}" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:{{ item }}-jdk6" + image: "epicmorg/jira:{{ item }}-jdk6" build: context: . diff --git a/bin/ansible/roles/atlassian.jira/templates/docker-compose/template.docker-compose.jdk7-8.yml.j2 b/bin/ansible/roles/atlassian.jira/templates/docker-compose/template.docker-compose.jdk7-8.yml.j2 index cfbf5eed4..a846937e8 100644 --- a/bin/ansible/roles/atlassian.jira/templates/docker-compose/template.docker-compose.jdk7-8.yml.j2 +++ b/bin/ansible/roles/atlassian.jira/templates/docker-compose/template.docker-compose.jdk7-8.yml.j2 @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:{{ item }}" + image: "epicmorg/jira:{{ item }}" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:{{ item }}-jdk7" + image: "epicmorg/jira:{{ item }}-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:{{ item }}-jdk8" + image: "epicmorg/jira:{{ item }}-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/bin/ansible/roles/atlassian.jira/templates/docker-compose/template.docker-compose.jdk7.yml.j2 b/bin/ansible/roles/atlassian.jira/templates/docker-compose/template.docker-compose.jdk7.yml.j2 index 9f957e25f..baa21b7fc 100644 --- a/bin/ansible/roles/atlassian.jira/templates/docker-compose/template.docker-compose.jdk7.yml.j2 +++ b/bin/ansible/roles/atlassian.jira/templates/docker-compose/template.docker-compose.jdk7.yml.j2 @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:{{ item }}" + image: "epicmorg/jira:{{ item }}" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:{{ item }}-jdk7" + image: "epicmorg/jira:{{ item }}-jdk7" build: context: . diff --git a/bin/ansible/roles/atlassian.jira/templates/docker-compose/template.docker-compose.jdk8-11-17.yml.j2 b/bin/ansible/roles/atlassian.jira/templates/docker-compose/template.docker-compose.jdk8-11-17.yml.j2 index 9bb1a5f53..740c7b70d 100644 --- a/bin/ansible/roles/atlassian.jira/templates/docker-compose/template.docker-compose.jdk8-11-17.yml.j2 +++ b/bin/ansible/roles/atlassian.jira/templates/docker-compose/template.docker-compose.jdk8-11-17.yml.j2 @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:{{ item }}" + image: "epicmorg/jira:{{ item }}" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:{{ item }}-jdk8" + image: "epicmorg/jira:{{ item }}-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:{{ item }}-jdk11" + image: "epicmorg/jira:{{ item }}-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:{{ item }}-jdk17" + image: "epicmorg/jira:{{ item }}-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/bin/ansible/roles/atlassian.jira/templates/docker-compose/template.docker-compose.jdk8-11.yml.j2 b/bin/ansible/roles/atlassian.jira/templates/docker-compose/template.docker-compose.jdk8-11.yml.j2 index d3e6f6de2..04ce86f12 100644 --- a/bin/ansible/roles/atlassian.jira/templates/docker-compose/template.docker-compose.jdk8-11.yml.j2 +++ b/bin/ansible/roles/atlassian.jira/templates/docker-compose/template.docker-compose.jdk8-11.yml.j2 @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:{{ item }}" + image: "epicmorg/jira:{{ item }}" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:{{ item }}-jdk8" + image: "epicmorg/jira:{{ item }}-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:{{ item }}-jdk11" + image: "epicmorg/jira:{{ item }}-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/bin/ansible/roles/atlassian.jira/templates/docker-compose/template.docker-compose.jdk8.yml.j2 b/bin/ansible/roles/atlassian.jira/templates/docker-compose/template.docker-compose.jdk8.yml.j2 index 1bdb5d6b7..bb2ba0d44 100644 --- a/bin/ansible/roles/atlassian.jira/templates/docker-compose/template.docker-compose.jdk8.yml.j2 +++ b/bin/ansible/roles/atlassian.jira/templates/docker-compose/template.docker-compose.jdk8.yml.j2 @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:{{ item }}" + image: "epicmorg/jira:{{ item }}" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:{{ item }}-jdk8" + image: "epicmorg/jira:{{ item }}-jdk8" build: context: . 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 1514c9b02..26719dfb8 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 dca2ec433..a98e7c114 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 1cfe3b73a..2f043e5c4 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 c19c7d026..b41a66257 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 a7357e015..93da15e0c 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 a96660a1a..a843b25b3 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 91c57678b..c7a34eafe 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/bin/ansible/roles/gurock.testrail/templates/php70/ad/Dockerfile.j2 b/bin/ansible/roles/gurock.testrail/templates/php70/ad/Dockerfile.j2 index 34dc46586..96952ca89 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php70/ad/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php70/ad/Dockerfile.j2 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:{{ item }} +FROM epicmorg/testrail:{{ item }} ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/bin/ansible/roles/gurock.testrail/templates/php70/ad/docker-compose.yml.j2 b/bin/ansible/roles/gurock.testrail/templates/php70/ad/docker-compose.yml.j2 index 128186143..ce282e51c 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php70/ad/docker-compose.yml.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php70/ad/docker-compose.yml.j2 @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-{{ item }}" + image: "epicmorg/testrail:auth-ad-{{ item }}" build: context: . diff --git a/bin/ansible/roles/gurock.testrail/templates/php70/ldap/Dockerfile.j2 b/bin/ansible/roles/gurock.testrail/templates/php70/ldap/Dockerfile.j2 index 75a83ec44..dae850eca 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php70/ldap/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php70/ldap/Dockerfile.j2 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:{{ item }} +FROM epicmorg/testrail:{{ item }} ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/bin/ansible/roles/gurock.testrail/templates/php70/ldap/docker-compose.yml.j2 b/bin/ansible/roles/gurock.testrail/templates/php70/ldap/docker-compose.yml.j2 index 59bbbee3b..d36074f6a 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php70/ldap/docker-compose.yml.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php70/ldap/docker-compose.yml.j2 @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-{{ item }}" + image: "epicmorg/testrail:auth-ldap-{{ item }}" build: context: . 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 b5e643f33..4e50ef0e5 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php70/main/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php70/main/Dockerfile.j2 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.0 +FROM epicmorg/apache2:php7.0 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion70.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion70.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/bin/ansible/roles/gurock.testrail/templates/php70/main/docker-compose.yml.j2 b/bin/ansible/roles/gurock.testrail/templates/php70/main/docker-compose.yml.j2 index 2390049d4..2854727fa 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php70/main/docker-compose.yml.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php70/main/docker-compose.yml.j2 @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:{{ item }}" + image: "epicmorg/testrail:{{ item }}" build: context: . diff --git a/bin/ansible/roles/gurock.testrail/templates/php71/ad/Dockerfile.j2 b/bin/ansible/roles/gurock.testrail/templates/php71/ad/Dockerfile.j2 index 34dc46586..96952ca89 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php71/ad/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php71/ad/Dockerfile.j2 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:{{ item }} +FROM epicmorg/testrail:{{ item }} ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/bin/ansible/roles/gurock.testrail/templates/php71/ad/docker-compose.yml.j2 b/bin/ansible/roles/gurock.testrail/templates/php71/ad/docker-compose.yml.j2 index 128186143..ce282e51c 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php71/ad/docker-compose.yml.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php71/ad/docker-compose.yml.j2 @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-{{ item }}" + image: "epicmorg/testrail:auth-ad-{{ item }}" build: context: . diff --git a/bin/ansible/roles/gurock.testrail/templates/php71/ldap/Dockerfile.j2 b/bin/ansible/roles/gurock.testrail/templates/php71/ldap/Dockerfile.j2 index 75a83ec44..dae850eca 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php71/ldap/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php71/ldap/Dockerfile.j2 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:{{ item }} +FROM epicmorg/testrail:{{ item }} ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/bin/ansible/roles/gurock.testrail/templates/php71/ldap/docker-compose.yml.j2 b/bin/ansible/roles/gurock.testrail/templates/php71/ldap/docker-compose.yml.j2 index 59bbbee3b..d36074f6a 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php71/ldap/docker-compose.yml.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php71/ldap/docker-compose.yml.j2 @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-{{ item }}" + image: "epicmorg/testrail:auth-ldap-{{ item }}" build: context: . 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 97e2c3f77..de01878f3 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php71/main/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php71/main/Dockerfile.j2 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.1 +FROM epicmorg/apache2:php7.1 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/bin/ansible/roles/gurock.testrail/templates/php71/main/docker-compose.yml.j2 b/bin/ansible/roles/gurock.testrail/templates/php71/main/docker-compose.yml.j2 index 2390049d4..2854727fa 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php71/main/docker-compose.yml.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php71/main/docker-compose.yml.j2 @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:{{ item }}" + image: "epicmorg/testrail:{{ item }}" build: context: . diff --git a/bin/ansible/roles/gurock.testrail/templates/php72/ad/Dockerfile.j2 b/bin/ansible/roles/gurock.testrail/templates/php72/ad/Dockerfile.j2 index 34dc46586..96952ca89 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php72/ad/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php72/ad/Dockerfile.j2 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:{{ item }} +FROM epicmorg/testrail:{{ item }} ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/bin/ansible/roles/gurock.testrail/templates/php72/ad/docker-compose.yml.j2 b/bin/ansible/roles/gurock.testrail/templates/php72/ad/docker-compose.yml.j2 index 128186143..ce282e51c 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php72/ad/docker-compose.yml.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php72/ad/docker-compose.yml.j2 @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-{{ item }}" + image: "epicmorg/testrail:auth-ad-{{ item }}" build: context: . diff --git a/bin/ansible/roles/gurock.testrail/templates/php72/ldap/Dockerfile.j2 b/bin/ansible/roles/gurock.testrail/templates/php72/ldap/Dockerfile.j2 index 75a83ec44..dae850eca 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php72/ldap/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php72/ldap/Dockerfile.j2 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:{{ item }} +FROM epicmorg/testrail:{{ item }} ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/bin/ansible/roles/gurock.testrail/templates/php72/ldap/docker-compose.yml.j2 b/bin/ansible/roles/gurock.testrail/templates/php72/ldap/docker-compose.yml.j2 index 59bbbee3b..d36074f6a 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php72/ldap/docker-compose.yml.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php72/ldap/docker-compose.yml.j2 @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-{{ item }}" + image: "epicmorg/testrail:auth-ldap-{{ item }}" build: context: . 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 677e4e206..8556dd556 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php72/main/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php72/main/Dockerfile.j2 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.2 +FROM epicmorg/apache2:php7.2 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/bin/ansible/roles/gurock.testrail/templates/php72/main/docker-compose.yml.j2 b/bin/ansible/roles/gurock.testrail/templates/php72/main/docker-compose.yml.j2 index 2390049d4..2854727fa 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php72/main/docker-compose.yml.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php72/main/docker-compose.yml.j2 @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:{{ item }}" + image: "epicmorg/testrail:{{ item }}" build: context: . diff --git a/bin/ansible/roles/gurock.testrail/templates/php74/ad/Dockerfile.j2 b/bin/ansible/roles/gurock.testrail/templates/php74/ad/Dockerfile.j2 index 34dc46586..96952ca89 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php74/ad/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php74/ad/Dockerfile.j2 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:{{ item }} +FROM epicmorg/testrail:{{ item }} ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/bin/ansible/roles/gurock.testrail/templates/php74/ad/docker-compose.yml.j2 b/bin/ansible/roles/gurock.testrail/templates/php74/ad/docker-compose.yml.j2 index 128186143..ce282e51c 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php74/ad/docker-compose.yml.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php74/ad/docker-compose.yml.j2 @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-{{ item }}" + image: "epicmorg/testrail:auth-ad-{{ item }}" build: context: . diff --git a/bin/ansible/roles/gurock.testrail/templates/php74/ldap/Dockerfile.j2 b/bin/ansible/roles/gurock.testrail/templates/php74/ldap/Dockerfile.j2 index 75a83ec44..dae850eca 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php74/ldap/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php74/ldap/Dockerfile.j2 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:{{ item }} +FROM epicmorg/testrail:{{ item }} ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/bin/ansible/roles/gurock.testrail/templates/php74/ldap/docker-compose.yml.j2 b/bin/ansible/roles/gurock.testrail/templates/php74/ldap/docker-compose.yml.j2 index 59bbbee3b..d36074f6a 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php74/ldap/docker-compose.yml.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php74/ldap/docker-compose.yml.j2 @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-{{ item }}" + image: "epicmorg/testrail:auth-ldap-{{ item }}" build: context: . 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 eadcb75e3..48dda3715 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php74/main/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php74/main/Dockerfile.j2 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.4 +FROM epicmorg/apache2:php7.4 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/bin/ansible/roles/gurock.testrail/templates/php74/main/docker-compose.yml.j2 b/bin/ansible/roles/gurock.testrail/templates/php74/main/docker-compose.yml.j2 index 2390049d4..2854727fa 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php74/main/docker-compose.yml.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php74/main/docker-compose.yml.j2 @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:{{ item }}" + image: "epicmorg/testrail:{{ item }}" build: context: . diff --git a/bin/ansible/roles/gurock.testrail/templates/php81/ad/Dockerfile.j2 b/bin/ansible/roles/gurock.testrail/templates/php81/ad/Dockerfile.j2 index 34dc46586..96952ca89 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php81/ad/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php81/ad/Dockerfile.j2 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:{{ item }} +FROM epicmorg/testrail:{{ item }} ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/bin/ansible/roles/gurock.testrail/templates/php81/ad/docker-compose.yml.j2 b/bin/ansible/roles/gurock.testrail/templates/php81/ad/docker-compose.yml.j2 index 128186143..ce282e51c 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php81/ad/docker-compose.yml.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php81/ad/docker-compose.yml.j2 @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-{{ item }}" + image: "epicmorg/testrail:auth-ad-{{ item }}" build: context: . diff --git a/bin/ansible/roles/gurock.testrail/templates/php81/ldap/Dockerfile.j2 b/bin/ansible/roles/gurock.testrail/templates/php81/ldap/Dockerfile.j2 index 75a83ec44..dae850eca 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php81/ldap/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php81/ldap/Dockerfile.j2 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:{{ item }} +FROM epicmorg/testrail:{{ item }} ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/bin/ansible/roles/gurock.testrail/templates/php81/ldap/docker-compose.yml.j2 b/bin/ansible/roles/gurock.testrail/templates/php81/ldap/docker-compose.yml.j2 index 59bbbee3b..d36074f6a 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php81/ldap/docker-compose.yml.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php81/ldap/docker-compose.yml.j2 @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-{{ item }}" + image: "epicmorg/testrail:auth-ldap-{{ item }}" build: context: . 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 6f2393bad..a62455473 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php81/main/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php81/main/Dockerfile.j2 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php8.1 +FROM epicmorg/apache2:php8.1 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion81.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion81.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/bin/ansible/roles/gurock.testrail/templates/php81/main/docker-compose.yml.j2 b/bin/ansible/roles/gurock.testrail/templates/php81/main/docker-compose.yml.j2 index 2390049d4..2854727fa 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php81/main/docker-compose.yml.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php81/main/docker-compose.yml.j2 @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:{{ item }}" + image: "epicmorg/testrail:{{ item }}" build: context: . diff --git a/games/7d2d/Dockerfile b/games/7d2d/Dockerfile index bbf8b9a68..cb1c05f49 100644 --- a/games/7d2d/Dockerfile +++ b/games/7d2d/Dockerfile @@ -1,7 +1,7 @@ ############################################## # 7d2d dedicated server ############################################## -FROM epicmorg/linux-steamcmd +FROM epicmorg/steamcmd:linux LABEL maintainer="Guahos, chipmunkzombie@gmail.com" #Steam App ID diff --git a/games/7d2d/docker-compose.yml b/games/7d2d/docker-compose.yml index 4797ef3c9..36e4b316e 100644 --- a/games/7d2d/docker-compose.yml +++ b/games/7d2d/docker-compose.yml @@ -1,4 +1,3 @@ -version: '3.7' services: 7d2d_server: container_name: 7d2d_ds_v1 diff --git a/games/csgo/Dockerfile b/games/csgo/Dockerfile index ce58c79b2..c83c35492 100644 --- a/games/csgo/Dockerfile +++ b/games/csgo/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/linux-steamcmd +FROM epicmorg/steamcmd:linux LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/games/steamcmd/Dockerfile b/games/steamcmd/Dockerfile deleted file mode 100644 index b61360fd9..000000000 --- a/games/steamcmd/Dockerfile +++ /dev/null @@ -1,37 +0,0 @@ -FROM epicmorg/edge -LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" -ARG DEBIAN_FRONTEND=noninteractive - -ENV LD_LIBRARY_PATH=/steamcmd/linux64 -ENV VALVE_FOLDER=/valve -ENV VALVE_STEAMCMD_FOLDER=${VALVE_FOLDER}/steamcmd -ENV VALVE_GAME_FOLDER=${VALVE_FOLDER}/game -ENV VALVE_VOLUME_FOLDER=${VALVE_FOLDER}/volume -ENV PATH="${VALVE_STEAMCMD_FOLDER}:${PATH}" - -WORKDIR $VALVE_STEAMCMD_FOLDER - -################################################################## -# installing steamcmd -################################################################## -RUN mkdir -p ${VALVE_STEAMCMD_FOLDER} ${VALVE_GAME_FOLDER} ${VALVE_VOLUME_FOLDER} -ADD http://media.steampowered.com/installer/steamcmd_linux.tar.gz $VALVE_STEAMCMD_FOLDER - -RUN dpkg --add-architecture i386 && \ - apt-get update && \ - apt-get autoremove -y && \ - apt-get install -y --allow-unauthenticated gcc-multilib lib32stdc++6 lib32gcc1 && \ - tar -xvf $VALVE_STEAMCMD_FOLDER/steamcmd_linux.tar.gz -C $VALVE_STEAMCMD_FOLDER && \ - ln -s $VALVE_STEAMCMD_FOLDER/steamcmd.sh $VALVE_STEAMCMD_FOLDER/steamcmd && \ - ln -s $VALVE_STEAMCMD_FOLDER/steam.sh $VALVE_STEAMCMD_FOLDER/steam && \ - steamcmd +quit - -################################################################## -# cleaninig up -################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rfv $VALVE_STEAMCMD_FOLDER/steamcmd_linux.tar.gz && \ - rm -rfv /tmp/ && \ - rm -rfv /var/lib/apt/lists/* && \ - rm -rfv /var/cache/apt/archives/*.deb diff --git a/games/steamcmd/Makefile b/games/steamcmd/Makefile deleted file mode 100644 index fdeacb8dc..000000000 --- a/games/steamcmd/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -all: emgcmd -emgcmd: - docker build --compress -t epicmorg/linux-steamcmd . - docker push epicmorg/linux-steamcmd - diff --git a/linux/advanced/mattermost/docker-compose.yml b/linux/advanced/mattermost/docker-compose.yml index 499b843c2..8e0072d10 100644 --- a/linux/advanced/mattermost/docker-compose.yml +++ b/linux/advanced/mattermost/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/mattermost-enterprise-edition:latest" + image: "epicmorg/mattermost-enterprise-edition:latest" build: context: . diff --git a/linux/advanced/nextcloud/patched/14/Dockerfile b/linux/advanced/nextcloud/patched/14/Dockerfile index 715a1ef83..ca2db6e4f 100644 --- a/linux/advanced/nextcloud/patched/14/Dockerfile +++ b/linux/advanced/nextcloud/patched/14/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/nextcloud:14 +FROM epicmorg/nextcloud:14 ################################################################## # thank u, mac users. rolling back normal ZipStreammer diff --git a/linux/advanced/nextcloud/patched/14/docker-compose.yml b/linux/advanced/nextcloud/patched/14/docker-compose.yml index 6a428197d..26e8f2b1f 100644 --- a/linux/advanced/nextcloud/patched/14/docker-compose.yml +++ b/linux/advanced/nextcloud/patched/14/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nextcloud:14-patched" + image: "epicmorg/nextcloud:14-patched" build: context: . diff --git a/linux/advanced/nextcloud/patched/15/Dockerfile b/linux/advanced/nextcloud/patched/15/Dockerfile index 88bc1f72c..4c8aa5f3c 100644 --- a/linux/advanced/nextcloud/patched/15/Dockerfile +++ b/linux/advanced/nextcloud/patched/15/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/nextcloud:15 +FROM epicmorg/nextcloud:15 ################################################################## # thank u, mac users. rolling back normal ZipStreammer diff --git a/linux/advanced/nextcloud/patched/15/docker-compose.yml b/linux/advanced/nextcloud/patched/15/docker-compose.yml index 9d333522d..3b0de4649 100644 --- a/linux/advanced/nextcloud/patched/15/docker-compose.yml +++ b/linux/advanced/nextcloud/patched/15/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nextcloud:15-patched" + image: "epicmorg/nextcloud:15-patched" build: context: . diff --git a/linux/advanced/nextcloud/patched/16/Dockerfile b/linux/advanced/nextcloud/patched/16/Dockerfile index bbb9de9b2..c16b7ceb2 100644 --- a/linux/advanced/nextcloud/patched/16/Dockerfile +++ b/linux/advanced/nextcloud/patched/16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/nextcloud:16 +FROM epicmorg/nextcloud:16 ################################################################## # thank u, mac users. rolling back normal ZipStreammer diff --git a/linux/advanced/nextcloud/patched/16/docker-compose.yml b/linux/advanced/nextcloud/patched/16/docker-compose.yml index bd8cc2713..596a274b8 100644 --- a/linux/advanced/nextcloud/patched/16/docker-compose.yml +++ b/linux/advanced/nextcloud/patched/16/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nextcloud:16-patched" + image: "epicmorg/nextcloud:16-patched" build: context: . diff --git a/linux/advanced/nextcloud/patched/17/Dockerfile b/linux/advanced/nextcloud/patched/17/Dockerfile index 96ed5a4ef..8bce4c202 100644 --- a/linux/advanced/nextcloud/patched/17/Dockerfile +++ b/linux/advanced/nextcloud/patched/17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/nextcloud:17 +FROM epicmorg/nextcloud:17 ################################################################## # thank u, mac users. rolling back normal ZipStreammer diff --git a/linux/advanced/nextcloud/patched/17/docker-compose.yml b/linux/advanced/nextcloud/patched/17/docker-compose.yml index a3290a651..5646ef27c 100644 --- a/linux/advanced/nextcloud/patched/17/docker-compose.yml +++ b/linux/advanced/nextcloud/patched/17/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nextcloud:17-patched" + image: "epicmorg/nextcloud:17-patched" build: context: . diff --git a/linux/advanced/nextcloud/patched/18/Dockerfile b/linux/advanced/nextcloud/patched/18/Dockerfile index ec2ff3768..13e0ba464 100644 --- a/linux/advanced/nextcloud/patched/18/Dockerfile +++ b/linux/advanced/nextcloud/patched/18/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/nextcloud:18 +FROM epicmorg/nextcloud:18 ################################################################## # thank u, mac users. rolling back normal ZipStreammer diff --git a/linux/advanced/nextcloud/patched/18/docker-compose.yml b/linux/advanced/nextcloud/patched/18/docker-compose.yml index 724141e84..fa10926d8 100644 --- a/linux/advanced/nextcloud/patched/18/docker-compose.yml +++ b/linux/advanced/nextcloud/patched/18/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nextcloud:18-patched" + image: "epicmorg/nextcloud:18-patched" build: context: . diff --git a/linux/advanced/nextcloud/patched/19/Dockerfile b/linux/advanced/nextcloud/patched/19/Dockerfile index 949f95fd6..57643bc83 100644 --- a/linux/advanced/nextcloud/patched/19/Dockerfile +++ b/linux/advanced/nextcloud/patched/19/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/nextcloud:19 +FROM epicmorg/nextcloud:19 ################################################################## # thank u, mac users. rolling back normal ZipStreammer diff --git a/linux/advanced/nextcloud/patched/19/docker-compose.yml b/linux/advanced/nextcloud/patched/19/docker-compose.yml index 47d810583..3db41fff0 100644 --- a/linux/advanced/nextcloud/patched/19/docker-compose.yml +++ b/linux/advanced/nextcloud/patched/19/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nextcloud:19-patched" + image: "epicmorg/nextcloud:19-patched" build: context: . diff --git a/linux/advanced/nextcloud/patched/20/Dockerfile b/linux/advanced/nextcloud/patched/20/Dockerfile index b69545959..c14a32c56 100644 --- a/linux/advanced/nextcloud/patched/20/Dockerfile +++ b/linux/advanced/nextcloud/patched/20/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/nextcloud:20 +FROM epicmorg/nextcloud:20 ################################################################## # thank u, mac users. rolling back normal ZipStreammer diff --git a/linux/advanced/nextcloud/patched/20/docker-compose.yml b/linux/advanced/nextcloud/patched/20/docker-compose.yml index 0386c59ed..73539fbb8 100644 --- a/linux/advanced/nextcloud/patched/20/docker-compose.yml +++ b/linux/advanced/nextcloud/patched/20/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nextcloud:20-patched" + image: "epicmorg/nextcloud:20-patched" build: context: . diff --git a/linux/advanced/nextcloud/patched/21/Dockerfile b/linux/advanced/nextcloud/patched/21/Dockerfile index 7268b01ae..d00bd4a77 100644 --- a/linux/advanced/nextcloud/patched/21/Dockerfile +++ b/linux/advanced/nextcloud/patched/21/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/nextcloud:21 +FROM epicmorg/nextcloud:21 ################################################################## # thank u, mac users. rolling back normal ZipStreammer diff --git a/linux/advanced/nextcloud/patched/21/docker-compose.yml b/linux/advanced/nextcloud/patched/21/docker-compose.yml index 8ec79b190..2d20970b0 100644 --- a/linux/advanced/nextcloud/patched/21/docker-compose.yml +++ b/linux/advanced/nextcloud/patched/21/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nextcloud:21-patched" + image: "epicmorg/nextcloud:21-patched" build: context: . diff --git a/linux/advanced/nextcloud/patched/22/Dockerfile b/linux/advanced/nextcloud/patched/22/Dockerfile index c72faad4d..a3e26aa8d 100644 --- a/linux/advanced/nextcloud/patched/22/Dockerfile +++ b/linux/advanced/nextcloud/patched/22/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/nextcloud:22 +FROM epicmorg/nextcloud:22 ################################################################## # thank u, mac users. rolling back normal ZipStreammer diff --git a/linux/advanced/nextcloud/patched/22/docker-compose.yml b/linux/advanced/nextcloud/patched/22/docker-compose.yml index 438532cce..e64e7b619 100644 --- a/linux/advanced/nextcloud/patched/22/docker-compose.yml +++ b/linux/advanced/nextcloud/patched/22/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nextcloud:22-patched" + image: "epicmorg/nextcloud:22-patched" build: context: . diff --git a/linux/advanced/nextcloud/patched/23/Dockerfile b/linux/advanced/nextcloud/patched/23/Dockerfile index 13f4778ba..ee6904fcc 100644 --- a/linux/advanced/nextcloud/patched/23/Dockerfile +++ b/linux/advanced/nextcloud/patched/23/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/nextcloud:23 +FROM epicmorg/nextcloud:23 ################################################################## # thank u, mac users. rolling back normal ZipStreammer diff --git a/linux/advanced/nextcloud/patched/23/docker-compose.yml b/linux/advanced/nextcloud/patched/23/docker-compose.yml index 9837219f9..de93ca34d 100644 --- a/linux/advanced/nextcloud/patched/23/docker-compose.yml +++ b/linux/advanced/nextcloud/patched/23/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nextcloud:23-patched" + image: "epicmorg/nextcloud:23-patched" build: context: . diff --git a/linux/advanced/nextcloud/patched/24/Dockerfile b/linux/advanced/nextcloud/patched/24/Dockerfile index ceb3943b0..0b1f07219 100644 --- a/linux/advanced/nextcloud/patched/24/Dockerfile +++ b/linux/advanced/nextcloud/patched/24/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/nextcloud:24 +FROM epicmorg/nextcloud:24 ################################################################## # thank u, mac users. rolling back normal ZipStreammer diff --git a/linux/advanced/nextcloud/patched/24/docker-compose.yml b/linux/advanced/nextcloud/patched/24/docker-compose.yml index 53fce80bd..6d5c3c390 100644 --- a/linux/advanced/nextcloud/patched/24/docker-compose.yml +++ b/linux/advanced/nextcloud/patched/24/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nextcloud:24-patched" + image: "epicmorg/nextcloud:24-patched" build: context: . diff --git a/linux/advanced/nextcloud/patched/25/Dockerfile b/linux/advanced/nextcloud/patched/25/Dockerfile index b81e0b11c..a291cf2b9 100644 --- a/linux/advanced/nextcloud/patched/25/Dockerfile +++ b/linux/advanced/nextcloud/patched/25/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/nextcloud:25 +FROM epicmorg/nextcloud:25 ################################################################## # thank u, mac users. rolling back normal ZipStreammer diff --git a/linux/advanced/nextcloud/patched/25/docker-compose.yml b/linux/advanced/nextcloud/patched/25/docker-compose.yml index 258699ac0..ce51e1b45 100644 --- a/linux/advanced/nextcloud/patched/25/docker-compose.yml +++ b/linux/advanced/nextcloud/patched/25/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nextcloud:25-patched" + image: "epicmorg/nextcloud:25-patched" build: context: . diff --git a/linux/advanced/nextcloud/patched/26/Dockerfile b/linux/advanced/nextcloud/patched/26/Dockerfile index 79a519f14..289119e27 100644 --- a/linux/advanced/nextcloud/patched/26/Dockerfile +++ b/linux/advanced/nextcloud/patched/26/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/nextcloud:26 +FROM epicmorg/nextcloud:26 ################################################################## # thank u, mac users. rolling back normal ZipStreammer diff --git a/linux/advanced/nextcloud/patched/26/docker-compose.yml b/linux/advanced/nextcloud/patched/26/docker-compose.yml index 0bb61fc26..fb38de289 100644 --- a/linux/advanced/nextcloud/patched/26/docker-compose.yml +++ b/linux/advanced/nextcloud/patched/26/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nextcloud:26-patched" + image: "epicmorg/nextcloud:26-patched" build: context: . diff --git a/linux/advanced/nextcloud/patched/27/Dockerfile b/linux/advanced/nextcloud/patched/27/Dockerfile index d2a2f6c84..4f0396c5d 100644 --- a/linux/advanced/nextcloud/patched/27/Dockerfile +++ b/linux/advanced/nextcloud/patched/27/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/nextcloud:27 +FROM epicmorg/nextcloud:27 ################################################################## # thank u, mac users. rolling back normal ZipStreammer diff --git a/linux/advanced/nextcloud/patched/27/docker-compose.yml b/linux/advanced/nextcloud/patched/27/docker-compose.yml index 2ac37a364..026086736 100644 --- a/linux/advanced/nextcloud/patched/27/docker-compose.yml +++ b/linux/advanced/nextcloud/patched/27/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nextcloud:27-patched" + image: "epicmorg/nextcloud:27-patched" build: context: . diff --git a/linux/advanced/nextcloud/patched/28/Dockerfile b/linux/advanced/nextcloud/patched/28/Dockerfile index 7d0a4ad11..adf9f9bad 100644 --- a/linux/advanced/nextcloud/patched/28/Dockerfile +++ b/linux/advanced/nextcloud/patched/28/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/nextcloud:28 +FROM epicmorg/nextcloud:28 ################################################################## # thank u, mac users. rolling back normal ZipStreammer diff --git a/linux/advanced/nextcloud/patched/28/docker-compose.yml b/linux/advanced/nextcloud/patched/28/docker-compose.yml index f619b5a14..6beb79ed9 100644 --- a/linux/advanced/nextcloud/patched/28/docker-compose.yml +++ b/linux/advanced/nextcloud/patched/28/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nextcloud:28-patched" + image: "epicmorg/nextcloud:28-patched" build: context: . diff --git a/linux/advanced/nextcloud/patched/29/Dockerfile b/linux/advanced/nextcloud/patched/29/Dockerfile index 04a6ab5eb..56dc5cd3c 100644 --- a/linux/advanced/nextcloud/patched/29/Dockerfile +++ b/linux/advanced/nextcloud/patched/29/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/nextcloud:29 +FROM epicmorg/nextcloud:29 ################################################################## # thank u, mac users. rolling back normal ZipStreammer diff --git a/linux/advanced/nextcloud/patched/29/docker-compose.yml b/linux/advanced/nextcloud/patched/29/docker-compose.yml index b6793b6ef..b82ddb895 100644 --- a/linux/advanced/nextcloud/patched/29/docker-compose.yml +++ b/linux/advanced/nextcloud/patched/29/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nextcloud:29-patched" + image: "epicmorg/nextcloud:29-patched" build: context: . diff --git a/linux/advanced/nextcloud/patched/30/Dockerfile b/linux/advanced/nextcloud/patched/30/Dockerfile index 8ba2fc31c..d2c237a33 100644 --- a/linux/advanced/nextcloud/patched/30/Dockerfile +++ b/linux/advanced/nextcloud/patched/30/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/nextcloud:30 +FROM epicmorg/nextcloud:30 ################################################################## # thank u, mac users. rolling back normal ZipStreammer diff --git a/linux/advanced/nextcloud/patched/30/docker-compose.yml b/linux/advanced/nextcloud/patched/30/docker-compose.yml index b32e3d23b..32db53335 100644 --- a/linux/advanced/nextcloud/patched/30/docker-compose.yml +++ b/linux/advanced/nextcloud/patched/30/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nextcloud:30-patched" + image: "epicmorg/nextcloud:30-patched" build: context: . diff --git a/linux/advanced/nextcloud/patched/31/Dockerfile b/linux/advanced/nextcloud/patched/31/Dockerfile index 7da4dc73b..4ad5362f3 100644 --- a/linux/advanced/nextcloud/patched/31/Dockerfile +++ b/linux/advanced/nextcloud/patched/31/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/nextcloud:31 +FROM epicmorg/nextcloud:31 ################################################################## # thank u, mac users. rolling back normal ZipStreammer diff --git a/linux/advanced/nextcloud/patched/31/docker-compose.yml b/linux/advanced/nextcloud/patched/31/docker-compose.yml index 5d2739139..7042012bb 100644 --- a/linux/advanced/nextcloud/patched/31/docker-compose.yml +++ b/linux/advanced/nextcloud/patched/31/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nextcloud:31-patched" + image: "epicmorg/nextcloud:31-patched" build: context: . diff --git a/linux/advanced/nextcloud/patched/latest/Dockerfile b/linux/advanced/nextcloud/patched/latest/Dockerfile index e7874f03a..365e01819 100644 --- a/linux/advanced/nextcloud/patched/latest/Dockerfile +++ b/linux/advanced/nextcloud/patched/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/nextcloud:latest +FROM epicmorg/nextcloud:latest ################################################################## # thank u, mac users. rolling back normal ZipStreammer diff --git a/linux/advanced/nextcloud/patched/latest/docker-compose.yml b/linux/advanced/nextcloud/patched/latest/docker-compose.yml index 9a560c9a5..cdad72ea8 100644 --- a/linux/advanced/nextcloud/patched/latest/docker-compose.yml +++ b/linux/advanced/nextcloud/patched/latest/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nextcloud:latest-patched" + image: "epicmorg/nextcloud:latest-patched" build: context: . diff --git a/linux/advanced/nextcloud/pure/14/docker-compose.yml b/linux/advanced/nextcloud/pure/14/docker-compose.yml index d0674d286..0376a4a7c 100644 --- a/linux/advanced/nextcloud/pure/14/docker-compose.yml +++ b/linux/advanced/nextcloud/pure/14/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nextcloud:14" + image: "epicmorg/nextcloud:14" build: context: . diff --git a/linux/advanced/nextcloud/pure/15/docker-compose.yml b/linux/advanced/nextcloud/pure/15/docker-compose.yml index 05287c7f3..59117f95c 100644 --- a/linux/advanced/nextcloud/pure/15/docker-compose.yml +++ b/linux/advanced/nextcloud/pure/15/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nextcloud:15" + image: "epicmorg/nextcloud:15" build: context: . diff --git a/linux/advanced/nextcloud/pure/16/docker-compose.yml b/linux/advanced/nextcloud/pure/16/docker-compose.yml index e914c9fdc..b35bdf3cc 100644 --- a/linux/advanced/nextcloud/pure/16/docker-compose.yml +++ b/linux/advanced/nextcloud/pure/16/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nextcloud:16" + image: "epicmorg/nextcloud:16" build: context: . diff --git a/linux/advanced/nextcloud/pure/17/docker-compose.yml b/linux/advanced/nextcloud/pure/17/docker-compose.yml index 8f2d82031..475e41a0e 100644 --- a/linux/advanced/nextcloud/pure/17/docker-compose.yml +++ b/linux/advanced/nextcloud/pure/17/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nextcloud:17" + image: "epicmorg/nextcloud:17" build: context: . diff --git a/linux/advanced/nextcloud/pure/18/docker-compose.yml b/linux/advanced/nextcloud/pure/18/docker-compose.yml index 2199015b7..5beefd3ef 100644 --- a/linux/advanced/nextcloud/pure/18/docker-compose.yml +++ b/linux/advanced/nextcloud/pure/18/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nextcloud:18" + image: "epicmorg/nextcloud:18" build: context: . diff --git a/linux/advanced/nextcloud/pure/19/docker-compose.yml b/linux/advanced/nextcloud/pure/19/docker-compose.yml index 9692ed0be..b89410df8 100644 --- a/linux/advanced/nextcloud/pure/19/docker-compose.yml +++ b/linux/advanced/nextcloud/pure/19/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nextcloud:19" + image: "epicmorg/nextcloud:19" build: context: . diff --git a/linux/advanced/nextcloud/pure/20/docker-compose.yml b/linux/advanced/nextcloud/pure/20/docker-compose.yml index 30f33e77f..75bf0a2d9 100644 --- a/linux/advanced/nextcloud/pure/20/docker-compose.yml +++ b/linux/advanced/nextcloud/pure/20/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nextcloud:20" + image: "epicmorg/nextcloud:20" build: context: . diff --git a/linux/advanced/nextcloud/pure/21/docker-compose.yml b/linux/advanced/nextcloud/pure/21/docker-compose.yml index 526c5ec1d..b44eef6d3 100644 --- a/linux/advanced/nextcloud/pure/21/docker-compose.yml +++ b/linux/advanced/nextcloud/pure/21/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nextcloud:21" + image: "epicmorg/nextcloud:21" build: context: . diff --git a/linux/advanced/nextcloud/pure/22/docker-compose.yml b/linux/advanced/nextcloud/pure/22/docker-compose.yml index b5200698b..a0f7000b3 100644 --- a/linux/advanced/nextcloud/pure/22/docker-compose.yml +++ b/linux/advanced/nextcloud/pure/22/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nextcloud:22" + image: "epicmorg/nextcloud:22" build: context: . diff --git a/linux/advanced/nextcloud/pure/23/docker-compose.yml b/linux/advanced/nextcloud/pure/23/docker-compose.yml index 2754dab77..79e0d2931 100644 --- a/linux/advanced/nextcloud/pure/23/docker-compose.yml +++ b/linux/advanced/nextcloud/pure/23/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nextcloud:23" + image: "epicmorg/nextcloud:23" build: context: . diff --git a/linux/advanced/nextcloud/pure/24/docker-compose.yml b/linux/advanced/nextcloud/pure/24/docker-compose.yml index e1f2a0395..7f71c01c0 100644 --- a/linux/advanced/nextcloud/pure/24/docker-compose.yml +++ b/linux/advanced/nextcloud/pure/24/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nextcloud:24" + image: "epicmorg/nextcloud:24" build: context: . diff --git a/linux/advanced/nextcloud/pure/25/docker-compose.yml b/linux/advanced/nextcloud/pure/25/docker-compose.yml index 6e83d369c..4bff3b2fd 100644 --- a/linux/advanced/nextcloud/pure/25/docker-compose.yml +++ b/linux/advanced/nextcloud/pure/25/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nextcloud:25" + image: "epicmorg/nextcloud:25" build: context: . diff --git a/linux/advanced/nextcloud/pure/26/docker-compose.yml b/linux/advanced/nextcloud/pure/26/docker-compose.yml index 7ac0f1ce4..ae79b1570 100644 --- a/linux/advanced/nextcloud/pure/26/docker-compose.yml +++ b/linux/advanced/nextcloud/pure/26/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nextcloud:26" + image: "epicmorg/nextcloud:26" build: context: . diff --git a/linux/advanced/nextcloud/pure/27/docker-compose.yml b/linux/advanced/nextcloud/pure/27/docker-compose.yml index 2d19ad7c8..d6839a576 100644 --- a/linux/advanced/nextcloud/pure/27/docker-compose.yml +++ b/linux/advanced/nextcloud/pure/27/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nextcloud:27" + image: "epicmorg/nextcloud:27" build: context: . diff --git a/linux/advanced/nextcloud/pure/28/docker-compose.yml b/linux/advanced/nextcloud/pure/28/docker-compose.yml index 307b83a2d..01a410e71 100644 --- a/linux/advanced/nextcloud/pure/28/docker-compose.yml +++ b/linux/advanced/nextcloud/pure/28/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nextcloud:28" + image: "epicmorg/nextcloud:28" build: context: . diff --git a/linux/advanced/nextcloud/pure/29/docker-compose.yml b/linux/advanced/nextcloud/pure/29/docker-compose.yml index c8cf7a132..6973731fb 100644 --- a/linux/advanced/nextcloud/pure/29/docker-compose.yml +++ b/linux/advanced/nextcloud/pure/29/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nextcloud:29" + image: "epicmorg/nextcloud:29" build: context: . diff --git a/linux/advanced/nextcloud/pure/30/docker-compose.yml b/linux/advanced/nextcloud/pure/30/docker-compose.yml index b85bc0d3f..60d05aa80 100644 --- a/linux/advanced/nextcloud/pure/30/docker-compose.yml +++ b/linux/advanced/nextcloud/pure/30/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nextcloud:30" + image: "epicmorg/nextcloud:30" build: context: . diff --git a/linux/advanced/nextcloud/pure/31/docker-compose.yml b/linux/advanced/nextcloud/pure/31/docker-compose.yml index 89745a8b8..bf600e51b 100644 --- a/linux/advanced/nextcloud/pure/31/docker-compose.yml +++ b/linux/advanced/nextcloud/pure/31/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nextcloud:31" + image: "epicmorg/nextcloud:31" build: context: . diff --git a/linux/advanced/nextcloud/pure/latest/docker-compose.yml b/linux/advanced/nextcloud/pure/latest/docker-compose.yml index 6fbbbe32d..b2f834e53 100644 --- a/linux/advanced/nextcloud/pure/latest/docker-compose.yml +++ b/linux/advanced/nextcloud/pure/latest/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nextcloud:latest" + image: "epicmorg/nextcloud:latest" build: context: . diff --git a/linux/advanced/teamcity/server/2022.04.7/docker-compose.yml b/linux/advanced/teamcity/server/2022.04.7/docker-compose.yml index 9a37c0a29..b54a5cee2 100644 --- a/linux/advanced/teamcity/server/2022.04.7/docker-compose.yml +++ b/linux/advanced/teamcity/server/2022.04.7/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-server:2022.04.7" + image: "epicmorg/teamcity-server:2022.04.7" build: context: . diff --git a/linux/advanced/teamcity/server/2022.10.6/docker-compose.yml b/linux/advanced/teamcity/server/2022.10.6/docker-compose.yml index e401514a7..a4b7b268a 100644 --- a/linux/advanced/teamcity/server/2022.10.6/docker-compose.yml +++ b/linux/advanced/teamcity/server/2022.10.6/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-server:2022.10.6" + image: "epicmorg/teamcity-server:2022.10.6" build: context: . diff --git a/linux/advanced/teamcity/server/2023.05.6/docker-compose.yml b/linux/advanced/teamcity/server/2023.05.6/docker-compose.yml index b5b8754af..698700143 100644 --- a/linux/advanced/teamcity/server/2023.05.6/docker-compose.yml +++ b/linux/advanced/teamcity/server/2023.05.6/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-server:2023.05.6" + image: "epicmorg/teamcity-server:2023.05.6" build: context: . diff --git a/linux/advanced/teamcity/server/2024.03.3/docker-compose.yml b/linux/advanced/teamcity/server/2024.03.3/docker-compose.yml index f11448bdd..11c5281c6 100644 --- a/linux/advanced/teamcity/server/2024.03.3/docker-compose.yml +++ b/linux/advanced/teamcity/server/2024.03.3/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-server:2024.03.3" + image: "epicmorg/teamcity-server:2024.03.3" build: context: . diff --git a/linux/advanced/teamcity/server/2024.07.3/docker-compose.yml b/linux/advanced/teamcity/server/2024.07.3/docker-compose.yml index d230592aa..3823294c6 100644 --- a/linux/advanced/teamcity/server/2024.07.3/docker-compose.yml +++ b/linux/advanced/teamcity/server/2024.07.3/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-server:2024.07.3" + image: "epicmorg/teamcity-server:2024.07.3" build: context: . diff --git a/linux/advanced/teamcity/server/2024.12/docker-compose.yml b/linux/advanced/teamcity/server/2024.12/docker-compose.yml index 81d7373a2..008cb8e4f 100644 --- a/linux/advanced/teamcity/server/2024.12/docker-compose.yml +++ b/linux/advanced/teamcity/server/2024.12/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-server:2024.12" + image: "epicmorg/teamcity-server:2024.12" build: context: . diff --git a/linux/advanced/teamcity/server/2025.03/docker-compose.yml b/linux/advanced/teamcity/server/2025.03/docker-compose.yml index 63e7bb38a..e9d62227b 100644 --- a/linux/advanced/teamcity/server/2025.03/docker-compose.yml +++ b/linux/advanced/teamcity/server/2025.03/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-server:2025.03" + image: "epicmorg/teamcity-server:2025.03" build: context: . diff --git a/linux/advanced/teamcity/server/latest/docker-compose.yml b/linux/advanced/teamcity/server/latest/docker-compose.yml index 3daef4105..f430165b6 100644 --- a/linux/advanced/teamcity/server/latest/docker-compose.yml +++ b/linux/advanced/teamcity/server/latest/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-server:latest" + image: "epicmorg/teamcity-server:latest" build: context: . diff --git a/linux/advanced/vscode-server/amxx/1.10/Dockerfile b/linux/advanced/vscode-server/amxx/1.10/Dockerfile index 7267ad95e..badbfc362 100644 --- a/linux/advanced/vscode-server/amxx/1.10/Dockerfile +++ b/linux/advanced/vscode-server/amxx/1.10/Dockerfile @@ -1,7 +1,7 @@ ################################################################################ # https://github.com/linuxserver/docker-code-server/pkgs/container/code-server ################################################################################ -FROM quay.io/epicmorg/vscode-server:latest +FROM epicmorg/vscode-server:latest LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/advanced/vscode-server/amxx/1.10/docker-compose.yml b/linux/advanced/vscode-server/amxx/1.10/docker-compose.yml index 7322497da..677831e0f 100644 --- a/linux/advanced/vscode-server/amxx/1.10/docker-compose.yml +++ b/linux/advanced/vscode-server/amxx/1.10/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/vscode-server:amxx-rc" + image: "epicmorg/vscode-server:amxx-rc" build: context: . diff --git a/linux/advanced/vscode-server/amxx/1.9/Dockerfile b/linux/advanced/vscode-server/amxx/1.9/Dockerfile index 9d9f31668..fac73dea6 100644 --- a/linux/advanced/vscode-server/amxx/1.9/Dockerfile +++ b/linux/advanced/vscode-server/amxx/1.9/Dockerfile @@ -1,7 +1,7 @@ ################################################################################ # https://github.com/linuxserver/docker-code-server/pkgs/container/code-server ################################################################################ -FROM quay.io/epicmorg/vscode-server:latest +FROM epicmorg/vscode-server:latest LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/advanced/vscode-server/amxx/1.9/docker-compose.yml b/linux/advanced/vscode-server/amxx/1.9/docker-compose.yml index 70eff547f..bc5c2ac5f 100644 --- a/linux/advanced/vscode-server/amxx/1.9/docker-compose.yml +++ b/linux/advanced/vscode-server/amxx/1.9/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/vscode-server:amxx" + image: "epicmorg/vscode-server:amxx" build: context: . diff --git a/linux/advanced/vscode-server/android/Dockerfile b/linux/advanced/vscode-server/android/Dockerfile index e4fe21e65..534bebbef 100644 --- a/linux/advanced/vscode-server/android/Dockerfile +++ b/linux/advanced/vscode-server/android/Dockerfile @@ -1,7 +1,7 @@ ################################################################################ # https://github.com/linuxserver/docker-code-server/pkgs/container/code-server ################################################################################ -FROM quay.io/epicmorg/vscode-server:cpp +FROM epicmorg/vscode-server:cpp LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/advanced/vscode-server/android/docker-compose.yml b/linux/advanced/vscode-server/android/docker-compose.yml index 44dfaec6a..d1b43aa21 100644 --- a/linux/advanced/vscode-server/android/docker-compose.yml +++ b/linux/advanced/vscode-server/android/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/vscode-server:android" + image: "epicmorg/vscode-server:android" build: context: . diff --git a/linux/advanced/vscode-server/cpp/Dockerfile b/linux/advanced/vscode-server/cpp/Dockerfile index 662a10d5a..b86bb726d 100644 --- a/linux/advanced/vscode-server/cpp/Dockerfile +++ b/linux/advanced/vscode-server/cpp/Dockerfile @@ -1,7 +1,7 @@ ################################################################################ # https://github.com/linuxserver/docker-code-server/pkgs/container/code-server ################################################################################ -FROM quay.io/epicmorg/vscode-server:latest +FROM epicmorg/vscode-server:latest LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,58 +18,74 @@ ARG STEAM_RUNTIME_SDK_URL=http://media.steampowered.com/client/runtime/steam-run ARG STEAM_RUNTIME_SDK_TEMP=/tmp/steam-runtime-sdk_latest.tar.xz # cmake compiller -ENV CMAKE_3_31_VERSION=3.31.6 -ENV CMAKE_3_31_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_31_VERSION} +ENV CMAKE_4_0_MIN_VERSION=4.0 +ENV CMAKE_4_0_VERSION=${CMAKE_4_0_MIN_VERSION}.3 +ENV CMAKE_4_0_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_4_0_MIN_VERSION} +ARG CMAKE_4_0_BIN_DIR=${CMAKE_4_0_DIR}/bin +ARG CMAKE_4_0_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_4_0_VERSION}/cmake-${CMAKE_4_0_VERSION}-linux-x86_64.tar.gz +ARG CMAKE_4_0_TEMP=/tmp/cmake-${CMAKE_4_0_VERSION}-linux-x86_64.tar.gz + +# cmake compiller +ENV CMAKE_3_31_MIN_VERSION=3.31 +ENV CMAKE_3_31_VERSION=${CMAKE_3_31_MIN_VERSION}.8 +ENV CMAKE_3_31_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_31_MIN_VERSION} ARG CMAKE_3_31_BIN_DIR=${CMAKE_3_31_DIR}/bin ARG CMAKE_3_31_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_31_VERSION}/cmake-${CMAKE_3_31_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_31_TEMP=/tmp/cmake-${CMAKE_3_31_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_30_VERSION=3.30.8 -ENV CMAKE_3_30_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_30_VERSION} +ENV CMAKE_3_30_MIN_VERSION=3.30 +ENV CMAKE_3_30_VERSION=${CMAKE_3_30_MIN_VERSION}.9 +ENV CMAKE_3_30_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_30_MIN_VERSION} ARG CMAKE_3_30_BIN_DIR=${CMAKE_3_30_DIR}/bin ARG CMAKE_3_30_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_30_VERSION}/cmake-${CMAKE_3_30_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_30_TEMP=/tmp/cmake-${CMAKE_3_30_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_21_VERSION=3.21.7 -ENV CMAKE_3_21_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_21_VERSION} +ENV CMAKE_3_21_MIN_VERSION=3.21 +ENV CMAKE_3_21_VERSION=${CMAKE_3_21_MIN_VERSION}.7 +ENV CMAKE_3_21_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_21_MIN_VERSION} ARG CMAKE_3_21_BIN_DIR=${CMAKE_3_21_DIR}/bin ARG CMAKE_3_21_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_21_VERSION}/cmake-${CMAKE_3_21_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_21_TEMP=/tmp/cmake-${CMAKE_3_21_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_20_VERSION=3.20.6 -ENV CMAKE_3_20_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_20_VERSION} +ENV CMAKE_3_20_MIN_VERSION=3.20 +ENV CMAKE_3_20_VERSION=${CMAKE_3_20_MIN_VERSION}.6 +ENV CMAKE_3_20_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_20_MIN_VERSION} ARG CMAKE_3_20_BIN_DIR=${CMAKE_3_20_DIR}/bin ARG CMAKE_3_20_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_20_VERSION}/cmake-${CMAKE_3_20_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_20_TEMP=/tmp/cmake-${CMAKE_3_20_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_19_VERSION=3.19.8 -ENV CMAKE_3_19_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_19_VERSION} +ENV CMAKE_3_19_MIN_VERSION=3.19 +ENV CMAKE_3_19_VERSION=${CMAKE_3_19_MIN_VERSION}.8 +ENV CMAKE_3_19_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_19_MIN_VERSION} ARG CMAKE_3_19_BIN_DIR=${CMAKE_3_19_DIR}/bin ARG CMAKE_3_19_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_19_VERSION}/cmake-${CMAKE_3_19_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_19_TEMP=/tmp/cmake-${CMAKE_3_19_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_18_VERSION=3.18.6 -ENV CMAKE_3_18_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_18_VERSION} +ENV CMAKE_3_18_MIN_VERSION=3.18 +ENV CMAKE_3_18_VERSION=${CMAKE_3_18_MIN_VERSION}.6 +ENV CMAKE_3_18_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_18_MIN_VERSION} ARG CMAKE_3_18_BIN_DIR=${CMAKE_3_18_DIR}/bin ARG CMAKE_3_18_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_18_VERSION}/cmake-${CMAKE_3_18_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_18_TEMP=/tmp/cmake-${CMAKE_3_18_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_16_VERSION=3.16.9 -ENV CMAKE_3_16_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_16_VERSION} +ENV CMAKE_3_16_MIN_VERSION=3.16 +ENV CMAKE_3_16_VERSION=${CMAKE_3_16_MIN_VERSION}.9 +ENV CMAKE_3_16_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_16_MIN_VERSION} ARG CMAKE_3_16_BIN_DIR=${CMAKE_3_16_DIR}/bin ARG CMAKE_3_16_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_16_VERSION}/cmake-${CMAKE_3_16_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_16_TEMP=/tmp/cmake-${CMAKE_3_16_VERSION}-linux-x86_64.tar.gz # flutter source tarball -ENV FLUTTER_VERSION=3.29.3 ENV FLUTTER_CHANNEL=stable -ENV FLUTTER_DIR=${EMG_LOCAL_BASE_DIR}/flutter/${FLUTTER_VERSION} +ENV FLUTTER_MIN_VERSION=3.32 +ENV FLUTTER_VERSION=${FLUTTER_MIN_VERSION}.8 +ENV FLUTTER_DIR=${EMG_LOCAL_BASE_DIR}/flutter/${FLUTTER_MIN_VERSION} ARG FLUTTER_BIN_DIR=${FLUTTER_DIR}/bin ARG FLUTTER_DOWNLOAD_URL=https://storage.googleapis.com/flutter_infra_release/releases/${FLUTTER_CHANNEL}/linux/flutter_linux_${FLUTTER_VERSION}-${FLUTTER_CHANNEL}.tar.xz ARG FLUTTER_TEMP=/tmp/flutter_linux_${FLUTTER_VERSION}-${FLUTTER_CHANNEL}.tar.xz @@ -82,8 +98,9 @@ ARG NINJA_DOWNLOAD_URL=https://github.com/ninja-build/ninja/releases/download/v$ ARG NINJA_TEMP=/tmp/ninja-linux.zip # GO source tarball -ENV GO_VERSION=1.24.2 -ENV GO_DIR=${EMG_LOCAL_BASE_DIR}/go/${GO_VERSION} +ENV GO_MIN_VERSION=1.24 +ENV GO_VERSION=${GO_MIN_VERSION}.5 +ENV GO_DIR=${EMG_LOCAL_BASE_DIR}/go/${GO_MIN_VERSION} ARG GO_BIN_DIR=${GO_DIR}/bin ARG GO_PATH_DIR=${GO_DIR}/gopath ARG GO_PATH_BIN_DIR=${GO_PATH_DIR}/bin diff --git a/linux/advanced/vscode-server/cpp/docker-compose.yml b/linux/advanced/vscode-server/cpp/docker-compose.yml index 020ea9c57..3843fd652 100644 --- a/linux/advanced/vscode-server/cpp/docker-compose.yml +++ b/linux/advanced/vscode-server/cpp/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/vscode-server:cpp" + image: "epicmorg/vscode-server:cpp" build: context: . diff --git a/linux/advanced/vscode-server/docker/Dockerfile b/linux/advanced/vscode-server/docker/Dockerfile index 934b22e91..8abdcdf0c 100644 --- a/linux/advanced/vscode-server/docker/Dockerfile +++ b/linux/advanced/vscode-server/docker/Dockerfile @@ -1,7 +1,7 @@ ################################################################################ # https://github.com/linuxserver/docker-code-server/pkgs/container/code-server ################################################################################ -FROM quay.io/epicmorg/vscode-server:latest +FROM epicmorg/vscode-server:latest LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/advanced/vscode-server/docker/docker-compose.yml b/linux/advanced/vscode-server/docker/docker-compose.yml index 511bb01c1..6e30432cc 100644 --- a/linux/advanced/vscode-server/docker/docker-compose.yml +++ b/linux/advanced/vscode-server/docker/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/vscode-server:docker" + image: "epicmorg/vscode-server:docker" build: context: . diff --git a/linux/advanced/vscode-server/dotnet-full/Dockerfile b/linux/advanced/vscode-server/dotnet-full/Dockerfile index 5b1359f11..1877b29fc 100644 --- a/linux/advanced/vscode-server/dotnet-full/Dockerfile +++ b/linux/advanced/vscode-server/dotnet-full/Dockerfile @@ -1,7 +1,7 @@ ################################################################################ # https://github.com/linuxserver/docker-code-server/pkgs/container/code-server ################################################################################ -FROM quay.io/epicmorg/vscode-server:latest +FROM epicmorg/vscode-server:latest LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/advanced/vscode-server/dotnet-full/docker-compose.yml b/linux/advanced/vscode-server/dotnet-full/docker-compose.yml index b5be16172..b3c2109bf 100644 --- a/linux/advanced/vscode-server/dotnet-full/docker-compose.yml +++ b/linux/advanced/vscode-server/dotnet-full/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/vscode-server:dotnet-full" + image: "epicmorg/vscode-server:dotnet-full" build: context: . diff --git a/linux/advanced/vscode-server/dotnet/Dockerfile b/linux/advanced/vscode-server/dotnet/Dockerfile index 53829e0a5..8b0887604 100644 --- a/linux/advanced/vscode-server/dotnet/Dockerfile +++ b/linux/advanced/vscode-server/dotnet/Dockerfile @@ -1,7 +1,7 @@ ################################################################################ # https://github.com/linuxserver/docker-code-server/pkgs/container/code-server ################################################################################ -FROM quay.io/epicmorg/vscode-server:latest +FROM epicmorg/vscode-server:latest LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/advanced/vscode-server/dotnet/docker-compose.yml b/linux/advanced/vscode-server/dotnet/docker-compose.yml index 30a0627c2..c43cacb65 100644 --- a/linux/advanced/vscode-server/dotnet/docker-compose.yml +++ b/linux/advanced/vscode-server/dotnet/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/vscode-server:dotnet" + image: "epicmorg/vscode-server:dotnet" build: context: . diff --git a/linux/advanced/vscode-server/latest/docker-compose.yml b/linux/advanced/vscode-server/latest/docker-compose.yml index ab0143e78..53aac4a78 100644 --- a/linux/advanced/vscode-server/latest/docker-compose.yml +++ b/linux/advanced/vscode-server/latest/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/vscode-server:latest" + image: "epicmorg/vscode-server:latest" build: context: . diff --git a/linux/advanced/vscode-server/mono/Dockerfile b/linux/advanced/vscode-server/mono/Dockerfile index 07d0202b8..042724ee5 100644 --- a/linux/advanced/vscode-server/mono/Dockerfile +++ b/linux/advanced/vscode-server/mono/Dockerfile @@ -1,7 +1,7 @@ ################################################################################ # https://github.com/linuxserver/docker-code-server/pkgs/container/code-server ################################################################################ -FROM quay.io/epicmorg/vscode-server:latest +FROM epicmorg/vscode-server:latest LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/advanced/vscode-server/mono/docker-compose.yml b/linux/advanced/vscode-server/mono/docker-compose.yml index 702650a30..e02958fab 100644 --- a/linux/advanced/vscode-server/mono/docker-compose.yml +++ b/linux/advanced/vscode-server/mono/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/vscode-server:mono" + image: "epicmorg/vscode-server:mono" build: context: . diff --git a/linux/advanced/vscode-server/nodejs/Dockerfile b/linux/advanced/vscode-server/nodejs/Dockerfile index bdff75056..bf91d0fe9 100644 --- a/linux/advanced/vscode-server/nodejs/Dockerfile +++ b/linux/advanced/vscode-server/nodejs/Dockerfile @@ -1,7 +1,7 @@ ################################################################################ # https://github.com/linuxserver/docker-code-server/pkgs/container/code-server ################################################################################ -FROM quay.io/epicmorg/vscode-server:latest +FROM epicmorg/vscode-server:latest LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/advanced/vscode-server/nodejs/docker-compose.yml b/linux/advanced/vscode-server/nodejs/docker-compose.yml index 3d2de9895..37afe3920 100644 --- a/linux/advanced/vscode-server/nodejs/docker-compose.yml +++ b/linux/advanced/vscode-server/nodejs/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/vscode-server:nodejs" + image: "epicmorg/vscode-server:nodejs" build: context: . diff --git a/linux/advanced/zabbix/3.0/agent/docker-compose.yml b/linux/advanced/zabbix/3.0/agent/docker-compose.yml index f16e04340..e3f1502a2 100644 --- a/linux/advanced/zabbix/3.0/agent/docker-compose.yml +++ b/linux/advanced/zabbix/3.0/agent/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-agent:3.0" + image: "epicmorg/zabbix-agent:3.0" build: context: . diff --git a/linux/advanced/zabbix/3.0/java-gateway/docker-compose.yml b/linux/advanced/zabbix/3.0/java-gateway/docker-compose.yml index 96df4f4c2..3615a2dc6 100644 --- a/linux/advanced/zabbix/3.0/java-gateway/docker-compose.yml +++ b/linux/advanced/zabbix/3.0/java-gateway/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-java-gateway:3.0" + image: "epicmorg/zabbix-java-gateway:3.0" build: context: . diff --git a/linux/advanced/zabbix/3.0/proxy-mysql/docker-compose.yml b/linux/advanced/zabbix/3.0/proxy-mysql/docker-compose.yml index d32a0f65c..44269bbb7 100644 --- a/linux/advanced/zabbix/3.0/proxy-mysql/docker-compose.yml +++ b/linux/advanced/zabbix/3.0/proxy-mysql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-proxy-mysql:3.0" + image: "epicmorg/zabbix-proxy-mysql:3.0" build: context: . diff --git a/linux/advanced/zabbix/3.0/proxy-sqlite3/docker-compose.yml b/linux/advanced/zabbix/3.0/proxy-sqlite3/docker-compose.yml index 562dabdc9..3f094ce2a 100644 --- a/linux/advanced/zabbix/3.0/proxy-sqlite3/docker-compose.yml +++ b/linux/advanced/zabbix/3.0/proxy-sqlite3/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-proxy-sqlite3:3.0" + image: "epicmorg/zabbix-proxy-sqlite3:3.0" build: context: . diff --git a/linux/advanced/zabbix/3.0/server-mysql/docker-compose.yml b/linux/advanced/zabbix/3.0/server-mysql/docker-compose.yml index fcc09e791..a8aa6d520 100644 --- a/linux/advanced/zabbix/3.0/server-mysql/docker-compose.yml +++ b/linux/advanced/zabbix/3.0/server-mysql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-server-mysql:3.0" + image: "epicmorg/zabbix-server-mysql:3.0" build: context: . diff --git a/linux/advanced/zabbix/3.0/server-pgsql/docker-compose.yml b/linux/advanced/zabbix/3.0/server-pgsql/docker-compose.yml index 12099eeed..b5eabbbee 100644 --- a/linux/advanced/zabbix/3.0/server-pgsql/docker-compose.yml +++ b/linux/advanced/zabbix/3.0/server-pgsql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-server-pgsql:3.0" + image: "epicmorg/zabbix-server-pgsql:3.0" build: context: . diff --git a/linux/advanced/zabbix/3.0/snmptraps/docker-compose.yml b/linux/advanced/zabbix/3.0/snmptraps/docker-compose.yml index fe87a61bd..975de742a 100644 --- a/linux/advanced/zabbix/3.0/snmptraps/docker-compose.yml +++ b/linux/advanced/zabbix/3.0/snmptraps/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-snmptraps:3.0" + image: "epicmorg/zabbix-snmptraps:3.0" build: context: . diff --git a/linux/advanced/zabbix/3.0/web-mysql/docker-compose.yml b/linux/advanced/zabbix/3.0/web-mysql/docker-compose.yml index 8ce9d98e4..6aa9dc49d 100644 --- a/linux/advanced/zabbix/3.0/web-mysql/docker-compose.yml +++ b/linux/advanced/zabbix/3.0/web-mysql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-web-apache-mysql:3.0" + image: "epicmorg/zabbix-web-apache-mysql:3.0" build: context: . diff --git a/linux/advanced/zabbix/3.0/web-pgsql/docker-compose.yml b/linux/advanced/zabbix/3.0/web-pgsql/docker-compose.yml index f85b1b4d1..1bac47ac1 100644 --- a/linux/advanced/zabbix/3.0/web-pgsql/docker-compose.yml +++ b/linux/advanced/zabbix/3.0/web-pgsql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-web-apache-pgsql:3.0" + image: "epicmorg/zabbix-web-apache-pgsql:3.0" build: context: . diff --git a/linux/advanced/zabbix/4.0/agent/docker-compose.yml b/linux/advanced/zabbix/4.0/agent/docker-compose.yml index 6c1a26ea3..69871608f 100644 --- a/linux/advanced/zabbix/4.0/agent/docker-compose.yml +++ b/linux/advanced/zabbix/4.0/agent/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-agent:4.0" + image: "epicmorg/zabbix-agent:4.0" build: context: . diff --git a/linux/advanced/zabbix/4.0/java-gateway/docker-compose.yml b/linux/advanced/zabbix/4.0/java-gateway/docker-compose.yml index 2fe257165..8f63d7c9a 100644 --- a/linux/advanced/zabbix/4.0/java-gateway/docker-compose.yml +++ b/linux/advanced/zabbix/4.0/java-gateway/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-java-gateway:4.0" + image: "epicmorg/zabbix-java-gateway:4.0" build: context: . diff --git a/linux/advanced/zabbix/4.0/proxy-mysql/docker-compose.yml b/linux/advanced/zabbix/4.0/proxy-mysql/docker-compose.yml index bd2de09b7..6a070f50c 100644 --- a/linux/advanced/zabbix/4.0/proxy-mysql/docker-compose.yml +++ b/linux/advanced/zabbix/4.0/proxy-mysql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-proxy-mysql:4.0" + image: "epicmorg/zabbix-proxy-mysql:4.0" build: context: . diff --git a/linux/advanced/zabbix/4.0/proxy-sqlite3/docker-compose.yml b/linux/advanced/zabbix/4.0/proxy-sqlite3/docker-compose.yml index ce26ee85b..0800aed2b 100644 --- a/linux/advanced/zabbix/4.0/proxy-sqlite3/docker-compose.yml +++ b/linux/advanced/zabbix/4.0/proxy-sqlite3/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-proxy-sqlite3:4.0" + image: "epicmorg/zabbix-proxy-sqlite3:4.0" build: context: . diff --git a/linux/advanced/zabbix/4.0/server-mysql/docker-compose.yml b/linux/advanced/zabbix/4.0/server-mysql/docker-compose.yml index ce17090d9..71be613ab 100644 --- a/linux/advanced/zabbix/4.0/server-mysql/docker-compose.yml +++ b/linux/advanced/zabbix/4.0/server-mysql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-server-mysql:4.0" + image: "epicmorg/zabbix-server-mysql:4.0" build: context: . diff --git a/linux/advanced/zabbix/4.0/server-pgsql/docker-compose.yml b/linux/advanced/zabbix/4.0/server-pgsql/docker-compose.yml index dbaa64dd2..a136185da 100644 --- a/linux/advanced/zabbix/4.0/server-pgsql/docker-compose.yml +++ b/linux/advanced/zabbix/4.0/server-pgsql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-server-pgsql:4.0" + image: "epicmorg/zabbix-server-pgsql:4.0" build: context: . diff --git a/linux/advanced/zabbix/4.0/snmptraps/docker-compose.yml b/linux/advanced/zabbix/4.0/snmptraps/docker-compose.yml index 9cc41bbae..240b5ab26 100644 --- a/linux/advanced/zabbix/4.0/snmptraps/docker-compose.yml +++ b/linux/advanced/zabbix/4.0/snmptraps/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-snmptraps:4.0" + image: "epicmorg/zabbix-snmptraps:4.0" build: context: . diff --git a/linux/advanced/zabbix/4.0/web-mysql/docker-compose.yml b/linux/advanced/zabbix/4.0/web-mysql/docker-compose.yml index e3a99c939..fc139542d 100644 --- a/linux/advanced/zabbix/4.0/web-mysql/docker-compose.yml +++ b/linux/advanced/zabbix/4.0/web-mysql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-web-apache-mysql:4.0" + image: "epicmorg/zabbix-web-apache-mysql:4.0" build: context: . diff --git a/linux/advanced/zabbix/4.0/web-pgsql/docker-compose.yml b/linux/advanced/zabbix/4.0/web-pgsql/docker-compose.yml index 3a0f984d9..0e3990c27 100644 --- a/linux/advanced/zabbix/4.0/web-pgsql/docker-compose.yml +++ b/linux/advanced/zabbix/4.0/web-pgsql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-web-apache-pgsql:4.0" + image: "epicmorg/zabbix-web-apache-pgsql:4.0" build: context: . diff --git a/linux/advanced/zabbix/5.0/agent/docker-compose.yml b/linux/advanced/zabbix/5.0/agent/docker-compose.yml index 7b747a795..a324c9377 100644 --- a/linux/advanced/zabbix/5.0/agent/docker-compose.yml +++ b/linux/advanced/zabbix/5.0/agent/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-agent:5.0" + image: "epicmorg/zabbix-agent:5.0" build: context: . diff --git a/linux/advanced/zabbix/5.0/agent2/docker-compose.yml b/linux/advanced/zabbix/5.0/agent2/docker-compose.yml index 471e9514e..703feddea 100644 --- a/linux/advanced/zabbix/5.0/agent2/docker-compose.yml +++ b/linux/advanced/zabbix/5.0/agent2/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-agent2:5.0" + image: "epicmorg/zabbix-agent2:5.0" build: context: . diff --git a/linux/advanced/zabbix/5.0/java-gateway/docker-compose.yml b/linux/advanced/zabbix/5.0/java-gateway/docker-compose.yml index 58ca306e2..4405dd527 100644 --- a/linux/advanced/zabbix/5.0/java-gateway/docker-compose.yml +++ b/linux/advanced/zabbix/5.0/java-gateway/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-java-gateway:5.0" + image: "epicmorg/zabbix-java-gateway:5.0" build: context: . diff --git a/linux/advanced/zabbix/5.0/proxy-mysql/docker-compose.yml b/linux/advanced/zabbix/5.0/proxy-mysql/docker-compose.yml index 02a7397d2..a2d1c34d1 100644 --- a/linux/advanced/zabbix/5.0/proxy-mysql/docker-compose.yml +++ b/linux/advanced/zabbix/5.0/proxy-mysql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-proxy-mysql:5.0" + image: "epicmorg/zabbix-proxy-mysql:5.0" build: context: . diff --git a/linux/advanced/zabbix/5.0/proxy-sqlite3/docker-compose.yml b/linux/advanced/zabbix/5.0/proxy-sqlite3/docker-compose.yml index bbb91c664..a0f53d60f 100644 --- a/linux/advanced/zabbix/5.0/proxy-sqlite3/docker-compose.yml +++ b/linux/advanced/zabbix/5.0/proxy-sqlite3/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-proxy-sqlite3:5.0" + image: "epicmorg/zabbix-proxy-sqlite3:5.0" build: context: . diff --git a/linux/advanced/zabbix/5.0/server-mysql/docker-compose.yml b/linux/advanced/zabbix/5.0/server-mysql/docker-compose.yml index 6f7514ca1..ed15344f1 100644 --- a/linux/advanced/zabbix/5.0/server-mysql/docker-compose.yml +++ b/linux/advanced/zabbix/5.0/server-mysql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-server-mysql:5.0" + image: "epicmorg/zabbix-server-mysql:5.0" build: context: . diff --git a/linux/advanced/zabbix/5.0/server-pgsql/docker-compose.yml b/linux/advanced/zabbix/5.0/server-pgsql/docker-compose.yml index ffd7cf0d6..44dcb3a04 100644 --- a/linux/advanced/zabbix/5.0/server-pgsql/docker-compose.yml +++ b/linux/advanced/zabbix/5.0/server-pgsql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-server-pgsql:5.0" + image: "epicmorg/zabbix-server-pgsql:5.0" build: context: . diff --git a/linux/advanced/zabbix/5.0/snmptraps/docker-compose.yml b/linux/advanced/zabbix/5.0/snmptraps/docker-compose.yml index 53df88b63..214cf6ff9 100644 --- a/linux/advanced/zabbix/5.0/snmptraps/docker-compose.yml +++ b/linux/advanced/zabbix/5.0/snmptraps/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-snmptraps:5.0" + image: "epicmorg/zabbix-snmptraps:5.0" build: context: . diff --git a/linux/advanced/zabbix/5.0/web-mysql/docker-compose.yml b/linux/advanced/zabbix/5.0/web-mysql/docker-compose.yml index cfb7090b3..006484eae 100644 --- a/linux/advanced/zabbix/5.0/web-mysql/docker-compose.yml +++ b/linux/advanced/zabbix/5.0/web-mysql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-web-apache-mysql:5.0" + image: "epicmorg/zabbix-web-apache-mysql:5.0" build: context: . diff --git a/linux/advanced/zabbix/5.0/web-pgsql/docker-compose.yml b/linux/advanced/zabbix/5.0/web-pgsql/docker-compose.yml index d3733f250..ac2ba039f 100644 --- a/linux/advanced/zabbix/5.0/web-pgsql/docker-compose.yml +++ b/linux/advanced/zabbix/5.0/web-pgsql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-web-apache-pgsql:5.0" + image: "epicmorg/zabbix-web-apache-pgsql:5.0" build: context: . diff --git a/linux/advanced/zabbix/5.2/agent/docker-compose.yml b/linux/advanced/zabbix/5.2/agent/docker-compose.yml index 7501626e3..79aaa2000 100644 --- a/linux/advanced/zabbix/5.2/agent/docker-compose.yml +++ b/linux/advanced/zabbix/5.2/agent/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-agent:5.2" + image: "epicmorg/zabbix-agent:5.2" build: context: . diff --git a/linux/advanced/zabbix/5.2/agent2/docker-compose.yml b/linux/advanced/zabbix/5.2/agent2/docker-compose.yml index e0ad6b3e7..9ecfd97d0 100644 --- a/linux/advanced/zabbix/5.2/agent2/docker-compose.yml +++ b/linux/advanced/zabbix/5.2/agent2/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-agent2:5.2" + image: "epicmorg/zabbix-agent2:5.2" build: context: . diff --git a/linux/advanced/zabbix/5.2/java-gateway/docker-compose.yml b/linux/advanced/zabbix/5.2/java-gateway/docker-compose.yml index 54bdf57ec..b82dbccf1 100644 --- a/linux/advanced/zabbix/5.2/java-gateway/docker-compose.yml +++ b/linux/advanced/zabbix/5.2/java-gateway/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-java-gateway:5.2" + image: "epicmorg/zabbix-java-gateway:5.2" build: context: . diff --git a/linux/advanced/zabbix/5.2/proxy-mysql/docker-compose.yml b/linux/advanced/zabbix/5.2/proxy-mysql/docker-compose.yml index e56157c90..1e914f4d0 100644 --- a/linux/advanced/zabbix/5.2/proxy-mysql/docker-compose.yml +++ b/linux/advanced/zabbix/5.2/proxy-mysql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-proxy-mysql:5.2" + image: "epicmorg/zabbix-proxy-mysql:5.2" build: context: . diff --git a/linux/advanced/zabbix/5.2/proxy-sqlite3/docker-compose.yml b/linux/advanced/zabbix/5.2/proxy-sqlite3/docker-compose.yml index 3b33be08f..26dd1b12c 100644 --- a/linux/advanced/zabbix/5.2/proxy-sqlite3/docker-compose.yml +++ b/linux/advanced/zabbix/5.2/proxy-sqlite3/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-proxy-sqlite3:5.2" + image: "epicmorg/zabbix-proxy-sqlite3:5.2" build: context: . diff --git a/linux/advanced/zabbix/5.2/server-mysql/docker-compose.yml b/linux/advanced/zabbix/5.2/server-mysql/docker-compose.yml index a9f5159f7..e25670980 100644 --- a/linux/advanced/zabbix/5.2/server-mysql/docker-compose.yml +++ b/linux/advanced/zabbix/5.2/server-mysql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-server-mysql:5.2" + image: "epicmorg/zabbix-server-mysql:5.2" build: context: . diff --git a/linux/advanced/zabbix/5.2/server-pgsql/docker-compose.yml b/linux/advanced/zabbix/5.2/server-pgsql/docker-compose.yml index f0a0ff4b5..167034727 100644 --- a/linux/advanced/zabbix/5.2/server-pgsql/docker-compose.yml +++ b/linux/advanced/zabbix/5.2/server-pgsql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-server-pgsql:5.2" + image: "epicmorg/zabbix-server-pgsql:5.2" build: context: . diff --git a/linux/advanced/zabbix/5.2/snmptraps/docker-compose.yml b/linux/advanced/zabbix/5.2/snmptraps/docker-compose.yml index 7b74b9dc0..970aff56b 100644 --- a/linux/advanced/zabbix/5.2/snmptraps/docker-compose.yml +++ b/linux/advanced/zabbix/5.2/snmptraps/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-snmptraps:5.2" + image: "epicmorg/zabbix-snmptraps:5.2" build: context: . diff --git a/linux/advanced/zabbix/5.2/web-mysql/docker-compose.yml b/linux/advanced/zabbix/5.2/web-mysql/docker-compose.yml index acdbca13f..78160ed74 100644 --- a/linux/advanced/zabbix/5.2/web-mysql/docker-compose.yml +++ b/linux/advanced/zabbix/5.2/web-mysql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-web-apache-mysql:5.2" + image: "epicmorg/zabbix-web-apache-mysql:5.2" build: context: . diff --git a/linux/advanced/zabbix/5.2/web-pgsql/docker-compose.yml b/linux/advanced/zabbix/5.2/web-pgsql/docker-compose.yml index 7ed65e80e..df439ab51 100644 --- a/linux/advanced/zabbix/5.2/web-pgsql/docker-compose.yml +++ b/linux/advanced/zabbix/5.2/web-pgsql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-web-apache-pgsql:5.2" + image: "epicmorg/zabbix-web-apache-pgsql:5.2" build: context: . diff --git a/linux/advanced/zabbix/5.4/agent/docker-compose.yml b/linux/advanced/zabbix/5.4/agent/docker-compose.yml index d41ec8da4..f45c3f70a 100644 --- a/linux/advanced/zabbix/5.4/agent/docker-compose.yml +++ b/linux/advanced/zabbix/5.4/agent/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-agent:5.4" + image: "epicmorg/zabbix-agent:5.4" build: context: . diff --git a/linux/advanced/zabbix/5.4/agent2/docker-compose.yml b/linux/advanced/zabbix/5.4/agent2/docker-compose.yml index 15cdeeded..7e4951b6e 100644 --- a/linux/advanced/zabbix/5.4/agent2/docker-compose.yml +++ b/linux/advanced/zabbix/5.4/agent2/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-agent2:5.4" + image: "epicmorg/zabbix-agent2:5.4" build: context: . diff --git a/linux/advanced/zabbix/5.4/java-gateway/docker-compose.yml b/linux/advanced/zabbix/5.4/java-gateway/docker-compose.yml index 6c669d526..4dfa1d6c8 100644 --- a/linux/advanced/zabbix/5.4/java-gateway/docker-compose.yml +++ b/linux/advanced/zabbix/5.4/java-gateway/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-java-gateway:5.4" + image: "epicmorg/zabbix-java-gateway:5.4" build: context: . diff --git a/linux/advanced/zabbix/5.4/proxy-mysql/docker-compose.yml b/linux/advanced/zabbix/5.4/proxy-mysql/docker-compose.yml index c0c847e36..fa9e6e6b1 100644 --- a/linux/advanced/zabbix/5.4/proxy-mysql/docker-compose.yml +++ b/linux/advanced/zabbix/5.4/proxy-mysql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-proxy-mysql:5.4" + image: "epicmorg/zabbix-proxy-mysql:5.4" build: context: . diff --git a/linux/advanced/zabbix/5.4/proxy-sqlite3/docker-compose.yml b/linux/advanced/zabbix/5.4/proxy-sqlite3/docker-compose.yml index 8c40ad947..f63f72452 100644 --- a/linux/advanced/zabbix/5.4/proxy-sqlite3/docker-compose.yml +++ b/linux/advanced/zabbix/5.4/proxy-sqlite3/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-proxy-sqlite3:5.4" + image: "epicmorg/zabbix-proxy-sqlite3:5.4" build: context: . diff --git a/linux/advanced/zabbix/5.4/server-mysql/docker-compose.yml b/linux/advanced/zabbix/5.4/server-mysql/docker-compose.yml index 48061f414..407bdb998 100644 --- a/linux/advanced/zabbix/5.4/server-mysql/docker-compose.yml +++ b/linux/advanced/zabbix/5.4/server-mysql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-server-mysql:5.4" + image: "epicmorg/zabbix-server-mysql:5.4" build: context: . diff --git a/linux/advanced/zabbix/5.4/server-pgsql/docker-compose.yml b/linux/advanced/zabbix/5.4/server-pgsql/docker-compose.yml index 99c0863b9..2e051e940 100644 --- a/linux/advanced/zabbix/5.4/server-pgsql/docker-compose.yml +++ b/linux/advanced/zabbix/5.4/server-pgsql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-server-pgsql:5.4" + image: "epicmorg/zabbix-server-pgsql:5.4" build: context: . diff --git a/linux/advanced/zabbix/5.4/snmptraps/docker-compose.yml b/linux/advanced/zabbix/5.4/snmptraps/docker-compose.yml index d56bece62..f80946d25 100644 --- a/linux/advanced/zabbix/5.4/snmptraps/docker-compose.yml +++ b/linux/advanced/zabbix/5.4/snmptraps/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-snmptraps:5.4" + image: "epicmorg/zabbix-snmptraps:5.4" build: context: . diff --git a/linux/advanced/zabbix/5.4/web-mysql/docker-compose.yml b/linux/advanced/zabbix/5.4/web-mysql/docker-compose.yml index 3822c592d..5c27a2bf4 100644 --- a/linux/advanced/zabbix/5.4/web-mysql/docker-compose.yml +++ b/linux/advanced/zabbix/5.4/web-mysql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-web-apache-mysql:5.4" + image: "epicmorg/zabbix-web-apache-mysql:5.4" build: context: . diff --git a/linux/advanced/zabbix/5.4/web-pgsql/docker-compose.yml b/linux/advanced/zabbix/5.4/web-pgsql/docker-compose.yml index 6fb2f3211..6b68adb1b 100644 --- a/linux/advanced/zabbix/5.4/web-pgsql/docker-compose.yml +++ b/linux/advanced/zabbix/5.4/web-pgsql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-web-apache-pgsql:5.4" + image: "epicmorg/zabbix-web-apache-pgsql:5.4" build: context: . diff --git a/linux/advanced/zabbix/6.0/agent/docker-compose.yml b/linux/advanced/zabbix/6.0/agent/docker-compose.yml index 1fe391faf..97eb9a970 100644 --- a/linux/advanced/zabbix/6.0/agent/docker-compose.yml +++ b/linux/advanced/zabbix/6.0/agent/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-agent:6.0" + image: "epicmorg/zabbix-agent:6.0" build: context: . diff --git a/linux/advanced/zabbix/6.0/agent2/docker-compose.yml b/linux/advanced/zabbix/6.0/agent2/docker-compose.yml index e44d2803d..7f84846e8 100644 --- a/linux/advanced/zabbix/6.0/agent2/docker-compose.yml +++ b/linux/advanced/zabbix/6.0/agent2/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-agent2:6.0" + image: "epicmorg/zabbix-agent2:6.0" build: context: . diff --git a/linux/advanced/zabbix/6.0/java-gateway/docker-compose.yml b/linux/advanced/zabbix/6.0/java-gateway/docker-compose.yml index 50883ec00..e3caa7979 100644 --- a/linux/advanced/zabbix/6.0/java-gateway/docker-compose.yml +++ b/linux/advanced/zabbix/6.0/java-gateway/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-java-gateway:6.0" + image: "epicmorg/zabbix-java-gateway:6.0" build: context: . diff --git a/linux/advanced/zabbix/6.0/proxy-mysql/docker-compose.yml b/linux/advanced/zabbix/6.0/proxy-mysql/docker-compose.yml index def7a68d3..c54a8e595 100644 --- a/linux/advanced/zabbix/6.0/proxy-mysql/docker-compose.yml +++ b/linux/advanced/zabbix/6.0/proxy-mysql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-proxy-mysql:6.0" + image: "epicmorg/zabbix-proxy-mysql:6.0" build: context: . diff --git a/linux/advanced/zabbix/6.0/proxy-sqlite3/docker-compose.yml b/linux/advanced/zabbix/6.0/proxy-sqlite3/docker-compose.yml index ced3d641c..ca2834e53 100644 --- a/linux/advanced/zabbix/6.0/proxy-sqlite3/docker-compose.yml +++ b/linux/advanced/zabbix/6.0/proxy-sqlite3/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-proxy-sqlite3:6.0" + image: "epicmorg/zabbix-proxy-sqlite3:6.0" build: context: . diff --git a/linux/advanced/zabbix/6.0/server-mysql/docker-compose.yml b/linux/advanced/zabbix/6.0/server-mysql/docker-compose.yml index b42696f8a..fa1c7b4dc 100644 --- a/linux/advanced/zabbix/6.0/server-mysql/docker-compose.yml +++ b/linux/advanced/zabbix/6.0/server-mysql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-server-mysql:6.0" + image: "epicmorg/zabbix-server-mysql:6.0" build: context: . diff --git a/linux/advanced/zabbix/6.0/server-pgsql/docker-compose.yml b/linux/advanced/zabbix/6.0/server-pgsql/docker-compose.yml index 2a8293d8b..ab9d37a9c 100644 --- a/linux/advanced/zabbix/6.0/server-pgsql/docker-compose.yml +++ b/linux/advanced/zabbix/6.0/server-pgsql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-server-pgsql:6.0" + image: "epicmorg/zabbix-server-pgsql:6.0" build: context: . diff --git a/linux/advanced/zabbix/6.0/snmptraps/docker-compose.yml b/linux/advanced/zabbix/6.0/snmptraps/docker-compose.yml index 46ea7b32d..813ae4dd1 100644 --- a/linux/advanced/zabbix/6.0/snmptraps/docker-compose.yml +++ b/linux/advanced/zabbix/6.0/snmptraps/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-snmptraps:6.0" + image: "epicmorg/zabbix-snmptraps:6.0" build: context: . diff --git a/linux/advanced/zabbix/6.0/web-mysql/docker-compose.yml b/linux/advanced/zabbix/6.0/web-mysql/docker-compose.yml index a9acf410b..d71f01444 100644 --- a/linux/advanced/zabbix/6.0/web-mysql/docker-compose.yml +++ b/linux/advanced/zabbix/6.0/web-mysql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-web-apache-mysql:6.0" + image: "epicmorg/zabbix-web-apache-mysql:6.0" build: context: . diff --git a/linux/advanced/zabbix/6.0/web-pgsql/docker-compose.yml b/linux/advanced/zabbix/6.0/web-pgsql/docker-compose.yml index 417cfc45b..d66609b1a 100644 --- a/linux/advanced/zabbix/6.0/web-pgsql/docker-compose.yml +++ b/linux/advanced/zabbix/6.0/web-pgsql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-web-apache-pgsql:6.0" + image: "epicmorg/zabbix-web-apache-pgsql:6.0" build: context: . diff --git a/linux/advanced/zabbix/6.2/agent/docker-compose.yml b/linux/advanced/zabbix/6.2/agent/docker-compose.yml index 065881ac3..528cd4827 100644 --- a/linux/advanced/zabbix/6.2/agent/docker-compose.yml +++ b/linux/advanced/zabbix/6.2/agent/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-agent:6.2" + image: "epicmorg/zabbix-agent:6.2" build: context: . diff --git a/linux/advanced/zabbix/6.2/agent2/docker-compose.yml b/linux/advanced/zabbix/6.2/agent2/docker-compose.yml index a935cd101..2c46947d4 100644 --- a/linux/advanced/zabbix/6.2/agent2/docker-compose.yml +++ b/linux/advanced/zabbix/6.2/agent2/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-agent2:6.2" + image: "epicmorg/zabbix-agent2:6.2" build: context: . diff --git a/linux/advanced/zabbix/6.2/java-gateway/docker-compose.yml b/linux/advanced/zabbix/6.2/java-gateway/docker-compose.yml index 651fd2527..7f63b8bcb 100644 --- a/linux/advanced/zabbix/6.2/java-gateway/docker-compose.yml +++ b/linux/advanced/zabbix/6.2/java-gateway/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-java-gateway:6.2" + image: "epicmorg/zabbix-java-gateway:6.2" build: context: . diff --git a/linux/advanced/zabbix/6.2/proxy-mysql/docker-compose.yml b/linux/advanced/zabbix/6.2/proxy-mysql/docker-compose.yml index 7cdd01dfb..cd8d0a7b9 100644 --- a/linux/advanced/zabbix/6.2/proxy-mysql/docker-compose.yml +++ b/linux/advanced/zabbix/6.2/proxy-mysql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-proxy-mysql:6.2" + image: "epicmorg/zabbix-proxy-mysql:6.2" build: context: . diff --git a/linux/advanced/zabbix/6.2/proxy-sqlite3/docker-compose.yml b/linux/advanced/zabbix/6.2/proxy-sqlite3/docker-compose.yml index 6dfafea5b..b27a9dffb 100644 --- a/linux/advanced/zabbix/6.2/proxy-sqlite3/docker-compose.yml +++ b/linux/advanced/zabbix/6.2/proxy-sqlite3/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-proxy-sqlite3:6.2" + image: "epicmorg/zabbix-proxy-sqlite3:6.2" build: context: . diff --git a/linux/advanced/zabbix/6.2/server-mysql/docker-compose.yml b/linux/advanced/zabbix/6.2/server-mysql/docker-compose.yml index c3fb38458..4d1f5dfd5 100644 --- a/linux/advanced/zabbix/6.2/server-mysql/docker-compose.yml +++ b/linux/advanced/zabbix/6.2/server-mysql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-server-mysql:6.2" + image: "epicmorg/zabbix-server-mysql:6.2" build: context: . diff --git a/linux/advanced/zabbix/6.2/server-pgsql/docker-compose.yml b/linux/advanced/zabbix/6.2/server-pgsql/docker-compose.yml index e89df6fe2..678931dcc 100644 --- a/linux/advanced/zabbix/6.2/server-pgsql/docker-compose.yml +++ b/linux/advanced/zabbix/6.2/server-pgsql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-server-pgsql:6.2" + image: "epicmorg/zabbix-server-pgsql:6.2" build: context: . diff --git a/linux/advanced/zabbix/6.2/snmptraps/docker-compose.yml b/linux/advanced/zabbix/6.2/snmptraps/docker-compose.yml index 263e4e428..6e04941e4 100644 --- a/linux/advanced/zabbix/6.2/snmptraps/docker-compose.yml +++ b/linux/advanced/zabbix/6.2/snmptraps/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-snmptraps:6.2" + image: "epicmorg/zabbix-snmptraps:6.2" build: context: . diff --git a/linux/advanced/zabbix/6.2/web-mysql/docker-compose.yml b/linux/advanced/zabbix/6.2/web-mysql/docker-compose.yml index a8129413f..4db46ace8 100644 --- a/linux/advanced/zabbix/6.2/web-mysql/docker-compose.yml +++ b/linux/advanced/zabbix/6.2/web-mysql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-web-apache-mysql:6.2" + image: "epicmorg/zabbix-web-apache-mysql:6.2" build: context: . diff --git a/linux/advanced/zabbix/6.2/web-pgsql/docker-compose.yml b/linux/advanced/zabbix/6.2/web-pgsql/docker-compose.yml index b686ff2a8..33cb07a0b 100644 --- a/linux/advanced/zabbix/6.2/web-pgsql/docker-compose.yml +++ b/linux/advanced/zabbix/6.2/web-pgsql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-web-apache-pgsql:6.2" + image: "epicmorg/zabbix-web-apache-pgsql:6.2" build: context: . diff --git a/linux/advanced/zabbix/6.4/agent/docker-compose.yml b/linux/advanced/zabbix/6.4/agent/docker-compose.yml index 39b686563..830e8aa39 100644 --- a/linux/advanced/zabbix/6.4/agent/docker-compose.yml +++ b/linux/advanced/zabbix/6.4/agent/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-agent:6.4" + image: "epicmorg/zabbix-agent:6.4" build: context: . diff --git a/linux/advanced/zabbix/6.4/agent2/docker-compose.yml b/linux/advanced/zabbix/6.4/agent2/docker-compose.yml index 44855805d..c98df6548 100644 --- a/linux/advanced/zabbix/6.4/agent2/docker-compose.yml +++ b/linux/advanced/zabbix/6.4/agent2/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-agent2:6.4" + image: "epicmorg/zabbix-agent2:6.4" build: context: . diff --git a/linux/advanced/zabbix/6.4/java-gateway/docker-compose.yml b/linux/advanced/zabbix/6.4/java-gateway/docker-compose.yml index 5da4648d8..191e24658 100644 --- a/linux/advanced/zabbix/6.4/java-gateway/docker-compose.yml +++ b/linux/advanced/zabbix/6.4/java-gateway/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-java-gateway:6.4" + image: "epicmorg/zabbix-java-gateway:6.4" build: context: . diff --git a/linux/advanced/zabbix/6.4/proxy-mysql/docker-compose.yml b/linux/advanced/zabbix/6.4/proxy-mysql/docker-compose.yml index 86a22694d..29b69bb10 100644 --- a/linux/advanced/zabbix/6.4/proxy-mysql/docker-compose.yml +++ b/linux/advanced/zabbix/6.4/proxy-mysql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-proxy-mysql:6.4" + image: "epicmorg/zabbix-proxy-mysql:6.4" build: context: . diff --git a/linux/advanced/zabbix/6.4/proxy-sqlite3/docker-compose.yml b/linux/advanced/zabbix/6.4/proxy-sqlite3/docker-compose.yml index bffebf5a8..6288c2e6e 100644 --- a/linux/advanced/zabbix/6.4/proxy-sqlite3/docker-compose.yml +++ b/linux/advanced/zabbix/6.4/proxy-sqlite3/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-proxy-sqlite3:6.4" + image: "epicmorg/zabbix-proxy-sqlite3:6.4" build: context: . diff --git a/linux/advanced/zabbix/6.4/server-mysql/docker-compose.yml b/linux/advanced/zabbix/6.4/server-mysql/docker-compose.yml index fab2f5bd9..d745d1356 100644 --- a/linux/advanced/zabbix/6.4/server-mysql/docker-compose.yml +++ b/linux/advanced/zabbix/6.4/server-mysql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-server-mysql:6.4" + image: "epicmorg/zabbix-server-mysql:6.4" build: context: . diff --git a/linux/advanced/zabbix/6.4/server-pgsql/docker-compose.yml b/linux/advanced/zabbix/6.4/server-pgsql/docker-compose.yml index 697632f7b..47d6abb8a 100644 --- a/linux/advanced/zabbix/6.4/server-pgsql/docker-compose.yml +++ b/linux/advanced/zabbix/6.4/server-pgsql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-server-pgsql:6.4" + image: "epicmorg/zabbix-server-pgsql:6.4" build: context: . diff --git a/linux/advanced/zabbix/6.4/snmptraps/docker-compose.yml b/linux/advanced/zabbix/6.4/snmptraps/docker-compose.yml index f3a4ceb2f..569fac286 100644 --- a/linux/advanced/zabbix/6.4/snmptraps/docker-compose.yml +++ b/linux/advanced/zabbix/6.4/snmptraps/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-snmptraps:6.4" + image: "epicmorg/zabbix-snmptraps:6.4" build: context: . diff --git a/linux/advanced/zabbix/6.4/web-mysql/docker-compose.yml b/linux/advanced/zabbix/6.4/web-mysql/docker-compose.yml index 80330a78a..e742796ee 100644 --- a/linux/advanced/zabbix/6.4/web-mysql/docker-compose.yml +++ b/linux/advanced/zabbix/6.4/web-mysql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-web-apache-mysql:6.4" + image: "epicmorg/zabbix-web-apache-mysql:6.4" build: context: . diff --git a/linux/advanced/zabbix/6.4/web-pgsql/docker-compose.yml b/linux/advanced/zabbix/6.4/web-pgsql/docker-compose.yml index 34bd2f40b..798eaa077 100644 --- a/linux/advanced/zabbix/6.4/web-pgsql/docker-compose.yml +++ b/linux/advanced/zabbix/6.4/web-pgsql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-web-apache-pgsql:6.4" + image: "epicmorg/zabbix-web-apache-pgsql:6.4" build: context: . diff --git a/linux/advanced/zabbix/7.0/agent/docker-compose.yml b/linux/advanced/zabbix/7.0/agent/docker-compose.yml index 589edab7d..ff928082b 100644 --- a/linux/advanced/zabbix/7.0/agent/docker-compose.yml +++ b/linux/advanced/zabbix/7.0/agent/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-agent:7.0" + image: "epicmorg/zabbix-agent:7.0" build: context: . diff --git a/linux/advanced/zabbix/7.0/agent2/docker-compose.yml b/linux/advanced/zabbix/7.0/agent2/docker-compose.yml index f9bce1206..5109f1fb3 100644 --- a/linux/advanced/zabbix/7.0/agent2/docker-compose.yml +++ b/linux/advanced/zabbix/7.0/agent2/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-agent2:7.0" + image: "epicmorg/zabbix-agent2:7.0" build: context: . diff --git a/linux/advanced/zabbix/7.0/java-gateway/docker-compose.yml b/linux/advanced/zabbix/7.0/java-gateway/docker-compose.yml index c0ed09fd3..dc782c187 100644 --- a/linux/advanced/zabbix/7.0/java-gateway/docker-compose.yml +++ b/linux/advanced/zabbix/7.0/java-gateway/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-java-gateway:7.0" + image: "epicmorg/zabbix-java-gateway:7.0" build: context: . diff --git a/linux/advanced/zabbix/7.0/proxy-mysql/docker-compose.yml b/linux/advanced/zabbix/7.0/proxy-mysql/docker-compose.yml index c40561b14..9f047a161 100644 --- a/linux/advanced/zabbix/7.0/proxy-mysql/docker-compose.yml +++ b/linux/advanced/zabbix/7.0/proxy-mysql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-proxy-mysql:7.0" + image: "epicmorg/zabbix-proxy-mysql:7.0" build: context: . diff --git a/linux/advanced/zabbix/7.0/proxy-sqlite3/docker-compose.yml b/linux/advanced/zabbix/7.0/proxy-sqlite3/docker-compose.yml index 981aeb0b6..dc1de6d57 100644 --- a/linux/advanced/zabbix/7.0/proxy-sqlite3/docker-compose.yml +++ b/linux/advanced/zabbix/7.0/proxy-sqlite3/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-proxy-sqlite3:7.0" + image: "epicmorg/zabbix-proxy-sqlite3:7.0" build: context: . diff --git a/linux/advanced/zabbix/7.0/server-mysql/docker-compose.yml b/linux/advanced/zabbix/7.0/server-mysql/docker-compose.yml index 24e7f6bff..d2413f755 100644 --- a/linux/advanced/zabbix/7.0/server-mysql/docker-compose.yml +++ b/linux/advanced/zabbix/7.0/server-mysql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-server-mysql:7.0" + image: "epicmorg/zabbix-server-mysql:7.0" build: context: . diff --git a/linux/advanced/zabbix/7.0/server-pgsql/docker-compose.yml b/linux/advanced/zabbix/7.0/server-pgsql/docker-compose.yml index 84f94e9d0..169e77f81 100644 --- a/linux/advanced/zabbix/7.0/server-pgsql/docker-compose.yml +++ b/linux/advanced/zabbix/7.0/server-pgsql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-server-pgsql:7.0" + image: "epicmorg/zabbix-server-pgsql:7.0" build: context: . diff --git a/linux/advanced/zabbix/7.0/snmptraps/docker-compose.yml b/linux/advanced/zabbix/7.0/snmptraps/docker-compose.yml index d539a1c7f..1698b472f 100644 --- a/linux/advanced/zabbix/7.0/snmptraps/docker-compose.yml +++ b/linux/advanced/zabbix/7.0/snmptraps/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-snmptraps:7.0" + image: "epicmorg/zabbix-snmptraps:7.0" build: context: . diff --git a/linux/advanced/zabbix/7.0/web-mysql/docker-compose.yml b/linux/advanced/zabbix/7.0/web-mysql/docker-compose.yml index f28ec8a95..59bbb5a5d 100644 --- a/linux/advanced/zabbix/7.0/web-mysql/docker-compose.yml +++ b/linux/advanced/zabbix/7.0/web-mysql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-web-apache-mysql:7.0" + image: "epicmorg/zabbix-web-apache-mysql:7.0" build: context: . diff --git a/linux/advanced/zabbix/7.0/web-pgsql/docker-compose.yml b/linux/advanced/zabbix/7.0/web-pgsql/docker-compose.yml index e5c98ebcc..caecff8ca 100644 --- a/linux/advanced/zabbix/7.0/web-pgsql/docker-compose.yml +++ b/linux/advanced/zabbix/7.0/web-pgsql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-web-apache-pgsql:7.0" + image: "epicmorg/zabbix-web-apache-pgsql:7.0" build: context: . diff --git a/linux/advanced/zabbix/7.2/agent/docker-compose.yml b/linux/advanced/zabbix/7.2/agent/docker-compose.yml index 08949bf09..c0f94fe52 100644 --- a/linux/advanced/zabbix/7.2/agent/docker-compose.yml +++ b/linux/advanced/zabbix/7.2/agent/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-agent:7.2" + image: "epicmorg/zabbix-agent:7.2" build: context: . diff --git a/linux/advanced/zabbix/7.2/agent2/docker-compose.yml b/linux/advanced/zabbix/7.2/agent2/docker-compose.yml index ac843ea38..36d2768ab 100644 --- a/linux/advanced/zabbix/7.2/agent2/docker-compose.yml +++ b/linux/advanced/zabbix/7.2/agent2/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-agent2:7.2" + image: "epicmorg/zabbix-agent2:7.2" build: context: . diff --git a/linux/advanced/zabbix/7.2/java-gateway/docker-compose.yml b/linux/advanced/zabbix/7.2/java-gateway/docker-compose.yml index 16b0ad7e0..801326cca 100644 --- a/linux/advanced/zabbix/7.2/java-gateway/docker-compose.yml +++ b/linux/advanced/zabbix/7.2/java-gateway/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-java-gateway:7.2" + image: "epicmorg/zabbix-java-gateway:7.2" build: context: . diff --git a/linux/advanced/zabbix/7.2/proxy-mysql/docker-compose.yml b/linux/advanced/zabbix/7.2/proxy-mysql/docker-compose.yml index 4456e29a8..395b92f8f 100644 --- a/linux/advanced/zabbix/7.2/proxy-mysql/docker-compose.yml +++ b/linux/advanced/zabbix/7.2/proxy-mysql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-proxy-mysql:7.2" + image: "epicmorg/zabbix-proxy-mysql:7.2" build: context: . diff --git a/linux/advanced/zabbix/7.2/proxy-sqlite3/docker-compose.yml b/linux/advanced/zabbix/7.2/proxy-sqlite3/docker-compose.yml index 4adee9ec7..c702a8b5a 100644 --- a/linux/advanced/zabbix/7.2/proxy-sqlite3/docker-compose.yml +++ b/linux/advanced/zabbix/7.2/proxy-sqlite3/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-proxy-sqlite3:7.2" + image: "epicmorg/zabbix-proxy-sqlite3:7.2" build: context: . diff --git a/linux/advanced/zabbix/7.2/server-mysql/docker-compose.yml b/linux/advanced/zabbix/7.2/server-mysql/docker-compose.yml index 740777891..d563d752f 100644 --- a/linux/advanced/zabbix/7.2/server-mysql/docker-compose.yml +++ b/linux/advanced/zabbix/7.2/server-mysql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-server-mysql:7.2" + image: "epicmorg/zabbix-server-mysql:7.2" build: context: . diff --git a/linux/advanced/zabbix/7.2/server-pgsql/docker-compose.yml b/linux/advanced/zabbix/7.2/server-pgsql/docker-compose.yml index 44c56e3b3..ec61ab0b6 100644 --- a/linux/advanced/zabbix/7.2/server-pgsql/docker-compose.yml +++ b/linux/advanced/zabbix/7.2/server-pgsql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-server-pgsql:7.2" + image: "epicmorg/zabbix-server-pgsql:7.2" build: context: . diff --git a/linux/advanced/zabbix/7.2/snmptraps/docker-compose.yml b/linux/advanced/zabbix/7.2/snmptraps/docker-compose.yml index feb58a687..3b9b3b663 100644 --- a/linux/advanced/zabbix/7.2/snmptraps/docker-compose.yml +++ b/linux/advanced/zabbix/7.2/snmptraps/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-snmptraps:7.2" + image: "epicmorg/zabbix-snmptraps:7.2" build: context: . diff --git a/linux/advanced/zabbix/7.2/web-mysql/docker-compose.yml b/linux/advanced/zabbix/7.2/web-mysql/docker-compose.yml index 8197806fd..7fb5ecfbd 100644 --- a/linux/advanced/zabbix/7.2/web-mysql/docker-compose.yml +++ b/linux/advanced/zabbix/7.2/web-mysql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-web-apache-mysql:7.2" + image: "epicmorg/zabbix-web-apache-mysql:7.2" build: context: . diff --git a/linux/advanced/zabbix/7.2/web-pgsql/docker-compose.yml b/linux/advanced/zabbix/7.2/web-pgsql/docker-compose.yml index 6e9190ef0..5769d097d 100644 --- a/linux/advanced/zabbix/7.2/web-pgsql/docker-compose.yml +++ b/linux/advanced/zabbix/7.2/web-pgsql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-web-apache-pgsql:7.2" + image: "epicmorg/zabbix-web-apache-pgsql:7.2" build: context: . diff --git a/linux/advanced/zabbix/latest/agent/docker-compose.yml b/linux/advanced/zabbix/latest/agent/docker-compose.yml index c8d93cad4..e72d54591 100644 --- a/linux/advanced/zabbix/latest/agent/docker-compose.yml +++ b/linux/advanced/zabbix/latest/agent/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-agent:latest" + image: "epicmorg/zabbix-agent:latest" build: context: . diff --git a/linux/advanced/zabbix/latest/agent2/docker-compose.yml b/linux/advanced/zabbix/latest/agent2/docker-compose.yml index f669da3c2..4e714ba22 100644 --- a/linux/advanced/zabbix/latest/agent2/docker-compose.yml +++ b/linux/advanced/zabbix/latest/agent2/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-agent2:latest" + image: "epicmorg/zabbix-agent2:latest" build: context: . diff --git a/linux/advanced/zabbix/latest/java-gateway/docker-compose.yml b/linux/advanced/zabbix/latest/java-gateway/docker-compose.yml index 5b24bbcf9..d0c6b98b1 100644 --- a/linux/advanced/zabbix/latest/java-gateway/docker-compose.yml +++ b/linux/advanced/zabbix/latest/java-gateway/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-java-gateway:latest" + image: "epicmorg/zabbix-java-gateway:latest" build: context: . diff --git a/linux/advanced/zabbix/latest/proxy-mysql/docker-compose.yml b/linux/advanced/zabbix/latest/proxy-mysql/docker-compose.yml index 86417e8f3..38eaa4c70 100644 --- a/linux/advanced/zabbix/latest/proxy-mysql/docker-compose.yml +++ b/linux/advanced/zabbix/latest/proxy-mysql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-proxy-mysql:latest" + image: "epicmorg/zabbix-proxy-mysql:latest" build: context: . diff --git a/linux/advanced/zabbix/latest/proxy-sqlite3/docker-compose.yml b/linux/advanced/zabbix/latest/proxy-sqlite3/docker-compose.yml index 655ecea5d..dd171914b 100644 --- a/linux/advanced/zabbix/latest/proxy-sqlite3/docker-compose.yml +++ b/linux/advanced/zabbix/latest/proxy-sqlite3/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-proxy-sqlite3:latest" + image: "epicmorg/zabbix-proxy-sqlite3:latest" build: context: . diff --git a/linux/advanced/zabbix/latest/server-mysql/docker-compose.yml b/linux/advanced/zabbix/latest/server-mysql/docker-compose.yml index 279efcbf7..f853f2027 100644 --- a/linux/advanced/zabbix/latest/server-mysql/docker-compose.yml +++ b/linux/advanced/zabbix/latest/server-mysql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-server-mysql:latest" + image: "epicmorg/zabbix-server-mysql:latest" build: context: . diff --git a/linux/advanced/zabbix/latest/server-pgsql/docker-compose.yml b/linux/advanced/zabbix/latest/server-pgsql/docker-compose.yml index 69c680e07..b45700521 100644 --- a/linux/advanced/zabbix/latest/server-pgsql/docker-compose.yml +++ b/linux/advanced/zabbix/latest/server-pgsql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-server-pgsql:latest" + image: "epicmorg/zabbix-server-pgsql:latest" build: context: . diff --git a/linux/advanced/zabbix/latest/snmptraps/docker-compose.yml b/linux/advanced/zabbix/latest/snmptraps/docker-compose.yml index c732aad45..87650ec0c 100644 --- a/linux/advanced/zabbix/latest/snmptraps/docker-compose.yml +++ b/linux/advanced/zabbix/latest/snmptraps/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-snmptraps:latest" + image: "epicmorg/zabbix-snmptraps:latest" build: context: . diff --git a/linux/advanced/zabbix/latest/web-mysql/docker-compose.yml b/linux/advanced/zabbix/latest/web-mysql/docker-compose.yml index adfc94bc0..4d170b973 100644 --- a/linux/advanced/zabbix/latest/web-mysql/docker-compose.yml +++ b/linux/advanced/zabbix/latest/web-mysql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-web-apache-mysql:latest" + image: "epicmorg/zabbix-web-apache-mysql:latest" build: context: . diff --git a/linux/advanced/zabbix/latest/web-pgsql/docker-compose.yml b/linux/advanced/zabbix/latest/web-pgsql/docker-compose.yml index 505511b6b..28e651336 100644 --- a/linux/advanced/zabbix/latest/web-pgsql/docker-compose.yml +++ b/linux/advanced/zabbix/latest/web-pgsql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-web-apache-pgsql:latest" + image: "epicmorg/zabbix-web-apache-pgsql:latest" build: context: . diff --git a/linux/advanced/zabbix/trunk/agent/docker-compose.yml b/linux/advanced/zabbix/trunk/agent/docker-compose.yml index 82e309960..4cebc0fd8 100644 --- a/linux/advanced/zabbix/trunk/agent/docker-compose.yml +++ b/linux/advanced/zabbix/trunk/agent/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-agent:trunk" + image: "epicmorg/zabbix-agent:trunk" build: context: . diff --git a/linux/advanced/zabbix/trunk/agent2/docker-compose.yml b/linux/advanced/zabbix/trunk/agent2/docker-compose.yml index 670d9626f..d5e9493dc 100644 --- a/linux/advanced/zabbix/trunk/agent2/docker-compose.yml +++ b/linux/advanced/zabbix/trunk/agent2/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-agent2:trunk" + image: "epicmorg/zabbix-agent2:trunk" build: context: . diff --git a/linux/advanced/zabbix/trunk/java-gateway/docker-compose.yml b/linux/advanced/zabbix/trunk/java-gateway/docker-compose.yml index c1ddfae6b..fe92f8b0c 100644 --- a/linux/advanced/zabbix/trunk/java-gateway/docker-compose.yml +++ b/linux/advanced/zabbix/trunk/java-gateway/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-java-gateway:trunk" + image: "epicmorg/zabbix-java-gateway:trunk" build: context: . diff --git a/linux/advanced/zabbix/trunk/proxy-mysql/docker-compose.yml b/linux/advanced/zabbix/trunk/proxy-mysql/docker-compose.yml index 2a64088db..39d667512 100644 --- a/linux/advanced/zabbix/trunk/proxy-mysql/docker-compose.yml +++ b/linux/advanced/zabbix/trunk/proxy-mysql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-proxy-mysql:trunk" + image: "epicmorg/zabbix-proxy-mysql:trunk" build: context: . diff --git a/linux/advanced/zabbix/trunk/proxy-sqlite3/docker-compose.yml b/linux/advanced/zabbix/trunk/proxy-sqlite3/docker-compose.yml index f10303200..1eece19ca 100644 --- a/linux/advanced/zabbix/trunk/proxy-sqlite3/docker-compose.yml +++ b/linux/advanced/zabbix/trunk/proxy-sqlite3/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-proxy-sqlite3:trunk" + image: "epicmorg/zabbix-proxy-sqlite3:trunk" build: context: . diff --git a/linux/advanced/zabbix/trunk/server-mysql/docker-compose.yml b/linux/advanced/zabbix/trunk/server-mysql/docker-compose.yml index 8b1bc038d..6cf205196 100644 --- a/linux/advanced/zabbix/trunk/server-mysql/docker-compose.yml +++ b/linux/advanced/zabbix/trunk/server-mysql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-server-mysql:trunk" + image: "epicmorg/zabbix-server-mysql:trunk" build: context: . diff --git a/linux/advanced/zabbix/trunk/server-pgsql/docker-compose.yml b/linux/advanced/zabbix/trunk/server-pgsql/docker-compose.yml index 1fc28a704..8ca563f4f 100644 --- a/linux/advanced/zabbix/trunk/server-pgsql/docker-compose.yml +++ b/linux/advanced/zabbix/trunk/server-pgsql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-server-pgsql:trunk" + image: "epicmorg/zabbix-server-pgsql:trunk" build: context: . diff --git a/linux/advanced/zabbix/trunk/snmptraps/docker-compose.yml b/linux/advanced/zabbix/trunk/snmptraps/docker-compose.yml index 30dbf4110..b24749c67 100644 --- a/linux/advanced/zabbix/trunk/snmptraps/docker-compose.yml +++ b/linux/advanced/zabbix/trunk/snmptraps/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-snmptraps:trunk" + image: "epicmorg/zabbix-snmptraps:trunk" build: context: . diff --git a/linux/advanced/zabbix/trunk/web-mysql/docker-compose.yml b/linux/advanced/zabbix/trunk/web-mysql/docker-compose.yml index f2752f121..d1caa0c25 100644 --- a/linux/advanced/zabbix/trunk/web-mysql/docker-compose.yml +++ b/linux/advanced/zabbix/trunk/web-mysql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-web-apache-mysql:trunk" + image: "epicmorg/zabbix-web-apache-mysql:trunk" build: context: . diff --git a/linux/advanced/zabbix/trunk/web-pgsql/docker-compose.yml b/linux/advanced/zabbix/trunk/web-pgsql/docker-compose.yml index fb7478bc0..69ad98546 100644 --- a/linux/advanced/zabbix/trunk/web-pgsql/docker-compose.yml +++ b/linux/advanced/zabbix/trunk/web-pgsql/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/zabbix-web-apache-pgsql:trunk" + image: "epicmorg/zabbix-web-apache-pgsql:trunk" build: context: . diff --git a/linux/ecosystem/apache2/php5.5/Dockerfile b/linux/ecosystem/apache2/php5.5/Dockerfile index 9a13e14f3..81a31dd49 100644 --- a/linux/ecosystem/apache2/php5.5/Dockerfile +++ b/linux/ecosystem/apache2/php5.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-php5.5 +FROM epicmorg/debian:bookworm-php5.5 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/apache2/php5.5/docker-compose.yml b/linux/ecosystem/apache2/php5.5/docker-compose.yml index e7b150cca..47a95136c 100644 --- a/linux/ecosystem/apache2/php5.5/docker-compose.yml +++ b/linux/ecosystem/apache2/php5.5/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/apache2:php5.5" + image: "epicmorg/apache2:php5.5" build: context: . diff --git a/linux/ecosystem/apache2/php5.6/Dockerfile b/linux/ecosystem/apache2/php5.6/Dockerfile index d733bf761..bdf148017 100644 --- a/linux/ecosystem/apache2/php5.6/Dockerfile +++ b/linux/ecosystem/apache2/php5.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-php5.6 +FROM epicmorg/debian:bookworm-php5.6 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/apache2/php5.6/docker-compose.yml b/linux/ecosystem/apache2/php5.6/docker-compose.yml index 02b4ade57..4560834fa 100644 --- a/linux/ecosystem/apache2/php5.6/docker-compose.yml +++ b/linux/ecosystem/apache2/php5.6/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/apache2:php5.6" + image: "epicmorg/apache2:php5.6" build: context: . diff --git a/linux/ecosystem/apache2/php7.0/Dockerfile b/linux/ecosystem/apache2/php7.0/Dockerfile index 027117704..198e8e6c6 100644 --- a/linux/ecosystem/apache2/php7.0/Dockerfile +++ b/linux/ecosystem/apache2/php7.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-php7.0 +FROM epicmorg/debian:bookworm-php7.0 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/apache2/php7.0/docker-compose.yml b/linux/ecosystem/apache2/php7.0/docker-compose.yml index a2b5846eb..dd544945f 100644 --- a/linux/ecosystem/apache2/php7.0/docker-compose.yml +++ b/linux/ecosystem/apache2/php7.0/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/apache2:php7.0" + image: "epicmorg/apache2:php7.0" build: context: . diff --git a/linux/ecosystem/apache2/php7.1/Dockerfile b/linux/ecosystem/apache2/php7.1/Dockerfile index 3ed34c173..7e7687aca 100644 --- a/linux/ecosystem/apache2/php7.1/Dockerfile +++ b/linux/ecosystem/apache2/php7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-php7.1 +FROM epicmorg/debian:bookworm-php7.1 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/apache2/php7.1/docker-compose.yml b/linux/ecosystem/apache2/php7.1/docker-compose.yml index 3e6a70f95..ef5dee18c 100644 --- a/linux/ecosystem/apache2/php7.1/docker-compose.yml +++ b/linux/ecosystem/apache2/php7.1/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/apache2:php7.1" + image: "epicmorg/apache2:php7.1" build: context: . diff --git a/linux/ecosystem/apache2/php7.2/Dockerfile b/linux/ecosystem/apache2/php7.2/Dockerfile index ccc4bb83f..01525d039 100644 --- a/linux/ecosystem/apache2/php7.2/Dockerfile +++ b/linux/ecosystem/apache2/php7.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-php7.2 +FROM epicmorg/debian:bookworm-php7.2 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/apache2/php7.2/docker-compose.yml b/linux/ecosystem/apache2/php7.2/docker-compose.yml index afff27ffb..4795a2f22 100644 --- a/linux/ecosystem/apache2/php7.2/docker-compose.yml +++ b/linux/ecosystem/apache2/php7.2/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/apache2:php7.2" + image: "epicmorg/apache2:php7.2" build: context: . diff --git a/linux/ecosystem/apache2/php7.3/Dockerfile b/linux/ecosystem/apache2/php7.3/Dockerfile index 8b043367d..c1c7f0a64 100644 --- a/linux/ecosystem/apache2/php7.3/Dockerfile +++ b/linux/ecosystem/apache2/php7.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-php7.3 +FROM epicmorg/debian:bookworm-php7.3 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/apache2/php7.3/docker-compose.yml b/linux/ecosystem/apache2/php7.3/docker-compose.yml index 3bb30245b..0bbd65a47 100644 --- a/linux/ecosystem/apache2/php7.3/docker-compose.yml +++ b/linux/ecosystem/apache2/php7.3/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/apache2:php7.3" + image: "epicmorg/apache2:php7.3" build: context: . diff --git a/linux/ecosystem/apache2/php7.4/Dockerfile b/linux/ecosystem/apache2/php7.4/Dockerfile index be15ba6dc..719764130 100644 --- a/linux/ecosystem/apache2/php7.4/Dockerfile +++ b/linux/ecosystem/apache2/php7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-php7.4 +FROM epicmorg/debian:bookworm-php7.4 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/apache2/php7.4/docker-compose.yml b/linux/ecosystem/apache2/php7.4/docker-compose.yml index 68c2d4a02..cb7d125f4 100644 --- a/linux/ecosystem/apache2/php7.4/docker-compose.yml +++ b/linux/ecosystem/apache2/php7.4/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/apache2:php7.4" + image: "epicmorg/apache2:php7.4" build: context: . diff --git a/linux/ecosystem/apache2/php8.0/Dockerfile b/linux/ecosystem/apache2/php8.0/Dockerfile index c10aa603e..fdfc8a759 100644 --- a/linux/ecosystem/apache2/php8.0/Dockerfile +++ b/linux/ecosystem/apache2/php8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-php8.0 +FROM epicmorg/debian:bookworm-php8.0 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/apache2/php8.0/docker-compose.yml b/linux/ecosystem/apache2/php8.0/docker-compose.yml index 99e4655ed..e02081bf3 100644 --- a/linux/ecosystem/apache2/php8.0/docker-compose.yml +++ b/linux/ecosystem/apache2/php8.0/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/apache2:php8.0" + image: "epicmorg/apache2:php8.0" build: context: . diff --git a/linux/ecosystem/apache2/php8.1/Dockerfile b/linux/ecosystem/apache2/php8.1/Dockerfile index 259b40c35..514580406 100644 --- a/linux/ecosystem/apache2/php8.1/Dockerfile +++ b/linux/ecosystem/apache2/php8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-php8.1 +FROM epicmorg/debian:bookworm-php8.1 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/apache2/php8.1/docker-compose.yml b/linux/ecosystem/apache2/php8.1/docker-compose.yml index a6e53230a..479240039 100644 --- a/linux/ecosystem/apache2/php8.1/docker-compose.yml +++ b/linux/ecosystem/apache2/php8.1/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/apache2:php8.1" + image: "epicmorg/apache2:php8.1" build: context: . diff --git a/linux/ecosystem/apache2/php8.2/Dockerfile b/linux/ecosystem/apache2/php8.2/Dockerfile index 46394e861..4b44e885a 100644 --- a/linux/ecosystem/apache2/php8.2/Dockerfile +++ b/linux/ecosystem/apache2/php8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-php8.2 +FROM epicmorg/debian:bookworm-php8.2 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/apache2/php8.2/docker-compose.yml b/linux/ecosystem/apache2/php8.2/docker-compose.yml index 74505b7e9..0db105061 100644 --- a/linux/ecosystem/apache2/php8.2/docker-compose.yml +++ b/linux/ecosystem/apache2/php8.2/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/apache2:php8.2" + image: "epicmorg/apache2:php8.2" build: context: . diff --git a/linux/ecosystem/apache2/php8.3/Dockerfile b/linux/ecosystem/apache2/php8.3/Dockerfile index 70dcb8e30..84fc1738d 100644 --- a/linux/ecosystem/apache2/php8.3/Dockerfile +++ b/linux/ecosystem/apache2/php8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-php8.3 +FROM epicmorg/debian:bookworm-php8.3 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/apache2/php8.3/docker-compose.yml b/linux/ecosystem/apache2/php8.3/docker-compose.yml index 7e6dc899f..0762e6954 100644 --- a/linux/ecosystem/apache2/php8.3/docker-compose.yml +++ b/linux/ecosystem/apache2/php8.3/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/apache2:php8.3" + image: "epicmorg/apache2:php8.3" build: context: . diff --git a/linux/ecosystem/apache2/php8.4/Dockerfile b/linux/ecosystem/apache2/php8.4/Dockerfile index d679d0197..1532596ac 100644 --- a/linux/ecosystem/apache2/php8.4/Dockerfile +++ b/linux/ecosystem/apache2/php8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-php8.4 +FROM epicmorg/debian:bookworm-php8.4 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/apache2/php8.4/docker-compose.yml b/linux/ecosystem/apache2/php8.4/docker-compose.yml index 88572fac8..5cbf4c428 100644 --- a/linux/ecosystem/apache2/php8.4/docker-compose.yml +++ b/linux/ecosystem/apache2/php8.4/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/apache2:php8.4" + image: "epicmorg/apache2:php8.4" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/1/1.0.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/1/1.0.3/Dockerfile index 2b1e7e7d0..84f2f2064 100644 --- a/linux/ecosystem/atlassian/bitbucket/1/1.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/1/1.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/1/1.0.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/1/1.0.3/docker-compose.yml index 26a29c889..7a7c5446a 100644 --- a/linux/ecosystem/atlassian/bitbucket/1/1.0.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/1/1.0.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:1.0.3" + image: "epicmorg/bitbucket:1.0.3" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:1.0.3-jdk7" + image: "epicmorg/bitbucket:1.0.3-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/1/1.1.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/1/1.1.2/Dockerfile index eeabb36d0..e0320ff04 100644 --- a/linux/ecosystem/atlassian/bitbucket/1/1.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/1/1.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/1/1.1.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/1/1.1.2/docker-compose.yml index e12a8fccb..72768015d 100644 --- a/linux/ecosystem/atlassian/bitbucket/1/1.1.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/1/1.1.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:1.1.2" + image: "epicmorg/bitbucket:1.1.2" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:1.1.2-jdk7" + image: "epicmorg/bitbucket:1.1.2-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/1/1.2.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/1/1.2.1/Dockerfile index f14a42aba..c37fc1b86 100644 --- a/linux/ecosystem/atlassian/bitbucket/1/1.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/1/1.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/1/1.2.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/1/1.2.1/docker-compose.yml index 4ec5a82ce..d244a2376 100644 --- a/linux/ecosystem/atlassian/bitbucket/1/1.2.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/1/1.2.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:1.2.1" + image: "epicmorg/bitbucket:1.2.1" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:1.2.1-jdk7" + image: "epicmorg/bitbucket:1.2.1-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/1/1.2.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/1/1.2.4/Dockerfile index 95e5b6f8b..568ed3cd9 100644 --- a/linux/ecosystem/atlassian/bitbucket/1/1.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/1/1.2.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/1/1.2.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/1/1.2.4/docker-compose.yml index 56e643eea..8ec80aa8d 100644 --- a/linux/ecosystem/atlassian/bitbucket/1/1.2.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/1/1.2.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:1.2.4" + image: "epicmorg/bitbucket:1.2.4" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:1.2.4-jdk7" + image: "epicmorg/bitbucket:1.2.4-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/1/1.3.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/1/1.3.1/Dockerfile index fa4de3e1c..bb2b49508 100644 --- a/linux/ecosystem/atlassian/bitbucket/1/1.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/1/1.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/1/1.3.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/1/1.3.1/docker-compose.yml index 5a899c3ff..10e130c67 100644 --- a/linux/ecosystem/atlassian/bitbucket/1/1.3.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/1/1.3.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:1.3.1" + image: "epicmorg/bitbucket:1.3.1" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:1.3.1-jdk7" + image: "epicmorg/bitbucket:1.3.1-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.0.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.0.3/Dockerfile index 65a575463..0a6979b70 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.0.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/2/2.0.3/docker-compose.yml index cb5ca669f..3abed232d 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.0.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/2/2.0.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:2.0.3" + image: "epicmorg/bitbucket:2.0.3" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:2.0.3-jdk7" + image: "epicmorg/bitbucket:2.0.3-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.1.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.1.2/Dockerfile index 9ef71881d..6f99d25e3 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.1.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/2/2.1.2/docker-compose.yml index eeac784b5..802cb2738 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.1.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/2/2.1.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:2.1.2" + image: "epicmorg/bitbucket:2.1.2" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:2.1.2-jdk7" + image: "epicmorg/bitbucket:2.1.2-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.10.0/Dockerfile index 8ed9cb483..c15df38a1 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/2/2.10.0/docker-compose.yml index 4fea3dd2d..97c35eff8 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:2.10.0" + image: "epicmorg/bitbucket:2.10.0" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:2.10.0-jdk7" + image: "epicmorg/bitbucket:2.10.0-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.10.1/Dockerfile index 3c949d059..24cca3aa8 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/2/2.10.1/docker-compose.yml index db70b80aa..f3daa0f7b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:2.10.1" + image: "epicmorg/bitbucket:2.10.1" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:2.10.1-jdk7" + image: "epicmorg/bitbucket:2.10.1-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.10.2/Dockerfile index 5f48f3740..3923a8ece 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/2/2.10.2/docker-compose.yml index 39ee8e895..460e83259 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:2.10.2" + image: "epicmorg/bitbucket:2.10.2" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:2.10.2-jdk7" + image: "epicmorg/bitbucket:2.10.2-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.10.3/Dockerfile index e6a509af9..39c36cd50 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/2/2.10.3/docker-compose.yml index ed1e1b6fb..0499b3670 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:2.10.3" + image: "epicmorg/bitbucket:2.10.3" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:2.10.3-jdk7" + image: "epicmorg/bitbucket:2.10.3-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.10.4/Dockerfile index 4ba9f0b2c..9a140f8ca 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/2/2.10.4/docker-compose.yml index cab4b59a2..d200a7480 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:2.10.4" + image: "epicmorg/bitbucket:2.10.4" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:2.10.4-jdk7" + image: "epicmorg/bitbucket:2.10.4-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.10.5/Dockerfile index f65a54594..91eba697d 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/2/2.10.5/docker-compose.yml index e45aeb27a..6205b2d7b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:2.10.5" + image: "epicmorg/bitbucket:2.10.5" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:2.10.5-jdk7" + image: "epicmorg/bitbucket:2.10.5-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.11.3/Dockerfile index bd6bc1480..fe16f8fad 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/2/2.11.3/docker-compose.yml index aa776f348..eed2e52ba 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:2.11.3" + image: "epicmorg/bitbucket:2.11.3" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:2.11.3-jdk7" + image: "epicmorg/bitbucket:2.11.3-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.11.4/Dockerfile index 87ddab85e..19bc8ff89 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/2/2.11.4/docker-compose.yml index cdd1e7c80..933e67cab 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:2.11.4" + image: "epicmorg/bitbucket:2.11.4" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:2.11.4-jdk7" + image: "epicmorg/bitbucket:2.11.4-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.11.5/Dockerfile index e73cdf114..a497db006 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/2/2.11.5/docker-compose.yml index 8c66dac68..e19d21e52 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:2.11.5" + image: "epicmorg/bitbucket:2.11.5" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:2.11.5-jdk7" + image: "epicmorg/bitbucket:2.11.5-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.11.6/Dockerfile index 0540b0f2a..e28c0072c 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.6/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/2/2.11.6/docker-compose.yml index c3984a1db..74075984b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:2.11.6" + image: "epicmorg/bitbucket:2.11.6" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:2.11.6-jdk7" + image: "epicmorg/bitbucket:2.11.6-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.11.7/Dockerfile index 13a0d5bb7..b7627262d 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.7/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/2/2.11.7/docker-compose.yml index e6ec2b052..7aa4a9ce1 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.7/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:2.11.7" + image: "epicmorg/bitbucket:2.11.7" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:2.11.7-jdk7" + image: "epicmorg/bitbucket:2.11.7-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.11.8/Dockerfile index 414bc1526..5ea4e66b5 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.8/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/2/2.11.8/docker-compose.yml index f7d81858c..5363f1972 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.8/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:2.11.8" + image: "epicmorg/bitbucket:2.11.8" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:2.11.8-jdk7" + image: "epicmorg/bitbucket:2.11.8-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.11.9/Dockerfile index d538957a3..b81213853 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.9/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/2/2.11.9/docker-compose.yml index d9c5ff3c6..77429cb1f 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.9/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:2.11.9" + image: "epicmorg/bitbucket:2.11.9" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:2.11.9-jdk7" + image: "epicmorg/bitbucket:2.11.9-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.12.0/Dockerfile index aa19fdff4..062ea06dd 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/2/2.12.0/docker-compose.yml index 59a720238..0b04160ab 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:2.12.0" + image: "epicmorg/bitbucket:2.12.0" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:2.12.0-jdk7" + image: "epicmorg/bitbucket:2.12.0-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.12.1/Dockerfile index 67f83600c..7830b5797 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/2/2.12.1/docker-compose.yml index 1c5dc2511..6789bf09f 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:2.12.1" + image: "epicmorg/bitbucket:2.12.1" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:2.12.1-jdk7" + image: "epicmorg/bitbucket:2.12.1-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.12.2/Dockerfile index 78609aef5..72ce5a756 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/2/2.12.2/docker-compose.yml index 219da653c..31987bd65 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:2.12.2" + image: "epicmorg/bitbucket:2.12.2" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:2.12.2-jdk7" + image: "epicmorg/bitbucket:2.12.2-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.12.3/Dockerfile index b47131e63..dd5c11d10 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/2/2.12.3/docker-compose.yml index 5e1a96c65..b0927f32d 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:2.12.3" + image: "epicmorg/bitbucket:2.12.3" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:2.12.3-jdk7" + image: "epicmorg/bitbucket:2.12.3-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.12.4/Dockerfile index cdabb0e6b..0dad48952 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/2/2.12.4/docker-compose.yml index 837e0a00b..a0bd1cff4 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:2.12.4" + image: "epicmorg/bitbucket:2.12.4" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:2.12.4-jdk7" + image: "epicmorg/bitbucket:2.12.4-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.12.5/Dockerfile index 3bb5b7695..81e434a8e 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/2/2.12.5/docker-compose.yml index bc98a55fd..c22e12f05 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:2.12.5" + image: "epicmorg/bitbucket:2.12.5" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:2.12.5-jdk7" + image: "epicmorg/bitbucket:2.12.5-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.12.6/Dockerfile index 1885b9927..599d25fe7 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.6/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/2/2.12.6/docker-compose.yml index 263a83ded..97b121962 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:2.12.6" + image: "epicmorg/bitbucket:2.12.6" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:2.12.6-jdk7" + image: "epicmorg/bitbucket:2.12.6-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.2.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.2.0/Dockerfile index 51e22e920..942e063ad 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.2.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/2/2.2.0/docker-compose.yml index c23287b8c..11eb30953 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.2.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/2/2.2.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:2.2.0" + image: "epicmorg/bitbucket:2.2.0" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:2.2.0-jdk7" + image: "epicmorg/bitbucket:2.2.0-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.3.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.3.1/Dockerfile index 4f7176e65..f945aa1f2 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.3.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/2/2.3.1/docker-compose.yml index 397c1689a..5c3d9ca2c 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.3.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/2/2.3.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:2.3.1" + image: "epicmorg/bitbucket:2.3.1" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:2.3.1-jdk7" + image: "epicmorg/bitbucket:2.3.1-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.4.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.4.2/Dockerfile index f361e9cf3..38514884c 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.4.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/2/2.4.2/docker-compose.yml index 233139a84..b9218579a 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.4.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/2/2.4.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:2.4.2" + image: "epicmorg/bitbucket:2.4.2" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:2.4.2-jdk7" + image: "epicmorg/bitbucket:2.4.2-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.5.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.5.4/Dockerfile index db6cfc5c6..e9ed07984 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.5.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.5.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.5.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/2/2.5.4/docker-compose.yml index d1159d29e..9d42acfc6 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.5.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/2/2.5.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:2.5.4" + image: "epicmorg/bitbucket:2.5.4" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:2.5.4-jdk7" + image: "epicmorg/bitbucket:2.5.4-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.6.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.6.5/Dockerfile index 5b0fe58fb..3f909b745 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.6.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.6.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.6.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/2/2.6.5/docker-compose.yml index fe0e644f5..b21a7abaa 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.6.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/2/2.6.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:2.6.5" + image: "epicmorg/bitbucket:2.6.5" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:2.6.5-jdk7" + image: "epicmorg/bitbucket:2.6.5-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.7.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.7.6/Dockerfile index a6fc9fc0d..2543ceb8e 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.7.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.7.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.7.6/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/2/2.7.6/docker-compose.yml index 3decc3109..7d19b7a8b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.7.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/2/2.7.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:2.7.6" + image: "epicmorg/bitbucket:2.7.6" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:2.7.6-jdk7" + image: "epicmorg/bitbucket:2.7.6-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.8.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.8.4/Dockerfile index 1de32acde..8ade72b0d 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.8.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.8.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/2/2.8.4/docker-compose.yml index 83174d097..ed6294ca2 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.8.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/2/2.8.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:2.8.4" + image: "epicmorg/bitbucket:2.8.4" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:2.8.4-jdk7" + image: "epicmorg/bitbucket:2.8.4-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.8.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.8.5/Dockerfile index b898a5cac..460ba116a 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.8.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.8.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.8.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/2/2.8.5/docker-compose.yml index 3e2da120a..cd19fe652 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.8.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/2/2.8.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:2.8.5" + image: "epicmorg/bitbucket:2.8.5" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:2.8.5-jdk7" + image: "epicmorg/bitbucket:2.8.5-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.9.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.9.1/Dockerfile index f25548d9e..a2a24aadd 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.9.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.9.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/2/2.9.1/docker-compose.yml index 7353a8fa0..815c41078 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.9.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/2/2.9.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:2.9.1" + image: "epicmorg/bitbucket:2.9.1" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:2.9.1-jdk7" + image: "epicmorg/bitbucket:2.9.1-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.9.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.9.2/Dockerfile index 14fbed194..f6c8aecb0 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.9.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.9.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.9.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/2/2.9.2/docker-compose.yml index 2c11b9afe..f18525d81 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.9.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/2/2.9.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:2.9.2" + image: "epicmorg/bitbucket:2.9.2" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:2.9.2-jdk7" + image: "epicmorg/bitbucket:2.9.2-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.9.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.9.3/Dockerfile index b68dd1cdc..e648d6229 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.9.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.9.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.9.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/2/2.9.3/docker-compose.yml index d8b0be104..edaa527af 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.9.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/2/2.9.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:2.9.3" + image: "epicmorg/bitbucket:2.9.3" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:2.9.3-jdk7" + image: "epicmorg/bitbucket:2.9.3-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.9.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.9.4/Dockerfile index bc8e3c60d..a23267fbe 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.9.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.9.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.9.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/2/2.9.4/docker-compose.yml index 9b50f7a3b..4e1a4248a 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.9.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/2/2.9.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:2.9.4" + image: "epicmorg/bitbucket:2.9.4" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:2.9.4-jdk7" + image: "epicmorg/bitbucket:2.9.4-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.9.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.9.5/Dockerfile index 5e3b7c38a..d064de95a 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.9.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.9.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.9.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/2/2.9.5/docker-compose.yml index 205e4baf4..c1d29c272 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.9.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/2/2.9.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:2.9.5" + image: "epicmorg/bitbucket:2.9.5" build: context: . app-jdk7: - image: "quay.io/epicmorg/bitbucket:2.9.5-jdk7" + image: "epicmorg/bitbucket:2.9.5-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.0.1/Dockerfile index fee0241cb..c50091dbb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.0.1/docker-compose.yml index f3828445d..4bf073e53 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.0.1" + image: "epicmorg/bitbucket:3.0.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.0.1-jdk8" + image: "epicmorg/bitbucket:3.0.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.0.4/Dockerfile index 20f94df35..97ff185fa 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.0.4/docker-compose.yml index 44472f806..fd319e1da 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.0.4" + image: "epicmorg/bitbucket:3.0.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.0.4-jdk8" + image: "epicmorg/bitbucket:3.0.4-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.0.5/Dockerfile index 82053efcc..44d09aed7 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.0.5/docker-compose.yml index 5b64e468a..470bf11ae 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.0.5" + image: "epicmorg/bitbucket:3.0.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.0.5-jdk8" + image: "epicmorg/bitbucket:3.0.5-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.0.6/Dockerfile index b63dcc660..64653ba1b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.6/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.0.6/docker-compose.yml index 1a5d6cc70..5a5fc78b2 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.0.6" + image: "epicmorg/bitbucket:3.0.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.0.6-jdk8" + image: "epicmorg/bitbucket:3.0.6-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.0.7/Dockerfile index ad2016cbb..98ac84727 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.7/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.0.7/docker-compose.yml index 40218c57f..04fb59a4f 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.7/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.0.7" + image: "epicmorg/bitbucket:3.0.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.0.7-jdk8" + image: "epicmorg/bitbucket:3.0.7-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.0.8/Dockerfile index 84ce23439..e87f05ecd 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.8/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.0.8/docker-compose.yml index 6cc6f794d..d5c594843 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.8/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.0.8" + image: "epicmorg/bitbucket:3.0.8" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.0.8-jdk8" + image: "epicmorg/bitbucket:3.0.8-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.1.0/Dockerfile index 90ab72c02..bf5e1b0a8 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.1.0/docker-compose.yml index 9f432602c..d7771cfeb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.1.0" + image: "epicmorg/bitbucket:3.1.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.1.0-jdk8" + image: "epicmorg/bitbucket:3.1.0-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.1.1/Dockerfile index 22d1d6e82..1736ac11e 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.1.1/docker-compose.yml index 07d5d5f46..62e387189 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.1.1" + image: "epicmorg/bitbucket:3.1.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.1.1-jdk8" + image: "epicmorg/bitbucket:3.1.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.1.3/Dockerfile index 25fbfc82e..6a8ce39a3 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.1.3/docker-compose.yml index fed016325..59963a839 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.1.3" + image: "epicmorg/bitbucket:3.1.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.1.3-jdk8" + image: "epicmorg/bitbucket:3.1.3-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.1.4/Dockerfile index cb371b60f..718e8eca4 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.1.4/docker-compose.yml index 0c29b2303..a51d6c430 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.1.4" + image: "epicmorg/bitbucket:3.1.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.1.4-jdk8" + image: "epicmorg/bitbucket:3.1.4-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.1.5/Dockerfile index 22e9dc458..3abeba678 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.1.5/docker-compose.yml index d24363a33..27dee4133 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.1.5" + image: "epicmorg/bitbucket:3.1.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.1.5-jdk8" + image: "epicmorg/bitbucket:3.1.5-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.1.7/Dockerfile index d144454ce..4933af318 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.7/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.1.7/docker-compose.yml index 35248178b..90e600144 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.7/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.1.7" + image: "epicmorg/bitbucket:3.1.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.1.7-jdk8" + image: "epicmorg/bitbucket:3.1.7-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.10.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.10.0/Dockerfile index 6c3ab191a..267e88f89 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.10.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.10.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.10.0/docker-compose.yml index 112b0f5c3..823f7615c 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.10.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.10.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.10.0" + image: "epicmorg/bitbucket:3.10.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.10.0-jdk8" + image: "epicmorg/bitbucket:3.10.0-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.10.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.10.2/Dockerfile index 2d16578db..948c0c6e6 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.10.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.10.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.10.2/docker-compose.yml index e08c39f5a..d5718589b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.10.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.10.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.10.2" + image: "epicmorg/bitbucket:3.10.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.10.2-jdk8" + image: "epicmorg/bitbucket:3.10.2-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.10.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.10.3/Dockerfile index 594ba799d..d8c78b39d 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.10.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.10.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.10.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.10.3/docker-compose.yml index 721a8acc8..dc5a68a17 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.10.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.10.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.10.3" + image: "epicmorg/bitbucket:3.10.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.10.3-jdk8" + image: "epicmorg/bitbucket:3.10.3-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.10.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.10.4/Dockerfile index 1488368e4..bb12c353b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.10.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.10.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.10.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.10.4/docker-compose.yml index 19e34a4c5..fab84500b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.10.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.10.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.10.4" + image: "epicmorg/bitbucket:3.10.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.10.4-jdk8" + image: "epicmorg/bitbucket:3.10.4-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.11.0/Dockerfile index 1071c57b6..45f43dc62 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.11.0/docker-compose.yml index d1535774d..69d62395a 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.11.0" + image: "epicmorg/bitbucket:3.11.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.11.0-jdk8" + image: "epicmorg/bitbucket:3.11.0-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.11.1/Dockerfile index f0bef8bf0..d1849e97c 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.11.1/docker-compose.yml index 0691a3cec..0c7ed843b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.11.1" + image: "epicmorg/bitbucket:3.11.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.11.1-jdk8" + image: "epicmorg/bitbucket:3.11.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.11.2/Dockerfile index d0bcd8f0e..fbebb35fb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.11.2/docker-compose.yml index dd50f8e56..fbf89d244 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.11.2" + image: "epicmorg/bitbucket:3.11.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.11.2-jdk8" + image: "epicmorg/bitbucket:3.11.2-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.11.3/Dockerfile index 31d6291dd..54c1109fc 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.11.3/docker-compose.yml index 8496da4ce..a8c162491 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.11.3" + image: "epicmorg/bitbucket:3.11.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.11.3-jdk8" + image: "epicmorg/bitbucket:3.11.3-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.11.4/Dockerfile index fb16c3d44..2d5211d09 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.11.4/docker-compose.yml index 91958402b..305c65956 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.11.4" + image: "epicmorg/bitbucket:3.11.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.11.4-jdk8" + image: "epicmorg/bitbucket:3.11.4-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.11.6/Dockerfile index d00a667c1..3d6223ef8 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.6/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.11.6/docker-compose.yml index 91de985bd..e7973907b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.11.6" + image: "epicmorg/bitbucket:3.11.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.11.6-jdk8" + image: "epicmorg/bitbucket:3.11.6-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.2.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.2.0/Dockerfile index 19e3c1476..66248e8b7 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.2.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.2.0/docker-compose.yml index ac856fcea..5967f0de2 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.2.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.2.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.2.0" + image: "epicmorg/bitbucket:3.2.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.2.0-jdk8" + image: "epicmorg/bitbucket:3.2.0-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.2.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.2.2/Dockerfile index 49becc243..248d4d7b1 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.2.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.2.2/docker-compose.yml index b3b9cb0c1..e61069993 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.2.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.2.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.2.2" + image: "epicmorg/bitbucket:3.2.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.2.2-jdk8" + image: "epicmorg/bitbucket:3.2.2-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.2.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.2.4/Dockerfile index 109a82543..3e8bb9bb3 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.2.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.2.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.2.4/docker-compose.yml index 091e9549f..ae768c3b8 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.2.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.2.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.2.4" + image: "epicmorg/bitbucket:3.2.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.2.4-jdk8" + image: "epicmorg/bitbucket:3.2.4-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.2.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.2.5/Dockerfile index 6d604606b..5223c8ac5 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.2.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.2.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.2.5/docker-compose.yml index c508f4908..3be5c1310 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.2.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.2.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.2.5" + image: "epicmorg/bitbucket:3.2.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.2.5-jdk8" + image: "epicmorg/bitbucket:3.2.5-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.2.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.2.7/Dockerfile index 199473a45..8e07a19d2 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.2.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.2.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.2.7/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.2.7/docker-compose.yml index e458b4b7b..9c435dc89 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.2.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.2.7/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.2.7" + image: "epicmorg/bitbucket:3.2.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.2.7-jdk8" + image: "epicmorg/bitbucket:3.2.7-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.3.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.3.0/Dockerfile index 6610bf800..cd905e906 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.3.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.3.0/docker-compose.yml index 30a5e353d..756aeba67 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.3.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.3.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.3.0" + image: "epicmorg/bitbucket:3.3.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.3.0-jdk8" + image: "epicmorg/bitbucket:3.3.0-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.3.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.3.1/Dockerfile index 27026eadd..baff95b62 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.3.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.3.1/docker-compose.yml index 11b7bf37a..3a80bb1e9 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.3.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.3.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.3.1" + image: "epicmorg/bitbucket:3.3.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.3.1-jdk8" + image: "epicmorg/bitbucket:3.3.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.3.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.3.2/Dockerfile index 4d82eb533..58b54d472 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.3.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.3.2/docker-compose.yml index 7bf55895d..fa1049a6b 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.3.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.3.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.3.2" + image: "epicmorg/bitbucket:3.3.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.3.2-jdk8" + image: "epicmorg/bitbucket:3.3.2-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.3.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.3.3/Dockerfile index dc034b5aa..9e81ece08 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.3.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.3.3/docker-compose.yml index 0aa9e8aa1..258f2ee97 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.3.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.3.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.3.3" + image: "epicmorg/bitbucket:3.3.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.3.3-jdk8" + image: "epicmorg/bitbucket:3.3.3-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.3.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.3.5/Dockerfile index 070d04d5f..819d642e4 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.3.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.3.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.3.5/docker-compose.yml index 74ad85f6b..0c5cdc8c9 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.3.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.3.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.3.5" + image: "epicmorg/bitbucket:3.3.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.3.5-jdk8" + image: "epicmorg/bitbucket:3.3.5-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.4.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.4.0/Dockerfile index 1157c50c5..11ee105c9 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.4.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.4.0/docker-compose.yml index 401eb8909..4789f1cbe 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.4.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.4.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.4.0" + image: "epicmorg/bitbucket:3.4.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.4.0-jdk8" + image: "epicmorg/bitbucket:3.4.0-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.4.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.4.1/Dockerfile index 8be7d57f8..ad327497e 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.4.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.4.1/docker-compose.yml index a2e0bc0d6..fcefe7c0d 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.4.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.4.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.4.1" + image: "epicmorg/bitbucket:3.4.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.4.1-jdk8" + image: "epicmorg/bitbucket:3.4.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.4.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.4.3/Dockerfile index 79f30464f..0feff14eb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.4.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.4.3/docker-compose.yml index 6917f95e9..9271fce74 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.4.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.4.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.4.3" + image: "epicmorg/bitbucket:3.4.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.4.3-jdk8" + image: "epicmorg/bitbucket:3.4.3-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.4.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.4.5/Dockerfile index b25821230..afdf214a3 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.4.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.4.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.4.5/docker-compose.yml index 4b1a7b683..7428791be 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.4.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.4.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.4.5" + image: "epicmorg/bitbucket:3.4.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.4.5-jdk8" + image: "epicmorg/bitbucket:3.4.5-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.5.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.5.0/Dockerfile index e038e7d36..0375b029d 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.5.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.5.0/docker-compose.yml index c482890fe..cda9cfe4f 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.5.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.5.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.5.0" + image: "epicmorg/bitbucket:3.5.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.5.0-jdk8" + image: "epicmorg/bitbucket:3.5.0-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.5.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.5.1/Dockerfile index a6c9534d6..b6545c4d6 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.5.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.5.1/docker-compose.yml index df0cdf198..3fc9d4315 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.5.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.5.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.5.1" + image: "epicmorg/bitbucket:3.5.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.5.1-jdk8" + image: "epicmorg/bitbucket:3.5.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.6.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.6.0/Dockerfile index 6a89f7e02..06e1aa8a2 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.6.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.6.0/docker-compose.yml index 20db5b187..eb309dec8 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.6.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.6.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.6.0" + image: "epicmorg/bitbucket:3.6.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.6.0-jdk8" + image: "epicmorg/bitbucket:3.6.0-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.6.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.6.1/Dockerfile index e666abadc..bfac7888d 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.6.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.6.1/docker-compose.yml index 3daa9a5f6..d6a0d2d4a 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.6.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.6.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.6.1" + image: "epicmorg/bitbucket:3.6.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.6.1-jdk8" + image: "epicmorg/bitbucket:3.6.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.7.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.7.0/Dockerfile index 2b7a33625..c507822a0 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.7.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.7.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.7.0/docker-compose.yml index ec9579746..5067689f1 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.7.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.7.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.7.0" + image: "epicmorg/bitbucket:3.7.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.7.0-jdk8" + image: "epicmorg/bitbucket:3.7.0-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.7.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.7.1/Dockerfile index 3c9c38076..0c639a2ca 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.7.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.7.1/docker-compose.yml index 96dce4362..279af87ab 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.7.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.7.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.7.1" + image: "epicmorg/bitbucket:3.7.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.7.1-jdk8" + image: "epicmorg/bitbucket:3.7.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.7.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.7.2/Dockerfile index f35d6bc64..924786315 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.7.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.7.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.7.2/docker-compose.yml index e8f150a09..470934292 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.7.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.7.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.7.2" + image: "epicmorg/bitbucket:3.7.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.7.2-jdk8" + image: "epicmorg/bitbucket:3.7.2-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.7.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.7.3/Dockerfile index 7ec982174..5307c26c7 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.7.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.7.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.7.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.7.3/docker-compose.yml index 8a5091230..83417a6b2 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.7.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.7.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.7.3" + image: "epicmorg/bitbucket:3.7.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.7.3-jdk8" + image: "epicmorg/bitbucket:3.7.3-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.7.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.7.4/Dockerfile index 217b9083e..6286e9dfc 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.7.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.7.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.7.4/docker-compose.yml index 5428f8b17..ac5c8cab5 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.7.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.7.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.7.4" + image: "epicmorg/bitbucket:3.7.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.7.4-jdk8" + image: "epicmorg/bitbucket:3.7.4-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.8.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.8.0/Dockerfile index a14f51e31..5266ef1de 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.8.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.8.0/docker-compose.yml index ef1443744..54b7c7e4e 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.8.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.8.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.8.0" + image: "epicmorg/bitbucket:3.8.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.8.0-jdk8" + image: "epicmorg/bitbucket:3.8.0-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.8.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.8.1/Dockerfile index 44eb26882..b27b01207 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.8.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.8.1/docker-compose.yml index 898a2ddbd..fa7237be1 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.8.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.8.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.8.1" + image: "epicmorg/bitbucket:3.8.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.8.1-jdk8" + image: "epicmorg/bitbucket:3.8.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.9.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.9.1/Dockerfile index 190d3b8fc..3e1196dde 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.9.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.9.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.9.1/docker-compose.yml index 73fd9a10e..a0f5d348e 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.9.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.9.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.9.1" + image: "epicmorg/bitbucket:3.9.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.9.1-jdk8" + image: "epicmorg/bitbucket:3.9.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.9.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.9.2/Dockerfile index 5a7ad4a56..d2a7a4959 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.9.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.9.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -30,7 +30,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.9.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/3/3.9.2/docker-compose.yml index 19836bfc4..7f4be80bd 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.9.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/3/3.9.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:3.9.2" + image: "epicmorg/bitbucket:3.9.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:3.9.2-jdk8" + image: "epicmorg/bitbucket:3.9.2-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.0.1/Dockerfile index 2a701358c..eb0a2501b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.0.1/docker-compose.yml index e5482de5e..cf5d93246 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.0.1" + image: "epicmorg/bitbucket:4.0.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.0.1-jdk8" + image: "epicmorg/bitbucket:4.0.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.0.2/Dockerfile index 6f0178bdf..00ee6c4b3 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.0.2/docker-compose.yml index 0a3f44ed2..ca5d38150 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.0.2" + image: "epicmorg/bitbucket:4.0.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.0.2-jdk8" + image: "epicmorg/bitbucket:4.0.2-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.0.3/Dockerfile index e5aac5c16..9a579e20e 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.0.3/docker-compose.yml index eaab24543..674900078 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.0.3" + image: "epicmorg/bitbucket:4.0.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.0.3-jdk8" + image: "epicmorg/bitbucket:4.0.3-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.0.4/Dockerfile index fe7c05c5e..3c4590350 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.0.4/docker-compose.yml index 5a67353f7..54aae566a 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.0.4" + image: "epicmorg/bitbucket:4.0.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.0.4-jdk8" + image: "epicmorg/bitbucket:4.0.4-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.0.6/Dockerfile index e19310e01..bb51da7c6 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.6/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.0.6/docker-compose.yml index 3b0438e12..bc7f0e96f 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.0.6" + image: "epicmorg/bitbucket:4.0.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.0.6-jdk8" + image: "epicmorg/bitbucket:4.0.6-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.0.7/Dockerfile index cc8f4dadf..51184dd44 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.7/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.0.7/docker-compose.yml index 26eec0d0f..4e5f18a5f 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.7/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.0.7" + image: "epicmorg/bitbucket:4.0.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.0.7-jdk8" + image: "epicmorg/bitbucket:4.0.7-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.0.8/Dockerfile index 3013bd2d4..b16bc0290 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.8/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.0.8/docker-compose.yml index 1527947a9..1ddd5fc89 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.8/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.0.8" + image: "epicmorg/bitbucket:4.0.8" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.0.8-jdk8" + image: "epicmorg/bitbucket:4.0.8-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.1.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.1.0/Dockerfile index 59a74f7e6..18e4471a6 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.1.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.1.0/docker-compose.yml index 835b27342..65b536ab8 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.1.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.1.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.1.0" + image: "epicmorg/bitbucket:4.1.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.1.0-jdk8" + image: "epicmorg/bitbucket:4.1.0-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.1.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.1.3/Dockerfile index 89443ea5b..1cd15c510 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.1.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.1.3/docker-compose.yml index a22800366..280ce0517 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.1.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.1.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.1.3" + image: "epicmorg/bitbucket:4.1.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.1.3-jdk8" + image: "epicmorg/bitbucket:4.1.3-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.1.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.1.4/Dockerfile index 062c14587..4dd53f3ed 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.1.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.1.4/docker-compose.yml index 8334fbe7c..ba4e8a4f6 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.1.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.1.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.1.4" + image: "epicmorg/bitbucket:4.1.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.1.4-jdk8" + image: "epicmorg/bitbucket:4.1.4-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.1.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.1.6/Dockerfile index c0bc7b945..536797d80 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.1.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.1.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.1.6/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.1.6/docker-compose.yml index d948c8cd3..63adf993b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.1.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.1.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.1.6" + image: "epicmorg/bitbucket:4.1.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.1.6-jdk8" + image: "epicmorg/bitbucket:4.1.6-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.10.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.10.0/Dockerfile index e7c5f0791..c6e103f80 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.10.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.10.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.10.0/docker-compose.yml index c829d0e50..e9795e76b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.10.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.10.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.10.0" + image: "epicmorg/bitbucket:4.10.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.10.0-jdk8" + image: "epicmorg/bitbucket:4.10.0-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.10.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.10.1/Dockerfile index c88523d41..cb7720e0e 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.10.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.10.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.10.1/docker-compose.yml index 4ea7fa775..beaed5257 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.10.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.10.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.10.1" + image: "epicmorg/bitbucket:4.10.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.10.1-jdk8" + image: "epicmorg/bitbucket:4.10.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.10.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.10.2/Dockerfile index c1a12c017..d09473b73 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.10.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.10.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.10.2/docker-compose.yml index 6c4f8a0ea..b8942426e 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.10.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.10.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.10.2" + image: "epicmorg/bitbucket:4.10.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.10.2-jdk8" + image: "epicmorg/bitbucket:4.10.2-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.11.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.11.1/Dockerfile index 1bfa0ae26..2eed295fe 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.11.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.11.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.11.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.11.1/docker-compose.yml index 320cdc62f..e89c2f80d 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.11.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.11.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.11.1" + image: "epicmorg/bitbucket:4.11.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.11.1-jdk8" + image: "epicmorg/bitbucket:4.11.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.11.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.11.2/Dockerfile index 97d6158fb..7d158838f 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.11.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.11.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.11.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.11.2/docker-compose.yml index 56487f37d..1c061f3ee 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.11.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.11.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.11.2" + image: "epicmorg/bitbucket:4.11.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.11.2-jdk8" + image: "epicmorg/bitbucket:4.11.2-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.12.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.12.0/Dockerfile index 80983e0fe..a742571e7 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.12.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.12.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.12.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.12.0/docker-compose.yml index 3cc3a165c..3555b1166 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.12.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.12.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.12.0" + image: "epicmorg/bitbucket:4.12.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.12.0-jdk8" + image: "epicmorg/bitbucket:4.12.0-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.12.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.12.1/Dockerfile index aaff8575d..409b894ff 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.12.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.12.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.12.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.12.1/docker-compose.yml index 8aeeec99a..8dc92b020 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.12.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.12.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.12.1" + image: "epicmorg/bitbucket:4.12.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.12.1-jdk8" + image: "epicmorg/bitbucket:4.12.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.13.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.13.0/Dockerfile index d95ca9a7a..bbda20ef0 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.13.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.13.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.13.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.13.0/docker-compose.yml index 6e3a3fb25..cb377d4c4 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.13.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.13.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.13.0" + image: "epicmorg/bitbucket:4.13.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.13.0-jdk8" + image: "epicmorg/bitbucket:4.13.0-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.13.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.13.1/Dockerfile index 3f987eea0..b745f720c 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.13.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.13.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.13.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.13.1/docker-compose.yml index 1b51b5da1..62dd2e314 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.13.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.13.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.13.1" + image: "epicmorg/bitbucket:4.13.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.13.1-jdk8" + image: "epicmorg/bitbucket:4.13.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.0/Dockerfile index 1a18f32a3..af2d52c78 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.14.0/docker-compose.yml index f95fea002..0487eb9da 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.14.0" + image: "epicmorg/bitbucket:4.14.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.14.0-jdk8" + image: "epicmorg/bitbucket:4.14.0-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.1/Dockerfile index 52827d956..b768bb50f 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.14.1/docker-compose.yml index b124f0b88..0f368a0fc 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.14.1" + image: "epicmorg/bitbucket:4.14.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.14.1-jdk8" + image: "epicmorg/bitbucket:4.14.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.10/Dockerfile index 4166fadeb..42d694b9d 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.10/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.14.10/docker-compose.yml index 38a4a3f39..e1318974b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.10/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.10/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.14.10" + image: "epicmorg/bitbucket:4.14.10" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.14.10-jdk8" + image: "epicmorg/bitbucket:4.14.10-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.11/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.11/Dockerfile index 41a83edbe..8fe088272 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.11/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.11/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.14.11/docker-compose.yml index 65f4b3fbc..85589ecac 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.11/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.11/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.14.11" + image: "epicmorg/bitbucket:4.14.11" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.14.11-jdk8" + image: "epicmorg/bitbucket:4.14.11-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.12/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.12/Dockerfile index d8d1a5e77..17f4f1bab 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.12/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.12/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.14.12/docker-compose.yml index 22ff5133d..f596edb60 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.12/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.12/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.14.12" + image: "epicmorg/bitbucket:4.14.12" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.14.12-jdk8" + image: "epicmorg/bitbucket:4.14.12-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.2/Dockerfile index 0699e3fe6..602a63fcc 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.14.2/docker-compose.yml index 44a733e07..d02c8da51 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.14.2" + image: "epicmorg/bitbucket:4.14.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.14.2-jdk8" + image: "epicmorg/bitbucket:4.14.2-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.3/Dockerfile index ea1e62af7..01bb5748f 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.14.3/docker-compose.yml index 483ac3ce7..2dfaa9e94 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.14.3" + image: "epicmorg/bitbucket:4.14.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.14.3-jdk8" + image: "epicmorg/bitbucket:4.14.3-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.4/Dockerfile index a5f6f60af..918ecc7d4 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.14.4/docker-compose.yml index 3685b9a50..b59c71157 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.14.4" + image: "epicmorg/bitbucket:4.14.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.14.4-jdk8" + image: "epicmorg/bitbucket:4.14.4-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.5/Dockerfile index e257d779c..e2a39788b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.14.5/docker-compose.yml index cf66ad188..57cde39ec 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.14.5" + image: "epicmorg/bitbucket:4.14.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.14.5-jdk8" + image: "epicmorg/bitbucket:4.14.5-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.6/Dockerfile index 5d3dcf599..758e9dd53 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.6/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.14.6/docker-compose.yml index 7c3ce1665..39947f980 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.14.6" + image: "epicmorg/bitbucket:4.14.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.14.6-jdk8" + image: "epicmorg/bitbucket:4.14.6-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.7/Dockerfile index b77f6c3e9..80c8be8fd 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.7/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.14.7/docker-compose.yml index 46ec6b764..bf7c2ea0b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.7/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.14.7" + image: "epicmorg/bitbucket:4.14.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.14.7-jdk8" + image: "epicmorg/bitbucket:4.14.7-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.8/Dockerfile index 9a23e030b..ff5003737 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.8/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.14.8/docker-compose.yml index 76b83d128..dbe374f00 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.8/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.14.8" + image: "epicmorg/bitbucket:4.14.8" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.14.8-jdk8" + image: "epicmorg/bitbucket:4.14.8-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.9/Dockerfile index 87236e6a8..bd460b1d2 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.9/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.14.9/docker-compose.yml index e819b4b9b..ec660cd5b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.9/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.14.9" + image: "epicmorg/bitbucket:4.14.9" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.14.9-jdk8" + image: "epicmorg/bitbucket:4.14.9-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.2.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.2.0/Dockerfile index 697d72a55..93ba1ee3f 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.2.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.2.0/docker-compose.yml index ed967757a..3ab06f5b7 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.2.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.2.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.2.0" + image: "epicmorg/bitbucket:4.2.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.2.0-jdk8" + image: "epicmorg/bitbucket:4.2.0-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.2.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.2.1/Dockerfile index 00e95f772..4de847831 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.2.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.2.1/docker-compose.yml index ae435eadf..c42d5e8ad 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.2.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.2.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.2.1" + image: "epicmorg/bitbucket:4.2.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.2.1-jdk8" + image: "epicmorg/bitbucket:4.2.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.2.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.2.2/Dockerfile index d881bfa3a..5eb7941ba 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.2.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.2.2/docker-compose.yml index aaf5b8bc1..f2fecb8f3 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.2.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.2.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.2.2" + image: "epicmorg/bitbucket:4.2.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.2.2-jdk8" + image: "epicmorg/bitbucket:4.2.2-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.2.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.2.3/Dockerfile index eacf77d6e..cbb4cad8a 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.2.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.2.3/docker-compose.yml index 156bee0b0..3a71c7c47 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.2.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.2.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.2.3" + image: "epicmorg/bitbucket:4.2.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.2.3-jdk8" + image: "epicmorg/bitbucket:4.2.3-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.3.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.3.0/Dockerfile index c78c840be..a33720a82 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.3.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.3.0/docker-compose.yml index 58ec8fcb4..19745bb31 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.3.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.3.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.3.0" + image: "epicmorg/bitbucket:4.3.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.3.0-jdk8" + image: "epicmorg/bitbucket:4.3.0-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.3.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.3.1/Dockerfile index 9e97e6ee6..0aa4f974e 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.3.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.3.1/docker-compose.yml index 4a690d466..1ab038617 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.3.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.3.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.3.1" + image: "epicmorg/bitbucket:4.3.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.3.1-jdk8" + image: "epicmorg/bitbucket:4.3.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.3.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.3.2/Dockerfile index 2438680cc..f37966732 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.3.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.3.2/docker-compose.yml index 84d676ed7..d5f0faf6e 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.3.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.3.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.3.2" + image: "epicmorg/bitbucket:4.3.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.3.2-jdk8" + image: "epicmorg/bitbucket:4.3.2-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.3.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.3.3/Dockerfile index c7d03ae0e..aec82873d 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.3.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.3.3/docker-compose.yml index be4891320..653565346 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.3.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.3.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.3.3" + image: "epicmorg/bitbucket:4.3.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.3.3-jdk8" + image: "epicmorg/bitbucket:4.3.3-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.4.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.4.0/Dockerfile index 9f7d07762..6abe95cdc 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.4.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.4.0/docker-compose.yml index ef730e377..53ac56144 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.4.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.4.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.4.0" + image: "epicmorg/bitbucket:4.4.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.4.0-jdk8" + image: "epicmorg/bitbucket:4.4.0-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.4.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.4.1/Dockerfile index b52c778e3..c10246522 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.4.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.4.1/docker-compose.yml index 0a618e088..4c0ea5940 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.4.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.4.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.4.1" + image: "epicmorg/bitbucket:4.4.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.4.1-jdk8" + image: "epicmorg/bitbucket:4.4.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.4.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.4.2/Dockerfile index 05296147f..e068d1d1d 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.4.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.4.2/docker-compose.yml index 758238762..3e9d8b851 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.4.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.4.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.4.2" + image: "epicmorg/bitbucket:4.4.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.4.2-jdk8" + image: "epicmorg/bitbucket:4.4.2-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.4.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.4.4/Dockerfile index e7e9e90e0..9d7a46bc9 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.4.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.4.4/docker-compose.yml index d44b981e6..12a7c8bff 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.4.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.4.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.4.4" + image: "epicmorg/bitbucket:4.4.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.4.4-jdk8" + image: "epicmorg/bitbucket:4.4.4-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.5.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.5.1/Dockerfile index d080d53a9..eb17a2d68 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.5.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.5.1/docker-compose.yml index 1c5d9d10d..69919e283 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.5.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.5.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.5.1" + image: "epicmorg/bitbucket:4.5.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.5.1-jdk8" + image: "epicmorg/bitbucket:4.5.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.5.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.5.2/Dockerfile index a1ad1b0dd..86b0f1183 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.5.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.5.2/docker-compose.yml index 6ca64f59a..6ebfb2287 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.5.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.5.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.5.2" + image: "epicmorg/bitbucket:4.5.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.5.2-jdk8" + image: "epicmorg/bitbucket:4.5.2-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.5.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.5.3/Dockerfile index cac11fec5..56a54d4f9 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.5.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.5.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.5.3/docker-compose.yml index 54673fc1e..4d016e700 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.5.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.5.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.5.3" + image: "epicmorg/bitbucket:4.5.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.5.3-jdk8" + image: "epicmorg/bitbucket:4.5.3-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.6.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.6.0/Dockerfile index 25af43b01..f85ca98e1 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.6.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.6.0/docker-compose.yml index 85da8911a..790c01ff4 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.6.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.6.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.6.0" + image: "epicmorg/bitbucket:4.6.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.6.0-jdk8" + image: "epicmorg/bitbucket:4.6.0-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.6.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.6.1/Dockerfile index e87e9e319..aa0443a2b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.6.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.6.1/docker-compose.yml index 2e362111a..37dd19ff1 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.6.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.6.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.6.1" + image: "epicmorg/bitbucket:4.6.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.6.1-jdk8" + image: "epicmorg/bitbucket:4.6.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.6.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.6.2/Dockerfile index f17f8ffcc..a16252ce7 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.6.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.6.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.6.2/docker-compose.yml index 1801381da..ae44f12a0 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.6.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.6.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.6.2" + image: "epicmorg/bitbucket:4.6.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.6.2-jdk8" + image: "epicmorg/bitbucket:4.6.2-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.6.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.6.3/Dockerfile index de83872d3..60500264b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.6.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.6.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.6.3/docker-compose.yml index 3e3c8b2a8..e697906b8 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.6.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.6.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.6.3" + image: "epicmorg/bitbucket:4.6.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.6.3-jdk8" + image: "epicmorg/bitbucket:4.6.3-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.6.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.6.4/Dockerfile index 61144d13b..58c1fe33e 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.6.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.6.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.6.4/docker-compose.yml index 12d9be1db..d268e7ee7 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.6.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.6.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.6.4" + image: "epicmorg/bitbucket:4.6.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.6.4-jdk8" + image: "epicmorg/bitbucket:4.6.4-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.7.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.7.1/Dockerfile index 66ce643df..6de9a8053 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.7.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.7.1/docker-compose.yml index 519657394..a4197996d 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.7.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.7.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.7.1" + image: "epicmorg/bitbucket:4.7.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.7.1-jdk8" + image: "epicmorg/bitbucket:4.7.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.7.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.7.2/Dockerfile index 48f68a4d3..0620ef76f 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.7.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.7.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.7.2/docker-compose.yml index aa23d8d46..c209a50ac 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.7.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.7.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.7.2" + image: "epicmorg/bitbucket:4.7.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.7.2-jdk8" + image: "epicmorg/bitbucket:4.7.2-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.8.0/Dockerfile index 8adc45bf4..a318a1856 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.8.0/docker-compose.yml index ce249405a..dfcf8d09a 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.8.0" + image: "epicmorg/bitbucket:4.8.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.8.0-jdk8" + image: "epicmorg/bitbucket:4.8.0-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.8.1/Dockerfile index 9410fd783..40ac50484 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.8.1/docker-compose.yml index 272533466..6ecc8d7de 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.8.1" + image: "epicmorg/bitbucket:4.8.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.8.1-jdk8" + image: "epicmorg/bitbucket:4.8.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.8.2/Dockerfile index ddd9a588e..55359b19b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.8.2/docker-compose.yml index c23a249e9..dc47e1dbb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.8.2" + image: "epicmorg/bitbucket:4.8.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.8.2-jdk8" + image: "epicmorg/bitbucket:4.8.2-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.8.3/Dockerfile index 53522f4f7..ced831ff6 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.8.3/docker-compose.yml index d6f9068af..a460acdba 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.8.3" + image: "epicmorg/bitbucket:4.8.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.8.3-jdk8" + image: "epicmorg/bitbucket:4.8.3-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.8.4/Dockerfile index a056f9a0b..f6ddb8a36 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.8.4/docker-compose.yml index 40a3fa056..e769a3f8b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.8.4" + image: "epicmorg/bitbucket:4.8.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.8.4-jdk8" + image: "epicmorg/bitbucket:4.8.4-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.8.5/Dockerfile index b35cfc008..e0c84a264 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.8.5/docker-compose.yml index 37550bf4f..d8fbeeb09 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.8.5" + image: "epicmorg/bitbucket:4.8.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.8.5-jdk8" + image: "epicmorg/bitbucket:4.8.5-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.8.6/Dockerfile index e8e3f8010..d225730f7 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.6/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.8.6/docker-compose.yml index 61554db55..ee7141260 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.8.6" + image: "epicmorg/bitbucket:4.8.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.8.6-jdk8" + image: "epicmorg/bitbucket:4.8.6-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.9.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.9.0/Dockerfile index 5f3a43162..79bbc74bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.9.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.9.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.9.0/docker-compose.yml index a84f741c8..6d596c4c3 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.9.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.9.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.9.0" + image: "epicmorg/bitbucket:4.9.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.9.0-jdk8" + image: "epicmorg/bitbucket:4.9.0-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.9.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.9.1/Dockerfile index 13f3097a2..a5ff750aa 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.9.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.9.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/4/4.9.1/docker-compose.yml index 7469b8476..192c92d39 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.9.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/4/4.9.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:4.9.1" + image: "epicmorg/bitbucket:4.9.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:4.9.1-jdk8" + image: "epicmorg/bitbucket:4.9.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.0.10/Dockerfile index 76324ba29..759bcf47a 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.10/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.0.10/docker-compose.yml index 31b6aa79b..315799eb8 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.10/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.10/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.0.10" + image: "epicmorg/bitbucket:5.0.10" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.0.10-jdk8" + image: "epicmorg/bitbucket:5.0.10-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.0.2/Dockerfile index b04977808..d6346ad5d 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.0.2/docker-compose.yml index d5bd2b7a3..83be5ecb6 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.0.2" + image: "epicmorg/bitbucket:5.0.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.0.2-jdk8" + image: "epicmorg/bitbucket:5.0.2-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.0.4/Dockerfile index 97fa569c3..604a8900a 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.0.4/docker-compose.yml index 316d309a5..a187f4b8f 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.0.4" + image: "epicmorg/bitbucket:5.0.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.0.4-jdk8" + image: "epicmorg/bitbucket:5.0.4-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.0.5/Dockerfile index 4a31a175a..a7b9d032c 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.0.5/docker-compose.yml index 9e5e40dca..4f3c5e2d6 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.0.5" + image: "epicmorg/bitbucket:5.0.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.0.5-jdk8" + image: "epicmorg/bitbucket:5.0.5-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.0.6/Dockerfile index d8056cad8..ea8f604a2 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.6/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.0.6/docker-compose.yml index 09a803592..cdd0554a3 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.0.6" + image: "epicmorg/bitbucket:5.0.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.0.6-jdk8" + image: "epicmorg/bitbucket:5.0.6-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.0.7/Dockerfile index 7968d1155..b258820ba 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.7/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.0.7/docker-compose.yml index a1842c44f..062e9931b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.7/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.0.7" + image: "epicmorg/bitbucket:5.0.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.0.7-jdk8" + image: "epicmorg/bitbucket:5.0.7-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.0.8/Dockerfile index 38bc014c4..f38cb482b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.8/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.0.8/docker-compose.yml index 8a3e222be..eca8c80da 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.8/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.0.8" + image: "epicmorg/bitbucket:5.0.8" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.0.8-jdk8" + image: "epicmorg/bitbucket:5.0.8-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.0.9/Dockerfile index 07d9649b5..b413b1769 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.9/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.0.9/docker-compose.yml index e2a3810ab..77a3d8035 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.9/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.0.9" + image: "epicmorg/bitbucket:5.0.9" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.0.9-jdk8" + image: "epicmorg/bitbucket:5.0.9-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.1.1/Dockerfile index dfdeee6d1..4816b0c93 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.1.1/docker-compose.yml index 4708e4e95..b1bd059bc 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.1.1" + image: "epicmorg/bitbucket:5.1.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.1.1-jdk8" + image: "epicmorg/bitbucket:5.1.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.1.2/Dockerfile index 5dc33bfaa..a4a25fafa 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.1.2/docker-compose.yml index d2edd0382..a4cb3852f 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.1.2" + image: "epicmorg/bitbucket:5.1.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.1.2-jdk8" + image: "epicmorg/bitbucket:5.1.2-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.1.3/Dockerfile index 6ad2d8780..b92aa4a86 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.1.3/docker-compose.yml index becd22488..1c9828b9b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.1.3" + image: "epicmorg/bitbucket:5.1.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.1.3-jdk8" + image: "epicmorg/bitbucket:5.1.3-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.1.4/Dockerfile index 32ea82b34..d5f6bc3c2 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.1.4/docker-compose.yml index 5527fdd02..7b538fc0b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.1.4" + image: "epicmorg/bitbucket:5.1.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.1.4-jdk8" + image: "epicmorg/bitbucket:5.1.4-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.1.5/Dockerfile index 019e3af3a..d7051f9dc 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.1.5/docker-compose.yml index f055f7b0d..cabc4eaa1 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.1.5" + image: "epicmorg/bitbucket:5.1.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.1.5-jdk8" + image: "epicmorg/bitbucket:5.1.5-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.1.6/Dockerfile index 66c1fd678..8a06c4752 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.6/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.1.6/docker-compose.yml index 51ca2e200..cd9d5d65f 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.1.6" + image: "epicmorg/bitbucket:5.1.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.1.6-jdk8" + image: "epicmorg/bitbucket:5.1.6-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.1.7/Dockerfile index e61369d96..c76d8d8f3 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.7/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.1.7/docker-compose.yml index d6671294d..d64e969f6 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.7/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.1.7" + image: "epicmorg/bitbucket:5.1.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.1.7-jdk8" + image: "epicmorg/bitbucket:5.1.7-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.1.8/Dockerfile index 202ff3226..8ff1babbc 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.8/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.1.8/docker-compose.yml index d7b52c87b..ccd1ef4cf 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.8/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.1.8" + image: "epicmorg/bitbucket:5.1.8" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.1.8-jdk8" + image: "epicmorg/bitbucket:5.1.8-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.1.9/Dockerfile index ffebf6c8e..21ab1c11c 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.9/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.1.9/docker-compose.yml index b8e45b179..15ad91947 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.9/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.1.9" + image: "epicmorg/bitbucket:5.1.9" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.1.9-jdk8" + image: "epicmorg/bitbucket:5.1.9-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.10.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.10.0/Dockerfile index 8b2b65cde..cccf5ebf4 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.10.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.10.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.10.0/docker-compose.yml index 25043327c..3b531d599 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.10.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.10.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.10.0" + image: "epicmorg/bitbucket:5.10.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.10.0-jdk8" + image: "epicmorg/bitbucket:5.10.0-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.10.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.10.1/Dockerfile index c272f2d8a..7e313359d 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.10.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.10.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.10.1/docker-compose.yml index d3cfe8c64..6c6a84c74 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.10.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.10.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.10.1" + image: "epicmorg/bitbucket:5.10.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.10.1-jdk8" + image: "epicmorg/bitbucket:5.10.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.10.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.10.2/Dockerfile index 62735ad01..c1c0a55da 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.10.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.10.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.10.2/docker-compose.yml index 74b3cdf8d..a569303f3 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.10.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.10.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.10.2" + image: "epicmorg/bitbucket:5.10.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.10.2-jdk8" + image: "epicmorg/bitbucket:5.10.2-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.10.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.10.3/Dockerfile index 8a578328c..a4531d347 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.10.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.10.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.10.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.10.3/docker-compose.yml index 4865d7ca1..8483eaf7e 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.10.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.10.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.10.3" + image: "epicmorg/bitbucket:5.10.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.10.3-jdk8" + image: "epicmorg/bitbucket:5.10.3-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.10.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.10.4/Dockerfile index a52c098e7..b25a68f30 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.10.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.10.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.10.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.10.4/docker-compose.yml index 458333f60..de5f0ff24 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.10.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.10.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.10.4" + image: "epicmorg/bitbucket:5.10.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.10.4-jdk8" + image: "epicmorg/bitbucket:5.10.4-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.11.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.11.1/Dockerfile index 12745574f..3ad0ed8ed 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.11.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.11.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.11.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.11.1/docker-compose.yml index f03d3c4f7..ba662022c 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.11.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.11.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.11.1" + image: "epicmorg/bitbucket:5.11.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.11.1-jdk8" + image: "epicmorg/bitbucket:5.11.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.11.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.11.2/Dockerfile index c9a912f98..31998c20d 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.11.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.11.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.11.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.11.2/docker-compose.yml index fdc2e8105..3ee9d0956 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.11.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.11.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.11.2" + image: "epicmorg/bitbucket:5.11.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.11.2-jdk8" + image: "epicmorg/bitbucket:5.11.2-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.11.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.11.3/Dockerfile index 5343e29d9..0834b775a 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.11.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.11.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.11.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.11.3/docker-compose.yml index 5969fa1b3..a0affe887 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.11.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.11.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.11.3" + image: "epicmorg/bitbucket:5.11.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.11.3-jdk8" + image: "epicmorg/bitbucket:5.11.3-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.11.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.11.4/Dockerfile index 24e0d7348..4e8ae4b2c 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.11.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.11.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.11.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.11.4/docker-compose.yml index 400fb59aa..428080680 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.11.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.11.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.11.4" + image: "epicmorg/bitbucket:5.11.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.11.4-jdk8" + image: "epicmorg/bitbucket:5.11.4-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.12.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.12.0/Dockerfile index 38f064529..653bdfe16 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.12.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.12.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.12.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.12.0/docker-compose.yml index 307957cd1..162d9f6b6 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.12.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.12.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.12.0" + image: "epicmorg/bitbucket:5.12.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.12.0-jdk8" + image: "epicmorg/bitbucket:5.12.0-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.12.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.12.1/Dockerfile index 328160fb8..4e80163cc 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.12.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.12.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.12.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.12.1/docker-compose.yml index 34c6ed3c7..ecbceb127 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.12.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.12.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.12.1" + image: "epicmorg/bitbucket:5.12.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.12.1-jdk8" + image: "epicmorg/bitbucket:5.12.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.12.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.12.2/Dockerfile index ddbd7f8c7..b17932fb2 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.12.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.12.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.12.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.12.2/docker-compose.yml index ce3eac105..20dded02e 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.12.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.12.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.12.2" + image: "epicmorg/bitbucket:5.12.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.12.2-jdk8" + image: "epicmorg/bitbucket:5.12.2-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.12.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.12.3/Dockerfile index 651edc392..128065e7f 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.12.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.12.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.12.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.12.3/docker-compose.yml index d179258e4..801305f7d 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.12.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.12.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.12.3" + image: "epicmorg/bitbucket:5.12.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.12.3-jdk8" + image: "epicmorg/bitbucket:5.12.3-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.12.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.12.4/Dockerfile index c970ebaf5..eedffbf24 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.12.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.12.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.12.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.12.4/docker-compose.yml index 70503426d..442548aed 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.12.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.12.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.12.4" + image: "epicmorg/bitbucket:5.12.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.12.4-jdk8" + image: "epicmorg/bitbucket:5.12.4-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.13.0/Dockerfile index 54a2ec4f5..a2b8267e2 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.13.0/docker-compose.yml index 8797f0f43..885346602 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.13.0" + image: "epicmorg/bitbucket:5.13.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.13.0-jdk8" + image: "epicmorg/bitbucket:5.13.0-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.13.1/Dockerfile index 55725d4c3..f0d151c87 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.13.1/docker-compose.yml index c61d01a8e..c724cf8b6 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.13.1" + image: "epicmorg/bitbucket:5.13.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.13.1-jdk8" + image: "epicmorg/bitbucket:5.13.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.13.3/Dockerfile index 3c86a2fd6..36b4c4452 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.13.3/docker-compose.yml index 91a5287b7..356926870 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.13.3" + image: "epicmorg/bitbucket:5.13.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.13.3-jdk8" + image: "epicmorg/bitbucket:5.13.3-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.13.4/Dockerfile index 80ab2879b..bfcd639d7 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.13.4/docker-compose.yml index 9c5d5ee1a..9df4e02c2 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.13.4" + image: "epicmorg/bitbucket:5.13.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.13.4-jdk8" + image: "epicmorg/bitbucket:5.13.4-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.13.5/Dockerfile index 2f540ef0d..a8759251c 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.13.5/docker-compose.yml index 67d3d0fb6..391a2dd96 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.13.5" + image: "epicmorg/bitbucket:5.13.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.13.5-jdk8" + image: "epicmorg/bitbucket:5.13.5-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.13.6/Dockerfile index afe9d8340..abac68ec2 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.6/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.13.6/docker-compose.yml index 99b5ea76f..220b0bc8a 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.13.6" + image: "epicmorg/bitbucket:5.13.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.13.6-jdk8" + image: "epicmorg/bitbucket:5.13.6-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.14.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.14.0/Dockerfile index 3d5f6a678..f3d50ff1f 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.14.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.14.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.14.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.14.0/docker-compose.yml index e0d024a2d..15c2b5f25 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.14.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.14.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.14.0" + image: "epicmorg/bitbucket:5.14.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.14.0-jdk8" + image: "epicmorg/bitbucket:5.14.0-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.14.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.14.1/Dockerfile index 921dcef81..0ce700e7c 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.14.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.14.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.14.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.14.1/docker-compose.yml index ff3850df9..a9abd0f65 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.14.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.14.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.14.1" + image: "epicmorg/bitbucket:5.14.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.14.1-jdk8" + image: "epicmorg/bitbucket:5.14.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.14.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.14.2/Dockerfile index fc44b04ff..acddd0f8e 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.14.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.14.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.14.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.14.2/docker-compose.yml index cbf98a3ce..499de2e51 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.14.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.14.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.14.2" + image: "epicmorg/bitbucket:5.14.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.14.2-jdk8" + image: "epicmorg/bitbucket:5.14.2-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.14.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.14.3/Dockerfile index c1b69e061..8ced7414a 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.14.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.14.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.14.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.14.3/docker-compose.yml index 83fcbe24f..a90c3671f 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.14.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.14.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.14.3" + image: "epicmorg/bitbucket:5.14.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.14.3-jdk8" + image: "epicmorg/bitbucket:5.14.3-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.14.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.14.4/Dockerfile index 8ad9aeb48..c93a85b44 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.14.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.14.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.14.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.14.4/docker-compose.yml index c5b37965b..3b5404161 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.14.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.14.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.14.4" + image: "epicmorg/bitbucket:5.14.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.14.4-jdk8" + image: "epicmorg/bitbucket:5.14.4-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.15.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.15.0/Dockerfile index b37709ef9..a4521ef2c 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.15.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.15.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.15.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.15.0/docker-compose.yml index 1a97dca9c..297273e2c 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.15.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.15.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.15.0" + image: "epicmorg/bitbucket:5.15.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.15.0-jdk8" + image: "epicmorg/bitbucket:5.15.0-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.15.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.15.1/Dockerfile index 907792d9d..084f810b1 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.15.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.15.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.15.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.15.1/docker-compose.yml index bf3605a95..9d088da5a 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.15.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.15.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.15.1" + image: "epicmorg/bitbucket:5.15.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.15.1-jdk8" + image: "epicmorg/bitbucket:5.15.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.15.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.15.2/Dockerfile index 63cf05b63..52251bef7 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.15.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.15.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.15.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.15.2/docker-compose.yml index 372da9e7f..7b4c8b7fd 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.15.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.15.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.15.2" + image: "epicmorg/bitbucket:5.15.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.15.2-jdk8" + image: "epicmorg/bitbucket:5.15.2-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.15.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.15.3/Dockerfile index a0507e104..2cd4bbb3b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.15.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.15.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.15.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.15.3/docker-compose.yml index 6f0d504a8..18a86ac6f 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.15.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.15.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.15.3" + image: "epicmorg/bitbucket:5.15.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.15.3-jdk8" + image: "epicmorg/bitbucket:5.15.3-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.0/Dockerfile index e0390de71..068a37a93 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.16.0/docker-compose.yml index 068d4da52..272324763 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.16.0" + image: "epicmorg/bitbucket:5.16.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.16.0-jdk8" + image: "epicmorg/bitbucket:5.16.0-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.1/Dockerfile index 847cebe4d..be6ac4dab 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.16.1/docker-compose.yml index 8045a6281..4cb8bed1c 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.16.1" + image: "epicmorg/bitbucket:5.16.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.16.1-jdk8" + image: "epicmorg/bitbucket:5.16.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.10/Dockerfile index 9e4e6706e..73e570eda 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.10/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.16.10/docker-compose.yml index 2101cd44d..a4073df7c 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.10/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.10/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.16.10" + image: "epicmorg/bitbucket:5.16.10" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.16.10-jdk8" + image: "epicmorg/bitbucket:5.16.10-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.11/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.11/Dockerfile index 1c8b5e687..b3c87ac26 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.11/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.11/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.16.11/docker-compose.yml index 6fe19a547..b17497dd5 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.11/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.11/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.16.11" + image: "epicmorg/bitbucket:5.16.11" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.16.11-jdk8" + image: "epicmorg/bitbucket:5.16.11-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.2/Dockerfile index fbc40ad78..cf4ab370f 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.16.2/docker-compose.yml index 9d06ef5d5..8b7880e11 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.16.2" + image: "epicmorg/bitbucket:5.16.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.16.2-jdk8" + image: "epicmorg/bitbucket:5.16.2-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.3/Dockerfile index 35a513473..558150fa1 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.16.3/docker-compose.yml index f5e569533..9f234387a 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.16.3" + image: "epicmorg/bitbucket:5.16.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.16.3-jdk8" + image: "epicmorg/bitbucket:5.16.3-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.4/Dockerfile index 72c4d9d1c..a48d0192e 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.16.4/docker-compose.yml index 650903653..d6ba30a65 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.16.4" + image: "epicmorg/bitbucket:5.16.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.16.4-jdk8" + image: "epicmorg/bitbucket:5.16.4-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.5/Dockerfile index eb437804d..848072f78 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.16.5/docker-compose.yml index e35eb3b5d..e4e2cefa1 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.16.5" + image: "epicmorg/bitbucket:5.16.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.16.5-jdk8" + image: "epicmorg/bitbucket:5.16.5-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.6/Dockerfile index 8dd120614..b170c4fd4 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.6/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.16.6/docker-compose.yml index a4e556019..2a4959569 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.16.6" + image: "epicmorg/bitbucket:5.16.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.16.6-jdk8" + image: "epicmorg/bitbucket:5.16.6-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.7/Dockerfile index e620a9dc3..fea6a2146 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.7/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.16.7/docker-compose.yml index dfa79e78b..79fb47036 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.7/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.16.7" + image: "epicmorg/bitbucket:5.16.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.16.7-jdk8" + image: "epicmorg/bitbucket:5.16.7-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.8/Dockerfile index 581d04ef9..988126ef8 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.8/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.16.8/docker-compose.yml index 1dffe86d2..e95e750ae 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.8/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.16.8" + image: "epicmorg/bitbucket:5.16.8" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.16.8-jdk8" + image: "epicmorg/bitbucket:5.16.8-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.9/Dockerfile index 73175696c..eed6b5161 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.9/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.16.9/docker-compose.yml index 02d335d6a..02d41ccf5 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.9/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.16.9" + image: "epicmorg/bitbucket:5.16.9" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.16.9-jdk8" + image: "epicmorg/bitbucket:5.16.9-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.2.0/Dockerfile index 5115b3d87..47b519edf 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.2.0/docker-compose.yml index 4e2584fdf..ce0f16255 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.2.0" + image: "epicmorg/bitbucket:5.2.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.2.0-jdk8" + image: "epicmorg/bitbucket:5.2.0-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.2.1/Dockerfile index 2d0769b66..e57e743c0 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.2.1/docker-compose.yml index 53a55e98a..0ad665e7e 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.2.1" + image: "epicmorg/bitbucket:5.2.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.2.1-jdk8" + image: "epicmorg/bitbucket:5.2.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.2.2/Dockerfile index 8721d3212..b44e1cf0d 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.2.2/docker-compose.yml index 60ace67c8..4e7c21cb9 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.2.2" + image: "epicmorg/bitbucket:5.2.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.2.2-jdk8" + image: "epicmorg/bitbucket:5.2.2-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.2.3/Dockerfile index 198a17484..6de462e9f 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.2.3/docker-compose.yml index 422dfb1bc..f2e054bb6 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.2.3" + image: "epicmorg/bitbucket:5.2.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.2.3-jdk8" + image: "epicmorg/bitbucket:5.2.3-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.2.4/Dockerfile index eb3afbcc7..f652cf0ba 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.2.4/docker-compose.yml index 7e28807bd..0bf6ad357 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.2.4" + image: "epicmorg/bitbucket:5.2.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.2.4-jdk8" + image: "epicmorg/bitbucket:5.2.4-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.2.5/Dockerfile index 5022751fc..9344e2b5b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.2.5/docker-compose.yml index f758a1644..9394ab904 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.2.5" + image: "epicmorg/bitbucket:5.2.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.2.5-jdk8" + image: "epicmorg/bitbucket:5.2.5-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.2.6/Dockerfile index 8765f890e..6a627a48d 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.6/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.2.6/docker-compose.yml index 89eed7f15..26f1fa899 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.2.6" + image: "epicmorg/bitbucket:5.2.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.2.6-jdk8" + image: "epicmorg/bitbucket:5.2.6-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.2.7/Dockerfile index 767059957..ffebffcd4 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.7/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.2.7/docker-compose.yml index 8f4b6857c..5f5246eea 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.7/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.2.7" + image: "epicmorg/bitbucket:5.2.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.2.7-jdk8" + image: "epicmorg/bitbucket:5.2.7-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.2.8/Dockerfile index 4feeea414..31746b48f 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.8/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.2.8/docker-compose.yml index ad35d5a3e..73d4cbe9e 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.8/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.2.8" + image: "epicmorg/bitbucket:5.2.8" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.2.8-jdk8" + image: "epicmorg/bitbucket:5.2.8-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.3.0/Dockerfile index 29cb92a6d..c6ff5bdaf 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.3.0/docker-compose.yml index 150befb6f..dcded3d86 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.3.0" + image: "epicmorg/bitbucket:5.3.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.3.0-jdk8" + image: "epicmorg/bitbucket:5.3.0-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.3.1/Dockerfile index 2203231de..98566de05 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.3.1/docker-compose.yml index 126a98e88..ba342bf96 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.3.1" + image: "epicmorg/bitbucket:5.3.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.3.1-jdk8" + image: "epicmorg/bitbucket:5.3.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.3.2/Dockerfile index 3d1493f9e..0b98671e8 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.3.2/docker-compose.yml index 72b893c3c..b7a5ffec0 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.3.2" + image: "epicmorg/bitbucket:5.3.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.3.2-jdk8" + image: "epicmorg/bitbucket:5.3.2-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.3.3/Dockerfile index f3bd32b67..0434da389 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.3.3/docker-compose.yml index 7f8ad9713..96462e72c 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.3.3" + image: "epicmorg/bitbucket:5.3.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.3.3-jdk8" + image: "epicmorg/bitbucket:5.3.3-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.3.4/Dockerfile index 7b16f4d8d..dff4d9cfa 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.3.4/docker-compose.yml index b7b60bd36..e96c26305 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.3.4" + image: "epicmorg/bitbucket:5.3.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.3.4-jdk8" + image: "epicmorg/bitbucket:5.3.4-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.3.5/Dockerfile index dde9afbce..5c369d2b9 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.3.5/docker-compose.yml index a94d1eabf..f95ac21b5 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.3.5" + image: "epicmorg/bitbucket:5.3.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.3.5-jdk8" + image: "epicmorg/bitbucket:5.3.5-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.3.6/Dockerfile index ce71c4df3..b94105a62 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.6/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.3.6/docker-compose.yml index 848b01e7b..17e4b9651 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.3.6" + image: "epicmorg/bitbucket:5.3.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.3.6-jdk8" + image: "epicmorg/bitbucket:5.3.6-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.3.7/Dockerfile index 0baaf13d4..ae281d878 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.7/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.3.7/docker-compose.yml index fbf9246ff..5e4900858 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.7/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.3.7" + image: "epicmorg/bitbucket:5.3.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.3.7-jdk8" + image: "epicmorg/bitbucket:5.3.7-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.4.0/Dockerfile index e6bef4e08..e6750384a 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.4.0/docker-compose.yml index 056b0ec11..dfefab0bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.4.0" + image: "epicmorg/bitbucket:5.4.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.4.0-jdk8" + image: "epicmorg/bitbucket:5.4.0-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.4.1/Dockerfile index 9b18edad9..3794dd1e0 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.4.1/docker-compose.yml index 746f756b3..49cfd7102 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.4.1" + image: "epicmorg/bitbucket:5.4.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.4.1-jdk8" + image: "epicmorg/bitbucket:5.4.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.4.2/Dockerfile index 3537b1f11..713cf150d 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.4.2/docker-compose.yml index b45d572b4..3c6b7b33c 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.4.2" + image: "epicmorg/bitbucket:5.4.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.4.2-jdk8" + image: "epicmorg/bitbucket:5.4.2-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.4.3/Dockerfile index 45c75b65e..adff37b5c 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.4.3/docker-compose.yml index 41322a0cd..2ebb68e88 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.4.3" + image: "epicmorg/bitbucket:5.4.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.4.3-jdk8" + image: "epicmorg/bitbucket:5.4.3-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.4.4/Dockerfile index 6ae7b43fa..ee3fda79e 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.4.4/docker-compose.yml index bb149ec61..894f7a50b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.4.4" + image: "epicmorg/bitbucket:5.4.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.4.4-jdk8" + image: "epicmorg/bitbucket:5.4.4-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.4.6/Dockerfile index 55edb6673..97ea7f22b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.6/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.4.6/docker-compose.yml index 203656751..da25352f7 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.4.6" + image: "epicmorg/bitbucket:5.4.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.4.6-jdk8" + image: "epicmorg/bitbucket:5.4.6-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.4.7/Dockerfile index 12111511a..456643f65 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.7/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.4.7/docker-compose.yml index 2f268644b..c0ee15705 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.7/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.4.7" + image: "epicmorg/bitbucket:5.4.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.4.7-jdk8" + image: "epicmorg/bitbucket:5.4.7-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.4.8/Dockerfile index 5fdc55bac..368059355 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.8/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.4.8/docker-compose.yml index 510ee9cd7..3ef14a0fd 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.8/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.4.8" + image: "epicmorg/bitbucket:5.4.8" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.4.8-jdk8" + image: "epicmorg/bitbucket:5.4.8-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.4.9/Dockerfile index 3c2715fbf..760444a17 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.9/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.4.9/docker-compose.yml index 1330edbd3..ca06b5cd1 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.9/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.4.9" + image: "epicmorg/bitbucket:5.4.9" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.4.9-jdk8" + image: "epicmorg/bitbucket:5.4.9-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.0/Dockerfile index 9c5c295d0..51b604483 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.5.0/docker-compose.yml index 3267c958f..b43713053 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.5.0" + image: "epicmorg/bitbucket:5.5.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.5.0-jdk8" + image: "epicmorg/bitbucket:5.5.0-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.1/Dockerfile index 741b89415..ac8625fba 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.5.1/docker-compose.yml index 41f6d69b2..f573de47b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.5.1" + image: "epicmorg/bitbucket:5.5.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.5.1-jdk8" + image: "epicmorg/bitbucket:5.5.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.2/Dockerfile index 9769ceabc..43747082b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.5.2/docker-compose.yml index 66c9f8894..2cd9ce74f 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.5.2" + image: "epicmorg/bitbucket:5.5.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.5.2-jdk8" + image: "epicmorg/bitbucket:5.5.2-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.3/Dockerfile index 9f6a5d821..04a611afe 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.5.3/docker-compose.yml index 44cd499ed..3952f8075 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.5.3" + image: "epicmorg/bitbucket:5.5.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.5.3-jdk8" + image: "epicmorg/bitbucket:5.5.3-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.4/Dockerfile index 922fb7709..9eadb449a 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.5.4/docker-compose.yml index 7f8fb7a1a..872f0cfe7 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.5.4" + image: "epicmorg/bitbucket:5.5.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.5.4-jdk8" + image: "epicmorg/bitbucket:5.5.4-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.5/Dockerfile index 6c5c8d2af..5b556f58f 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.5.5/docker-compose.yml index cbcf22f54..b032f9879 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.5.5" + image: "epicmorg/bitbucket:5.5.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.5.5-jdk8" + image: "epicmorg/bitbucket:5.5.5-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.6/Dockerfile index b5931a1e9..4a693ac00 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.6/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.5.6/docker-compose.yml index 38f7b96ac..b7c4e9743 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.5.6" + image: "epicmorg/bitbucket:5.5.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.5.6-jdk8" + image: "epicmorg/bitbucket:5.5.6-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.7/Dockerfile index bc2434adc..cfae80e68 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.7/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.5.7/docker-compose.yml index 837be9d95..a770d26ca 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.7/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.5.7" + image: "epicmorg/bitbucket:5.5.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.5.7-jdk8" + image: "epicmorg/bitbucket:5.5.7-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.8/Dockerfile index 39202b0e4..98968d78b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.8/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.5.8/docker-compose.yml index c6e8735a2..26f8ffd84 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.8/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.5.8" + image: "epicmorg/bitbucket:5.5.8" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.5.8-jdk8" + image: "epicmorg/bitbucket:5.5.8-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.9/Dockerfile index 3f5a98bcd..920eb5589 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.9/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.5.9/docker-compose.yml index 9ca1d8144..b87c95140 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.9/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.5.9" + image: "epicmorg/bitbucket:5.5.9" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.5.9-jdk8" + image: "epicmorg/bitbucket:5.5.9-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.6.1/Dockerfile index c80313840..ad035716b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.6.1/docker-compose.yml index 4135a44ed..27abad96d 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.6.1" + image: "epicmorg/bitbucket:5.6.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.6.1-jdk8" + image: "epicmorg/bitbucket:5.6.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.6.2/Dockerfile index 88c109f9b..5ece3c161 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.6.2/docker-compose.yml index 8afc49b30..c6d486fa1 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.6.2" + image: "epicmorg/bitbucket:5.6.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.6.2-jdk8" + image: "epicmorg/bitbucket:5.6.2-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.6.3/Dockerfile index 20c77f568..3d0be1c8c 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.6.3/docker-compose.yml index 21f10f864..4aed0d491 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.6.3" + image: "epicmorg/bitbucket:5.6.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.6.3-jdk8" + image: "epicmorg/bitbucket:5.6.3-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.6.4/Dockerfile index ecf32a673..133b44e52 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.6.4/docker-compose.yml index 9ab939aee..eb7abdb6f 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.6.4" + image: "epicmorg/bitbucket:5.6.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.6.4-jdk8" + image: "epicmorg/bitbucket:5.6.4-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.6.5/Dockerfile index 352bc119c..3d5ee2c0f 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.6.5/docker-compose.yml index 0a9249ab4..2775f8e4a 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.6.5" + image: "epicmorg/bitbucket:5.6.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.6.5-jdk8" + image: "epicmorg/bitbucket:5.6.5-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.6.6/Dockerfile index da5897609..d9fb37e0f 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.6/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.6.6/docker-compose.yml index d0e8d683c..1245c65b4 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.6.6" + image: "epicmorg/bitbucket:5.6.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.6.6-jdk8" + image: "epicmorg/bitbucket:5.6.6-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.7.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.7.0/Dockerfile index fb6595df5..79fc907bd 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.7.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.7.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.7.0/docker-compose.yml index b35cc7e56..e6c5a5047 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.7.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.7.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.7.0" + image: "epicmorg/bitbucket:5.7.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.7.0-jdk8" + image: "epicmorg/bitbucket:5.7.0-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.7.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.7.1/Dockerfile index 8e346543d..0f15fd537 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.7.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.7.1/docker-compose.yml index 578a0eee4..f64bbd699 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.7.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.7.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.7.1" + image: "epicmorg/bitbucket:5.7.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.7.1-jdk8" + image: "epicmorg/bitbucket:5.7.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.7.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.7.2/Dockerfile index 28b5ab659..f8097be22 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.7.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.7.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.7.2/docker-compose.yml index 021a06ae7..24b887092 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.7.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.7.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.7.2" + image: "epicmorg/bitbucket:5.7.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.7.2-jdk8" + image: "epicmorg/bitbucket:5.7.2-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.7.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.7.3/Dockerfile index 7024644ca..9435ba33b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.7.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.7.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.7.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.7.3/docker-compose.yml index d2c4fe8cb..4ccbdae2f 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.7.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.7.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.7.3" + image: "epicmorg/bitbucket:5.7.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.7.3-jdk8" + image: "epicmorg/bitbucket:5.7.3-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.7.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.7.4/Dockerfile index 9504ca971..72c00aff8 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.7.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.7.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.7.4/docker-compose.yml index d51c2feb8..a75fae024 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.7.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.7.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.7.4" + image: "epicmorg/bitbucket:5.7.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.7.4-jdk8" + image: "epicmorg/bitbucket:5.7.4-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.8.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.8.0/Dockerfile index a16145fd8..108ee4eb2 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.8.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.8.0/docker-compose.yml index c9a49c89b..5adf341f9 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.8.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.8.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.8.0" + image: "epicmorg/bitbucket:5.8.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.8.0-jdk8" + image: "epicmorg/bitbucket:5.8.0-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.8.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.8.1/Dockerfile index 3f2cc1d4e..91ad9ea27 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.8.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.8.1/docker-compose.yml index 86b2870bd..bae78bd3d 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.8.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.8.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.8.1" + image: "epicmorg/bitbucket:5.8.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.8.1-jdk8" + image: "epicmorg/bitbucket:5.8.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.8.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.8.2/Dockerfile index 69e1eebeb..02dea7205 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.8.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.8.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.8.2/docker-compose.yml index a3b7f9caf..98823cf05 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.8.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.8.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.8.2" + image: "epicmorg/bitbucket:5.8.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.8.2-jdk8" + image: "epicmorg/bitbucket:5.8.2-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.8.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.8.3/Dockerfile index 2ed721d4c..2fc7e83ad 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.8.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.8.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.8.3/docker-compose.yml index c3a3d9f84..84473c141 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.8.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.8.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.8.3" + image: "epicmorg/bitbucket:5.8.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.8.3-jdk8" + image: "epicmorg/bitbucket:5.8.3-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.8.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.8.4/Dockerfile index 4b7299823..a5bab33fc 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.8.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.8.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.8.4/docker-compose.yml index 8d07a0e47..97a439e92 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.8.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.8.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.8.4" + image: "epicmorg/bitbucket:5.8.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.8.4-jdk8" + image: "epicmorg/bitbucket:5.8.4-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.9.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.9.0/Dockerfile index 0e20a6f87..cbc76afb9 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.9.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.9.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.9.0/docker-compose.yml index c61456b75..1acef4402 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.9.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.9.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.9.0" + image: "epicmorg/bitbucket:5.9.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.9.0-jdk8" + image: "epicmorg/bitbucket:5.9.0-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.9.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.9.1/Dockerfile index 47f49bcdc..96698a1b9 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.9.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.9.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.9.1/docker-compose.yml index 532e576cc..52f29f769 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.9.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.9.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.9.1" + image: "epicmorg/bitbucket:5.9.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.9.1-jdk8" + image: "epicmorg/bitbucket:5.9.1-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.9.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.9.2/Dockerfile index 4c3c53c64..90272903d 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.9.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.9.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.9.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/5/5.9.2/docker-compose.yml index 50bd8c218..dd53e75f4 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.9.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/5/5.9.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:5.9.2" + image: "epicmorg/bitbucket:5.9.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:5.9.2-jdk8" + image: "epicmorg/bitbucket:5.9.2-jdk8" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.0/Dockerfile index de8fa4a2b..bfa50da44 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 3b93b1cba..5e2c11158 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.0.0/docker-compose.yml index ce1a07ed1..d9587e555 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.0.0" + image: "epicmorg/bitbucket:6.0.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.0.0-jdk8" + image: "epicmorg/bitbucket:6.0.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.0.0-jdk11" + image: "epicmorg/bitbucket:6.0.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.1/Dockerfile index 6470ae1c7..497251f64 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 223414d62..58d07bda4 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.0.1/docker-compose.yml index e44e81355..236908fda 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.0.1" + image: "epicmorg/bitbucket:6.0.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.0.1-jdk8" + image: "epicmorg/bitbucket:6.0.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.0.1-jdk11" + image: "epicmorg/bitbucket:6.0.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.10/Dockerfile index 94c60c833..0847f03c1 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 f9db6cdb3..3f133c003 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.10/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.10/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.0.10/docker-compose.yml index 339a33a87..df748ad47 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.10/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.10/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.0.10" + image: "epicmorg/bitbucket:6.0.10" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.0.10-jdk8" + image: "epicmorg/bitbucket:6.0.10-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.0.10-jdk11" + image: "epicmorg/bitbucket:6.0.10-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.11/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.11/Dockerfile index 655617797..ce9ad89a5 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.11/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 b9f02ce1f..31e757bea 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.11/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.11/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.0.11/docker-compose.yml index 7392732d5..b1a224b5a 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.11/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.11/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.0.11" + image: "epicmorg/bitbucket:6.0.11" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.0.11-jdk8" + image: "epicmorg/bitbucket:6.0.11-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.0.11-jdk11" + image: "epicmorg/bitbucket:6.0.11-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.2/Dockerfile index 7e0d5e7d3..9a8184859 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 f2eb592b4..84b73974b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.0.2/docker-compose.yml index 43f5bd552..89c39bdeb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.0.2" + image: "epicmorg/bitbucket:6.0.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.0.2-jdk8" + image: "epicmorg/bitbucket:6.0.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.0.2-jdk11" + image: "epicmorg/bitbucket:6.0.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.3/Dockerfile index c813d1d66..cb8561825 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 5850c610f..c8ba70df8 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.0.3/docker-compose.yml index 975ac7a78..c87bf3c29 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.0.3" + image: "epicmorg/bitbucket:6.0.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.0.3-jdk8" + image: "epicmorg/bitbucket:6.0.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.0.3-jdk11" + image: "epicmorg/bitbucket:6.0.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.4/Dockerfile index 37f5e2a48..142121766 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 e10729bbc..c48921965 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.0.4/docker-compose.yml index 8739029c4..90b38a59a 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.0.4" + image: "epicmorg/bitbucket:6.0.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.0.4-jdk8" + image: "epicmorg/bitbucket:6.0.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.0.4-jdk11" + image: "epicmorg/bitbucket:6.0.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.5/Dockerfile index 141d29a49..7ed559519 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 e04bb3574..6aa066fde 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.0.5/docker-compose.yml index eea536fde..189219f15 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.0.5" + image: "epicmorg/bitbucket:6.0.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.0.5-jdk8" + image: "epicmorg/bitbucket:6.0.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.0.5-jdk11" + image: "epicmorg/bitbucket:6.0.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.6/Dockerfile index d11c0e313..6333ecc72 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 f115c329b..0078a10c2 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.6/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.0.6/docker-compose.yml index 1daca0fce..17c434c27 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.0.6" + image: "epicmorg/bitbucket:6.0.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.0.6-jdk8" + image: "epicmorg/bitbucket:6.0.6-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.0.6-jdk11" + image: "epicmorg/bitbucket:6.0.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.7/Dockerfile index 82de0899b..eec44d609 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 326552f7c..690a416b9 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.7/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.0.7/docker-compose.yml index 1c619da40..578c60206 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.7/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.0.7" + image: "epicmorg/bitbucket:6.0.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.0.7-jdk8" + image: "epicmorg/bitbucket:6.0.7-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.0.7-jdk11" + image: "epicmorg/bitbucket:6.0.7-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.9/Dockerfile index 06b5d59ba..cff717815 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 1b651951c..97ffa2715 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.9/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.0.9/docker-compose.yml index bed83aeca..2b6548a0b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.9/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.0.9" + image: "epicmorg/bitbucket:6.0.9" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.0.9-jdk8" + image: "epicmorg/bitbucket:6.0.9-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.0.9-jdk11" + image: "epicmorg/bitbucket:6.0.9-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.0/Dockerfile index e551c9c21..eee5c2d43 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 30cb39ef4..e2f8c4fcc 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.1.0/docker-compose.yml index 6f988aaf8..a82f883ba 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.1.0" + image: "epicmorg/bitbucket:6.1.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.1.0-jdk8" + image: "epicmorg/bitbucket:6.1.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.1.0-jdk11" + image: "epicmorg/bitbucket:6.1.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.1/Dockerfile index dcc161e14..ac4ce4d47 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 3ce6618c6..70b5099f5 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.1.1/docker-compose.yml index 0a3274d4c..be5aa6c26 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.1.1" + image: "epicmorg/bitbucket:6.1.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.1.1-jdk8" + image: "epicmorg/bitbucket:6.1.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.1.1-jdk11" + image: "epicmorg/bitbucket:6.1.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.2/Dockerfile index 3f66f42cd..576597486 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 9b4ed4156..69842018e 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.1.2/docker-compose.yml index e966ceb0e..c157f3cc5 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.1.2" + image: "epicmorg/bitbucket:6.1.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.1.2-jdk8" + image: "epicmorg/bitbucket:6.1.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.1.2-jdk11" + image: "epicmorg/bitbucket:6.1.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.3/Dockerfile index 772461e1d..2ae4a8616 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 cc9c2a2b9..5428a6bac 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.1.3/docker-compose.yml index 5f91b39bf..688fcc0ea 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.1.3" + image: "epicmorg/bitbucket:6.1.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.1.3-jdk8" + image: "epicmorg/bitbucket:6.1.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.1.3-jdk11" + image: "epicmorg/bitbucket:6.1.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.4/Dockerfile index 04426bb70..d2a3f0541 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 81f40f47b..ed4eeb985 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.1.4/docker-compose.yml index 6ccedfb8c..6d870fe5f 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.1.4" + image: "epicmorg/bitbucket:6.1.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.1.4-jdk8" + image: "epicmorg/bitbucket:6.1.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.1.4-jdk11" + image: "epicmorg/bitbucket:6.1.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.5/Dockerfile index 06a28b340..305453f46 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 3dd4f640d..9d22d5faa 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.1.5/docker-compose.yml index 65266fe5d..f20c27108 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.1.5" + image: "epicmorg/bitbucket:6.1.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.1.5-jdk8" + image: "epicmorg/bitbucket:6.1.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.1.5-jdk11" + image: "epicmorg/bitbucket:6.1.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.6/Dockerfile index 2945f112f..9e6ce50de 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 7d80b7183..8a7104469 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.6/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.1.6/docker-compose.yml index ee7bdf46b..9683abe17 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.1.6" + image: "epicmorg/bitbucket:6.1.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.1.6-jdk8" + image: "epicmorg/bitbucket:6.1.6-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.1.6-jdk11" + image: "epicmorg/bitbucket:6.1.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.7/Dockerfile index ca13bf5fe..0941068a2 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 e76117bb7..f9401a246 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.7/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.1.7/docker-compose.yml index 439953d24..9fac7511c 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.7/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.1.7" + image: "epicmorg/bitbucket:6.1.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.1.7-jdk8" + image: "epicmorg/bitbucket:6.1.7-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.1.7-jdk11" + image: "epicmorg/bitbucket:6.1.7-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.8/Dockerfile index a063ca273..82dbe1517 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 fb6681905..2896ab68e 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.8/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.8/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.1.8/docker-compose.yml index a27b5ea93..3bfc435e1 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.8/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.1.8" + image: "epicmorg/bitbucket:6.1.8" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.1.8-jdk8" + image: "epicmorg/bitbucket:6.1.8-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.1.8-jdk11" + image: "epicmorg/bitbucket:6.1.8-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.9/Dockerfile index abc0c77e9..71653c41f 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 986b57ca0..62074a597 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.9/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.1.9/docker-compose.yml index 4a60bd5df..4fac10f86 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.9/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.1.9" + image: "epicmorg/bitbucket:6.1.9" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.1.9-jdk8" + image: "epicmorg/bitbucket:6.1.9-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.1.9-jdk11" + image: "epicmorg/bitbucket:6.1.9-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.0/Dockerfile index aec520ac7..b44f3955b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 c54368251..a925eb89b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.10.0/docker-compose.yml index ab8df569b..a1f72c938 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.10.0" + image: "epicmorg/bitbucket:6.10.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.10.0-jdk8" + image: "epicmorg/bitbucket:6.10.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.10.0-jdk11" + image: "epicmorg/bitbucket:6.10.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.1/Dockerfile index 713f9d4ee..d9b07276d 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 78ce91e50..02a838dd5 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.10.1/docker-compose.yml index cedd159b8..bd1bdd7f1 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.10.1" + image: "epicmorg/bitbucket:6.10.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.10.1-jdk8" + image: "epicmorg/bitbucket:6.10.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.10.1-jdk11" + image: "epicmorg/bitbucket:6.10.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.10/Dockerfile index 6545b4e2a..f5466d134 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 54aaeb10b..1663a5615 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.10/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.10/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.10.10/docker-compose.yml index 779066ece..fe1a4e72a 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.10/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.10/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.10.10" + image: "epicmorg/bitbucket:6.10.10" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.10.10-jdk8" + image: "epicmorg/bitbucket:6.10.10-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.10.10-jdk11" + image: "epicmorg/bitbucket:6.10.10-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.11/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.11/Dockerfile index 34585c2f0..0d05b4a1d 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.11/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 340eb135c..2cb3fc7b0 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.11/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.11/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.10.11/docker-compose.yml index 4f4c884e3..d4942e699 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.11/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.11/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.10.11" + image: "epicmorg/bitbucket:6.10.11" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.10.11-jdk8" + image: "epicmorg/bitbucket:6.10.11-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.10.11-jdk11" + image: "epicmorg/bitbucket:6.10.11-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.12/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.12/Dockerfile index a4f5521c8..4bf9ae9bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.12/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 057d46035..89cf71f1d 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.12/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.12/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.10.12/docker-compose.yml index 0eca8537b..fca545fcc 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.12/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.12/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.10.12" + image: "epicmorg/bitbucket:6.10.12" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.10.12-jdk8" + image: "epicmorg/bitbucket:6.10.12-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.10.12-jdk11" + image: "epicmorg/bitbucket:6.10.12-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.13/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.13/Dockerfile index 1ded9d7f5..9bcb0885a 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.13/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 baa28184d..fbacde564 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.13/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.13/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.10.13/docker-compose.yml index a43950669..d99a1e7b1 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.13/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.13/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.10.13" + image: "epicmorg/bitbucket:6.10.13" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.10.13-jdk8" + image: "epicmorg/bitbucket:6.10.13-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.10.13-jdk11" + image: "epicmorg/bitbucket:6.10.13-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.14/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.14/Dockerfile index 3931e274e..179b6302f 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.14/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.14/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 2b01fee5d..8f11f3286 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.14/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.14/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.10.14/docker-compose.yml index d30f6476b..85d4ba1bd 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.14/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.14/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.10.14" + image: "epicmorg/bitbucket:6.10.14" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.10.14-jdk8" + image: "epicmorg/bitbucket:6.10.14-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.10.14-jdk11" + image: "epicmorg/bitbucket:6.10.14-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.15/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.15/Dockerfile index 94ebf73c9..f0b36d737 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.15/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.15/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 505918ac1..5b386c5fc 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.15/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.15/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.10.15/docker-compose.yml index c16872281..b93995d23 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.15/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.15/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.10.15" + image: "epicmorg/bitbucket:6.10.15" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.10.15-jdk8" + image: "epicmorg/bitbucket:6.10.15-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.10.15-jdk11" + image: "epicmorg/bitbucket:6.10.15-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.16/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.16/Dockerfile index 177d0a7fe..58ff14a7c 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.16/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 c5a823b26..2edd147f2 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.16/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.16/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.10.16/docker-compose.yml index e36e622a6..561cc20de 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.16/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.16/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.10.16" + image: "epicmorg/bitbucket:6.10.16" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.10.16-jdk8" + image: "epicmorg/bitbucket:6.10.16-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.10.16-jdk11" + image: "epicmorg/bitbucket:6.10.16-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.17/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.17/Dockerfile index cad6f638b..ead76fa30 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.17/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 fd73fb1c2..f75ae0597 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.17/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.17/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.10.17/docker-compose.yml index 9f93b004e..965f3cff4 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.17/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.17/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.10.17" + image: "epicmorg/bitbucket:6.10.17" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.10.17-jdk8" + image: "epicmorg/bitbucket:6.10.17-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.10.17-jdk11" + image: "epicmorg/bitbucket:6.10.17-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.2/Dockerfile index 781e6be1b..7a6b82cd8 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 28d6fdac7..28a320212 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.10.2/docker-compose.yml index 64afbeaed..dbe67faa9 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.10.2" + image: "epicmorg/bitbucket:6.10.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.10.2-jdk8" + image: "epicmorg/bitbucket:6.10.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.10.2-jdk11" + image: "epicmorg/bitbucket:6.10.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.3/Dockerfile index 9e7dcd584..3b6d2a289 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 20f8f84e4..f180bb093 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.10.3/docker-compose.yml index 27253b248..8637781c6 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.10.3" + image: "epicmorg/bitbucket:6.10.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.10.3-jdk8" + image: "epicmorg/bitbucket:6.10.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.10.3-jdk11" + image: "epicmorg/bitbucket:6.10.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.4/Dockerfile index 9f799e98b..e4eb30407 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 c7d667538..4cf808061 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.10.4/docker-compose.yml index 54105b7f3..e262af7a7 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.10.4" + image: "epicmorg/bitbucket:6.10.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.10.4-jdk8" + image: "epicmorg/bitbucket:6.10.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.10.4-jdk11" + image: "epicmorg/bitbucket:6.10.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.5/Dockerfile index f2010275a..7f3fe80ee 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 d248e334a..4da2214da 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.10.5/docker-compose.yml index 24729e0fe..da29e5d48 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.10.5" + image: "epicmorg/bitbucket:6.10.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.10.5-jdk8" + image: "epicmorg/bitbucket:6.10.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.10.5-jdk11" + image: "epicmorg/bitbucket:6.10.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.7/Dockerfile index fa1f1aa27..655d39394 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 2e1cef47c..d0d5e61bc 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.7/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.10.7/docker-compose.yml index 6edf2933f..bb3b5a0a5 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.7/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.10.7" + image: "epicmorg/bitbucket:6.10.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.10.7-jdk8" + image: "epicmorg/bitbucket:6.10.7-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.10.7-jdk11" + image: "epicmorg/bitbucket:6.10.7-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.8/Dockerfile index 764b0c3a5..e3dc522c4 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 12e3283e5..23651a600 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.8/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.8/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.10.8/docker-compose.yml index 2cc39412b..752cbbb4c 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.8/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.10.8" + image: "epicmorg/bitbucket:6.10.8" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.10.8-jdk8" + image: "epicmorg/bitbucket:6.10.8-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.10.8-jdk11" + image: "epicmorg/bitbucket:6.10.8-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.9/Dockerfile index 09fb59d9d..dfba0557d 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 54677ec4b..64c470d6e 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.9/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.10.9/docker-compose.yml index 53f65c4b9..3ee48157a 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.9/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.10.9" + image: "epicmorg/bitbucket:6.10.9" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.10.9-jdk8" + image: "epicmorg/bitbucket:6.10.9-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.10.9-jdk11" + image: "epicmorg/bitbucket:6.10.9-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.2.0/Dockerfile index f24f12161..e61590b89 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 74b1b16a2..bebbca3ab 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.2.0/docker-compose.yml index 3ebc1eb5d..f0bd83cda 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.2.0" + image: "epicmorg/bitbucket:6.2.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.2.0-jdk8" + image: "epicmorg/bitbucket:6.2.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.2.0-jdk11" + image: "epicmorg/bitbucket:6.2.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.2.1/Dockerfile index 9bf64e7ea..8cc869e5c 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 d6160a825..a74ea4dbf 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.2.1/docker-compose.yml index 541c062d4..f0136f77b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.2.1" + image: "epicmorg/bitbucket:6.2.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.2.1-jdk8" + image: "epicmorg/bitbucket:6.2.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.2.1-jdk11" + image: "epicmorg/bitbucket:6.2.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.2.2/Dockerfile index 9e9f37b68..029737b4d 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 37342329b..a3eea2c0b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.2.2/docker-compose.yml index 438e869c3..6d2b9f46b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.2.2" + image: "epicmorg/bitbucket:6.2.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.2.2-jdk8" + image: "epicmorg/bitbucket:6.2.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.2.2-jdk11" + image: "epicmorg/bitbucket:6.2.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.2.3/Dockerfile index 5142c1ea9..7d56e0f60 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 5be937f30..b7996d0fc 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.2.3/docker-compose.yml index a92d285bc..776334ddd 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.2.3" + image: "epicmorg/bitbucket:6.2.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.2.3-jdk8" + image: "epicmorg/bitbucket:6.2.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.2.3-jdk11" + image: "epicmorg/bitbucket:6.2.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.2.4/Dockerfile index 52e142f67..52ea2b9b0 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 c3c20f2da..9093536aa 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.2.4/docker-compose.yml index 68856fb14..951d52241 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.2.4" + image: "epicmorg/bitbucket:6.2.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.2.4-jdk8" + image: "epicmorg/bitbucket:6.2.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.2.4-jdk11" + image: "epicmorg/bitbucket:6.2.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.2.5/Dockerfile index 4ac913ec7..f5fff0936 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 1412ff7dc..da06c9396 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.2.5/docker-compose.yml index 6567f857f..917df987b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.2.5" + image: "epicmorg/bitbucket:6.2.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.2.5-jdk8" + image: "epicmorg/bitbucket:6.2.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.2.5-jdk11" + image: "epicmorg/bitbucket:6.2.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.2.6/Dockerfile index bb45dd83c..812e524e9 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 a7168f6af..e0758e548 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.6/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.2.6/docker-compose.yml index 13ee39caa..8623550c1 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.2.6" + image: "epicmorg/bitbucket:6.2.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.2.6-jdk8" + image: "epicmorg/bitbucket:6.2.6-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.2.6-jdk11" + image: "epicmorg/bitbucket:6.2.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.2.7/Dockerfile index 9db50f9a2..125c87347 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 560e41999..ecebbf0e2 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.7/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.2.7/docker-compose.yml index f8f194463..75254179f 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.7/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.2.7" + image: "epicmorg/bitbucket:6.2.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.2.7-jdk8" + image: "epicmorg/bitbucket:6.2.7-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.2.7-jdk11" + image: "epicmorg/bitbucket:6.2.7-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.3.0/Dockerfile index c44ed02c4..0b10d626c 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 1bf4610c7..d5cad59ca 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.3.0/docker-compose.yml index 1c5f84d1e..c22c2f3e7 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.3.0" + image: "epicmorg/bitbucket:6.3.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.3.0-jdk8" + image: "epicmorg/bitbucket:6.3.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.3.0-jdk11" + image: "epicmorg/bitbucket:6.3.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.3.1/Dockerfile index 2f69a0f1a..c2d1a511f 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 dd6452f9b..d201cfae4 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.3.1/docker-compose.yml index 03298c09a..e0751c323 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.3.1" + image: "epicmorg/bitbucket:6.3.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.3.1-jdk8" + image: "epicmorg/bitbucket:6.3.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.3.1-jdk11" + image: "epicmorg/bitbucket:6.3.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.3.2/Dockerfile index aff8a9db0..5e228242f 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 5502c7df2..ef901a697 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.3.2/docker-compose.yml index 840fad230..35047aa77 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.3.2" + image: "epicmorg/bitbucket:6.3.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.3.2-jdk8" + image: "epicmorg/bitbucket:6.3.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.3.2-jdk11" + image: "epicmorg/bitbucket:6.3.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.3.3/Dockerfile index 9ff2ae001..4ad96cd3a 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 9eca1e32e..1939a8226 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.3.3/docker-compose.yml index 22748b795..85c63dbe9 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.3.3" + image: "epicmorg/bitbucket:6.3.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.3.3-jdk8" + image: "epicmorg/bitbucket:6.3.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.3.3-jdk11" + image: "epicmorg/bitbucket:6.3.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.3.4/Dockerfile index 791440b86..ae59cc1cc 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 9c59117d4..05cb40dfc 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.3.4/docker-compose.yml index 18df2c6e2..b2aa5c46c 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.3.4" + image: "epicmorg/bitbucket:6.3.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.3.4-jdk8" + image: "epicmorg/bitbucket:6.3.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.3.4-jdk11" + image: "epicmorg/bitbucket:6.3.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.3.5/Dockerfile index 3efda28db..964e932f9 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 b69754e96..42c3f81e4 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.3.5/docker-compose.yml index c2c24744a..c61b1e509 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.3.5" + image: "epicmorg/bitbucket:6.3.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.3.5-jdk8" + image: "epicmorg/bitbucket:6.3.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.3.5-jdk11" + image: "epicmorg/bitbucket:6.3.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.3.6/Dockerfile index 5c0caf66d..c9854c135 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 5cf847be4..cf4afd070 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.6/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.3.6/docker-compose.yml index 78fd64cf6..054276d22 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.3.6" + image: "epicmorg/bitbucket:6.3.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.3.6-jdk8" + image: "epicmorg/bitbucket:6.3.6-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.3.6-jdk11" + image: "epicmorg/bitbucket:6.3.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.4.0/Dockerfile index 52849bf21..a40e5762e 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 df1476846..6410236f4 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.4.0/docker-compose.yml index 4bd9a06e2..1370efa0e 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.4.0" + image: "epicmorg/bitbucket:6.4.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.4.0-jdk8" + image: "epicmorg/bitbucket:6.4.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.4.0-jdk11" + image: "epicmorg/bitbucket:6.4.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.4.1/Dockerfile index 1f65a2385..25ba2c8fa 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 723948cf6..2e8f7929f 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.4.1/docker-compose.yml index 40cd1341c..3499882d6 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.4.1" + image: "epicmorg/bitbucket:6.4.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.4.1-jdk8" + image: "epicmorg/bitbucket:6.4.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.4.1-jdk11" + image: "epicmorg/bitbucket:6.4.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.4.2/Dockerfile index 135407d8b..0a3da2e3e 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 883b35888..3576c1885 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.4.2/docker-compose.yml index ca7ac2d68..0df36f006 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.4.2" + image: "epicmorg/bitbucket:6.4.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.4.2-jdk8" + image: "epicmorg/bitbucket:6.4.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.4.2-jdk11" + image: "epicmorg/bitbucket:6.4.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.4.3/Dockerfile index 2828c6aa3..35ff7fdb1 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 3c80a81dc..388a07509 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.4.3/docker-compose.yml index 7c7943707..57aad60bd 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.4.3" + image: "epicmorg/bitbucket:6.4.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.4.3-jdk8" + image: "epicmorg/bitbucket:6.4.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.4.3-jdk11" + image: "epicmorg/bitbucket:6.4.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.4.4/Dockerfile index a37254ee7..1fd819bf1 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 fc6b3405e..d3585c76c 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.4.4/docker-compose.yml index d894769bb..f73e3ce8b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.4.4" + image: "epicmorg/bitbucket:6.4.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.4.4-jdk8" + image: "epicmorg/bitbucket:6.4.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.4.4-jdk11" + image: "epicmorg/bitbucket:6.4.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.5.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.5.1/Dockerfile index f3ce8d0bc..f73750616 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 7217e5219..3fb5c0e0e 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.5.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.5.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.5.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.5.1/docker-compose.yml index 8a684e25f..b0895b290 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.5.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.5.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.5.1" + image: "epicmorg/bitbucket:6.5.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.5.1-jdk8" + image: "epicmorg/bitbucket:6.5.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.5.1-jdk11" + image: "epicmorg/bitbucket:6.5.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.5.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.5.2/Dockerfile index ec6669018..568cdcf86 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 41e5f9c4a..7864489cd 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.5.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.5.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.5.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.5.2/docker-compose.yml index db9cba91a..f294430ce 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.5.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.5.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.5.2" + image: "epicmorg/bitbucket:6.5.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.5.2-jdk8" + image: "epicmorg/bitbucket:6.5.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.5.2-jdk11" + image: "epicmorg/bitbucket:6.5.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.5.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.5.3/Dockerfile index 487a1f78f..1ee930b41 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.5.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 247f5a3f3..e7fdd2838 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.5.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.5.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.5.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.5.3/docker-compose.yml index 193ff91b1..ecc3ca083 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.5.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.5.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.5.3" + image: "epicmorg/bitbucket:6.5.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.5.3-jdk8" + image: "epicmorg/bitbucket:6.5.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.5.3-jdk11" + image: "epicmorg/bitbucket:6.5.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.6.0/Dockerfile index d685e085b..7e9be5caf 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 0265e8631..72cb1f6ea 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.6.0/docker-compose.yml index 21f479715..4cbecb701 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.6.0" + image: "epicmorg/bitbucket:6.6.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.6.0-jdk8" + image: "epicmorg/bitbucket:6.6.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.6.0-jdk11" + image: "epicmorg/bitbucket:6.6.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.6.1/Dockerfile index b1451f315..29c72daea 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 1efdff362..d454b59ee 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.6.1/docker-compose.yml index 86488c0be..d535f4a05 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.6.1" + image: "epicmorg/bitbucket:6.6.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.6.1-jdk8" + image: "epicmorg/bitbucket:6.6.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.6.1-jdk11" + image: "epicmorg/bitbucket:6.6.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.6.2/Dockerfile index 1124f907d..535739fef 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 5d6bb6c26..9bffca1f8 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.6.2/docker-compose.yml index e05bd3777..38bbaa85e 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.6.2" + image: "epicmorg/bitbucket:6.6.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.6.2-jdk8" + image: "epicmorg/bitbucket:6.6.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.6.2-jdk11" + image: "epicmorg/bitbucket:6.6.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.6.3/Dockerfile index 017bf78e2..be3654aed 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 eb8ff6c61..47a4b2a58 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.6.3/docker-compose.yml index 41e1ecde4..bef4b5508 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.6.3" + image: "epicmorg/bitbucket:6.6.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.6.3-jdk8" + image: "epicmorg/bitbucket:6.6.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.6.3-jdk11" + image: "epicmorg/bitbucket:6.6.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.6.4/Dockerfile index 54d05ccf7..08c4c82ef 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 e3a829229..9a52bf495 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.6.4/docker-compose.yml index 99f7d306f..240388b3d 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.6.4" + image: "epicmorg/bitbucket:6.6.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.6.4-jdk8" + image: "epicmorg/bitbucket:6.6.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.6.4-jdk11" + image: "epicmorg/bitbucket:6.6.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.7.0/Dockerfile index 27ec61695..801f7914a 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 b1bfff3cb..e5c9745a9 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.7.0/docker-compose.yml index 9b0d8ad9d..7c6c6772b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.7.0" + image: "epicmorg/bitbucket:6.7.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.7.0-jdk8" + image: "epicmorg/bitbucket:6.7.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.7.0-jdk11" + image: "epicmorg/bitbucket:6.7.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.7.1/Dockerfile index d2346a893..33eb60e7c 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 2cf937192..ec118d040 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.7.1/docker-compose.yml index b7a29d138..e222f847c 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.7.1" + image: "epicmorg/bitbucket:6.7.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.7.1-jdk8" + image: "epicmorg/bitbucket:6.7.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.7.1-jdk11" + image: "epicmorg/bitbucket:6.7.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.7.2/Dockerfile index 4b95fab3a..2cc6f8219 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 88a6c10fe..eb36e42a6 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.7.2/docker-compose.yml index be1c8cf97..a33a91eed 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.7.2" + image: "epicmorg/bitbucket:6.7.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.7.2-jdk8" + image: "epicmorg/bitbucket:6.7.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.7.2-jdk11" + image: "epicmorg/bitbucket:6.7.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.7.3/Dockerfile index 9791f4e49..b4a6780ee 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 703c63f6e..e89cb3922 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.7.3/docker-compose.yml index 040ef451b..82d0328a3 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.7.3" + image: "epicmorg/bitbucket:6.7.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.7.3-jdk8" + image: "epicmorg/bitbucket:6.7.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.7.3-jdk11" + image: "epicmorg/bitbucket:6.7.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.7.4/Dockerfile index 945cbe674..4b4ccd8e8 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 117d48dec..ce13c1aa6 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.7.4/docker-compose.yml index 6d0b39ea3..70ef63fd5 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.7.4" + image: "epicmorg/bitbucket:6.7.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.7.4-jdk8" + image: "epicmorg/bitbucket:6.7.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.7.4-jdk11" + image: "epicmorg/bitbucket:6.7.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.7.5/Dockerfile index 31cb963fd..439c7e398 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 59da3a19f..b1bf1c01b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.7.5/docker-compose.yml index 69770523b..14cafc7f0 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.7.5" + image: "epicmorg/bitbucket:6.7.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.7.5-jdk8" + image: "epicmorg/bitbucket:6.7.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.7.5-jdk11" + image: "epicmorg/bitbucket:6.7.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.8.0/Dockerfile index 6ea73e779..ec1f5df18 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 06b8e7c46..af1e10350 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.8.0/docker-compose.yml index 72c34edfa..88011f805 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.8.0" + image: "epicmorg/bitbucket:6.8.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.8.0-jdk8" + image: "epicmorg/bitbucket:6.8.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.8.0-jdk11" + image: "epicmorg/bitbucket:6.8.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.8.1/Dockerfile index f5f27baeb..c6f662368 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 fb7e9ad35..063d56a89 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.8.1/docker-compose.yml index 996ae9cde..8ad478ddc 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.8.1" + image: "epicmorg/bitbucket:6.8.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.8.1-jdk8" + image: "epicmorg/bitbucket:6.8.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.8.1-jdk11" + image: "epicmorg/bitbucket:6.8.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.8.2/Dockerfile index 6f24d81d6..4f07870dc 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 517250461..ffa5c7538 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.8.2/docker-compose.yml index 4136db63a..dd55a9d8b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.8.2" + image: "epicmorg/bitbucket:6.8.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.8.2-jdk8" + image: "epicmorg/bitbucket:6.8.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.8.2-jdk11" + image: "epicmorg/bitbucket:6.8.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.8.3/Dockerfile index 8c4471b72..b572e3fc3 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 f9c592b3b..85625cb5c 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.8.3/docker-compose.yml index 4595d6668..460c2b07f 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.8.3" + image: "epicmorg/bitbucket:6.8.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.8.3-jdk8" + image: "epicmorg/bitbucket:6.8.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.8.3-jdk11" + image: "epicmorg/bitbucket:6.8.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.8.4/Dockerfile index fe0e4a134..9fe9b5683 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 641e0806a..62410742d 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.8.4/docker-compose.yml index e586f66db..5063d6295 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.8.4" + image: "epicmorg/bitbucket:6.8.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.8.4-jdk8" + image: "epicmorg/bitbucket:6.8.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.8.4-jdk11" + image: "epicmorg/bitbucket:6.8.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.9.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.9.0/Dockerfile index e42f8cada..6ceead47d 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 71049888e..275d314b5 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.9.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.9.0/docker-compose.yml index ad5d90e02..d357f0bae 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.9.0" + image: "epicmorg/bitbucket:6.9.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.9.0-jdk8" + image: "epicmorg/bitbucket:6.9.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.9.0-jdk11" + image: "epicmorg/bitbucket:6.9.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.9.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.9.1/Dockerfile index eb8364a74..feb69e056 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 8402d8a88..ce146c514 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.9.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.9.1/docker-compose.yml index d88ea0cfd..104e25693 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.9.1" + image: "epicmorg/bitbucket:6.9.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.9.1-jdk8" + image: "epicmorg/bitbucket:6.9.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.9.1-jdk11" + image: "epicmorg/bitbucket:6.9.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.9.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.9.2/Dockerfile index ae970b56e..58e23f563 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 f123a665f..1d040a87c 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.9.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.9.2/docker-compose.yml index 532d6e371..a7c06a5a0 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.9.2" + image: "epicmorg/bitbucket:6.9.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.9.2-jdk8" + image: "epicmorg/bitbucket:6.9.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.9.2-jdk11" + image: "epicmorg/bitbucket:6.9.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.9.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.9.3/Dockerfile index 23d44be06..8a64a1349 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 db52fca18..f7e7a2436 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.9.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/6/6.9.3/docker-compose.yml index 19b8bf255..5adfe7a20 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:6.9.3" + image: "epicmorg/bitbucket:6.9.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:6.9.3-jdk8" + image: "epicmorg/bitbucket:6.9.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:6.9.3-jdk11" + image: "epicmorg/bitbucket:6.9.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.0.0/Dockerfile index b8decc5f8..20d26cd5b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 a2d6ba1fd..41fe4a02a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.0.0/docker-compose.yml index bfefba433..6a625b17e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.0.0" + image: "epicmorg/bitbucket:7.0.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.0.0-jdk8" + image: "epicmorg/bitbucket:7.0.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.0.0-jdk11" + image: "epicmorg/bitbucket:7.0.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.0.1/Dockerfile index 07c845c3b..217a0345a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 40dfa83c0..6764561bd 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.0.1/docker-compose.yml index 56cdd0e43..073ac38f9 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.0.1" + image: "epicmorg/bitbucket:7.0.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.0.1-jdk8" + image: "epicmorg/bitbucket:7.0.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.0.1-jdk11" + image: "epicmorg/bitbucket:7.0.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.0.2/Dockerfile index 79fcdbcc6..a00c1041f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 01773482f..cbe1f1c23 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.0.2/docker-compose.yml index 06c5fc5f1..2fc54b239 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.0.2" + image: "epicmorg/bitbucket:7.0.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.0.2-jdk8" + image: "epicmorg/bitbucket:7.0.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.0.2-jdk11" + image: "epicmorg/bitbucket:7.0.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.0.3/Dockerfile index 77b5bd562..720c90ce5 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 93fba9e14..260596a79 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.0.3/docker-compose.yml index 89b9f87b9..548b23248 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.0.3" + image: "epicmorg/bitbucket:7.0.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.0.3-jdk8" + image: "epicmorg/bitbucket:7.0.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.0.3-jdk11" + image: "epicmorg/bitbucket:7.0.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.0.4/Dockerfile index 64b817342..501fa0175 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 2148821fd..92ec8df47 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.0.4/docker-compose.yml index e5ee69d8b..3308c49ae 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.0.4" + image: "epicmorg/bitbucket:7.0.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.0.4-jdk8" + image: "epicmorg/bitbucket:7.0.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.0.4-jdk11" + image: "epicmorg/bitbucket:7.0.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.0.5/Dockerfile index 4c0c20643..6360e5cbc 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 6828a13f6..686de5a2f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.0.5/docker-compose.yml index 7f42bfc3c..9882fc4a4 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.0.5" + image: "epicmorg/bitbucket:7.0.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.0.5-jdk8" + image: "epicmorg/bitbucket:7.0.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.0.5-jdk11" + image: "epicmorg/bitbucket:7.0.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.1.0/Dockerfile index 5c501b046..44125f733 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 89d1fee89..0ddfeb2d9 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.1.0/docker-compose.yml index 8175341ae..e9b20e021 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.1.0" + image: "epicmorg/bitbucket:7.1.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.1.0-jdk8" + image: "epicmorg/bitbucket:7.1.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.1.0-jdk11" + image: "epicmorg/bitbucket:7.1.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.1.1/Dockerfile index dfd012dcb..c8fec5db5 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 e12136b75..6a7fea41a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.1.1/docker-compose.yml index 6ad01f587..c9ee9e34c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.1.1" + image: "epicmorg/bitbucket:7.1.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.1.1-jdk8" + image: "epicmorg/bitbucket:7.1.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.1.1-jdk11" + image: "epicmorg/bitbucket:7.1.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.1.2/Dockerfile index 6d2ae89a6..96ad8ff60 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 a07fa2b4d..b0679976a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.1.2/docker-compose.yml index 1e97c9dd8..26949b057 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.1.2" + image: "epicmorg/bitbucket:7.1.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.1.2-jdk8" + image: "epicmorg/bitbucket:7.1.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.1.2-jdk11" + image: "epicmorg/bitbucket:7.1.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.1.3/Dockerfile index 345438178..99eafb718 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 1694e5550..19610220e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.1.3/docker-compose.yml index 2d1c45007..d2a022122 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.1.3" + image: "epicmorg/bitbucket:7.1.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.1.3-jdk8" + image: "epicmorg/bitbucket:7.1.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.1.3-jdk11" + image: "epicmorg/bitbucket:7.1.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.1.4/Dockerfile index affd98663..b8e73ae8f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 aa5a388a2..9ea1974e3 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.1.4/docker-compose.yml index ad330e8a2..88449847a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.1.4" + image: "epicmorg/bitbucket:7.1.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.1.4-jdk8" + image: "epicmorg/bitbucket:7.1.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.1.4-jdk11" + image: "epicmorg/bitbucket:7.1.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.10.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.10.0/Dockerfile index 94d7b6121..51d56bc76 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.10.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 b8e0aed33..61c4cbcbe 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.10.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.10.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.10.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.10.0/docker-compose.yml index f963e420d..1a028d43d 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.10.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.10.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.10.0" + image: "epicmorg/bitbucket:7.10.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.10.0-jdk8" + image: "epicmorg/bitbucket:7.10.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.10.0-jdk11" + image: "epicmorg/bitbucket:7.10.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.10.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.10.1/Dockerfile index d3abb2368..df6734bd4 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.10.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 3cfd8c845..922f4d555 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.10.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.10.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.10.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.10.1/docker-compose.yml index 40e5735f2..0fa96de74 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.10.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.10.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.10.1" + image: "epicmorg/bitbucket:7.10.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.10.1-jdk8" + image: "epicmorg/bitbucket:7.10.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.10.1-jdk11" + image: "epicmorg/bitbucket:7.10.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.11.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.11.1/Dockerfile index 77860d5a0..0dd1be7a6 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.11.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.11.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 53e99b2f8..f26878cec 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.11.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.11.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.11.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.11.1/docker-compose.yml index 131b0df0d..b3513930a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.11.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.11.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.11.1" + image: "epicmorg/bitbucket:7.11.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.11.1-jdk8" + image: "epicmorg/bitbucket:7.11.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.11.1-jdk11" + image: "epicmorg/bitbucket:7.11.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.11.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.11.2/Dockerfile index c3057ed94..e50d78980 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.11.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.11.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 358d06d3b..bd4d94e84 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.11.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.11.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.11.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.11.2/docker-compose.yml index 54ca1ad5f..3a4c628fb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.11.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.11.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.11.2" + image: "epicmorg/bitbucket:7.11.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.11.2-jdk8" + image: "epicmorg/bitbucket:7.11.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.11.2-jdk11" + image: "epicmorg/bitbucket:7.11.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.12.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.12.0/Dockerfile index 0f2f216f9..2a26c03a4 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.12.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.12.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 fd8a75911..79b358ecf 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.12.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.12.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.12.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.12.0/docker-compose.yml index 81c558d05..2da3c45e1 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.12.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.12.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.12.0" + image: "epicmorg/bitbucket:7.12.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.12.0-jdk8" + image: "epicmorg/bitbucket:7.12.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.12.0-jdk11" + image: "epicmorg/bitbucket:7.12.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.12.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.12.1/Dockerfile index f3269297d..dce15c993 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.12.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.12.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 277b72b9e..aaf818d8d 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.12.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.12.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.12.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.12.1/docker-compose.yml index 43bda8b96..6d547f4fe 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.12.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.12.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.12.1" + image: "epicmorg/bitbucket:7.12.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.12.1-jdk8" + image: "epicmorg/bitbucket:7.12.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.12.1-jdk11" + image: "epicmorg/bitbucket:7.12.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.13.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.13.0/Dockerfile index 312642004..7febf562c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.13.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.13.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 93f25e67f..3e3bed9cc 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.13.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.13.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.13.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.13.0/docker-compose.yml index 05fb1fc48..93b3e55ea 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.13.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.13.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.13.0" + image: "epicmorg/bitbucket:7.13.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.13.0-jdk8" + image: "epicmorg/bitbucket:7.13.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.13.0-jdk11" + image: "epicmorg/bitbucket:7.13.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.13.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.13.1/Dockerfile index 0a9e58d9b..b459cf83b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.13.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.13.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 fcfc787ef..cd73f2d03 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.13.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.13.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.13.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.13.1/docker-compose.yml index f0e9e644d..bad4b5777 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.13.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.13.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.13.1" + image: "epicmorg/bitbucket:7.13.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.13.1-jdk8" + image: "epicmorg/bitbucket:7.13.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.13.1-jdk11" + image: "epicmorg/bitbucket:7.13.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.14.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.14.0/Dockerfile index 50923e6f9..518de463f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.14.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.14.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 0f7c25202..0f28111dc 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.14.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.14.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.14.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.14.0/docker-compose.yml index 3be27ba21..68bb5ad7b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.14.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.14.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.14.0" + image: "epicmorg/bitbucket:7.14.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.14.0-jdk8" + image: "epicmorg/bitbucket:7.14.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.14.0-jdk11" + image: "epicmorg/bitbucket:7.14.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.14.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.14.1/Dockerfile index 71ceccecd..1796067fd 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.14.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.14.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 4e3ea4d97..660bf630d 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.14.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.14.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.14.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.14.1/docker-compose.yml index 8ab928b36..14a4f8d96 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.14.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.14.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.14.1" + image: "epicmorg/bitbucket:7.14.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.14.1-jdk8" + image: "epicmorg/bitbucket:7.14.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.14.1-jdk11" + image: "epicmorg/bitbucket:7.14.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.14.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.14.2/Dockerfile index 60445a252..a99c3349f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.14.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.14.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 b13e8e9e4..36d809f9b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.14.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.14.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.14.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.14.2/docker-compose.yml index 7ec3a5bcb..8602edcf5 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.14.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.14.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.14.2" + image: "epicmorg/bitbucket:7.14.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.14.2-jdk8" + image: "epicmorg/bitbucket:7.14.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.14.2-jdk11" + image: "epicmorg/bitbucket:7.14.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.15.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.15.0/Dockerfile index 7fee239a4..ec1ca3629 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 a3db4c893..0199920ac 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.15.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.15.0/docker-compose.yml index 839528802..5459a244b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.15.0" + image: "epicmorg/bitbucket:7.15.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.15.0-jdk8" + image: "epicmorg/bitbucket:7.15.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.15.0-jdk11" + image: "epicmorg/bitbucket:7.15.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.15.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.15.1/Dockerfile index 02885cc6a..9f1f9ec77 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 7ca2dfc98..3dd12b05d 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.15.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.15.1/docker-compose.yml index 442eafc2c..e94b5f25d 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.15.1" + image: "epicmorg/bitbucket:7.15.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.15.1-jdk8" + image: "epicmorg/bitbucket:7.15.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.15.1-jdk11" + image: "epicmorg/bitbucket:7.15.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.15.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.15.2/Dockerfile index 3a3c7e204..3032ad808 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 21fc41439..083aff3dc 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.15.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.15.2/docker-compose.yml index 53d17358f..b141b0072 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.15.2" + image: "epicmorg/bitbucket:7.15.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.15.2-jdk8" + image: "epicmorg/bitbucket:7.15.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.15.2-jdk11" + image: "epicmorg/bitbucket:7.15.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.15.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.15.3/Dockerfile index 8e8d93031..4e6ea0054 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 9c998b433..aed9d6792 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.15.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.15.3/docker-compose.yml index 29de78445..e3b7b77a0 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.15.3" + image: "epicmorg/bitbucket:7.15.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.15.3-jdk8" + image: "epicmorg/bitbucket:7.15.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.15.3-jdk11" + image: "epicmorg/bitbucket:7.15.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.16.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.16.0/Dockerfile index 16872bc46..8b173dd9b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 751d4a055..33474c79d 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.16.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.16.0/docker-compose.yml index b0a020937..3f183b3bc 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.16.0" + image: "epicmorg/bitbucket:7.16.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.16.0-jdk8" + image: "epicmorg/bitbucket:7.16.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.16.0-jdk11" + image: "epicmorg/bitbucket:7.16.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.16.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.16.1/Dockerfile index 604fd8dae..2e739aa81 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 e4579872f..0f12e700a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.16.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.16.1/docker-compose.yml index aa8e1248e..ac8544316 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.16.1" + image: "epicmorg/bitbucket:7.16.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.16.1-jdk8" + image: "epicmorg/bitbucket:7.16.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.16.1-jdk11" + image: "epicmorg/bitbucket:7.16.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.16.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.16.2/Dockerfile index d3129ebf0..29d8cf732 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 1fdc61533..091daac0c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.16.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.16.2/docker-compose.yml index 1c85cb15d..68896ebe9 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.16.2" + image: "epicmorg/bitbucket:7.16.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.16.2-jdk8" + image: "epicmorg/bitbucket:7.16.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.16.2-jdk11" + image: "epicmorg/bitbucket:7.16.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.16.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.16.3/Dockerfile index 5da78e380..99fcba980 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 9fc0394ef..df51747d9 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.16.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.16.3/docker-compose.yml index e28f13b47..a49095b06 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.16.3" + image: "epicmorg/bitbucket:7.16.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.16.3-jdk8" + image: "epicmorg/bitbucket:7.16.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.16.3-jdk11" + image: "epicmorg/bitbucket:7.16.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.0/Dockerfile index 23b2d2785..ff592b140 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 4e3e9f086..e4f87b0bd 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.17.0/docker-compose.yml index 0a74acf91..2ad77b240 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.17.0" + image: "epicmorg/bitbucket:7.17.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.17.0-jdk8" + image: "epicmorg/bitbucket:7.17.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.17.0-jdk11" + image: "epicmorg/bitbucket:7.17.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.1/Dockerfile index aa841e12f..c2c54c1e2 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 651db14b2..b88215fbd 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.17.1/docker-compose.yml index 0e3df4094..df60d35f0 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.17.1" + image: "epicmorg/bitbucket:7.17.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.17.1-jdk8" + image: "epicmorg/bitbucket:7.17.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.17.1-jdk11" + image: "epicmorg/bitbucket:7.17.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.10/Dockerfile index a22dfac4b..6aa4414f8 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 8ef1d4c45..3e43b113f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.10/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.10/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.17.10/docker-compose.yml index ff363ad6d..18f330167 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.10/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.10/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.17.10" + image: "epicmorg/bitbucket:7.17.10" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.17.10-jdk8" + image: "epicmorg/bitbucket:7.17.10-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.17.10-jdk11" + image: "epicmorg/bitbucket:7.17.10-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.11/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.11/Dockerfile index 3432522fe..a8947b6b5 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.11/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 166988afc..2a0fa4e2f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.11/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.11/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.17.11/docker-compose.yml index 149bbe795..9162a265b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.11/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.11/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.17.11" + image: "epicmorg/bitbucket:7.17.11" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.17.11-jdk8" + image: "epicmorg/bitbucket:7.17.11-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.17.11-jdk11" + image: "epicmorg/bitbucket:7.17.11-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.12/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.12/Dockerfile index dce53e7df..a7d020bbd 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.12/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 8f20c9f0e..42fe4eb4f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.12/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.12/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.17.12/docker-compose.yml index b404c8587..c26496d67 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.12/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.12/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.17.12" + image: "epicmorg/bitbucket:7.17.12" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.17.12-jdk8" + image: "epicmorg/bitbucket:7.17.12-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.17.12-jdk11" + image: "epicmorg/bitbucket:7.17.12-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.13/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.13/Dockerfile index c0151c0c1..4ea8504ec 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.13/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 60bee814e..1a8a24c3f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.13/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.13/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.17.13/docker-compose.yml index 5c309bb06..bddf55328 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.13/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.13/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.17.13" + image: "epicmorg/bitbucket:7.17.13" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.17.13-jdk8" + image: "epicmorg/bitbucket:7.17.13-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.17.13-jdk11" + image: "epicmorg/bitbucket:7.17.13-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.14/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.14/Dockerfile index 7da3a353b..948e92e86 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.14/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.14/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 128ec1fab..a067077ee 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.14/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.14/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.17.14/docker-compose.yml index eb2649172..b182983d5 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.14/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.14/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.17.14" + image: "epicmorg/bitbucket:7.17.14" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.17.14-jdk8" + image: "epicmorg/bitbucket:7.17.14-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.17.14-jdk11" + image: "epicmorg/bitbucket:7.17.14-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.15/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.15/Dockerfile index d85e762e4..4bf784080 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.15/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.15/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 d77f0ff0f..3c42d2e44 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.15/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.15/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.17.15/docker-compose.yml index eaf750e96..85f4d8835 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.15/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.15/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.17.15" + image: "epicmorg/bitbucket:7.17.15" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.17.15-jdk8" + image: "epicmorg/bitbucket:7.17.15-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.17.15-jdk11" + image: "epicmorg/bitbucket:7.17.15-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.16/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.16/Dockerfile index ef62ebe29..372752761 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.16/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 f35dfd83f..9235e874d 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.16/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.16/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.17.16/docker-compose.yml index 4456cd69e..1eeafce10 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.16/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.16/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.17.16" + image: "epicmorg/bitbucket:7.17.16" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.17.16-jdk8" + image: "epicmorg/bitbucket:7.17.16-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.17.16-jdk11" + image: "epicmorg/bitbucket:7.17.16-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.17/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.17/Dockerfile index 7c900a57e..32e716064 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.17/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 29f4057f4..745ea9640 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.17/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.17/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.17.17/docker-compose.yml index 6bd40af9e..503215c33 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.17/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.17/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.17.17" + image: "epicmorg/bitbucket:7.17.17" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.17.17-jdk8" + image: "epicmorg/bitbucket:7.17.17-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.17.17-jdk11" + image: "epicmorg/bitbucket:7.17.17-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.18/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.18/Dockerfile index ec813b470..050d6a905 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.18/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.18/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 7cc8c2b28..f3f42bd21 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.18/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.18/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.18/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.17.18/docker-compose.yml index a811df95f..7096a7587 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.18/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.18/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.17.18" + image: "epicmorg/bitbucket:7.17.18" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.17.18-jdk8" + image: "epicmorg/bitbucket:7.17.18-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.17.18-jdk11" + image: "epicmorg/bitbucket:7.17.18-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.19/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.19/Dockerfile index 4311cc9ca..907a30d08 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.19/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.19/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 919b774e3..afd89bc2e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.19/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.19/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.19/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.17.19/docker-compose.yml index a2e79ee0d..068a73d8b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.19/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.19/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.17.19" + image: "epicmorg/bitbucket:7.17.19" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.17.19-jdk8" + image: "epicmorg/bitbucket:7.17.19-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.17.19-jdk11" + image: "epicmorg/bitbucket:7.17.19-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.2/Dockerfile index 8f2a484ec..d4661c715 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 91232766f..8f2e4bc38 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.17.2/docker-compose.yml index 53f6ac64d..78b0c8dbf 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.17.2" + image: "epicmorg/bitbucket:7.17.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.17.2-jdk8" + image: "epicmorg/bitbucket:7.17.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.17.2-jdk11" + image: "epicmorg/bitbucket:7.17.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.20/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.20/Dockerfile index f5f2cb066..7dbe1b860 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.20/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.20/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 c8886c59b..ab0a4596c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.20/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.20/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.20/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.17.20/docker-compose.yml index a4ea19344..641b832e1 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.20/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.20/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.17.20" + image: "epicmorg/bitbucket:7.17.20" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.17.20-jdk8" + image: "epicmorg/bitbucket:7.17.20-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.17.20-jdk11" + image: "epicmorg/bitbucket:7.17.20-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.21/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.21/Dockerfile index b6a312e2a..9e2cd1c36 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.21/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.21/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 0646c1e19..36fc0f182 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.21/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.21/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.21/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.17.21/docker-compose.yml index 6f3347d6a..a4c8ea066 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.21/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.21/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.17.21" + image: "epicmorg/bitbucket:7.17.21" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.17.21-jdk8" + image: "epicmorg/bitbucket:7.17.21-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.17.21-jdk11" + image: "epicmorg/bitbucket:7.17.21-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.3/Dockerfile index 738476d7c..703c24afe 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 71e17c7d6..30c208797 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.17.3/docker-compose.yml index af214577e..c2c8f14d8 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.17.3" + image: "epicmorg/bitbucket:7.17.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.17.3-jdk8" + image: "epicmorg/bitbucket:7.17.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.17.3-jdk11" + image: "epicmorg/bitbucket:7.17.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.4/Dockerfile index 82c8a7b83..bf7574644 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 9e571c7b1..6864a988b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.17.4/docker-compose.yml index fe134419d..9b1a5b331 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.17.4" + image: "epicmorg/bitbucket:7.17.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.17.4-jdk8" + image: "epicmorg/bitbucket:7.17.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.17.4-jdk11" + image: "epicmorg/bitbucket:7.17.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.5/Dockerfile index 6b7de954b..e4c7b6ac0 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 caa7fc2b4..e40ab62d8 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.17.5/docker-compose.yml index ff6b69fb3..921535cca 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.17.5" + image: "epicmorg/bitbucket:7.17.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.17.5-jdk8" + image: "epicmorg/bitbucket:7.17.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.17.5-jdk11" + image: "epicmorg/bitbucket:7.17.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.6/Dockerfile index 2dd8e6637..e08eee7c5 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 a2656512b..3e45e7dca 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.6/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.17.6/docker-compose.yml index 73826e78a..43bacd66b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.17.6" + image: "epicmorg/bitbucket:7.17.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.17.6-jdk8" + image: "epicmorg/bitbucket:7.17.6-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.17.6-jdk11" + image: "epicmorg/bitbucket:7.17.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.7/Dockerfile index beb9e9318..ae409c39d 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 0fbabb360..2b26f2607 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.7/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.17.7/docker-compose.yml index e6a1547ea..c331de84a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.7/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.17.7" + image: "epicmorg/bitbucket:7.17.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.17.7-jdk8" + image: "epicmorg/bitbucket:7.17.7-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.17.7-jdk11" + image: "epicmorg/bitbucket:7.17.7-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.8/Dockerfile index e2832fafe..57b56be28 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 c7830dac0..45c4fd635 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.8/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.8/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.17.8/docker-compose.yml index efb6f8297..e11d06f1d 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.8/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.17.8" + image: "epicmorg/bitbucket:7.17.8" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.17.8-jdk8" + image: "epicmorg/bitbucket:7.17.8-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.17.8-jdk11" + image: "epicmorg/bitbucket:7.17.8-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.9/Dockerfile index 9d7aa9057..96dc2a1dc 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 d5ca939bd..5fbc2c779 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.9/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.17.9/docker-compose.yml index b23f10d42..3f020c8f9 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.9/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.17.9" + image: "epicmorg/bitbucket:7.17.9" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.17.9-jdk8" + image: "epicmorg/bitbucket:7.17.9-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.17.9-jdk11" + image: "epicmorg/bitbucket:7.17.9-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.18.0/Dockerfile index 9691413d1..b12f09840 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 8658bd95b..1a7be8fa6 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.18.0/docker-compose.yml index 5adf1770c..37c3c060f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.18.0" + image: "epicmorg/bitbucket:7.18.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.18.0-jdk8" + image: "epicmorg/bitbucket:7.18.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.18.0-jdk11" + image: "epicmorg/bitbucket:7.18.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.18.1/Dockerfile index 4f7159eb4..df404ae77 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 3c2b52a62..f8d5de615 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.18.1/docker-compose.yml index 02ca87d1d..dca66215c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.18.1" + image: "epicmorg/bitbucket:7.18.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.18.1-jdk8" + image: "epicmorg/bitbucket:7.18.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.18.1-jdk11" + image: "epicmorg/bitbucket:7.18.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.18.2/Dockerfile index 5619dbb99..b68e56e00 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 05533132e..6ccfb4cd5 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.18.2/docker-compose.yml index b10d8c47d..4ccbc9d0b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.18.2" + image: "epicmorg/bitbucket:7.18.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.18.2-jdk8" + image: "epicmorg/bitbucket:7.18.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.18.2-jdk11" + image: "epicmorg/bitbucket:7.18.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.18.3/Dockerfile index 0312817c2..a0a546e51 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 1370f42e5..5090a6e73 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.18.3/docker-compose.yml index 028d12578..726df140f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.18.3" + image: "epicmorg/bitbucket:7.18.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.18.3-jdk8" + image: "epicmorg/bitbucket:7.18.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.18.3-jdk11" + image: "epicmorg/bitbucket:7.18.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.18.4/Dockerfile index f30ffd175..b6f4e0b65 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 339b624ca..52e7d2ea6 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.18.4/docker-compose.yml index b10bdfa7e..e8f3405a4 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.18.4" + image: "epicmorg/bitbucket:7.18.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.18.4-jdk8" + image: "epicmorg/bitbucket:7.18.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.18.4-jdk11" + image: "epicmorg/bitbucket:7.18.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.19.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.19.2/Dockerfile index a32a0b733..906c0387d 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 15b2c2ed4..bf92fa44f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.19.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.19.2/docker-compose.yml index d6e0f6e3f..25cbdc428 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.19.2" + image: "epicmorg/bitbucket:7.19.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.19.2-jdk8" + image: "epicmorg/bitbucket:7.19.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.19.2-jdk11" + image: "epicmorg/bitbucket:7.19.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.19.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.19.3/Dockerfile index e9f11f153..f38f69df1 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 27efbd92d..b9b3a8aad 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.19.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.19.3/docker-compose.yml index e612e66a8..cff4dd9bf 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.19.3" + image: "epicmorg/bitbucket:7.19.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.19.3-jdk8" + image: "epicmorg/bitbucket:7.19.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.19.3-jdk11" + image: "epicmorg/bitbucket:7.19.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.19.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.19.4/Dockerfile index 966a8e50d..4fd670da0 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 2418a36f4..f2d60e3e0 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.19.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.19.4/docker-compose.yml index 605b0eda7..45c07ac51 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.19.4" + image: "epicmorg/bitbucket:7.19.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.19.4-jdk8" + image: "epicmorg/bitbucket:7.19.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.19.4-jdk11" + image: "epicmorg/bitbucket:7.19.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.19.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.19.5/Dockerfile index 9f9653a90..04bb14f36 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 ccb8e3e39..3854b3c57 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.19.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.19.5/docker-compose.yml index 1ede5701c..5826ceabc 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.19.5" + image: "epicmorg/bitbucket:7.19.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.19.5-jdk8" + image: "epicmorg/bitbucket:7.19.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.19.5-jdk11" + image: "epicmorg/bitbucket:7.19.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.2.0/Dockerfile index 6ae0c7562..1f1095330 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 a3aa79794..1add23c5f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.2.0/docker-compose.yml index a06c58abe..50687ff9a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.2.0" + image: "epicmorg/bitbucket:7.2.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.2.0-jdk8" + image: "epicmorg/bitbucket:7.2.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.2.0-jdk11" + image: "epicmorg/bitbucket:7.2.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.2.1/Dockerfile index 72cf9f270..a1f13731a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 5a319306a..dc26a6c3c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.2.1/docker-compose.yml index 9af22fb48..bf9cc4075 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.2.1" + image: "epicmorg/bitbucket:7.2.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.2.1-jdk8" + image: "epicmorg/bitbucket:7.2.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.2.1-jdk11" + image: "epicmorg/bitbucket:7.2.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.2.2/Dockerfile index 382a8bc59..885f2da3b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 65502b247..a7becdc1f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.2.2/docker-compose.yml index 216f6b537..429706e6d 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.2.2" + image: "epicmorg/bitbucket:7.2.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.2.2-jdk8" + image: "epicmorg/bitbucket:7.2.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.2.2-jdk11" + image: "epicmorg/bitbucket:7.2.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.2.3/Dockerfile index 77adb333b..9f38aa781 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 7f1d4555a..eaa20d55f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.2.3/docker-compose.yml index 98b236ff3..35869bc94 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.2.3" + image: "epicmorg/bitbucket:7.2.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.2.3-jdk8" + image: "epicmorg/bitbucket:7.2.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.2.3-jdk11" + image: "epicmorg/bitbucket:7.2.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.2.4/Dockerfile index dc1998665..7d0078a31 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 e78938ce4..62b6d8833 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.2.4/docker-compose.yml index 75b3c3f2a..5ef1f90b1 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.2.4" + image: "epicmorg/bitbucket:7.2.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.2.4-jdk8" + image: "epicmorg/bitbucket:7.2.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.2.4-jdk11" + image: "epicmorg/bitbucket:7.2.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.2.5/Dockerfile index fce3e8153..aa1ff0aa2 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 4b8a8c902..4088d7a02 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.2.5/docker-compose.yml index 6e7e6f4bc..0b51cc34d 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.2.5" + image: "epicmorg/bitbucket:7.2.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.2.5-jdk8" + image: "epicmorg/bitbucket:7.2.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.2.5-jdk11" + image: "epicmorg/bitbucket:7.2.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.2.6/Dockerfile index a5081db08..3b1752dcf 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 84a98f965..568de080e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.6/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.2.6/docker-compose.yml index a2238d042..6042bcfff 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.2.6" + image: "epicmorg/bitbucket:7.2.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.2.6-jdk8" + image: "epicmorg/bitbucket:7.2.6-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.2.6-jdk11" + image: "epicmorg/bitbucket:7.2.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.20.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.20.0/Dockerfile index 27e62a2b8..220680164 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 b58f29c55..ff45a6f0c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.20.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.20.0/docker-compose.yml index 463c273e6..9b1c48c43 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.20.0" + image: "epicmorg/bitbucket:7.20.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.20.0-jdk8" + image: "epicmorg/bitbucket:7.20.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.20.0-jdk11" + image: "epicmorg/bitbucket:7.20.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.20.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.20.1/Dockerfile index 2f9018e06..098de43ac 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 a30b821ac..a47e83937 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.20.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.20.1/docker-compose.yml index ddd634ca0..23ff5c80a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.20.1" + image: "epicmorg/bitbucket:7.20.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.20.1-jdk8" + image: "epicmorg/bitbucket:7.20.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.20.1-jdk11" + image: "epicmorg/bitbucket:7.20.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.20.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.20.2/Dockerfile index e0103e1e8..569a883c1 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 1fee2ab23..d9466004c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.20.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.20.2/docker-compose.yml index 43f252efe..cdacabd2b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.20.2" + image: "epicmorg/bitbucket:7.20.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.20.2-jdk8" + image: "epicmorg/bitbucket:7.20.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.20.2-jdk11" + image: "epicmorg/bitbucket:7.20.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.20.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.20.3/Dockerfile index e8853b7f2..69684729c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 8bc06ae21..5149601d0 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.20.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.20.3/docker-compose.yml index 9635ccab6..e08bd1544 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.20.3" + image: "epicmorg/bitbucket:7.20.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.20.3-jdk8" + image: "epicmorg/bitbucket:7.20.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.20.3-jdk11" + image: "epicmorg/bitbucket:7.20.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.0/Dockerfile index 21e2b710d..4be234097 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 56f1477ca..f1a2d412e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.21.0/docker-compose.yml index cc629878a..97685caed 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.21.0" + image: "epicmorg/bitbucket:7.21.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.21.0-jdk8" + image: "epicmorg/bitbucket:7.21.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.21.0-jdk11" + image: "epicmorg/bitbucket:7.21.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.1/Dockerfile index 69db4bb7f..158649eee 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 4fdf4933b..0ee326031 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.21.1/docker-compose.yml index 6067803fc..f057c07a7 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.21.1" + image: "epicmorg/bitbucket:7.21.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.21.1-jdk8" + image: "epicmorg/bitbucket:7.21.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.21.1-jdk11" + image: "epicmorg/bitbucket:7.21.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.10/Dockerfile index 44bf84772..7e5239dad 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 aa59218b3..219c7f639 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.10/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.10/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.21.10/docker-compose.yml index e249ea7ed..217498f9a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.10/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.10/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.21.10" + image: "epicmorg/bitbucket:7.21.10" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.21.10-jdk8" + image: "epicmorg/bitbucket:7.21.10-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.21.10-jdk11" + image: "epicmorg/bitbucket:7.21.10-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.11/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.11/Dockerfile index d1f83d47b..69b179915 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.11/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 bc5764a26..22ec3d254 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.11/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.11/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.21.11/docker-compose.yml index 21584eb8b..dfd483335 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.11/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.11/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.21.11" + image: "epicmorg/bitbucket:7.21.11" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.21.11-jdk8" + image: "epicmorg/bitbucket:7.21.11-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.21.11-jdk11" + image: "epicmorg/bitbucket:7.21.11-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.12/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.12/Dockerfile index ff9add9b4..cce4d5d96 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.12/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 37b6d0809..2033e80d2 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.12/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.12/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.21.12/docker-compose.yml index feb9df35f..063ded62b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.12/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.12/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.21.12" + image: "epicmorg/bitbucket:7.21.12" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.21.12-jdk8" + image: "epicmorg/bitbucket:7.21.12-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.21.12-jdk11" + image: "epicmorg/bitbucket:7.21.12-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.13/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.13/Dockerfile index f5edf8c20..267789480 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.13/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 b44bef8d4..a1816d59f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.13/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.13/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.21.13/docker-compose.yml index 822135fdc..3adf995e9 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.13/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.13/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.21.13" + image: "epicmorg/bitbucket:7.21.13" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.21.13-jdk8" + image: "epicmorg/bitbucket:7.21.13-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.21.13-jdk11" + image: "epicmorg/bitbucket:7.21.13-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.14/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.14/Dockerfile index e68f7d231..dc1826971 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.14/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.14/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 ba609b7ee..ea06dcd08 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.14/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.14/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.21.14/docker-compose.yml index d9b0e152f..ede77c17f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.14/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.14/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.21.14" + image: "epicmorg/bitbucket:7.21.14" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.21.14-jdk8" + image: "epicmorg/bitbucket:7.21.14-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.21.14-jdk11" + image: "epicmorg/bitbucket:7.21.14-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.15/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.15/Dockerfile index fe2535a5a..d37d5810f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.15/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.15/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 3e8140607..2faacc7cd 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.15/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.15/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.21.15/docker-compose.yml index 650a32c28..496d0f433 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.15/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.15/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.21.15" + image: "epicmorg/bitbucket:7.21.15" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.21.15-jdk8" + image: "epicmorg/bitbucket:7.21.15-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.21.15-jdk11" + image: "epicmorg/bitbucket:7.21.15-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.16/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.16/Dockerfile index ee403a804..d47a66d2b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.16/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 664c29676..acf99051d 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.16/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.16/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.21.16/docker-compose.yml index bcbedac1d..424d154a5 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.16/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.16/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.21.16" + image: "epicmorg/bitbucket:7.21.16" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.21.16-jdk8" + image: "epicmorg/bitbucket:7.21.16-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.21.16-jdk11" + image: "epicmorg/bitbucket:7.21.16-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.17/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.17/Dockerfile index c42e68cf0..62e1ba4f4 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.17/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 610ca3109..3f5856bd1 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.17/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.17/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.21.17/docker-compose.yml index 16a30afb0..98ef4cab1 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.17/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.17/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.21.17" + image: "epicmorg/bitbucket:7.21.17" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.21.17-jdk8" + image: "epicmorg/bitbucket:7.21.17-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.21.17-jdk11" + image: "epicmorg/bitbucket:7.21.17-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.18/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.18/Dockerfile index e03d97d99..6f83ef1d2 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.18/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.18/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 939fe4ae1..4a4a1ea5e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.18/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.18/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.18/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.21.18/docker-compose.yml index a24f5f6d3..fa6f0b31d 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.18/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.18/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.21.18" + image: "epicmorg/bitbucket:7.21.18" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.21.18-jdk8" + image: "epicmorg/bitbucket:7.21.18-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.21.18-jdk11" + image: "epicmorg/bitbucket:7.21.18-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.19/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.19/Dockerfile index 0e558df86..ccbc779d6 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.19/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.19/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 5ba4dd493..52c8ed805 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.19/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.19/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.19/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.21.19/docker-compose.yml index 96dcd2eba..48d752e9c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.19/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.19/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.21.19" + image: "epicmorg/bitbucket:7.21.19" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.21.19-jdk8" + image: "epicmorg/bitbucket:7.21.19-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.21.19-jdk11" + image: "epicmorg/bitbucket:7.21.19-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.2/Dockerfile index 3abb5a7a9..4c193b2e2 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 55e223e0b..96bbff888 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.21.2/docker-compose.yml index c8b4250c4..a3c370ad9 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.21.2" + image: "epicmorg/bitbucket:7.21.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.21.2-jdk8" + image: "epicmorg/bitbucket:7.21.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.21.2-jdk11" + image: "epicmorg/bitbucket:7.21.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.20/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.20/Dockerfile index d174d60fb..9b8913a08 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.20/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.20/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 ae705ce95..f532b6740 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.20/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.20/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.20/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.21.20/docker-compose.yml index 92b216bfd..98339f620 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.20/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.20/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.21.20" + image: "epicmorg/bitbucket:7.21.20" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.21.20-jdk8" + image: "epicmorg/bitbucket:7.21.20-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.21.20-jdk11" + image: "epicmorg/bitbucket:7.21.20-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.21/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.21/Dockerfile index ae7322c51..aa46623a1 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.21/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.21/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 ad12cccdf..7aedc8c14 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.21/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.21/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.21/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.21.21/docker-compose.yml index ca974530f..3ea27a2a3 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.21/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.21/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.21.21" + image: "epicmorg/bitbucket:7.21.21" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.21.21-jdk8" + image: "epicmorg/bitbucket:7.21.21-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.21.21-jdk11" + image: "epicmorg/bitbucket:7.21.21-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.22/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.22/Dockerfile index 2e7811151..3348b792a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.22/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.22/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 a44c57466..21376ff47 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.22/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.22/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.22/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.21.22/docker-compose.yml index 2532dd976..55d992433 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.22/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.22/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.21.22" + image: "epicmorg/bitbucket:7.21.22" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.21.22-jdk8" + image: "epicmorg/bitbucket:7.21.22-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.21.22-jdk11" + image: "epicmorg/bitbucket:7.21.22-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.23/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.23/Dockerfile index 8bc75ee86..469c8ab9f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.23/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.23/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 04981234f..1adefcdaf 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.23/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.23/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.23/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.21.23/docker-compose.yml index c8d4e6c86..1fa98a2e4 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.23/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.23/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.21.23" + image: "epicmorg/bitbucket:7.21.23" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.21.23-jdk8" + image: "epicmorg/bitbucket:7.21.23-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.21.23-jdk11" + image: "epicmorg/bitbucket:7.21.23-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.3/Dockerfile index e3f05241a..d0d244d69 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 f8597b107..abbad693b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.21.3/docker-compose.yml index 6e848bff7..97817802d 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.21.3" + image: "epicmorg/bitbucket:7.21.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.21.3-jdk8" + image: "epicmorg/bitbucket:7.21.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.21.3-jdk11" + image: "epicmorg/bitbucket:7.21.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.4/Dockerfile index 6f0a6fa44..1e56da677 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 3046cc85c..d2f0f5ef6 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.21.4/docker-compose.yml index 7ba463098..753c14583 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.21.4" + image: "epicmorg/bitbucket:7.21.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.21.4-jdk8" + image: "epicmorg/bitbucket:7.21.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.21.4-jdk11" + image: "epicmorg/bitbucket:7.21.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.5/Dockerfile index 4a0c4c139..e0494dbcb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 f514447a1..529fbbbd7 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.21.5/docker-compose.yml index 4006b0bb8..7bb7e7770 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.21.5" + image: "epicmorg/bitbucket:7.21.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.21.5-jdk8" + image: "epicmorg/bitbucket:7.21.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.21.5-jdk11" + image: "epicmorg/bitbucket:7.21.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.6/Dockerfile index 719ed85fb..db61fb242 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 b3556afcd..26eb6aba9 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.6/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.21.6/docker-compose.yml index e8a477135..87c99335d 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.21.6" + image: "epicmorg/bitbucket:7.21.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.21.6-jdk8" + image: "epicmorg/bitbucket:7.21.6-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.21.6-jdk11" + image: "epicmorg/bitbucket:7.21.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.7/Dockerfile index 38641bb6e..1b45baf00 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 69139e389..f72052389 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.7/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.21.7/docker-compose.yml index dd0a21081..cbc635a1f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.7/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.21.7" + image: "epicmorg/bitbucket:7.21.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.21.7-jdk8" + image: "epicmorg/bitbucket:7.21.7-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.21.7-jdk11" + image: "epicmorg/bitbucket:7.21.7-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.8/Dockerfile index 180ad2873..1de90c98f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 63ec96b65..54bb88a42 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.8/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.8/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.21.8/docker-compose.yml index 8feb41323..3298da96d 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.8/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.21.8" + image: "epicmorg/bitbucket:7.21.8" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.21.8-jdk8" + image: "epicmorg/bitbucket:7.21.8-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.21.8-jdk11" + image: "epicmorg/bitbucket:7.21.8-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.9/Dockerfile index ac5b764cc..db9ee748c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 16fce0631..1cd8bcece 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.9/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.21.9/docker-compose.yml index c99694b00..da1cb89bf 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.9/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.21.9" + image: "epicmorg/bitbucket:7.21.9" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.21.9-jdk8" + image: "epicmorg/bitbucket:7.21.9-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.21.9-jdk11" + image: "epicmorg/bitbucket:7.21.9-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.3.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.3.0/Dockerfile index 4a76ed5f9..18547aaa3 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 2c1cad543..a8d2433c0 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.3.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.3.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.3.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.3.0/docker-compose.yml index 34a0a5ba4..ba82875f6 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.3.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.3.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.3.0" + image: "epicmorg/bitbucket:7.3.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.3.0-jdk8" + image: "epicmorg/bitbucket:7.3.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.3.0-jdk11" + image: "epicmorg/bitbucket:7.3.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.3.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.3.1/Dockerfile index 6baa1dc09..1da209aab 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 64ee8ba19..25284d8d0 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.3.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.3.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.3.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.3.1/docker-compose.yml index 93d328e88..a35cb3d42 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.3.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.3.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.3.1" + image: "epicmorg/bitbucket:7.3.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.3.1-jdk8" + image: "epicmorg/bitbucket:7.3.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.3.1-jdk11" + image: "epicmorg/bitbucket:7.3.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.3.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.3.2/Dockerfile index aaf725cff..7634b0617 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 b16f3c4bc..a30c514f7 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.3.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.3.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.3.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.3.2/docker-compose.yml index bf5deae55..697ecbb0d 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.3.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.3.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.3.2" + image: "epicmorg/bitbucket:7.3.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.3.2-jdk8" + image: "epicmorg/bitbucket:7.3.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.3.2-jdk11" + image: "epicmorg/bitbucket:7.3.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.4.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.4.0/Dockerfile index 8c4d8d973..47b32e0c1 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 93bc2196d..fe0a9cdce 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.4.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.4.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.4.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.4.0/docker-compose.yml index 1f8a439d4..52e899cd7 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.4.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.4.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.4.0" + image: "epicmorg/bitbucket:7.4.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.4.0-jdk8" + image: "epicmorg/bitbucket:7.4.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.4.0-jdk11" + image: "epicmorg/bitbucket:7.4.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.4.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.4.1/Dockerfile index c37fd0d96..bf819bc1e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 ef8a7add1..0a1c00c30 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.4.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.4.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.4.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.4.1/docker-compose.yml index 3ef1faeca..c69e0135e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.4.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.4.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.4.1" + image: "epicmorg/bitbucket:7.4.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.4.1-jdk8" + image: "epicmorg/bitbucket:7.4.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.4.1-jdk11" + image: "epicmorg/bitbucket:7.4.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.4.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.4.2/Dockerfile index 6acd2abc4..e67beee0e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 c6a6ca370..76bff73e6 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.4.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.4.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.4.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.4.2/docker-compose.yml index 863afe14a..1fb3411f6 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.4.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.4.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.4.2" + image: "epicmorg/bitbucket:7.4.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.4.2-jdk8" + image: "epicmorg/bitbucket:7.4.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.4.2-jdk11" + image: "epicmorg/bitbucket:7.4.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.5.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.5.0/Dockerfile index e1e2074e4..b6a9ec990 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 b4a80c12a..e4e4cd572 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.5.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.5.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.5.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.5.0/docker-compose.yml index c29c3fcf4..048b289a3 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.5.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.5.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.5.0" + image: "epicmorg/bitbucket:7.5.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.5.0-jdk8" + image: "epicmorg/bitbucket:7.5.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.5.0-jdk11" + image: "epicmorg/bitbucket:7.5.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.5.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.5.1/Dockerfile index 03a1fcfd6..288dcc5a4 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 0b9f14524..f5627ff09 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.5.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.5.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.5.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.5.1/docker-compose.yml index 8179f96ab..a15aad538 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.5.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.5.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.5.1" + image: "epicmorg/bitbucket:7.5.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.5.1-jdk8" + image: "epicmorg/bitbucket:7.5.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.5.1-jdk11" + image: "epicmorg/bitbucket:7.5.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.5.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.5.2/Dockerfile index bc0da735d..034da4ed7 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 0fba5766c..828814e26 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.5.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.5.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.5.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.5.2/docker-compose.yml index 7792aac35..bf2f306dd 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.5.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.5.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.5.2" + image: "epicmorg/bitbucket:7.5.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.5.2-jdk8" + image: "epicmorg/bitbucket:7.5.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.5.2-jdk11" + image: "epicmorg/bitbucket:7.5.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.0/Dockerfile index bf1abb917..e0be86813 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 7e63d711d..a0517e2a4 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.6.0/docker-compose.yml index 3e886c0e0..11daadfcd 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.6.0" + image: "epicmorg/bitbucket:7.6.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.6.0-jdk8" + image: "epicmorg/bitbucket:7.6.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.6.0-jdk11" + image: "epicmorg/bitbucket:7.6.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.1/Dockerfile index fe5d03b9d..c2c6e014e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 252384ff5..96ef22ef8 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.6.1/docker-compose.yml index 345ef6e61..294ecd3b9 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.6.1" + image: "epicmorg/bitbucket:7.6.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.6.1-jdk8" + image: "epicmorg/bitbucket:7.6.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.6.1-jdk11" + image: "epicmorg/bitbucket:7.6.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.10/Dockerfile index 3c02123c8..763ce185a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 737f075a2..e0aafcd93 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.10/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.10/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.6.10/docker-compose.yml index 9a2ff8c40..b034aa13c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.10/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.10/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.6.10" + image: "epicmorg/bitbucket:7.6.10" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.6.10-jdk8" + image: "epicmorg/bitbucket:7.6.10-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.6.10-jdk11" + image: "epicmorg/bitbucket:7.6.10-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.11/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.11/Dockerfile index 2d7949a25..a465938d2 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.11/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 3fb82e546..7d2c71410 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.11/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.11/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.6.11/docker-compose.yml index 68dcb9040..d5f946e58 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.11/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.11/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.6.11" + image: "epicmorg/bitbucket:7.6.11" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.6.11-jdk8" + image: "epicmorg/bitbucket:7.6.11-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.6.11-jdk11" + image: "epicmorg/bitbucket:7.6.11-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.12/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.12/Dockerfile index 3c1bb8071..8ef933647 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.12/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 607b6c19f..8d2a13be4 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.12/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.12/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.6.12/docker-compose.yml index fb6c6fd3e..2a6783232 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.12/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.12/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.6.12" + image: "epicmorg/bitbucket:7.6.12" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.6.12-jdk8" + image: "epicmorg/bitbucket:7.6.12-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.6.12-jdk11" + image: "epicmorg/bitbucket:7.6.12-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.13/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.13/Dockerfile index 4a60f9c89..b1e0ca4bd 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.13/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 ee0d20260..38fbee43c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.13/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.13/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.6.13/docker-compose.yml index 2517300d6..b95f00cb6 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.13/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.13/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.6.13" + image: "epicmorg/bitbucket:7.6.13" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.6.13-jdk8" + image: "epicmorg/bitbucket:7.6.13-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.6.13-jdk11" + image: "epicmorg/bitbucket:7.6.13-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.14/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.14/Dockerfile index aaba2e319..554a003b6 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.14/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.14/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 46273b055..4e48333bd 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.14/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.14/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.6.14/docker-compose.yml index 3ec424d68..658dc953b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.14/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.14/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.6.14" + image: "epicmorg/bitbucket:7.6.14" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.6.14-jdk8" + image: "epicmorg/bitbucket:7.6.14-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.6.14-jdk11" + image: "epicmorg/bitbucket:7.6.14-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.15/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.15/Dockerfile index d154d4d70..505f963aa 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.15/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.15/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 5a0974733..2e99cd90b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.15/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.15/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.6.15/docker-compose.yml index 13d18919d..e4aac0752 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.15/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.15/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.6.15" + image: "epicmorg/bitbucket:7.6.15" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.6.15-jdk8" + image: "epicmorg/bitbucket:7.6.15-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.6.15-jdk11" + image: "epicmorg/bitbucket:7.6.15-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.16/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.16/Dockerfile index ba2b540d6..af3579594 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.16/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 61c746bed..1425cad23 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.16/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.16/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.6.16/docker-compose.yml index 8ca4cb305..0ea6449fa 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.16/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.16/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.6.16" + image: "epicmorg/bitbucket:7.6.16" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.6.16-jdk8" + image: "epicmorg/bitbucket:7.6.16-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.6.16-jdk11" + image: "epicmorg/bitbucket:7.6.16-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.17/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.17/Dockerfile index 4b8efdf60..4d79ef86b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.17/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 a83a6c336..0bf28f81d 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.17/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.17/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.6.17/docker-compose.yml index 56811d299..603921cb0 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.17/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.17/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.6.17" + image: "epicmorg/bitbucket:7.6.17" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.6.17-jdk8" + image: "epicmorg/bitbucket:7.6.17-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.6.17-jdk11" + image: "epicmorg/bitbucket:7.6.17-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.19/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.19/Dockerfile index 43da03984..e586e33de 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.19/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.19/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 ec13b362f..8db5f226a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.19/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.19/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.19/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.6.19/docker-compose.yml index 930d98793..36ff837f0 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.19/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.19/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.6.19" + image: "epicmorg/bitbucket:7.6.19" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.6.19-jdk8" + image: "epicmorg/bitbucket:7.6.19-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.6.19-jdk11" + image: "epicmorg/bitbucket:7.6.19-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.2/Dockerfile index 28ac44dfc..5cc58f5dd 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 d8fe80be4..d73a84fe3 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.6.2/docker-compose.yml index 372391754..b7444bc94 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.6.2" + image: "epicmorg/bitbucket:7.6.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.6.2-jdk8" + image: "epicmorg/bitbucket:7.6.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.6.2-jdk11" + image: "epicmorg/bitbucket:7.6.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.20/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.20/Dockerfile index 1d8bbb207..fa5904ac8 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.20/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.20/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 03ed9bc0a..c2cbaa803 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.20/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.20/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.20/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.6.20/docker-compose.yml index 4827616b1..42fae6141 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.20/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.20/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.6.20" + image: "epicmorg/bitbucket:7.6.20" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.6.20-jdk8" + image: "epicmorg/bitbucket:7.6.20-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.6.20-jdk11" + image: "epicmorg/bitbucket:7.6.20-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.21/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.21/Dockerfile index fb1abf59a..84943dc11 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.21/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.21/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 5275574d6..531ac3a8c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.21/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.21/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.21/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.6.21/docker-compose.yml index ad30c7330..b053f2249 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.21/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.21/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.6.21" + image: "epicmorg/bitbucket:7.6.21" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.6.21-jdk8" + image: "epicmorg/bitbucket:7.6.21-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.6.21-jdk11" + image: "epicmorg/bitbucket:7.6.21-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.22/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.22/Dockerfile index dad52a1ef..88c3d56b5 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.22/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.22/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 53cabe257..214b65041 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.22/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.22/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.22/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.6.22/docker-compose.yml index 7bbe5711e..17c089565 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.22/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.22/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.6.22" + image: "epicmorg/bitbucket:7.6.22" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.6.22-jdk8" + image: "epicmorg/bitbucket:7.6.22-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.6.22-jdk11" + image: "epicmorg/bitbucket:7.6.22-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.23/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.23/Dockerfile index 28fbccce1..1153c5ce1 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.23/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.23/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 dd4cd1078..081566f0a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.23/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.23/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.23/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.6.23/docker-compose.yml index d6a9a0d1e..5e93ddbe0 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.23/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.23/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.6.23" + image: "epicmorg/bitbucket:7.6.23" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.6.23-jdk8" + image: "epicmorg/bitbucket:7.6.23-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.6.23-jdk11" + image: "epicmorg/bitbucket:7.6.23-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.3/Dockerfile index ee05b5d1d..2d459ccdc 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 0bcecb20a..f13d5b32a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.6.3/docker-compose.yml index 57d9f9e56..b6ee04d93 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.6.3" + image: "epicmorg/bitbucket:7.6.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.6.3-jdk8" + image: "epicmorg/bitbucket:7.6.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.6.3-jdk11" + image: "epicmorg/bitbucket:7.6.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.4/Dockerfile index cd50ba68a..9ed956614 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 fce592c16..59db18cf2 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.6.4/docker-compose.yml index abc19ba8a..7f14ea5bc 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.6.4" + image: "epicmorg/bitbucket:7.6.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.6.4-jdk8" + image: "epicmorg/bitbucket:7.6.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.6.4-jdk11" + image: "epicmorg/bitbucket:7.6.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.5/Dockerfile index 87b9c48b4..e3e722bc3 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 6d51e452b..bb38080f1 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.6.5/docker-compose.yml index 5640d9bfb..18641f5b2 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.6.5" + image: "epicmorg/bitbucket:7.6.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.6.5-jdk8" + image: "epicmorg/bitbucket:7.6.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.6.5-jdk11" + image: "epicmorg/bitbucket:7.6.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.6/Dockerfile index 434ee9476..78b0197dd 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 fae9d8a8e..a50e89df9 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.6/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.6.6/docker-compose.yml index c5f349da1..5e1877de6 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.6.6" + image: "epicmorg/bitbucket:7.6.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.6.6-jdk8" + image: "epicmorg/bitbucket:7.6.6-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.6.6-jdk11" + image: "epicmorg/bitbucket:7.6.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.7/Dockerfile index 219d90eea..e47a82e00 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 6f476fafe..a02ac914f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.7/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.6.7/docker-compose.yml index 8d2dcecce..81bf05232 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.7/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.6.7" + image: "epicmorg/bitbucket:7.6.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.6.7-jdk8" + image: "epicmorg/bitbucket:7.6.7-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.6.7-jdk11" + image: "epicmorg/bitbucket:7.6.7-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.8/Dockerfile index 15447d3c7..dacc41134 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 1bd1aaca2..da84d83e2 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.8/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.8/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.6.8/docker-compose.yml index 2b9d316b7..a5c27fb09 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.8/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.6.8" + image: "epicmorg/bitbucket:7.6.8" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.6.8-jdk8" + image: "epicmorg/bitbucket:7.6.8-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.6.8-jdk11" + image: "epicmorg/bitbucket:7.6.8-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.9/Dockerfile index 0096cd73f..c11a7ddb2 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 2cc2a0f50..cbe4bb18a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.9/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.6.9/docker-compose.yml index 54eff8783..0c69ce0ff 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.9/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.6.9" + image: "epicmorg/bitbucket:7.6.9" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.6.9-jdk8" + image: "epicmorg/bitbucket:7.6.9-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.6.9-jdk11" + image: "epicmorg/bitbucket:7.6.9-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.7.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.7.0/Dockerfile index a02c94a23..2480a8322 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.7.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 2762d1186..7ff051256 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.7.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.7.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.7.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.7.0/docker-compose.yml index badc52a00..6982bf2c0 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.7.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.7.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.7.0" + image: "epicmorg/bitbucket:7.7.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.7.0-jdk8" + image: "epicmorg/bitbucket:7.7.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.7.0-jdk11" + image: "epicmorg/bitbucket:7.7.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.7.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.7.1/Dockerfile index 0ab6cbcb8..5ea84e297 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 df92a2006..39452fe4f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.7.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.7.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.7.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.7.1/docker-compose.yml index 3d4d59c6c..6c396a892 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.7.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.7.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.7.1" + image: "epicmorg/bitbucket:7.7.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.7.1-jdk8" + image: "epicmorg/bitbucket:7.7.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.7.1-jdk11" + image: "epicmorg/bitbucket:7.7.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.8.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.8.0/Dockerfile index b00c3f34e..825dd965f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 ba00e8685..6b96ea00e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.8.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.8.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.8.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.8.0/docker-compose.yml index 2a2a9d627..d1936d334 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.8.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.8.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.8.0" + image: "epicmorg/bitbucket:7.8.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.8.0-jdk8" + image: "epicmorg/bitbucket:7.8.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.8.0-jdk11" + image: "epicmorg/bitbucket:7.8.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.8.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.8.1/Dockerfile index 6f8dbdfa3..c295cc0c4 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 2f5e1470b..6bbaaf903 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.8.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.8.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.8.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.8.1/docker-compose.yml index 97c95107c..a5e872668 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.8.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.8.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.8.1" + image: "epicmorg/bitbucket:7.8.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.8.1-jdk8" + image: "epicmorg/bitbucket:7.8.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.8.1-jdk11" + image: "epicmorg/bitbucket:7.8.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.9.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.9.0/Dockerfile index b916e510d..74d545739 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.9.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 a90dfc44c..19bb0f472 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.9.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.9.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.9.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.9.0/docker-compose.yml index 6ecd1fcdd..46d0c96fa 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.9.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.9.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.9.0" + image: "epicmorg/bitbucket:7.9.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.9.0-jdk8" + image: "epicmorg/bitbucket:7.9.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.9.0-jdk11" + image: "epicmorg/bitbucket:7.9.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.9.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.9.1/Dockerfile index f1f9b91ef..2b7a1f1cc 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.9.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 4dbc3fadc..9a0a081c9 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.9.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.9.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.9.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/7/7.9.1/docker-compose.yml index ce4568f66..de0881fbe 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.9.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/7/7.9.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:7.9.1" + image: "epicmorg/bitbucket:7.9.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:7.9.1-jdk8" + image: "epicmorg/bitbucket:7.9.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:7.9.1-jdk11" + image: "epicmorg/bitbucket:7.9.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.0.0/Dockerfile index 611dc0297..0d9e295a0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 318a26430..f35adfa6a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.0.0/docker-compose.yml index a4309931b..90e7e12b5 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.0.0" + image: "epicmorg/bitbucket:8.0.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.0.0-jdk8" + image: "epicmorg/bitbucket:8.0.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.0.0-jdk11" + image: "epicmorg/bitbucket:8.0.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.0.1/Dockerfile index badc7c2ea..b5ab1240f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 e8a96a212..4ab346811 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.0.1/docker-compose.yml index 6ac2711f5..d211f8b1f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.0.1" + image: "epicmorg/bitbucket:8.0.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.0.1-jdk8" + image: "epicmorg/bitbucket:8.0.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.0.1-jdk11" + image: "epicmorg/bitbucket:8.0.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.0.2/Dockerfile index 20a8b1976..0d5bb680e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 fa008d1ad..5a4a348bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.0.2/docker-compose.yml index 2471821f2..0a82ac0c1 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.0.2" + image: "epicmorg/bitbucket:8.0.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.0.2-jdk8" + image: "epicmorg/bitbucket:8.0.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.0.2-jdk11" + image: "epicmorg/bitbucket:8.0.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.0.3/Dockerfile index 9d0cd71ad..93dff0e60 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 1aa2d1e34..a214a7457 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.0.3/docker-compose.yml index c77893a4b..4b81726f3 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.0.3" + image: "epicmorg/bitbucket:8.0.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.0.3-jdk8" + image: "epicmorg/bitbucket:8.0.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.0.3-jdk11" + image: "epicmorg/bitbucket:8.0.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.0.4/Dockerfile index 6aaefbf9d..da67b2329 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 d482ad9a8..5301d63a3 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.0.4/docker-compose.yml index 0ac71ff5a..7f598f642 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.0.4" + image: "epicmorg/bitbucket:8.0.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.0.4-jdk8" + image: "epicmorg/bitbucket:8.0.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.0.4-jdk11" + image: "epicmorg/bitbucket:8.0.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.0.5/Dockerfile index a21e4808f..8f062da1b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 f1d7dbc73..6ad385a08 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.0.5/docker-compose.yml index b4746a7be..5e2bcc73e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.0.5" + image: "epicmorg/bitbucket:8.0.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.0.5-jdk8" + image: "epicmorg/bitbucket:8.0.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.0.5-jdk11" + image: "epicmorg/bitbucket:8.0.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.1.0/Dockerfile index e8cc8fad5..e40df1bf9 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 94913bf0a..f80f14aa0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.1.0/docker-compose.yml index 2f667957c..f234b904c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.1.0" + image: "epicmorg/bitbucket:8.1.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.1.0-jdk8" + image: "epicmorg/bitbucket:8.1.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.1.0-jdk11" + image: "epicmorg/bitbucket:8.1.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.1.1/Dockerfile index c042011e0..87862acf3 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 db54dbe7b..51de4a766 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.1.1/docker-compose.yml index f08d0735b..b2c540688 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.1.1" + image: "epicmorg/bitbucket:8.1.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.1.1-jdk8" + image: "epicmorg/bitbucket:8.1.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.1.1-jdk11" + image: "epicmorg/bitbucket:8.1.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.1.2/Dockerfile index 4408cdb21..758b67e39 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 697657043..ae43b74f2 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.1.2/docker-compose.yml index 780049171..d3f07408f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.1.2" + image: "epicmorg/bitbucket:8.1.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.1.2-jdk8" + image: "epicmorg/bitbucket:8.1.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.1.2-jdk11" + image: "epicmorg/bitbucket:8.1.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.1.3/Dockerfile index 84cff4b6c..f7bf4d025 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 6a25bcd1b..1369f50e3 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.1.3/docker-compose.yml index b0e9b87d4..d2d8fc9ab 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.1.3" + image: "epicmorg/bitbucket:8.1.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.1.3-jdk8" + image: "epicmorg/bitbucket:8.1.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.1.3-jdk11" + image: "epicmorg/bitbucket:8.1.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.1.4/Dockerfile index a4c5c936d..63fd18afc 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 b10396c8f..8acc2d23c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.1.4/docker-compose.yml index 146568d30..8f7067116 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.1.4" + image: "epicmorg/bitbucket:8.1.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.1.4-jdk8" + image: "epicmorg/bitbucket:8.1.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.1.4-jdk11" + image: "epicmorg/bitbucket:8.1.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.1.5/Dockerfile index 4814567e9..9db4f1a70 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 05266c6b7..21702b662 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.1.5/docker-compose.yml index 2eea6ee3f..baf3c6f07 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.1.5" + image: "epicmorg/bitbucket:8.1.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.1.5-jdk8" + image: "epicmorg/bitbucket:8.1.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.1.5-jdk11" + image: "epicmorg/bitbucket:8.1.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile index 6f7980a21..c8fd13260 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 af81dacec..1e5367d21 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 b24589dfc..da9ff6bfa 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.10.0/docker-compose.yml index fcdbbc2fd..3de9dad85 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.0/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.10.0" + image: "epicmorg/bitbucket:8.10.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.10.0-jdk8" + image: "epicmorg/bitbucket:8.10.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.10.0-jdk11" + image: "epicmorg/bitbucket:8.10.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.10.0-jdk17" + image: "epicmorg/bitbucket:8.10.0-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile index 7ace0663d..56e8068b0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 a56d7a0c1..dc761432d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 79a23cab5..cb9a3dc9e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.10.1/docker-compose.yml index b152b3d0e..e94cce486 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.1/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.10.1" + image: "epicmorg/bitbucket:8.10.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.10.1-jdk8" + image: "epicmorg/bitbucket:8.10.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.10.1-jdk11" + image: "epicmorg/bitbucket:8.10.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.10.1-jdk17" + image: "epicmorg/bitbucket:8.10.1-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile index 2afbae966..358665dde 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 e528d2da3..ba09945a7 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 fab6322f9..0b3ef387a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.10.2/docker-compose.yml index eb4126199..5a3f2711e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.2/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.10.2" + image: "epicmorg/bitbucket:8.10.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.10.2-jdk8" + image: "epicmorg/bitbucket:8.10.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.10.2-jdk11" + image: "epicmorg/bitbucket:8.10.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.10.2-jdk17" + image: "epicmorg/bitbucket:8.10.2-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile index 3c0fef97e..579631e83 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 8646cc188..769933ddf 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 432ebfd63..529efd957 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.10.3/docker-compose.yml index b7eef65bb..df7942d9a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.3/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.10.3" + image: "epicmorg/bitbucket:8.10.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.10.3-jdk8" + image: "epicmorg/bitbucket:8.10.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.10.3-jdk11" + image: "epicmorg/bitbucket:8.10.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.10.3-jdk17" + image: "epicmorg/bitbucket:8.10.3-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile index 50ff9469b..d5c02d422 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 f890cd409..7cb89b194 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 037742808..59556be12 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.10.4/docker-compose.yml index 8442fa205..971d0e15e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.4/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.10.4" + image: "epicmorg/bitbucket:8.10.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.10.4-jdk8" + image: "epicmorg/bitbucket:8.10.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.10.4-jdk11" + image: "epicmorg/bitbucket:8.10.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.10.4-jdk17" + image: "epicmorg/bitbucket:8.10.4-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile index 6f168b244..a90cb3250 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 9621b8a08..a0ab1aa61 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 cbcda8eeb..6d7ce55ba 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.10.5/docker-compose.yml index c633e0fe6..1e34888be 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.5/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.10.5" + image: "epicmorg/bitbucket:8.10.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.10.5-jdk8" + image: "epicmorg/bitbucket:8.10.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.10.5-jdk11" + image: "epicmorg/bitbucket:8.10.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.10.5-jdk17" + image: "epicmorg/bitbucket:8.10.5-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile index 386c2b12d..67d7127c7 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 1116cf839..a4fcd0287 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 58063275b..07fa45b46 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.6/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.10.6/docker-compose.yml index afb6e377b..a7bcec66c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.6/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.10.6" + image: "epicmorg/bitbucket:8.10.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.10.6-jdk8" + image: "epicmorg/bitbucket:8.10.6-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.10.6-jdk11" + image: "epicmorg/bitbucket:8.10.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.10.6-jdk17" + image: "epicmorg/bitbucket:8.10.6-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile index 6c97d47ec..2c82e7cc6 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 390f37c1a..21286683a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 c199a8967..c39b9eb37 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.11.0/docker-compose.yml index 4532523b7..ba9d0269c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.0/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.11.0" + image: "epicmorg/bitbucket:8.11.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.11.0-jdk8" + image: "epicmorg/bitbucket:8.11.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.11.0-jdk11" + image: "epicmorg/bitbucket:8.11.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.11.0-jdk17" + image: "epicmorg/bitbucket:8.11.0-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile index a05100d2c..f32f5745a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 372d4779d..07be37c51 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 88e884eae..8d1617181 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.11.1/docker-compose.yml index def7d476c..ac5fc2e7f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.1/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.11.1" + image: "epicmorg/bitbucket:8.11.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.11.1-jdk8" + image: "epicmorg/bitbucket:8.11.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.11.1-jdk11" + image: "epicmorg/bitbucket:8.11.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.11.1-jdk17" + image: "epicmorg/bitbucket:8.11.1-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile index 8bb8c9014..2394dce4b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 093c3ac20..0f400a0ea 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 26faa636d..650b11e71 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.11.2/docker-compose.yml index 647f7330f..1111c0819 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.2/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.11.2" + image: "epicmorg/bitbucket:8.11.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.11.2-jdk8" + image: "epicmorg/bitbucket:8.11.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.11.2-jdk11" + image: "epicmorg/bitbucket:8.11.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.11.2-jdk17" + image: "epicmorg/bitbucket:8.11.2-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile index ae1298acd..1e3009d32 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 b404133a9..960acb380 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 c59ab67e5..7157b56b2 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.11.3/docker-compose.yml index 9083609f9..ed76f2da2 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.3/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.11.3" + image: "epicmorg/bitbucket:8.11.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.11.3-jdk8" + image: "epicmorg/bitbucket:8.11.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.11.3-jdk11" + image: "epicmorg/bitbucket:8.11.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.11.3-jdk17" + image: "epicmorg/bitbucket:8.11.3-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile index 551eaa754..49de792be 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 df52cbbee..92652499b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 219e7590f..a305272c6 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.11.4/docker-compose.yml index 14443b4ed..29fd24b13 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.4/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.11.4" + image: "epicmorg/bitbucket:8.11.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.11.4-jdk8" + image: "epicmorg/bitbucket:8.11.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.11.4-jdk11" + image: "epicmorg/bitbucket:8.11.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.11.4-jdk17" + image: "epicmorg/bitbucket:8.11.4-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile index 05b972cd2..079c16665 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 890f8eb80..e2edf09d7 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 876b7bb91..be1ab1969 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.11.5/docker-compose.yml index b14708d4a..0b784f2cf 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.5/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.11.5" + image: "epicmorg/bitbucket:8.11.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.11.5-jdk8" + image: "epicmorg/bitbucket:8.11.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.11.5-jdk11" + image: "epicmorg/bitbucket:8.11.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.11.5-jdk17" + image: "epicmorg/bitbucket:8.11.5-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile index 438fd8bcd..5482ca195 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 e8d552ec8..dad639dfa 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 e8d9181ef..b8b04bb70 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.6/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.11.6/docker-compose.yml index 8dccd9fb3..4152b202c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.6/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.11.6" + image: "epicmorg/bitbucket:8.11.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.11.6-jdk8" + image: "epicmorg/bitbucket:8.11.6-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.11.6-jdk11" + image: "epicmorg/bitbucket:8.11.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.11.6-jdk17" + image: "epicmorg/bitbucket:8.11.6-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile index 918322a3e..69fa79fd0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 a4d866748..96dc29adb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 b169fd985..fc8ef1f33 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.12.0/docker-compose.yml index e2c2a53d7..7df696223 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.0/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.12.0" + image: "epicmorg/bitbucket:8.12.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.12.0-jdk8" + image: "epicmorg/bitbucket:8.12.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.12.0-jdk11" + image: "epicmorg/bitbucket:8.12.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.12.0-jdk17" + image: "epicmorg/bitbucket:8.12.0-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile index 8b0d46034..16d3579d9 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 91448c7c6..7a00d1c4a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 aa133cbac..cbebd3ede 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.12.1/docker-compose.yml index 345a43e83..9786ab6ff 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.1/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.12.1" + image: "epicmorg/bitbucket:8.12.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.12.1-jdk8" + image: "epicmorg/bitbucket:8.12.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.12.1-jdk11" + image: "epicmorg/bitbucket:8.12.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.12.1-jdk17" + image: "epicmorg/bitbucket:8.12.1-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile index 6fa0f94b6..793a0bac7 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 39fc7b300..76de5fb8d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 28e12aed7..902e87c1d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.12.2/docker-compose.yml index 15cef618b..c9de3521f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.2/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.12.2" + image: "epicmorg/bitbucket:8.12.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.12.2-jdk8" + image: "epicmorg/bitbucket:8.12.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.12.2-jdk11" + image: "epicmorg/bitbucket:8.12.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.12.2-jdk17" + image: "epicmorg/bitbucket:8.12.2-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile index f298f5b2b..4220f7b43 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 bbf949f6a..4932f69ed 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 9ca1f37e3..508d4b102 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.12.3/docker-compose.yml index 0789d041b..9c5533c29 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.3/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.12.3" + image: "epicmorg/bitbucket:8.12.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.12.3-jdk8" + image: "epicmorg/bitbucket:8.12.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.12.3-jdk11" + image: "epicmorg/bitbucket:8.12.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.12.3-jdk17" + image: "epicmorg/bitbucket:8.12.3-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile index c5a34c744..1772a779a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 046542230..afb9403d1 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 a51391ae0..98d1d2288 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.12.4/docker-compose.yml index fc1717514..79ecbdde1 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.4/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.12.4" + image: "epicmorg/bitbucket:8.12.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.12.4-jdk8" + image: "epicmorg/bitbucket:8.12.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.12.4-jdk11" + image: "epicmorg/bitbucket:8.12.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.12.4-jdk17" + image: "epicmorg/bitbucket:8.12.4-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile index efe115bc9..d9abcb276 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 0b9644af8..5082912f6 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 c56d54116..28866ff0e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.12.5/docker-compose.yml index e301a7e1d..f504fc85e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.5/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.12.5" + image: "epicmorg/bitbucket:8.12.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.12.5-jdk8" + image: "epicmorg/bitbucket:8.12.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.12.5-jdk11" + image: "epicmorg/bitbucket:8.12.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.12.5-jdk17" + image: "epicmorg/bitbucket:8.12.5-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile index 81e51e0f2..85567b8cc 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 604aa9453..970e731f6 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 98f14de66..958311691 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.6/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.12.6/docker-compose.yml index 9d3e2193c..fbf5bec11 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.6/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.12.6" + image: "epicmorg/bitbucket:8.12.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.12.6-jdk8" + image: "epicmorg/bitbucket:8.12.6-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.12.6-jdk11" + image: "epicmorg/bitbucket:8.12.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.12.6-jdk17" + image: "epicmorg/bitbucket:8.12.6-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile index d34391acf..720998a5b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 b76bf5e98..30a14d8bf 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 dc2b10e02..1a8f06677 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.13.0/docker-compose.yml index 0d7ef1cb8..52e1eda72 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.0/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.13.0" + image: "epicmorg/bitbucket:8.13.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.13.0-jdk8" + image: "epicmorg/bitbucket:8.13.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.13.0-jdk11" + image: "epicmorg/bitbucket:8.13.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.13.0-jdk17" + image: "epicmorg/bitbucket:8.13.0-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile index ae4b3b8f2..75b358a77 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 4f94ab8e5..684bc1815 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 670c8c276..2b9dc68ca 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.13.1/docker-compose.yml index e2464f461..d52d7359d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.1/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.13.1" + image: "epicmorg/bitbucket:8.13.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.13.1-jdk8" + image: "epicmorg/bitbucket:8.13.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.13.1-jdk11" + image: "epicmorg/bitbucket:8.13.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.13.1-jdk17" + image: "epicmorg/bitbucket:8.13.1-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile index 9d63cc756..e2fad2d96 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 1f80e5c07..df711d9d0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 7bcdcbee5..ca7fd0fd1 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.13.2/docker-compose.yml index f105e72ee..ea59ce2c9 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.2/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.13.2" + image: "epicmorg/bitbucket:8.13.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.13.2-jdk8" + image: "epicmorg/bitbucket:8.13.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.13.2-jdk11" + image: "epicmorg/bitbucket:8.13.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.13.2-jdk17" + image: "epicmorg/bitbucket:8.13.2-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile index a41bdf1a2..a328a3989 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 96be721a5..5d42192a2 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 eb14034bf..52c3ccd59 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.13.3/docker-compose.yml index 532743d75..dbe35ee75 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.3/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.13.3" + image: "epicmorg/bitbucket:8.13.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.13.3-jdk8" + image: "epicmorg/bitbucket:8.13.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.13.3-jdk11" + image: "epicmorg/bitbucket:8.13.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.13.3-jdk17" + image: "epicmorg/bitbucket:8.13.3-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile index 0c3f7ad92..25b6880d5 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 862e63007..2e4825f8c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 19dc88d10..e8eb74e88 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.13.4/docker-compose.yml index 1deecb166..42331e560 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.4/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.13.4" + image: "epicmorg/bitbucket:8.13.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.13.4-jdk8" + image: "epicmorg/bitbucket:8.13.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.13.4-jdk11" + image: "epicmorg/bitbucket:8.13.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.13.4-jdk17" + image: "epicmorg/bitbucket:8.13.4-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile index d45d6a965..87b9f2acb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 303d02278..bb9cfba9a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 eb69b9b7a..a5e3fbeb4 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.13.5/docker-compose.yml index 184803286..03a32f4a3 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.5/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.13.5" + image: "epicmorg/bitbucket:8.13.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.13.5-jdk8" + image: "epicmorg/bitbucket:8.13.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.13.5-jdk11" + image: "epicmorg/bitbucket:8.13.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.13.5-jdk17" + image: "epicmorg/bitbucket:8.13.5-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile index 65890e95b..b03e052ff 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 04c0fc9c3..f026060ef 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 3bc189aa5..230213305 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.6/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.13.6/docker-compose.yml index 156678b8c..6473e98fd 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.6/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.13.6" + image: "epicmorg/bitbucket:8.13.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.13.6-jdk8" + image: "epicmorg/bitbucket:8.13.6-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.13.6-jdk11" + image: "epicmorg/bitbucket:8.13.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.13.6-jdk17" + image: "epicmorg/bitbucket:8.13.6-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile index 923484a59..26fe60549 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 d31628005..eb1ca40df 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 bf294dfa3..d6ce6b1df 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.14.0/docker-compose.yml index 1ad0e116f..e4cc8e967 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.0/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.14.0" + image: "epicmorg/bitbucket:8.14.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.14.0-jdk8" + image: "epicmorg/bitbucket:8.14.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.14.0-jdk11" + image: "epicmorg/bitbucket:8.14.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.14.0-jdk17" + image: "epicmorg/bitbucket:8.14.0-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile index d676b3c63..2909f4926 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 8179f24db..0ba33b0b0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 cceb35e8c..de3ef2923 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.14.1/docker-compose.yml index 09bd0cf1b..e02888b97 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.1/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.14.1" + image: "epicmorg/bitbucket:8.14.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.14.1-jdk8" + image: "epicmorg/bitbucket:8.14.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.14.1-jdk11" + image: "epicmorg/bitbucket:8.14.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.14.1-jdk17" + image: "epicmorg/bitbucket:8.14.1-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile index 352790bd6..299f92aa3 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 e72c6883b..663577e2a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 188728b1f..7e483ad2d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.14.2/docker-compose.yml index e1091bd52..467c5a81e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.2/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.14.2" + image: "epicmorg/bitbucket:8.14.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.14.2-jdk8" + image: "epicmorg/bitbucket:8.14.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.14.2-jdk11" + image: "epicmorg/bitbucket:8.14.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.14.2-jdk17" + image: "epicmorg/bitbucket:8.14.2-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile index 07e228018..af07097a0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 9794d2156..d773f645b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 aa6128fd3..83e997176 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.14.3/docker-compose.yml index d608ed87c..df1b63339 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.3/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.14.3" + image: "epicmorg/bitbucket:8.14.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.14.3-jdk8" + image: "epicmorg/bitbucket:8.14.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.14.3-jdk11" + image: "epicmorg/bitbucket:8.14.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.14.3-jdk17" + image: "epicmorg/bitbucket:8.14.3-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile index c4a48f6c0..13c0e90b8 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 277886947..eb94825d0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 14470062b..cec3830ad 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.14.4/docker-compose.yml index 9ae831632..9878de1dc 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.4/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.14.4" + image: "epicmorg/bitbucket:8.14.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.14.4-jdk8" + image: "epicmorg/bitbucket:8.14.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.14.4-jdk11" + image: "epicmorg/bitbucket:8.14.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.14.4-jdk17" + image: "epicmorg/bitbucket:8.14.4-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile index d2540d072..cad8a1848 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 4aeb0f99d..c2afee311 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 0838aed93..fae1ea09c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.14.5/docker-compose.yml index 2b7eea3ce..2b6af9dec 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.5/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.14.5" + image: "epicmorg/bitbucket:8.14.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.14.5-jdk8" + image: "epicmorg/bitbucket:8.14.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.14.5-jdk11" + image: "epicmorg/bitbucket:8.14.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.14.5-jdk17" + image: "epicmorg/bitbucket:8.14.5-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile index 02c2c84fe..a038a151a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 7ad26d384..0019fbbcf 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 6d8764e61..16cda5796 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.6/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.14.6/docker-compose.yml index ebeaf0060..a571215f2 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.6/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.14.6" + image: "epicmorg/bitbucket:8.14.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.14.6-jdk8" + image: "epicmorg/bitbucket:8.14.6-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.14.6-jdk11" + image: "epicmorg/bitbucket:8.14.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.14.6-jdk17" + image: "epicmorg/bitbucket:8.14.6-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile index 2d6246a6b..9bd944b3c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 37c2869da..917b428a7 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 cbda3195a..ef20ed1c8 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.15.0/docker-compose.yml index f33120819..66a140650 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.0/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.15.0" + image: "epicmorg/bitbucket:8.15.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.15.0-jdk8" + image: "epicmorg/bitbucket:8.15.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.15.0-jdk11" + image: "epicmorg/bitbucket:8.15.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.15.0-jdk17" + image: "epicmorg/bitbucket:8.15.0-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile index f2f34bb05..607d255e7 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 dcd2a22ab..fcd9f1ce9 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 1cf763197..b94860424 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.15.1/docker-compose.yml index afa0f28d3..d851f8c2b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.1/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.15.1" + image: "epicmorg/bitbucket:8.15.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.15.1-jdk8" + image: "epicmorg/bitbucket:8.15.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.15.1-jdk11" + image: "epicmorg/bitbucket:8.15.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.15.1-jdk17" + image: "epicmorg/bitbucket:8.15.1-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile index 73aae2e15..519e965d7 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 9692b5d19..4c33b168d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 b6cda46d9..31cd89cf0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.15.2/docker-compose.yml index 74b833e01..c98e12185 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.2/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.15.2" + image: "epicmorg/bitbucket:8.15.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.15.2-jdk8" + image: "epicmorg/bitbucket:8.15.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.15.2-jdk11" + image: "epicmorg/bitbucket:8.15.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.15.2-jdk17" + image: "epicmorg/bitbucket:8.15.2-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile index fb8896233..0920e151e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 30834bb2e..c39e3a774 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 0d6c170af..edbd86a05 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.15.3/docker-compose.yml index 79d1f1509..62aa9309f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.3/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.15.3" + image: "epicmorg/bitbucket:8.15.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.15.3-jdk8" + image: "epicmorg/bitbucket:8.15.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.15.3-jdk11" + image: "epicmorg/bitbucket:8.15.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.15.3-jdk17" + image: "epicmorg/bitbucket:8.15.3-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile index 641cdfed7..01e5d071d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 74f5113dd..66d9e4f81 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 c9f8ae9cc..308763c64 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.15.4/docker-compose.yml index a6fcccaf7..22473ffed 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.4/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.15.4" + image: "epicmorg/bitbucket:8.15.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.15.4-jdk8" + image: "epicmorg/bitbucket:8.15.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.15.4-jdk11" + image: "epicmorg/bitbucket:8.15.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.15.4-jdk17" + image: "epicmorg/bitbucket:8.15.4-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile index 509c2d979..c6cf057f8 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 f1d081638..816d0c7e8 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 c68c52b9d..5bbd38143 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.15.5/docker-compose.yml index 638b21c17..ea336d865 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.5/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.15.5" + image: "epicmorg/bitbucket:8.15.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.15.5-jdk8" + image: "epicmorg/bitbucket:8.15.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.15.5-jdk11" + image: "epicmorg/bitbucket:8.15.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.15.5-jdk17" + image: "epicmorg/bitbucket:8.15.5-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile index 42c331c31..5f6f8c3f1 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 a1207a70f..573990abf 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 7ebd32b6b..b10608a88 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.16.0/docker-compose.yml index 6762ef68b..67288bec7 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.0/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.16.0" + image: "epicmorg/bitbucket:8.16.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.16.0-jdk8" + image: "epicmorg/bitbucket:8.16.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.16.0-jdk11" + image: "epicmorg/bitbucket:8.16.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.16.0-jdk17" + image: "epicmorg/bitbucket:8.16.0-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile index e4d6b445a..f7beae375 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 437d53651..d4900baea 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 2a80b12b8..27b1723bc 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.16.1/docker-compose.yml index 58844de88..59ccddcd4 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.1/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.16.1" + image: "epicmorg/bitbucket:8.16.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.16.1-jdk8" + image: "epicmorg/bitbucket:8.16.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.16.1-jdk11" + image: "epicmorg/bitbucket:8.16.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.16.1-jdk17" + image: "epicmorg/bitbucket:8.16.1-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile index 64a6f7499..d6facde89 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 4f9a65123..023d06f5e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 5557c95f4..0c2210783 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.16.2/docker-compose.yml index 966b8422a..0d5565cdb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.2/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.16.2" + image: "epicmorg/bitbucket:8.16.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.16.2-jdk8" + image: "epicmorg/bitbucket:8.16.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.16.2-jdk11" + image: "epicmorg/bitbucket:8.16.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.16.2-jdk17" + image: "epicmorg/bitbucket:8.16.2-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile index c0b1c6d64..7d6d10974 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 88fe719ee..85a106ebd 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 9f23a476a..0043ee115 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.16.3/docker-compose.yml index fb2822142..b1c1541f0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.3/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.16.3" + image: "epicmorg/bitbucket:8.16.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.16.3-jdk8" + image: "epicmorg/bitbucket:8.16.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.16.3-jdk11" + image: "epicmorg/bitbucket:8.16.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.16.3-jdk17" + image: "epicmorg/bitbucket:8.16.3-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile index 71298c06f..db12e9bfb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 26180a960..0d11800a5 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 233b97660..dd163860a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.16.4/docker-compose.yml index 81ab2bb6c..f2fd8ca90 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.4/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.16.4" + image: "epicmorg/bitbucket:8.16.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.16.4-jdk8" + image: "epicmorg/bitbucket:8.16.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.16.4-jdk11" + image: "epicmorg/bitbucket:8.16.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.16.4-jdk17" + image: "epicmorg/bitbucket:8.16.4-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Dockerfile index e5413aefd..675c8fb89 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Dockerfile.jdk11 index 13414fa29..d3545b2c7 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-jdk11 +FROM epicmorg/debian:bullseye-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Dockerfile.jdk17 index e2d59be6a..1af5ed773 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-jdk17 +FROM epicmorg/debian:bullseye-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.17.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.17.0/docker-compose.yml index 44dc28cb6..b69c99ce1 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.17.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.17.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.17.0" + image: "epicmorg/bitbucket:8.17.0" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.17.0-jdk17" + image: "epicmorg/bitbucket:8.17.0-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.17.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.17.1/Dockerfile index de86a6a74..37c5f247b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.17.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.17.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.17.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.17.1/docker-compose.yml index 2b39197fd..4d8c9bf59 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.17.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.17.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.17.1" + image: "epicmorg/bitbucket:8.17.1" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.17.1-jdk17" + image: "epicmorg/bitbucket:8.17.1-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.17.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.17.2/Dockerfile index 1df200b91..704a59e1c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.17.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.17.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.17.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.17.2/docker-compose.yml index 0436048a2..dd95cc2cb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.17.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.17.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.17.2" + image: "epicmorg/bitbucket:8.17.2" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.17.2-jdk17" + image: "epicmorg/bitbucket:8.17.2-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.18.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.18.0/Dockerfile index c02b5295e..5357e6318 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.18.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.18.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.18.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.18.0/docker-compose.yml index f3f45f34d..9980de7b4 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.18.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.18.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.18.0" + image: "epicmorg/bitbucket:8.18.0" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.18.0-jdk17" + image: "epicmorg/bitbucket:8.18.0-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.18.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.18.1/Dockerfile index 370a6ec15..d142b3a4d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.18.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.18.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.18.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.18.1/docker-compose.yml index a1f8807f3..7459064cb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.18.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.18.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.18.1" + image: "epicmorg/bitbucket:8.18.1" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.18.1-jdk17" + image: "epicmorg/bitbucket:8.18.1-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.0/Dockerfile index 77249b618..6bd6e7b1c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.19.0/docker-compose.yml index 0296331a3..c805e377e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.19.0" + image: "epicmorg/bitbucket:8.19.0" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.19.0-jdk17" + image: "epicmorg/bitbucket:8.19.0-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.1/Dockerfile index e93c9641c..7983a3603 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.19.1/docker-compose.yml index 196c3fb8d..10c8277d7 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.19.1" + image: "epicmorg/bitbucket:8.19.1" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.19.1-jdk17" + image: "epicmorg/bitbucket:8.19.1-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.10/Dockerfile index 32cb95159..7abec7c80 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.10/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.19.10/docker-compose.yml index f48025218..e68756acf 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.10/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.10/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.19.10" + image: "epicmorg/bitbucket:8.19.10" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.19.10-jdk17" + image: "epicmorg/bitbucket:8.19.10-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.11/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.11/Dockerfile index ca9c6cf98..a9559331f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.11/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.11/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.19.11/docker-compose.yml index f7b41190f..7ed9010dd 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.11/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.11/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.19.11" + image: "epicmorg/bitbucket:8.19.11" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.19.11-jdk17" + image: "epicmorg/bitbucket:8.19.11-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.12/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.12/Dockerfile index 310b555ff..66b30230d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.12/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.12/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.19.12/docker-compose.yml index 06b6705a5..c66eb22a8 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.12/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.12/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.19.12" + image: "epicmorg/bitbucket:8.19.12" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.19.12-jdk17" + image: "epicmorg/bitbucket:8.19.12-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.13/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.13/Dockerfile index f2acf7386..8f6b491ae 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.13/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.13/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.19.13/docker-compose.yml index ad6028e68..2d7333d29 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.13/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.13/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.19.13" + image: "epicmorg/bitbucket:8.19.13" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.19.13-jdk17" + image: "epicmorg/bitbucket:8.19.13-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.14/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.14/Dockerfile index d11fbe31f..e489c077e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.14/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.14/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.14/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.19.14/docker-compose.yml index 13589bc12..ea810f255 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.14/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.14/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.19.14" + image: "epicmorg/bitbucket:8.19.14" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.19.14-jdk17" + image: "epicmorg/bitbucket:8.19.14-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.15/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.15/Dockerfile index 0919c681a..d17764418 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.15/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.15/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.15/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.19.15/docker-compose.yml index 3741f1350..dde57efeb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.15/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.15/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.19.15" + image: "epicmorg/bitbucket:8.19.15" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.19.15-jdk17" + image: "epicmorg/bitbucket:8.19.15-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.16/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.16/Dockerfile index bccff5844..e214ba478 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.16/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.16/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.19.16/docker-compose.yml index 1dec8d64b..1ddc9aaef 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.16/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.16/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.19.16" + image: "epicmorg/bitbucket:8.19.16" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.19.16-jdk17" + image: "epicmorg/bitbucket:8.19.16-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.17/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.17/Dockerfile index f963150eb..cca4dd563 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.17/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.17/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.19.17/docker-compose.yml index 48ce835ce..a806624c5 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.17/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.17/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.19.17" + image: "epicmorg/bitbucket:8.19.17" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.19.17-jdk17" + image: "epicmorg/bitbucket:8.19.17-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.2/Dockerfile index 3538730ed..ade5d6217 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.19.2/docker-compose.yml index 55136bad6..74f382ddc 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.19.2" + image: "epicmorg/bitbucket:8.19.2" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.19.2-jdk17" + image: "epicmorg/bitbucket:8.19.2-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.3/Dockerfile index d02acc399..ebcd30194 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.19.3/docker-compose.yml index 1d2834cba..8b4e16ebc 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.19.3" + image: "epicmorg/bitbucket:8.19.3" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.19.3-jdk17" + image: "epicmorg/bitbucket:8.19.3-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.4/Dockerfile index 6d1606750..ad85ec305 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.19.4/docker-compose.yml index da0b0409c..1fb73824e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.19.4" + image: "epicmorg/bitbucket:8.19.4" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.19.4-jdk17" + image: "epicmorg/bitbucket:8.19.4-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.5/Dockerfile index ee703f248..d1436ecc5 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.19.5/docker-compose.yml index c9d65add7..ba11fa8da 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.19.5" + image: "epicmorg/bitbucket:8.19.5" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.19.5-jdk17" + image: "epicmorg/bitbucket:8.19.5-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Dockerfile index 840ca4891..b6fbb4165 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Dockerfile.jdk11 index 9c8e844a3..d2486748b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Dockerfile.jdk17 index 91e13592c..13218429e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.6/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.19.6/docker-compose.yml index 230ac1720..ba7bc02bf 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.19.6" + image: "epicmorg/bitbucket:8.19.6" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.19.6-jdk17" + image: "epicmorg/bitbucket:8.19.6-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.7/Dockerfile index 52262eff1..2aedeadb1 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.7/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.19.7/docker-compose.yml index 3e60038b4..8cfc0458e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.7/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.19.7" + image: "epicmorg/bitbucket:8.19.7" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.19.7-jdk17" + image: "epicmorg/bitbucket:8.19.7-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.8/Dockerfile index 373d211b4..15961b0d1 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.8/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.19.8/docker-compose.yml index 00a7089bf..12a8fc15a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.8/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.19.8" + image: "epicmorg/bitbucket:8.19.8" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.19.8-jdk17" + image: "epicmorg/bitbucket:8.19.8-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.9/Dockerfile index b24a9d2dc..d32bbc7ec 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.9/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.19.9/docker-compose.yml index 69497607d..2658e51b0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.9/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.19.9" + image: "epicmorg/bitbucket:8.19.9" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.19.9-jdk17" + image: "epicmorg/bitbucket:8.19.9-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.2.0/Dockerfile index 57ff89a14..7cec99fab 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 0ea5fb313..fc8d53b7d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.2.0/docker-compose.yml index f1fd08570..3557cfdb1 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.2.0" + image: "epicmorg/bitbucket:8.2.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.2.0-jdk8" + image: "epicmorg/bitbucket:8.2.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.2.0-jdk11" + image: "epicmorg/bitbucket:8.2.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.2.1/Dockerfile index 004543e00..541196f85 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 bbcf2092b..a0cbac2ed 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.2.1/docker-compose.yml index 107452366..ac70a0e68 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.2.1" + image: "epicmorg/bitbucket:8.2.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.2.1-jdk8" + image: "epicmorg/bitbucket:8.2.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.2.1-jdk11" + image: "epicmorg/bitbucket:8.2.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.2.2/Dockerfile index 2d84aa666..03d27a2e0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 4d2c85e5e..50167d000 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.2.2/docker-compose.yml index 24eaec17a..21f773458 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.2.2" + image: "epicmorg/bitbucket:8.2.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.2.2-jdk8" + image: "epicmorg/bitbucket:8.2.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.2.2-jdk11" + image: "epicmorg/bitbucket:8.2.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.2.3/Dockerfile index 8d2343433..01c721d97 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 ce82ac142..ba80086da 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.2.3/docker-compose.yml index 3fca1f5dc..ef51237f8 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.2.3" + image: "epicmorg/bitbucket:8.2.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.2.3-jdk8" + image: "epicmorg/bitbucket:8.2.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.2.3-jdk11" + image: "epicmorg/bitbucket:8.2.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.2.4/Dockerfile index 3b2397dfb..103dd4361 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 32033f6f0..af842727f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.2.4/docker-compose.yml index f195e933e..7ae0c12c6 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.2.4" + image: "epicmorg/bitbucket:8.2.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.2.4-jdk8" + image: "epicmorg/bitbucket:8.2.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.2.4-jdk11" + image: "epicmorg/bitbucket:8.2.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.3.0/Dockerfile index 4460c84dd..c14fb169d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 819e32e53..3d953ef94 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.3.0/docker-compose.yml index 8860c853e..c507e511f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.3.0" + image: "epicmorg/bitbucket:8.3.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.3.0-jdk8" + image: "epicmorg/bitbucket:8.3.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.3.0-jdk11" + image: "epicmorg/bitbucket:8.3.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.3.1/Dockerfile index fa4fc3e43..543d22c02 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 c27cca71c..d5fe8c50b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.3.1/docker-compose.yml index 9ea27b716..90d98f810 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.3.1" + image: "epicmorg/bitbucket:8.3.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.3.1-jdk8" + image: "epicmorg/bitbucket:8.3.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.3.1-jdk11" + image: "epicmorg/bitbucket:8.3.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.3.2/Dockerfile index 0df97c175..22a36dd39 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 cc14cac12..ccd0cef8f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.3.2/docker-compose.yml index aa8501b5b..fcc2d9efa 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.3.2" + image: "epicmorg/bitbucket:8.3.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.3.2-jdk8" + image: "epicmorg/bitbucket:8.3.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.3.2-jdk11" + image: "epicmorg/bitbucket:8.3.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.3.3/Dockerfile index 38a661645..a90cb1bc6 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 aeddf5ab8..f70bb82fb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.3.3/docker-compose.yml index 8b04d6fe0..6c7e980cb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.3.3" + image: "epicmorg/bitbucket:8.3.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.3.3-jdk8" + image: "epicmorg/bitbucket:8.3.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.3.3-jdk11" + image: "epicmorg/bitbucket:8.3.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.3.4/Dockerfile index d9fd2b26d..701d73463 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 ee5f26e13..0d181ecca 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.3.4/docker-compose.yml index 6a6ae7a4d..30499965c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.3.4" + image: "epicmorg/bitbucket:8.3.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.3.4-jdk8" + image: "epicmorg/bitbucket:8.3.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.3.4-jdk11" + image: "epicmorg/bitbucket:8.3.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.4.0/Dockerfile index 9a0d8678c..34808fac4 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 61c14bd0a..2836d3dce 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.4.0/docker-compose.yml index d474d000e..910714ffe 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.4.0" + image: "epicmorg/bitbucket:8.4.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.4.0-jdk8" + image: "epicmorg/bitbucket:8.4.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.4.0-jdk11" + image: "epicmorg/bitbucket:8.4.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.4.1/Dockerfile index efeb1f423..555bce8c8 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 57b676540..3d7d4f707 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.4.1/docker-compose.yml index 4514e3550..6c5392a78 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.4.1" + image: "epicmorg/bitbucket:8.4.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.4.1-jdk8" + image: "epicmorg/bitbucket:8.4.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.4.1-jdk11" + image: "epicmorg/bitbucket:8.4.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.4.2/Dockerfile index cd68a82ab..f66310d7a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 581f18717..266214f2e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.4.2/docker-compose.yml index 5dfda2e3f..c190a7b46 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.4.2" + image: "epicmorg/bitbucket:8.4.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.4.2-jdk8" + image: "epicmorg/bitbucket:8.4.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.4.2-jdk11" + image: "epicmorg/bitbucket:8.4.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.4.3/Dockerfile index b27af2268..b4f01e18f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 b1a749b3a..e67917c03 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.4.3/docker-compose.yml index e6cb1a7b1..164f9a682 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.4.3" + image: "epicmorg/bitbucket:8.4.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.4.3-jdk8" + image: "epicmorg/bitbucket:8.4.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.4.3-jdk11" + image: "epicmorg/bitbucket:8.4.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.4.4/Dockerfile index a12b9f0aa..68bf11e27 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 71267c6b3..616c9b379 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.4.4/docker-compose.yml index 5c10699b6..138e052d7 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.4.4" + image: "epicmorg/bitbucket:8.4.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.4.4-jdk8" + image: "epicmorg/bitbucket:8.4.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.4.4-jdk11" + image: "epicmorg/bitbucket:8.4.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.5.0/Dockerfile index 2049ff439..19fa25ca2 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 dd47a7297..8aa6bc9bd 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.5.0/docker-compose.yml index 1c779cafb..b3338816a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.5.0" + image: "epicmorg/bitbucket:8.5.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.5.0-jdk8" + image: "epicmorg/bitbucket:8.5.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.5.0-jdk11" + image: "epicmorg/bitbucket:8.5.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.5.1/Dockerfile index bdb987f4c..26a1918b8 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 26d3f2e4e..ce48c43cb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.5.1/docker-compose.yml index c61d94881..09745a680 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.5.1" + image: "epicmorg/bitbucket:8.5.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.5.1-jdk8" + image: "epicmorg/bitbucket:8.5.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.5.1-jdk11" + image: "epicmorg/bitbucket:8.5.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.5.2/Dockerfile index a97493878..b6edf83ce 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 89e9a132e..4b1abcfa0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.5.2/docker-compose.yml index d04c04d82..19c86e7fb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.5.2" + image: "epicmorg/bitbucket:8.5.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.5.2-jdk8" + image: "epicmorg/bitbucket:8.5.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.5.2-jdk11" + image: "epicmorg/bitbucket:8.5.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.5.3/Dockerfile index fc62f4869..e605c479a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 805f63cb3..532546fe8 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.5.3/docker-compose.yml index 69ce67c42..f7617f0c7 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.5.3" + image: "epicmorg/bitbucket:8.5.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.5.3-jdk8" + image: "epicmorg/bitbucket:8.5.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.5.3-jdk11" + image: "epicmorg/bitbucket:8.5.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.5.4/Dockerfile index f745ec4b9..bb2a877e7 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 f1dc1fb00..e2fcb2717 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.5.4/docker-compose.yml index 372da95a2..8757b564e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.5.4" + image: "epicmorg/bitbucket:8.5.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.5.4-jdk8" + image: "epicmorg/bitbucket:8.5.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.5.4-jdk11" + image: "epicmorg/bitbucket:8.5.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.6.0/Dockerfile index 2deb52033..d1fb81626 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 095c9e4c8..7ca5e8c7b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.6.0/docker-compose.yml index 2d24bcc54..a1f7b9da9 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.6.0" + image: "epicmorg/bitbucket:8.6.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.6.0-jdk8" + image: "epicmorg/bitbucket:8.6.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.6.0-jdk11" + image: "epicmorg/bitbucket:8.6.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.6.1/Dockerfile index 7d81bbbb1..dcd9c0f5d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 8d5572968..3d08ab5fe 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.6.1/docker-compose.yml index e76a14463..87896e53f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.6.1" + image: "epicmorg/bitbucket:8.6.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.6.1-jdk8" + image: "epicmorg/bitbucket:8.6.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.6.1-jdk11" + image: "epicmorg/bitbucket:8.6.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.6.2/Dockerfile index 0481c5b4c..d34664672 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 21bc2e867..ec25a9331 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.6.2/docker-compose.yml index 12176d472..46059d5ca 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.6.2" + image: "epicmorg/bitbucket:8.6.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.6.2-jdk8" + image: "epicmorg/bitbucket:8.6.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.6.2-jdk11" + image: "epicmorg/bitbucket:8.6.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.6.3/Dockerfile index 25e52307f..a12cc0259 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 6de1adac6..f5475ade0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.6.3/docker-compose.yml index eaa78fab8..9a831abee 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.6.3" + image: "epicmorg/bitbucket:8.6.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.6.3-jdk8" + image: "epicmorg/bitbucket:8.6.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.6.3-jdk11" + image: "epicmorg/bitbucket:8.6.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.6.4/Dockerfile index bdf7ce8eb..0e98bdcf0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 36256aa4b..65fafbbc9 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.6.4/docker-compose.yml index d4b60fd08..7c1797e90 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.6.4" + image: "epicmorg/bitbucket:8.6.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.6.4-jdk8" + image: "epicmorg/bitbucket:8.6.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.6.4-jdk11" + image: "epicmorg/bitbucket:8.6.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.7.0/Dockerfile index 4a4e79671..b5a642661 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 013117012..c558b2449 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.7.0/docker-compose.yml index f97c708f8..e264c6ec0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.7.0" + image: "epicmorg/bitbucket:8.7.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.7.0-jdk8" + image: "epicmorg/bitbucket:8.7.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.7.0-jdk11" + image: "epicmorg/bitbucket:8.7.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.7.1/Dockerfile index 13a281c20..4068262ef 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 a6ebaf218..f679184ed 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.7.1/docker-compose.yml index 4b3a0d939..09dc8d40b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.7.1" + image: "epicmorg/bitbucket:8.7.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.7.1-jdk8" + image: "epicmorg/bitbucket:8.7.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.7.1-jdk11" + image: "epicmorg/bitbucket:8.7.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.7.2/Dockerfile index 9ad0a71f7..559ef4b58 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 019d2ce16..1f12efba9 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.7.2/docker-compose.yml index ff248aea4..831905dc3 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.7.2" + image: "epicmorg/bitbucket:8.7.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.7.2-jdk8" + image: "epicmorg/bitbucket:8.7.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.7.2-jdk11" + image: "epicmorg/bitbucket:8.7.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.7.3/Dockerfile index 113c0ea34..807170d46 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 56dc32c64..d53ad3cd5 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.7.3/docker-compose.yml index 1f804f6c5..8ac35d373 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.7.3" + image: "epicmorg/bitbucket:8.7.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.7.3-jdk8" + image: "epicmorg/bitbucket:8.7.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.7.3-jdk11" + image: "epicmorg/bitbucket:8.7.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.7.4/Dockerfile index c5216df7a..1ad5332b0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 5469d9552..8bd043e33 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.7.4/docker-compose.yml index 1b0f2801c..a1e7ee599 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.7.4" + image: "epicmorg/bitbucket:8.7.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.7.4-jdk8" + image: "epicmorg/bitbucket:8.7.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.7.4-jdk11" + image: "epicmorg/bitbucket:8.7.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.7.5/Dockerfile index d13de818c..e583dd307 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 0184b751d..cdc15e46d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.7.5/docker-compose.yml index 5a4a5e2e8..31eb27db1 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.7.5" + image: "epicmorg/bitbucket:8.7.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.7.5-jdk8" + image: "epicmorg/bitbucket:8.7.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.7.5-jdk11" + image: "epicmorg/bitbucket:8.7.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile index 5d3bd1583..00d1d34d3 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 c0cc9f866..b980e0646 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 c008514af..f5c3fae66 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.8.0/docker-compose.yml index f562f6dee..9e81016fa 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.0/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.8.0" + image: "epicmorg/bitbucket:8.8.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.8.0-jdk8" + image: "epicmorg/bitbucket:8.8.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.8.0-jdk11" + image: "epicmorg/bitbucket:8.8.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.8.0-jdk17" + image: "epicmorg/bitbucket:8.8.0-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile index a6e3f39e2..9ec283072 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 521943b6d..db2080d36 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 402922702..e66d6df14 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.8.1/docker-compose.yml index deeff9a01..508730155 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.1/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.8.1" + image: "epicmorg/bitbucket:8.8.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.8.1-jdk8" + image: "epicmorg/bitbucket:8.8.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.8.1-jdk11" + image: "epicmorg/bitbucket:8.8.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.8.1-jdk17" + image: "epicmorg/bitbucket:8.8.1-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile index a1b23668b..4fded90ee 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 b727fbf59..a2f30fd1f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 04234546e..e64c4e212 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.8.2/docker-compose.yml index 004e81717..37db09a17 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.2/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.8.2" + image: "epicmorg/bitbucket:8.8.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.8.2-jdk8" + image: "epicmorg/bitbucket:8.8.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.8.2-jdk11" + image: "epicmorg/bitbucket:8.8.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.8.2-jdk17" + image: "epicmorg/bitbucket:8.8.2-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile index 2be9cb2bc..1b2014dc9 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 d36f3bf52..85d2ca456 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 bb043d902..48311342a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.8.3/docker-compose.yml index a4161eac0..bb2a1016b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.3/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.8.3" + image: "epicmorg/bitbucket:8.8.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.8.3-jdk8" + image: "epicmorg/bitbucket:8.8.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.8.3-jdk11" + image: "epicmorg/bitbucket:8.8.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.8.3-jdk17" + image: "epicmorg/bitbucket:8.8.3-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile index c4e5e3aa1..10c248305 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 bfc7006a5..e027d5122 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 cfecd1389..4f1713ee8 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.8.4/docker-compose.yml index 797170da4..383b883bd 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.4/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.8.4" + image: "epicmorg/bitbucket:8.8.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.8.4-jdk8" + image: "epicmorg/bitbucket:8.8.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.8.4-jdk11" + image: "epicmorg/bitbucket:8.8.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.8.4-jdk17" + image: "epicmorg/bitbucket:8.8.4-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile index 84f3b5782..4703ffb1c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 0c85c0104..fa7e0d49a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 415fc86d1..248deb921 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.8.5/docker-compose.yml index 7083133c3..4da35e919 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.5/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.8.5" + image: "epicmorg/bitbucket:8.8.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.8.5-jdk8" + image: "epicmorg/bitbucket:8.8.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.8.5-jdk11" + image: "epicmorg/bitbucket:8.8.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.8.5-jdk17" + image: "epicmorg/bitbucket:8.8.5-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile index 0a96a59fc..bf840cc50 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 5310e2c99..0859d94e2 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 542dd2a6c..9c98ad975 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.6/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.8.6/docker-compose.yml index a7bddc086..333055fa6 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.6/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.8.6" + image: "epicmorg/bitbucket:8.8.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.8.6-jdk8" + image: "epicmorg/bitbucket:8.8.6-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.8.6-jdk11" + image: "epicmorg/bitbucket:8.8.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.8.6-jdk17" + image: "epicmorg/bitbucket:8.8.6-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile index 685747cf5..507f72dfe 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 e04219c17..6aac6735a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 f1d317bd8..60209b80b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.7/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.8.7/docker-compose.yml index b0559612e..4a592c0c6 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.7/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.8.7" + image: "epicmorg/bitbucket:8.8.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.8.7-jdk8" + image: "epicmorg/bitbucket:8.8.7-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.8.7-jdk11" + image: "epicmorg/bitbucket:8.8.7-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.8.7-jdk17" + image: "epicmorg/bitbucket:8.8.7-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile index a5a9fb2b7..0b8658e96 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 d0b5f145c..e3508d36a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 e1a9767f2..ee019f152 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.9.0/docker-compose.yml index a90606417..bb048f525 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.0/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.9.0" + image: "epicmorg/bitbucket:8.9.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.9.0-jdk8" + image: "epicmorg/bitbucket:8.9.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.9.0-jdk11" + image: "epicmorg/bitbucket:8.9.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.9.0-jdk17" + image: "epicmorg/bitbucket:8.9.0-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile index a16a3ee54..869968be3 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 bdc9abf23..f9eeb0fad 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 249c026e1..69b020197 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.9.1/docker-compose.yml index 1ccd105f5..3395141ea 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.1/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.9.1" + image: "epicmorg/bitbucket:8.9.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.9.1-jdk8" + image: "epicmorg/bitbucket:8.9.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.9.1-jdk11" + image: "epicmorg/bitbucket:8.9.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.9.1-jdk17" + image: "epicmorg/bitbucket:8.9.1-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile index dd00697d4..b9dd085cc 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 65737e0a5..4c2314387 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 03ea9f372..802528a1e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.10/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.9.10/docker-compose.yml index 8667a5078..7f6deae22 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.10/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.10/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.9.10" + image: "epicmorg/bitbucket:8.9.10" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.9.10-jdk8" + image: "epicmorg/bitbucket:8.9.10-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.9.10-jdk11" + image: "epicmorg/bitbucket:8.9.10-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.9.10-jdk17" + image: "epicmorg/bitbucket:8.9.10-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile index dd25bdb51..f3522300f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 ac90e9764..33f65e925 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 03896f44d..0dde52ff3 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.11/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.9.11/docker-compose.yml index 2a4d3dceb..9ff8c4ca1 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.11/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.11/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.9.11" + image: "epicmorg/bitbucket:8.9.11" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.9.11-jdk8" + image: "epicmorg/bitbucket:8.9.11-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.9.11-jdk11" + image: "epicmorg/bitbucket:8.9.11-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.9.11-jdk17" + image: "epicmorg/bitbucket:8.9.11-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile index 7b7cbb4dd..97c3c4434 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 44631d5cd..2b4302a7e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 b86c921d3..19c67f5e9 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.12/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.9.12/docker-compose.yml index c21571967..f4992fc68 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.12/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.12/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.9.12" + image: "epicmorg/bitbucket:8.9.12" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.9.12-jdk8" + image: "epicmorg/bitbucket:8.9.12-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.9.12-jdk11" + image: "epicmorg/bitbucket:8.9.12-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.9.12-jdk17" + image: "epicmorg/bitbucket:8.9.12-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile index 2e6904fb3..d6bcf80b0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 cbf6ed793..2a3b54921 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 5db4a6cc2..3dc1d1bf8 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.13/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.9.13/docker-compose.yml index f5bee28b4..ea9e626a3 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.13/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.13/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.9.13" + image: "epicmorg/bitbucket:8.9.13" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.9.13-jdk8" + image: "epicmorg/bitbucket:8.9.13-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.9.13-jdk11" + image: "epicmorg/bitbucket:8.9.13-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.9.13-jdk17" + image: "epicmorg/bitbucket:8.9.13-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile index c47157e86..d7e6d15b7 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 8bdbcfd0f..f30f5bc75 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 f855d6b61..051ca761c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.14/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.9.14/docker-compose.yml index 1086ff8ae..114a13409 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.14/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.14/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.9.14" + image: "epicmorg/bitbucket:8.9.14" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.9.14-jdk8" + image: "epicmorg/bitbucket:8.9.14-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.9.14-jdk11" + image: "epicmorg/bitbucket:8.9.14-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.9.14-jdk17" + image: "epicmorg/bitbucket:8.9.14-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile index 8e0e5e37f..477ce3a00 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 48c966daa..eb6318ea5 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 5ddacf851..0b3f18413 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.15/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.9.15/docker-compose.yml index a42aca65f..aefb168cd 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.15/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.15/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.9.15" + image: "epicmorg/bitbucket:8.9.15" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.9.15-jdk8" + image: "epicmorg/bitbucket:8.9.15-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.9.15-jdk11" + image: "epicmorg/bitbucket:8.9.15-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.9.15-jdk17" + image: "epicmorg/bitbucket:8.9.15-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile index d76f8ecc2..5f08c4056 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 e4c8cadb5..0d5c11c98 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 fdfbe9a16..82b36631b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.16/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.9.16/docker-compose.yml index d0b14ff46..dbe75c2f9 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.16/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.16/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.9.16" + image: "epicmorg/bitbucket:8.9.16" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.9.16-jdk8" + image: "epicmorg/bitbucket:8.9.16-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.9.16-jdk11" + image: "epicmorg/bitbucket:8.9.16-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.9.16-jdk17" + image: "epicmorg/bitbucket:8.9.16-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile index 37ee2147b..3fc4e2e19 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 168f5b92c..ac607c92d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 69fa5c478..3e07f4dd4 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.17/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.9.17/docker-compose.yml index c60bb54a2..c61246593 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.17/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.17/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.9.17" + image: "epicmorg/bitbucket:8.9.17" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.9.17-jdk8" + image: "epicmorg/bitbucket:8.9.17-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.9.17-jdk11" + image: "epicmorg/bitbucket:8.9.17-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.9.17-jdk17" + image: "epicmorg/bitbucket:8.9.17-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile index a7cf8d981..0b5143b6e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 08bbd0f1b..9d85a7c23 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 0fbee7a38..d747df362 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.18/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.9.18/docker-compose.yml index 083c6a411..377112e00 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.18/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.18/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.9.18" + image: "epicmorg/bitbucket:8.9.18" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.9.18-jdk8" + image: "epicmorg/bitbucket:8.9.18-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.9.18-jdk11" + image: "epicmorg/bitbucket:8.9.18-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.9.18-jdk17" + image: "epicmorg/bitbucket:8.9.18-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile index ea862516d..c5ab02b79 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 fd9477f58..35819be31 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 1be39a090..02ac321f3 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.19/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.9.19/docker-compose.yml index 44001e158..c49b34046 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.19/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.19/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.9.19" + image: "epicmorg/bitbucket:8.9.19" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.9.19-jdk8" + image: "epicmorg/bitbucket:8.9.19-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.9.19-jdk11" + image: "epicmorg/bitbucket:8.9.19-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.9.19-jdk17" + image: "epicmorg/bitbucket:8.9.19-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile index 83fecdafa..c5daf3303 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 2a8998c61..7fb05cdec 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 6a80f20e6..1b352c36e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.9.2/docker-compose.yml index 5f4d793ef..6a628d1f8 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.2/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.9.2" + image: "epicmorg/bitbucket:8.9.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.9.2-jdk8" + image: "epicmorg/bitbucket:8.9.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.9.2-jdk11" + image: "epicmorg/bitbucket:8.9.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.9.2-jdk17" + image: "epicmorg/bitbucket:8.9.2-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile index 365f1af0d..97af4f91b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 e092d138a..406a0cb22 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 801e0f72d..06d07bc21 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.20/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.9.20/docker-compose.yml index 0c8505f7a..60f22c351 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.20/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.20/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.9.20" + image: "epicmorg/bitbucket:8.9.20" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.9.20-jdk8" + image: "epicmorg/bitbucket:8.9.20-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.9.20-jdk11" + image: "epicmorg/bitbucket:8.9.20-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.9.20-jdk17" + image: "epicmorg/bitbucket:8.9.20-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile index d5f815d87..eae3feb65 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 8a3414d09..f24725ac7 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 40c53731c..02b83ddea 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.21/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.9.21/docker-compose.yml index a594d0748..e0421408f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.21/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.21/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.9.21" + image: "epicmorg/bitbucket:8.9.21" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.9.21-jdk8" + image: "epicmorg/bitbucket:8.9.21-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.9.21-jdk11" + image: "epicmorg/bitbucket:8.9.21-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.9.21-jdk17" + image: "epicmorg/bitbucket:8.9.21-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile index 2fee003c4..bcfc6accd 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 c7eff14de..31edd7988 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 d0fa08a02..58a48d43c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.22/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.9.22/docker-compose.yml index a3998fd65..64185fe7c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.22/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.22/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.9.22" + image: "epicmorg/bitbucket:8.9.22" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.9.22-jdk8" + image: "epicmorg/bitbucket:8.9.22-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.9.22-jdk11" + image: "epicmorg/bitbucket:8.9.22-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.9.22-jdk17" + image: "epicmorg/bitbucket:8.9.22-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile index 473449ecf..1cae153cb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 c6f6ad74c..af765d0d1 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 1516c15d4..89a878863 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.9.3/docker-compose.yml index f5ea21513..85fd8dd19 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.3/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.9.3" + image: "epicmorg/bitbucket:8.9.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.9.3-jdk8" + image: "epicmorg/bitbucket:8.9.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.9.3-jdk11" + image: "epicmorg/bitbucket:8.9.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.9.3-jdk17" + image: "epicmorg/bitbucket:8.9.3-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile index 4c6b07eb3..4b5b5661a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 72d2d105f..15616db69 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 619f4f22b..24047e8e6 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.9.4/docker-compose.yml index bac2bfe90..a010b2a62 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.4/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.9.4" + image: "epicmorg/bitbucket:8.9.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.9.4-jdk8" + image: "epicmorg/bitbucket:8.9.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.9.4-jdk11" + image: "epicmorg/bitbucket:8.9.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.9.4-jdk17" + image: "epicmorg/bitbucket:8.9.4-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile index eef6ee4a2..e0f477e4c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 eb348a916..c41884cc7 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 344c8215c..58b108e7e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.9.5/docker-compose.yml index c8d74c044..c3bef030c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.5/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.9.5" + image: "epicmorg/bitbucket:8.9.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.9.5-jdk8" + image: "epicmorg/bitbucket:8.9.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.9.5-jdk11" + image: "epicmorg/bitbucket:8.9.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.9.5-jdk17" + image: "epicmorg/bitbucket:8.9.5-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile index 76abcf67a..c5e7803ed 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 10139939e..07b510d73 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 3e43cd66b..eb8f6e73a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.6/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.9.6/docker-compose.yml index 232d61317..26b0a7ee5 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.6/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.9.6" + image: "epicmorg/bitbucket:8.9.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.9.6-jdk8" + image: "epicmorg/bitbucket:8.9.6-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.9.6-jdk11" + image: "epicmorg/bitbucket:8.9.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.9.6-jdk17" + image: "epicmorg/bitbucket:8.9.6-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile index c16d94564..f7450c62f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 291f088c8..3560a3aba 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 d57060987..86e37ff39 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.7/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.9.7/docker-compose.yml index bdaa76052..5b1839367 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.7/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.9.7" + image: "epicmorg/bitbucket:8.9.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.9.7-jdk8" + image: "epicmorg/bitbucket:8.9.7-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.9.7-jdk11" + image: "epicmorg/bitbucket:8.9.7-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.9.7-jdk17" + image: "epicmorg/bitbucket:8.9.7-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile index 8f8ada010..0dfb8b0d0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 dffd2e81c..fcfd6597a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 d16d82ba0..7d1f45d6a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.8/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.9.8/docker-compose.yml index 57f82462e..0935b13bc 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.8/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.9.8" + image: "epicmorg/bitbucket:8.9.8" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.9.8-jdk8" + image: "epicmorg/bitbucket:8.9.8-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.9.8-jdk11" + image: "epicmorg/bitbucket:8.9.8-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.9.8-jdk17" + image: "epicmorg/bitbucket:8.9.8-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile index 96ba80dfd..454cc22ba 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 838ddd84c..3de44bfb3 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 f13a8aeea..f1e1d5eed 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.9/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/8/8.9.9/docker-compose.yml index 7b53f560b..dd30061ee 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.9/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/bitbucket:8.9.9" + image: "epicmorg/bitbucket:8.9.9" build: context: . app-jdk8: - image: "quay.io/epicmorg/bitbucket:8.9.9-jdk8" + image: "epicmorg/bitbucket:8.9.9-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/bitbucket:8.9.9-jdk11" + image: "epicmorg/bitbucket:8.9.9-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/bitbucket:8.9.9-jdk17" + image: "epicmorg/bitbucket:8.9.9-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Dockerfile index b8fc48ddd..31d74b7e0 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Dockerfile.jdk11 index ac894db92..57167dd98 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Dockerfile.jdk17 index 52678e155..2a4f2f8c1 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.0.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/9/9.0.0/docker-compose.yml index 8386ff1f9..95467ce8c 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.0.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/9/9.0.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:9.0.0" + image: "epicmorg/bitbucket:9.0.0" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:9.0.0-jdk17" + image: "epicmorg/bitbucket:9.0.0-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.0.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.0.1/Dockerfile index 7883bf7ef..20010f073 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.0.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/9/9.0.1/docker-compose.yml index a0d92ddee..b766bcce2 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.0.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/9/9.0.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:9.0.1" + image: "epicmorg/bitbucket:9.0.1" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:9.0.1-jdk17" + image: "epicmorg/bitbucket:9.0.1-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.1.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.1.0/Dockerfile index f6b41fefd..7a23d7080 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.1.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/9/9.1.0/docker-compose.yml index 596ecdce0..990897391 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.1.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/9/9.1.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:9.1.0" + image: "epicmorg/bitbucket:9.1.0" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:9.1.0-jdk17" + image: "epicmorg/bitbucket:9.1.0-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.1.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.1.1/Dockerfile index eeb33d11a..e6f090fea 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.1.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/9/9.1.1/docker-compose.yml index a4afb9516..bb486db55 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.1.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/9/9.1.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:9.1.1" + image: "epicmorg/bitbucket:9.1.1" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:9.1.1-jdk17" + image: "epicmorg/bitbucket:9.1.1-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.2.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.2.0/Dockerfile index e3695f7ed..bd8209f1a 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.2.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/9/9.2.0/docker-compose.yml index c7de1c979..914a5b347 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.2.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/9/9.2.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:9.2.0" + image: "epicmorg/bitbucket:9.2.0" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:9.2.0-jdk17" + image: "epicmorg/bitbucket:9.2.0-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.2.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.2.1/Dockerfile index c230503e5..391d692ee 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.2.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/9/9.2.1/docker-compose.yml index da93bd4c6..206c32182 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.2.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/9/9.2.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:9.2.1" + image: "epicmorg/bitbucket:9.2.1" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:9.2.1-jdk17" + image: "epicmorg/bitbucket:9.2.1-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.3.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.3.0/Dockerfile index 2e46705d1..069fd1944 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 dbb974e22..60bbb7a60 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.3.0/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.3.0/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk21 +FROM epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.3.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/9/9.3.0/docker-compose.yml index 4445ae786..a61d4b9d8 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.3.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/9/9.3.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:9.3.0" + image: "epicmorg/bitbucket:9.3.0" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:9.3.0-jdk17" + image: "epicmorg/bitbucket:9.3.0-jdk17" build: context: . app-jdk21: - image: "quay.io/epicmorg/bitbucket:9.3.0-jdk21" + image: "epicmorg/bitbucket:9.3.0-jdk21" build: context: . dockerfile: Dockerfile.jdk21 diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.3.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.3.1/Dockerfile index 1ba094b00..4c4c7e61f 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 337c2f824..78ef9f11b 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.3.1/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.3.1/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk21 +FROM epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.3.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/9/9.3.1/docker-compose.yml index 5a93e9e20..106bfd697 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.3.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/9/9.3.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:9.3.1" + image: "epicmorg/bitbucket:9.3.1" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:9.3.1-jdk17" + image: "epicmorg/bitbucket:9.3.1-jdk17" build: context: . app-jdk21: - image: "quay.io/epicmorg/bitbucket:9.3.1-jdk21" + image: "epicmorg/bitbucket:9.3.1-jdk21" build: context: . dockerfile: Dockerfile.jdk21 diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.3.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.3.2/Dockerfile index 76c7f7067..96a94db58 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 b3d37d88d..1ef97b682 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.3.2/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.3.2/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk21 +FROM epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.3.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/9/9.3.2/docker-compose.yml index 2ece6a1c7..236ae709a 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.3.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/9/9.3.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:9.3.2" + image: "epicmorg/bitbucket:9.3.2" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:9.3.2-jdk17" + image: "epicmorg/bitbucket:9.3.2-jdk17" build: context: . app-jdk21: - image: "quay.io/epicmorg/bitbucket:9.3.2-jdk21" + image: "epicmorg/bitbucket:9.3.2-jdk21" build: context: . dockerfile: Dockerfile.jdk21 diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.4.0/Dockerfile index 49124c31d..7a735c70e 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 b52717fda..70381e2d3 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.0/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.0/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk21 +FROM epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/9/9.4.0/docker-compose.yml index 94ca1f1ff..a8b6874b7 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:9.4.0" + image: "epicmorg/bitbucket:9.4.0" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:9.4.0-jdk17" + image: "epicmorg/bitbucket:9.4.0-jdk17" build: context: . app-jdk21: - image: "quay.io/epicmorg/bitbucket:9.4.0-jdk21" + image: "epicmorg/bitbucket:9.4.0-jdk21" build: context: . dockerfile: Dockerfile.jdk21 diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.4.1/Dockerfile index 7f4813820..e3de67690 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 76038fd30..f9aa90d58 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.1/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.1/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk21 +FROM epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/9/9.4.1/docker-compose.yml index b2b6dc111..c707d4b29 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:9.4.1" + image: "epicmorg/bitbucket:9.4.1" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:9.4.1-jdk17" + image: "epicmorg/bitbucket:9.4.1-jdk17" build: context: . app-jdk21: - image: "quay.io/epicmorg/bitbucket:9.4.1-jdk21" + image: "epicmorg/bitbucket:9.4.1-jdk21" build: context: . dockerfile: Dockerfile.jdk21 diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.4.2/Dockerfile index 86fa8546d..4f8aaa59f 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 b3382e202..a65f05bc3 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.2/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.2/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk21 +FROM epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/9/9.4.2/docker-compose.yml index c57268d1c..c9608d89a 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:9.4.2" + image: "epicmorg/bitbucket:9.4.2" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:9.4.2-jdk17" + image: "epicmorg/bitbucket:9.4.2-jdk17" build: context: . app-jdk21: - image: "quay.io/epicmorg/bitbucket:9.4.2-jdk21" + image: "epicmorg/bitbucket:9.4.2-jdk21" build: context: . dockerfile: Dockerfile.jdk21 diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.4.3/Dockerfile index 838e67b92..d25ddf927 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 6b89c4cd8..855bbd0f2 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.3/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.3/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk21 +FROM epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.3/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/9/9.4.3/docker-compose.yml index 64e75bfca..7c5782ce5 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:9.4.3" + image: "epicmorg/bitbucket:9.4.3" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:9.4.3-jdk17" + image: "epicmorg/bitbucket:9.4.3-jdk17" build: context: . app-jdk21: - image: "quay.io/epicmorg/bitbucket:9.4.3-jdk21" + image: "epicmorg/bitbucket:9.4.3-jdk21" build: context: . dockerfile: Dockerfile.jdk21 diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.4.4/Dockerfile index cba74c287..b2b897092 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 b0aca4201..1923a3ae0 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.4/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.4/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk21 +FROM epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.4/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/9/9.4.4/docker-compose.yml index aab592729..1bc9cc7e3 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:9.4.4" + image: "epicmorg/bitbucket:9.4.4" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:9.4.4-jdk17" + image: "epicmorg/bitbucket:9.4.4-jdk17" build: context: . app-jdk21: - image: "quay.io/epicmorg/bitbucket:9.4.4-jdk21" + image: "epicmorg/bitbucket:9.4.4-jdk21" build: context: . dockerfile: Dockerfile.jdk21 diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.4.5/Dockerfile index d0fedef1d..5972b75bc 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.5/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/9/9.4.5/docker-compose.yml index 35fccc227..5e055d58d 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:9.4.5" + image: "epicmorg/bitbucket:9.4.5" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:9.4.5-jdk17" + image: "epicmorg/bitbucket:9.4.5-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.5.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.5.0/Dockerfile index c77997aa2..0c5e052a2 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 819f497f2..24d1febb5 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.5.0/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.5.0/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk21 +FROM epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.5.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/9/9.5.0/docker-compose.yml index db7e8cc39..4a1f59cf3 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.5.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/9/9.5.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:9.5.0" + image: "epicmorg/bitbucket:9.5.0" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:9.5.0-jdk17" + image: "epicmorg/bitbucket:9.5.0-jdk17" build: context: . app-jdk21: - image: "quay.io/epicmorg/bitbucket:9.5.0-jdk21" + image: "epicmorg/bitbucket:9.5.0-jdk21" build: context: . dockerfile: Dockerfile.jdk21 diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.5.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.5.1/Dockerfile index e9fb9673b..790d7ca5e 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 62919bae1..0d32e52bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.5.1/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.5.1/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk21 +FROM epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.5.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/9/9.5.1/docker-compose.yml index fc123140e..22c916b72 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.5.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/9/9.5.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:9.5.1" + image: "epicmorg/bitbucket:9.5.1" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:9.5.1-jdk17" + image: "epicmorg/bitbucket:9.5.1-jdk17" build: context: . app-jdk21: - image: "quay.io/epicmorg/bitbucket:9.5.1-jdk21" + image: "epicmorg/bitbucket:9.5.1-jdk21" build: context: . dockerfile: Dockerfile.jdk21 diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.5.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.5.2/Dockerfile index 41857e715..a3da69bfc 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 396aefb8f..53a0091bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.5.2/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.5.2/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk21 +FROM epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.5.2/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/9/9.5.2/docker-compose.yml index 8280e4cf6..2afe24423 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.5.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/9/9.5.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:9.5.2" + image: "epicmorg/bitbucket:9.5.2" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:9.5.2-jdk17" + image: "epicmorg/bitbucket:9.5.2-jdk17" build: context: . app-jdk21: - image: "quay.io/epicmorg/bitbucket:9.5.2-jdk21" + image: "epicmorg/bitbucket:9.5.2-jdk21" build: context: . dockerfile: Dockerfile.jdk21 diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.6.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.6.0/Dockerfile index e24ed4001..0f53d4e11 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} 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 89e2aae2a..e5dceca81 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.6.0/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.6.0/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk21 +FROM epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.6.0/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/9/9.6.0/docker-compose.yml index 103d73c36..ab4b86565 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.6.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/9/9.6.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:9.6.0" + image: "epicmorg/bitbucket:9.6.0" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:9.6.0-jdk17" + image: "epicmorg/bitbucket:9.6.0-jdk17" build: context: . app-jdk21: - image: "quay.io/epicmorg/bitbucket:9.6.0-jdk21" + image: "epicmorg/bitbucket:9.6.0-jdk21" build: context: . dockerfile: Dockerfile.jdk21 diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.6.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.6.1/Dockerfile index 8ecd76e01..1d240cc22 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.6.1/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/9/9.6.1/docker-compose.yml index bb1a469f3..581984d08 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.6.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/9/9.6.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/bitbucket:9.6.1" + image: "epicmorg/bitbucket:9.6.1" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:9.6.1-jdk17" + image: "epicmorg/bitbucket:9.6.1-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile b/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile index 8ecd76e01..1d240cc22 100644 --- a/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile.jdk21 b/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile.jdk21 index bc1d37d7c..011a09c79 100644 --- a/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk21 +FROM epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 7999 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${BITBUCKET_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${BITBUCKET_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${BITBUCKET_INSTALL_DIR} diff --git a/linux/ecosystem/atlassian/bitbucket/latest/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/latest/docker-compose.yml index 16b0e55ba..af84d6c6b 100644 --- a/linux/ecosystem/atlassian/bitbucket/latest/docker-compose.yml +++ b/linux/ecosystem/atlassian/bitbucket/latest/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/bitbucket:latest" + image: "epicmorg/bitbucket:latest" build: context: . app-jdk17: - image: "quay.io/epicmorg/bitbucket:latest-jdk17" + image: "epicmorg/bitbucket:latest-jdk17" build: context: . app-jdk21: - image: "quay.io/epicmorg/bitbucket:latest-jdk21" + image: "epicmorg/bitbucket:latest-jdk21" build: context: . dockerfile: ./Dockerfile.jdk21 diff --git a/linux/ecosystem/atlassian/confluence/4/4.0.3/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.0.3/Dockerfile index d1e40f856..298cd7817 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.0.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/4/4.0.3/docker-compose.yml index 8bc96cd44..6d698bf2c 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.0.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/4/4.0.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:4.0.3" + image: "epicmorg/confluence:4.0.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/confluence:4.0.3-jdk6" + image: "epicmorg/confluence:4.0.3-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/4/4.0.4/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.0.4/Dockerfile index 3c433b290..7fd29b589 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.0.4/docker-compose.yml b/linux/ecosystem/atlassian/confluence/4/4.0.4/docker-compose.yml index d69103aa2..035ea4ccd 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.0.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/4/4.0.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:4.0.4" + image: "epicmorg/confluence:4.0.4" build: context: . app-jdk6: - image: "quay.io/epicmorg/confluence:4.0.4-jdk6" + image: "epicmorg/confluence:4.0.4-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/4/4.0.5/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.0.5/Dockerfile index 7222dbfda..ab3fa5709 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.0.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.0.5/docker-compose.yml b/linux/ecosystem/atlassian/confluence/4/4.0.5/docker-compose.yml index d5a60fa5d..1c11896ce 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.0.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/4/4.0.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:4.0.5" + image: "epicmorg/confluence:4.0.5" build: context: . app-jdk6: - image: "quay.io/epicmorg/confluence:4.0.5-jdk6" + image: "epicmorg/confluence:4.0.5-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/4/4.0.7/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.0.7/Dockerfile index d45d269fe..0e3ed6a4a 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.0.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.0.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.0.7/docker-compose.yml b/linux/ecosystem/atlassian/confluence/4/4.0.7/docker-compose.yml index 7fc9bdc41..1736f6d30 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.0.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/4/4.0.7/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:4.0.7" + image: "epicmorg/confluence:4.0.7" build: context: . app-jdk6: - image: "quay.io/epicmorg/confluence:4.0.7-jdk6" + image: "epicmorg/confluence:4.0.7-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/4/4.0/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.0/Dockerfile index 483e1e9e3..39a0f5336 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/4/4.0/docker-compose.yml index fc2dc007a..87081f812 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/4/4.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:4.0" + image: "epicmorg/confluence:4.0" build: context: . app-jdk6: - image: "quay.io/epicmorg/confluence:4.0-jdk6" + image: "epicmorg/confluence:4.0-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.10/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.1.10/Dockerfile index 16c3d6a87..cc4b3e588 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.10/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.1.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.10/docker-compose.yml b/linux/ecosystem/atlassian/confluence/4/4.1.10/docker-compose.yml index 05219a9a4..3ed6aa37b 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.10/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/4/4.1.10/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:4.1.10" + image: "epicmorg/confluence:4.1.10" build: context: . app-jdk6: - image: "quay.io/epicmorg/confluence:4.1.10-jdk6" + image: "epicmorg/confluence:4.1.10-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.2/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.1.2/Dockerfile index 7d29b5a65..207578961 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/4/4.1.2/docker-compose.yml index 7a65da851..a7ad879e5 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/4/4.1.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:4.1.2" + image: "epicmorg/confluence:4.1.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/confluence:4.1.2-jdk6" + image: "epicmorg/confluence:4.1.2-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.3/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.1.3/Dockerfile index 28dc36f00..3fe86d99b 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/4/4.1.3/docker-compose.yml index 4c3844ee4..97608b17d 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/4/4.1.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:4.1.3" + image: "epicmorg/confluence:4.1.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/confluence:4.1.3-jdk6" + image: "epicmorg/confluence:4.1.3-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.4/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.1.4/Dockerfile index 82b639d76..1c7665bdc 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.4/docker-compose.yml b/linux/ecosystem/atlassian/confluence/4/4.1.4/docker-compose.yml index 473abb486..ffb4882b9 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/4/4.1.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:4.1.4" + image: "epicmorg/confluence:4.1.4" build: context: . app-jdk6: - image: "quay.io/epicmorg/confluence:4.1.4-jdk6" + image: "epicmorg/confluence:4.1.4-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.5/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.1.5/Dockerfile index 17e02ada0..28f3b5133 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.1.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.5/docker-compose.yml b/linux/ecosystem/atlassian/confluence/4/4.1.5/docker-compose.yml index 9a3b13a5a..bf3582d09 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/4/4.1.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:4.1.5" + image: "epicmorg/confluence:4.1.5" build: context: . app-jdk6: - image: "quay.io/epicmorg/confluence:4.1.5-jdk6" + image: "epicmorg/confluence:4.1.5-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.6/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.1.6/Dockerfile index 57195d91e..9a55712af 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.1.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.6/docker-compose.yml b/linux/ecosystem/atlassian/confluence/4/4.1.6/docker-compose.yml index 86c798aa8..6084061de 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/4/4.1.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:4.1.6" + image: "epicmorg/confluence:4.1.6" build: context: . app-jdk6: - image: "quay.io/epicmorg/confluence:4.1.6-jdk6" + image: "epicmorg/confluence:4.1.6-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.7/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.1.7/Dockerfile index 3d9221828..3256870d3 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.1.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.7/docker-compose.yml b/linux/ecosystem/atlassian/confluence/4/4.1.7/docker-compose.yml index 751837968..54597af96 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/4/4.1.7/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:4.1.7" + image: "epicmorg/confluence:4.1.7" build: context: . app-jdk6: - image: "quay.io/epicmorg/confluence:4.1.7-jdk6" + image: "epicmorg/confluence:4.1.7-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.9/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.1.9/Dockerfile index 9832850d6..ae71593ac 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.9/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.1.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.9/docker-compose.yml b/linux/ecosystem/atlassian/confluence/4/4.1.9/docker-compose.yml index 59e0e7801..4d2b42dc2 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/4/4.1.9/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:4.1.9" + image: "epicmorg/confluence:4.1.9" build: context: . app-jdk6: - image: "quay.io/epicmorg/confluence:4.1.9-jdk6" + image: "epicmorg/confluence:4.1.9-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/4/4.1/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.1/Dockerfile index 7c2183663..f188b558e 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/4/4.1/docker-compose.yml index ddca6f9a5..1a165e3ec 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/4/4.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:4.1" + image: "epicmorg/confluence:4.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/confluence:4.1-jdk6" + image: "epicmorg/confluence:4.1-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.1/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.2.1/Dockerfile index 7fa5f0817..dffdefd62 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 ad0680099..0cdbd7df4 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.2.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/4/4.2.1/docker-compose.yml index 996ed478a..f9b45e08b 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/4/4.2.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:4.2.1" + image: "epicmorg/confluence:4.2.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/confluence:4.2.1-jdk6" + image: "epicmorg/confluence:4.2.1-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:4.2.1-jdk7" + image: "epicmorg/confluence:4.2.1-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.11/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.2.11/Dockerfile index fede73ee4..a4d277e2d 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.11/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 4c9d4d8cb..84cdd480d 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.11/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.2.11/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.11/docker-compose.yml b/linux/ecosystem/atlassian/confluence/4/4.2.11/docker-compose.yml index 139a4ff67..76236981b 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.11/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/4/4.2.11/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:4.2.11" + image: "epicmorg/confluence:4.2.11" build: context: . app-jdk6: - image: "quay.io/epicmorg/confluence:4.2.11-jdk6" + image: "epicmorg/confluence:4.2.11-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:4.2.11-jdk7" + image: "epicmorg/confluence:4.2.11-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.12/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.2.12/Dockerfile index 260963029..aace41a75 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.12/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 35136904e..f50445785 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.12/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.2.12/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.12/docker-compose.yml b/linux/ecosystem/atlassian/confluence/4/4.2.12/docker-compose.yml index 85d4c848d..3e50bd090 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.12/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/4/4.2.12/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:4.2.12" + image: "epicmorg/confluence:4.2.12" build: context: . app-jdk6: - image: "quay.io/epicmorg/confluence:4.2.12-jdk6" + image: "epicmorg/confluence:4.2.12-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:4.2.12-jdk7" + image: "epicmorg/confluence:4.2.12-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.13/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.2.13/Dockerfile index 9037b21d3..75d4b2f6c 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.13/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 653aa2e0f..f76fd9947 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.13/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.2.13/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.13/docker-compose.yml b/linux/ecosystem/atlassian/confluence/4/4.2.13/docker-compose.yml index 2cfb7d3f9..4d93b7bcd 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.13/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/4/4.2.13/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:4.2.13" + image: "epicmorg/confluence:4.2.13" build: context: . app-jdk6: - image: "quay.io/epicmorg/confluence:4.2.13-jdk6" + image: "epicmorg/confluence:4.2.13-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:4.2.13-jdk7" + image: "epicmorg/confluence:4.2.13-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.2/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.2.2/Dockerfile index 31ce36448..03243178c 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 7a1734158..7a0105942 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.2.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/4/4.2.2/docker-compose.yml index 63ee9eb30..0be21ca80 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/4/4.2.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:4.2.2" + image: "epicmorg/confluence:4.2.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/confluence:4.2.2-jdk6" + image: "epicmorg/confluence:4.2.2-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:4.2.2-jdk7" + image: "epicmorg/confluence:4.2.2-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.3/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.2.3/Dockerfile index ec1d34696..a5ae40350 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 4ec270bd4..048be643d 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.2.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/4/4.2.3/docker-compose.yml index 87b909f27..a51caeb14 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/4/4.2.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:4.2.3" + image: "epicmorg/confluence:4.2.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/confluence:4.2.3-jdk6" + image: "epicmorg/confluence:4.2.3-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:4.2.3-jdk7" + image: "epicmorg/confluence:4.2.3-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.4/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.2.4/Dockerfile index e27564c2d..d57e389e2 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 9e759cddd..842425fa7 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.2.4/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.4/docker-compose.yml b/linux/ecosystem/atlassian/confluence/4/4.2.4/docker-compose.yml index efb26dfae..6828cbd9b 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/4/4.2.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:4.2.4" + image: "epicmorg/confluence:4.2.4" build: context: . app-jdk6: - image: "quay.io/epicmorg/confluence:4.2.4-jdk6" + image: "epicmorg/confluence:4.2.4-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:4.2.4-jdk7" + image: "epicmorg/confluence:4.2.4-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.5/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.2.5/Dockerfile index 0fc6458ef..6f49781a7 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 bcb996dfd..65733af0c 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.2.5/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.5/docker-compose.yml b/linux/ecosystem/atlassian/confluence/4/4.2.5/docker-compose.yml index b4ac6677b..2ccd093e1 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/4/4.2.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:4.2.5" + image: "epicmorg/confluence:4.2.5" build: context: . app-jdk6: - image: "quay.io/epicmorg/confluence:4.2.5-jdk6" + image: "epicmorg/confluence:4.2.5-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:4.2.5-jdk7" + image: "epicmorg/confluence:4.2.5-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.6/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.2.6/Dockerfile index e3083b40e..8aeba2b83 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 368905b0a..6e942bfce 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.6/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.2.6/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.6/docker-compose.yml b/linux/ecosystem/atlassian/confluence/4/4.2.6/docker-compose.yml index b04ca195d..2c9e85038 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/4/4.2.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:4.2.6" + image: "epicmorg/confluence:4.2.6" build: context: . app-jdk6: - image: "quay.io/epicmorg/confluence:4.2.6-jdk6" + image: "epicmorg/confluence:4.2.6-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:4.2.6-jdk7" + image: "epicmorg/confluence:4.2.6-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.7/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.2.7/Dockerfile index fcfded7dc..7a6aabe03 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 4227358f5..3eb886be8 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.2.7/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.7/docker-compose.yml b/linux/ecosystem/atlassian/confluence/4/4.2.7/docker-compose.yml index 5f8a6cbc9..589fd4d19 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/4/4.2.7/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:4.2.7" + image: "epicmorg/confluence:4.2.7" build: context: . app-jdk6: - image: "quay.io/epicmorg/confluence:4.2.7-jdk6" + image: "epicmorg/confluence:4.2.7-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:4.2.7-jdk7" + image: "epicmorg/confluence:4.2.7-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.8/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.2.8/Dockerfile index ba11a3e34..a38275429 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.8/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 1a402d327..e6cc0b083 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.8/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.2.8/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.8/docker-compose.yml b/linux/ecosystem/atlassian/confluence/4/4.2.8/docker-compose.yml index bf75f759a..b152d6e43 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/4/4.2.8/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:4.2.8" + image: "epicmorg/confluence:4.2.8" build: context: . app-jdk6: - image: "quay.io/epicmorg/confluence:4.2.8-jdk6" + image: "epicmorg/confluence:4.2.8-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:4.2.8-jdk7" + image: "epicmorg/confluence:4.2.8-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/confluence/4/4.2/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.2/Dockerfile index e06cd1d90..626c4d25c 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.2/Dockerfile.jdk7 index 43d2f06fc..0baddcdd4 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/4/4.2/docker-compose.yml index d7ea22e60..5ef3f8fed 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/4/4.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:4.2" + image: "epicmorg/confluence:4.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/confluence:4.2-jdk6" + image: "epicmorg/confluence:4.2-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:4.2-jdk7" + image: "epicmorg/confluence:4.2-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.1/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.3.1/Dockerfile index bd748590a..5cff8ec0c 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 ec695ac25..43a57272e 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.3.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/4/4.3.1/docker-compose.yml index 410438865..2318127d7 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/4/4.3.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:4.3.1" + image: "epicmorg/confluence:4.3.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/confluence:4.3.1-jdk6" + image: "epicmorg/confluence:4.3.1-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:4.3.1-jdk7" + image: "epicmorg/confluence:4.3.1-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.2/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.3.2/Dockerfile index 9395fde00..f0bb0063c 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 29281d7e7..1593aeba7 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.3.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/4/4.3.2/docker-compose.yml index 013586dc8..2a9f40bd0 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/4/4.3.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:4.3.2" + image: "epicmorg/confluence:4.3.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/confluence:4.3.2-jdk6" + image: "epicmorg/confluence:4.3.2-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:4.3.2-jdk7" + image: "epicmorg/confluence:4.3.2-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.3/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.3.3/Dockerfile index 0cc68e34e..30f53b1c1 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 794d80d89..d49abff29 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.3.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/4/4.3.3/docker-compose.yml index 611cb269c..3b69fbb4c 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/4/4.3.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:4.3.3" + image: "epicmorg/confluence:4.3.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/confluence:4.3.3-jdk6" + image: "epicmorg/confluence:4.3.3-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:4.3.3-jdk7" + image: "epicmorg/confluence:4.3.3-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.5/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.3.5/Dockerfile index f1f4caba4..6650b6cc5 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.3.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 b001765fd..ec3c5f269 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.3.5/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.5/docker-compose.yml b/linux/ecosystem/atlassian/confluence/4/4.3.5/docker-compose.yml index daa65d3d5..5fdb5bb66 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/4/4.3.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:4.3.5" + image: "epicmorg/confluence:4.3.5" build: context: . app-jdk6: - image: "quay.io/epicmorg/confluence:4.3.5-jdk6" + image: "epicmorg/confluence:4.3.5-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:4.3.5-jdk7" + image: "epicmorg/confluence:4.3.5-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.6/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.3.6/Dockerfile index 6f9275106..34a6be05d 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.3.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 3e8b747d4..db55b29ac 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.6/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.3.6/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.6/docker-compose.yml b/linux/ecosystem/atlassian/confluence/4/4.3.6/docker-compose.yml index ffaba0448..2bf02dc26 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/4/4.3.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:4.3.6" + image: "epicmorg/confluence:4.3.6" build: context: . app-jdk6: - image: "quay.io/epicmorg/confluence:4.3.6-jdk6" + image: "epicmorg/confluence:4.3.6-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:4.3.6-jdk7" + image: "epicmorg/confluence:4.3.6-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.7/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.3.7/Dockerfile index 4b0aae93e..1ace0eab4 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.3.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 d5c3245fe..0cdbb62f1 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.3.7/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.7/docker-compose.yml b/linux/ecosystem/atlassian/confluence/4/4.3.7/docker-compose.yml index b8b694275..68e155442 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/4/4.3.7/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:4.3.7" + image: "epicmorg/confluence:4.3.7" build: context: . app-jdk6: - image: "quay.io/epicmorg/confluence:4.3.7-jdk6" + image: "epicmorg/confluence:4.3.7-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:4.3.7-jdk7" + image: "epicmorg/confluence:4.3.7-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/confluence/4/4.3/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.3/Dockerfile index c24070511..2c5d02ccc 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.3/Dockerfile.jdk7 index 2979b1b15..2e643d76d 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/4/4.3/docker-compose.yml index 4fff1cca5..9978eabdd 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/4/4.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:4.3" + image: "epicmorg/confluence:4.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/confluence:4.3-jdk6" + image: "epicmorg/confluence:4.3-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:4.3-jdk7" + image: "epicmorg/confluence:4.3-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/confluence/5/5.0.1/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.0.1/Dockerfile index 398e72b65..8f01acb26 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.0.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.0.1/docker-compose.yml index 32271cefe..1857e54a4 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.0.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.0.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:5.0.1" + image: "epicmorg/confluence:5.0.1" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.0.1-jdk7" + image: "epicmorg/confluence:5.0.1-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/5/5.0.2/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.0.2/Dockerfile index 4f0deaba5..1e45eb55a 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.0.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.0.2/docker-compose.yml index 7b4354d96..1e48d3b4d 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.0.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.0.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:5.0.2" + image: "epicmorg/confluence:5.0.2" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.0.2-jdk7" + image: "epicmorg/confluence:5.0.2-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/5/5.0.3/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.0.3/Dockerfile index c2de1fb42..6bff6646d 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.0.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.0.3/docker-compose.yml index 1bb112a2c..10cdb61a7 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.0.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.0.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:5.0.3" + image: "epicmorg/confluence:5.0.3" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.0.3-jdk7" + image: "epicmorg/confluence:5.0.3-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/5/5.0/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.0/Dockerfile index 24428a12b..054f1cc84 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.0/docker-compose.yml index 8bce8015c..fe159597b 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:5.0" + image: "epicmorg/confluence:5.0" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.0-jdk7" + image: "epicmorg/confluence:5.0-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/5/5.1.1/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.1.1/Dockerfile index 92952adcd..83bc092dc 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.1.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.1.1/docker-compose.yml index 0f13906e4..8f2f27b9b 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.1.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.1.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:5.1.1" + image: "epicmorg/confluence:5.1.1" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.1.1-jdk7" + image: "epicmorg/confluence:5.1.1-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/5/5.1.2/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.1.2/Dockerfile index df3c06980..b5e654e34 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.1.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.1.2/docker-compose.yml index 5befc661f..3c75c481f 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.1.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.1.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:5.1.2" + image: "epicmorg/confluence:5.1.2" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.1.2-jdk7" + image: "epicmorg/confluence:5.1.2-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/5/5.1.3/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.1.3/Dockerfile index ad57b44a7..8772d33f3 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.1.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.1.3/docker-compose.yml index c5a6d2120..d3c8759f7 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.1.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.1.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:5.1.3" + image: "epicmorg/confluence:5.1.3" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.1.3-jdk7" + image: "epicmorg/confluence:5.1.3-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/5/5.1.4/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.1.4/Dockerfile index 5e7fd63a9..1a7f87700 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.1.4/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.1.4/docker-compose.yml index f7f48c87f..d1e1dc9ad 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.1.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.1.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:5.1.4" + image: "epicmorg/confluence:5.1.4" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.1.4-jdk7" + image: "epicmorg/confluence:5.1.4-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/5/5.1.5/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.1.5/Dockerfile index 0f1bd4cda..8292345a3 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.1.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.1.5/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.1.5/docker-compose.yml index 456e3ac53..df467c188 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.1.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.1.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:5.1.5" + image: "epicmorg/confluence:5.1.5" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.1.5-jdk7" + image: "epicmorg/confluence:5.1.5-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/5/5.1/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.1/Dockerfile index e9c6dfc5f..2a4777f86 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.1/docker-compose.yml index 013a2aaca..9270b5329 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:5.1" + image: "epicmorg/confluence:5.1" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.1-jdk7" + image: "epicmorg/confluence:5.1-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.0/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.10.0/Dockerfile index 06b5b73f1..a6e29a208 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.10.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 f4d37f82d..c1a1288c5 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.0/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.10.0/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.10.0/docker-compose.yml index 1d96a986d..c34219694 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.10.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.10.0" + image: "epicmorg/confluence:5.10.0" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.10.0-jdk7" + image: "epicmorg/confluence:5.10.0-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.10.0-jdk8" + image: "epicmorg/confluence:5.10.0-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.1/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.10.1/Dockerfile index 53c09bab6..3760ca0cf 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.10.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 bc13231bc..b8074f661 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.1/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.10.1/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.10.1/docker-compose.yml index 24ec697b9..9e1872a18 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.10.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.10.1" + image: "epicmorg/confluence:5.10.1" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.10.1-jdk7" + image: "epicmorg/confluence:5.10.1-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.10.1-jdk8" + image: "epicmorg/confluence:5.10.1-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.2/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.10.2/Dockerfile index a8266f908..1d157224b 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.10.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 b20b8e93d..f999cddd1 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.2/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.10.2/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.10.2/docker-compose.yml index 74dda58f4..46d57f423 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.10.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.10.2" + image: "epicmorg/confluence:5.10.2" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.10.2-jdk7" + image: "epicmorg/confluence:5.10.2-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.10.2-jdk8" + image: "epicmorg/confluence:5.10.2-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.3/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.10.3/Dockerfile index 55ccf7419..12fc60854 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.10.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 53020502b..d333808b8 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.3/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.10.3/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.10.3/docker-compose.yml index af8bc87a9..7247bf351 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.10.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.10.3" + image: "epicmorg/confluence:5.10.3" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.10.3-jdk7" + image: "epicmorg/confluence:5.10.3-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.10.3-jdk8" + image: "epicmorg/confluence:5.10.3-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.4/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.10.4/Dockerfile index 84b85952e..0fd7f0a2a 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.10.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 bb0f8ede3..20ee746a6 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.4/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.10.4/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.4/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.10.4/docker-compose.yml index e24ad571d..26dd01f30 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.10.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.10.4" + image: "epicmorg/confluence:5.10.4" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.10.4-jdk7" + image: "epicmorg/confluence:5.10.4-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.10.4-jdk8" + image: "epicmorg/confluence:5.10.4-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.6/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.10.6/Dockerfile index acc253e5a..8fc3b0f80 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.10.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 fa04a56ef..d82a0eae0 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.6/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.10.6/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.6/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.10.6/docker-compose.yml index 90827e563..9b89a1259 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.10.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.10.6" + image: "epicmorg/confluence:5.10.6" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.10.6-jdk7" + image: "epicmorg/confluence:5.10.6-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.10.6-jdk8" + image: "epicmorg/confluence:5.10.6-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.7/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.10.7/Dockerfile index 973a81ed9..68b163239 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.10.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 c3541dd6f..1a1b88e28 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.7/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.10.7/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.7/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.10.7/docker-compose.yml index e057cada0..8643adf5a 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.10.7/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.10.7" + image: "epicmorg/confluence:5.10.7" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.10.7-jdk7" + image: "epicmorg/confluence:5.10.7-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.10.7-jdk8" + image: "epicmorg/confluence:5.10.7-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.8/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.10.8/Dockerfile index 8012d4c28..96eed4cd5 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.8/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.10.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 456b51b8a..cc9e47e59 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.8/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.10.8/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.8/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.10.8/docker-compose.yml index 673b5a615..b296443ad 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.10.8/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.10.8" + image: "epicmorg/confluence:5.10.8" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.10.8-jdk7" + image: "epicmorg/confluence:5.10.8-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.10.8-jdk8" + image: "epicmorg/confluence:5.10.8-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.9/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.10.9/Dockerfile index f325fdfc7..7a0adda99 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.9/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.10.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 3b8f567b7..77ac219fa 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.9/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.10.9/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.9/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.10.9/docker-compose.yml index 9c744c044..71adf4de8 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.10.9/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.10.9" + image: "epicmorg/confluence:5.10.9" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.10.9-jdk7" + image: "epicmorg/confluence:5.10.9-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.10.9-jdk8" + image: "epicmorg/confluence:5.10.9-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.2.3/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.2.3/Dockerfile index c400c099e..fc2d14cdc 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.2.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.2.3/docker-compose.yml index 308c5400a..8fdc9ee01 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.2.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.2.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:5.2.3" + image: "epicmorg/confluence:5.2.3" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.2.3-jdk7" + image: "epicmorg/confluence:5.2.3-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/5/5.2.5/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.2.5/Dockerfile index 062354e96..b8276d857 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.2.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.2.5/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.2.5/docker-compose.yml index 26ef61418..f6e42d4dc 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.2.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.2.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:5.2.5" + image: "epicmorg/confluence:5.2.5" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.2.5-jdk7" + image: "epicmorg/confluence:5.2.5-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/5/5.3.1/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.3.1/Dockerfile index 929aec768..3e5a0e136 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.3.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.3.1/docker-compose.yml index 32f15e323..f62e64f97 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.3.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.3.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:5.3.1" + image: "epicmorg/confluence:5.3.1" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.3.1-jdk7" + image: "epicmorg/confluence:5.3.1-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/5/5.3.4/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.3.4/Dockerfile index e78cb992c..e1347411b 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.3.4/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.3.4/docker-compose.yml index c6d333854..1e630f296 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.3.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.3.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:5.3.4" + image: "epicmorg/confluence:5.3.4" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.3.4-jdk7" + image: "epicmorg/confluence:5.3.4-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/5/5.3/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.3/Dockerfile index 1ba24cb5d..b244d6ec8 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.3/docker-compose.yml index a53938e5c..4b9e3427e 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:5.3" + image: "epicmorg/confluence:5.3" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.3-jdk7" + image: "epicmorg/confluence:5.3-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/5/5.4.1/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.4.1/Dockerfile index 0c9651e62..ccbf8a387 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.4.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.4.1/docker-compose.yml index 993799928..dcb733a2d 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.4.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.4.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:5.4.1" + image: "epicmorg/confluence:5.4.1" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.4.1-jdk7" + image: "epicmorg/confluence:5.4.1-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/5/5.4.2/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.4.2/Dockerfile index 0bd573940..a60beb1bc 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.4.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.4.2/docker-compose.yml index feafdaedc..ac9f700fb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.4.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.4.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:5.4.2" + image: "epicmorg/confluence:5.4.2" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.4.2-jdk7" + image: "epicmorg/confluence:5.4.2-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/5/5.4.3/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.4.3/Dockerfile index ee86883f9..1d933faac 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.4.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.4.3/docker-compose.yml index 4bb1947d7..9611c7722 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.4.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.4.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:5.4.3" + image: "epicmorg/confluence:5.4.3" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.4.3-jdk7" + image: "epicmorg/confluence:5.4.3-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/5/5.4.4/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.4.4/Dockerfile index 74d4c9446..75d9ea6f5 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.4.4/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.4.4/docker-compose.yml index 2bfbdeccc..3c4179964 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.4.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.4.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:5.4.4" + image: "epicmorg/confluence:5.4.4" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.4.4-jdk7" + image: "epicmorg/confluence:5.4.4-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/5/5.4/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.4/Dockerfile index 18d394d67..fb5eda0eb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.4/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.4/docker-compose.yml index 57972399e..2744580ef 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:5.4" + image: "epicmorg/confluence:5.4" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.4-jdk7" + image: "epicmorg/confluence:5.4-jdk7" build: context: . 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 dafe600d7..cebdba750 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.5-OD-31-009/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.5-OD-31-009/docker-compose.yml index 6bbf2c788..52238171f 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.5-OD-31-009/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.5-OD-31-009/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:5.5-OD-31-009" + image: "epicmorg/confluence:5.5-OD-31-009" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.5-OD-31-009-jdk7" + image: "epicmorg/confluence:5.5-OD-31-009-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/5/5.5.1/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.5.1/Dockerfile index ef5fa926d..7e4be155f 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.5.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.5.1/docker-compose.yml index 01b1f2874..f1fe308f6 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.5.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.5.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:5.5.1" + image: "epicmorg/confluence:5.5.1" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.5.1-jdk7" + image: "epicmorg/confluence:5.5.1-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/5/5.5.2/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.5.2/Dockerfile index 9b4b52615..6c171af7f 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.5.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.5.2/docker-compose.yml index 7cb4503e4..0e24543ff 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.5.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.5.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:5.5.2" + image: "epicmorg/confluence:5.5.2" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.5.2-jdk7" + image: "epicmorg/confluence:5.5.2-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/5/5.5.3/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.5.3/Dockerfile index c01052423..5e4d6266b 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.5.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.5.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.5.3/docker-compose.yml index 9ab9279be..f58763571 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.5.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.5.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:5.5.3" + image: "epicmorg/confluence:5.5.3" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.5.3-jdk7" + image: "epicmorg/confluence:5.5.3-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/5/5.5.6/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.5.6/Dockerfile index d2c3816aa..e4ffdc79f 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.5.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.5.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.5.6/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.5.6/docker-compose.yml index 8f71bbadb..3fdd008aa 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.5.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.5.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:5.5.6" + image: "epicmorg/confluence:5.5.6" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.5.6-jdk7" + image: "epicmorg/confluence:5.5.6-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/5/5.5/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.5/Dockerfile index a149954da..f6818a007 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.5/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.5/docker-compose.yml index 357f356b1..3aa15c1ba 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:5.5" + image: "epicmorg/confluence:5.5" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.5-jdk7" + image: "epicmorg/confluence:5.5-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/5/5.6.1/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.6.1/Dockerfile index 8b4b99eaf..078bcad15 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.6.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.6.1/docker-compose.yml index 8054844c5..5bc0a53a5 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.6.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.6.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:5.6.1" + image: "epicmorg/confluence:5.6.1" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.6.1-jdk7" + image: "epicmorg/confluence:5.6.1-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/5/5.6.3/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.6.3/Dockerfile index 167027053..23ba4fbb1 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.6.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.6.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.6.3/docker-compose.yml index 1d35a26fd..b055ac1c8 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.6.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.6.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:5.6.3" + image: "epicmorg/confluence:5.6.3" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.6.3-jdk7" + image: "epicmorg/confluence:5.6.3-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/5/5.6.4/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.6.4/Dockerfile index 6f48f77e8..1dacbde05 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.6.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.6.4/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.6.4/docker-compose.yml index 34b49a0cd..fc5ed7aa4 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.6.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.6.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:5.6.4" + image: "epicmorg/confluence:5.6.4" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.6.4-jdk7" + image: "epicmorg/confluence:5.6.4-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/5/5.6.5/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.6.5/Dockerfile index a6b9438c5..e22cb8854 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.6.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.6.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.6.5/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.6.5/docker-compose.yml index 93e8b28c9..1c9bd7a20 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.6.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.6.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:5.6.5" + image: "epicmorg/confluence:5.6.5" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.6.5-jdk7" + image: "epicmorg/confluence:5.6.5-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/5/5.6.6/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.6.6/Dockerfile index 3f6ef0873..b412c8ce3 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.6.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.6.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.6.6/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.6.6/docker-compose.yml index 4e8928805..8ff694340 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.6.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.6.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:5.6.6" + image: "epicmorg/confluence:5.6.6" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.6.6-jdk7" + image: "epicmorg/confluence:5.6.6-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/5/5.7.1/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.7.1/Dockerfile index 70111d14d..1fd78aa8d 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 ca26b2d7a..97d768728 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.1/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.7.1/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.7.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.7.1/docker-compose.yml index e9a33088e..95f354288 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.7.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.7.1" + image: "epicmorg/confluence:5.7.1" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.7.1-jdk7" + image: "epicmorg/confluence:5.7.1-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.7.1-jdk8" + image: "epicmorg/confluence:5.7.1-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.7.3/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.7.3/Dockerfile index fff5dfaff..a5af47d8e 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.7.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 45f2ca231..fa7e78575 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.3/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.7.3/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.7.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.7.3/docker-compose.yml index 0618a12d9..3fc80121e 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.7.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.7.3" + image: "epicmorg/confluence:5.7.3" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.7.3-jdk7" + image: "epicmorg/confluence:5.7.3-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.7.3-jdk8" + image: "epicmorg/confluence:5.7.3-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.7.4/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.7.4/Dockerfile index fab042983..c2e55a886 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 29471fc1e..951b0a72c 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.4/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.7.4/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.7.4/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.7.4/docker-compose.yml index 3114b45c0..927d39fa9 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.7.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.7.4" + image: "epicmorg/confluence:5.7.4" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.7.4-jdk7" + image: "epicmorg/confluence:5.7.4-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.7.4-jdk8" + image: "epicmorg/confluence:5.7.4-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.7.5/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.7.5/Dockerfile index 2397da933..d803e7324 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.7.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 8e4d1bd84..08de0b498 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.5/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.7.5/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.7.5/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.7.5/docker-compose.yml index 428751182..6d802d2f0 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.7.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.7.5" + image: "epicmorg/confluence:5.7.5" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.7.5-jdk7" + image: "epicmorg/confluence:5.7.5-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.7.5-jdk8" + image: "epicmorg/confluence:5.7.5-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.7.6/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.7.6/Dockerfile index cb1c2c142..453ef3c74 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.7.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 19f354d6e..aa7e7248b 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.6/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.7.6/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.7.6/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.7.6/docker-compose.yml index e61c9317c..fa2dbaf1c 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.7.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.7.6" + image: "epicmorg/confluence:5.7.6" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.7.6-jdk7" + image: "epicmorg/confluence:5.7.6-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.7.6-jdk8" + image: "epicmorg/confluence:5.7.6-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.7/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.7/Dockerfile index 976b8be49..50164c327 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.7/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.7/Dockerfile.jdk8 index 49485a5d9..4f275c384 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.7/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.7/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.7/docker-compose.yml index c02bc1eec..a509579ee 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.7/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.7" + image: "epicmorg/confluence:5.7" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.7-jdk7" + image: "epicmorg/confluence:5.7-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.7-jdk8" + image: "epicmorg/confluence:5.7-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.10/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.8.10/Dockerfile index b4086d500..bd8536e16 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.10/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 6951b86ca..929d6a4f6 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.10/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.8.10/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.10/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.8.10/docker-compose.yml index ee1f4e7b3..c4cf7431d 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.10/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.8.10/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.8.10" + image: "epicmorg/confluence:5.8.10" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.8.10-jdk7" + image: "epicmorg/confluence:5.8.10-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.8.10-jdk8" + image: "epicmorg/confluence:5.8.10-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.13/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.8.13/Dockerfile index c4615497f..bea263724 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.13/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 869c07611..685280525 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.13/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.8.13/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.13/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.8.13/docker-compose.yml index da92dd462..6d558cdc8 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.13/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.8.13/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.8.13" + image: "epicmorg/confluence:5.8.13" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.8.13-jdk7" + image: "epicmorg/confluence:5.8.13-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.8.13-jdk8" + image: "epicmorg/confluence:5.8.13-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.14/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.8.14/Dockerfile index 4010a2564..5cd1e625e 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.14/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.14/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 7d6a723ba..e68baffb2 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.14/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.8.14/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.14/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.8.14/docker-compose.yml index 1a2462383..d1143a92c 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.14/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.8.14/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.8.14" + image: "epicmorg/confluence:5.8.14" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.8.14-jdk7" + image: "epicmorg/confluence:5.8.14-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.8.14-jdk8" + image: "epicmorg/confluence:5.8.14-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.15/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.8.15/Dockerfile index 50b9583af..37d0cac06 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.15/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.15/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 14d9652f6..fafac2b82 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.15/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.8.15/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.15/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.8.15/docker-compose.yml index d56d122b3..7ea5b8813 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.15/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.8.15/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.8.15" + image: "epicmorg/confluence:5.8.15" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.8.15-jdk7" + image: "epicmorg/confluence:5.8.15-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.8.15-jdk8" + image: "epicmorg/confluence:5.8.15-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.16/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.8.16/Dockerfile index 096c9d21e..b0d521a5b 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.16/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 2cc3489a6..e24a9a14d 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.16/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.8.16/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.16/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.8.16/docker-compose.yml index 1c7446378..8cb01b00c 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.16/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.8.16/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.8.16" + image: "epicmorg/confluence:5.8.16" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.8.16-jdk7" + image: "epicmorg/confluence:5.8.16-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.8.16-jdk8" + image: "epicmorg/confluence:5.8.16-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.17/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.8.17/Dockerfile index b8029feae..22b28dea9 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.17/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 dc62b0499..f33b8fd55 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.17/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.8.17/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.17/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.8.17/docker-compose.yml index 1ea9cc3a7..9eff94170 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.17/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.8.17/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.8.17" + image: "epicmorg/confluence:5.8.17" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.8.17-jdk7" + image: "epicmorg/confluence:5.8.17-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.8.17-jdk8" + image: "epicmorg/confluence:5.8.17-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.18/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.8.18/Dockerfile index 4815e225c..dea77b8a3 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.18/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.18/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 b49ff6169..98fa10152 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.18/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.8.18/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.18/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.8.18/docker-compose.yml index 777a36aed..11c62dc2d 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.18/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.8.18/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.8.18" + image: "epicmorg/confluence:5.8.18" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.8.18-jdk7" + image: "epicmorg/confluence:5.8.18-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.8.18-jdk8" + image: "epicmorg/confluence:5.8.18-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.2/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.8.2/Dockerfile index ab3553ee4..6c6bfc712 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 8a9bb8bea..7744c367b 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.2/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.8.2/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.8.2/docker-compose.yml index e40418409..46ddd7b93 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.8.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.8.2" + image: "epicmorg/confluence:5.8.2" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.8.2-jdk7" + image: "epicmorg/confluence:5.8.2-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.8.2-jdk8" + image: "epicmorg/confluence:5.8.2-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.4/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.8.4/Dockerfile index 891dcd8cb..6f4e8df25 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 89a048d48..8f7aff37c 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.4/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.8.4/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.4/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.8.4/docker-compose.yml index 9216fc4cb..d759ee56f 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.8.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.8.4" + image: "epicmorg/confluence:5.8.4" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.8.4-jdk7" + image: "epicmorg/confluence:5.8.4-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.8.4-jdk8" + image: "epicmorg/confluence:5.8.4-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.5/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.8.5/Dockerfile index d3f6d8e1b..125e43acc 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 507a35c9b..66e222142 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.5/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.8.5/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.5/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.8.5/docker-compose.yml index b16d1f11e..d004ff737 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.8.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.8.5" + image: "epicmorg/confluence:5.8.5" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.8.5-jdk7" + image: "epicmorg/confluence:5.8.5-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.8.5-jdk8" + image: "epicmorg/confluence:5.8.5-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.6/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.8.6/Dockerfile index 600bc5012..44f1c5bce 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 f311f9815..bfa3dfc8b 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.6/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.8.6/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.6/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.8.6/docker-compose.yml index 28e393da2..a83ed6499 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.8.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.8.6" + image: "epicmorg/confluence:5.8.6" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.8.6-jdk7" + image: "epicmorg/confluence:5.8.6-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.8.6-jdk8" + image: "epicmorg/confluence:5.8.6-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.8/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.8.8/Dockerfile index 9437ff92f..694af6916 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.8/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 90cb1240c..c3783fac0 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.8/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.8.8/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.8/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.8.8/docker-compose.yml index b920c1036..58d118864 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.8.8/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.8.8" + image: "epicmorg/confluence:5.8.8" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.8.8-jdk7" + image: "epicmorg/confluence:5.8.8-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.8.8-jdk8" + image: "epicmorg/confluence:5.8.8-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.9/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.8.9/Dockerfile index 1cfb9ff6d..60469a93e 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.9/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 c855a0727..d5898d0cd 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.9/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.8.9/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.9/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.8.9/docker-compose.yml index e258fc899..35d0d9cc6 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.8.9/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.8.9" + image: "epicmorg/confluence:5.8.9" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.8.9-jdk7" + image: "epicmorg/confluence:5.8.9-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.8.9-jdk8" + image: "epicmorg/confluence:5.8.9-jdk8" build: context: . dockerfile: Dockerfile.jdk8 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 b58a8a67e..bb49732d1 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.1-beta11/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.1-beta11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 7bafe006b..8ed64f67b 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.1-beta11/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.9.1-beta11/docker-compose.yml index 938282a19..7fef8ef10 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.1-beta11/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.9.1-beta11/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.9.1-beta11" + image: "epicmorg/confluence:5.9.1-beta11" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.9.1-beta11-jdk7" + image: "epicmorg/confluence:5.9.1-beta11-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.9.1-beta11-jdk8" + image: "epicmorg/confluence:5.9.1-beta11-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.1/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.1/Dockerfile index 64089f7d4..e426c8eda 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 2a2619d0b..8cd1db0e7 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.1/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.1/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.9.1/docker-compose.yml index d89ccdc63..2a8d9094f 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.9.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.9.1" + image: "epicmorg/confluence:5.9.1" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.9.1-jdk7" + image: "epicmorg/confluence:5.9.1-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.9.1-jdk8" + image: "epicmorg/confluence:5.9.1-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.10/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.10/Dockerfile index 011642430..5a5861817 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.10/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 c3663d16f..14ccaaa94 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.10/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.10/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.10/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.9.10/docker-compose.yml index 670b257a2..96e868b7e 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.10/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.9.10/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.9.10" + image: "epicmorg/confluence:5.9.10" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.9.10-jdk7" + image: "epicmorg/confluence:5.9.10-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.9.10-jdk8" + image: "epicmorg/confluence:5.9.10-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.11/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.11/Dockerfile index 10c362b21..c10ba3871 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.11/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 a282379a7..3a8b96cb7 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.11/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.11/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.11/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.9.11/docker-compose.yml index 15d8db9b7..c123170a9 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.11/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.9.11/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.9.11" + image: "epicmorg/confluence:5.9.11" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.9.11-jdk7" + image: "epicmorg/confluence:5.9.11-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.9.11-jdk8" + image: "epicmorg/confluence:5.9.11-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.12/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.12/Dockerfile index 4bdb5ba40..38ca5ea35 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.12/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 adb971b06..098b7120e 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.12/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.12/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.12/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.9.12/docker-compose.yml index c83cd8ed4..eb9668fb9 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.12/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.9.12/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.9.12" + image: "epicmorg/confluence:5.9.12" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.9.12-jdk7" + image: "epicmorg/confluence:5.9.12-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.9.12-jdk8" + image: "epicmorg/confluence:5.9.12-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.14/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.14/Dockerfile index f04658c7f..cb3f7c713 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.14/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.14/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 61f5f3a1b..00e0d7bd3 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.14/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.14/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.14/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.9.14/docker-compose.yml index 8394bfc65..ab3860f80 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.14/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.9.14/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.9.14" + image: "epicmorg/confluence:5.9.14" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.9.14-jdk7" + image: "epicmorg/confluence:5.9.14-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.9.14-jdk8" + image: "epicmorg/confluence:5.9.14-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.2/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.2/Dockerfile index d143bc23c..9b65eee23 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 5a5df4cd9..f0b8d2bd2 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.2/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.2/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.9.2/docker-compose.yml index c246860bd..203c7da73 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.9.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.9.2" + image: "epicmorg/confluence:5.9.2" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.9.2-jdk7" + image: "epicmorg/confluence:5.9.2-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.9.2-jdk8" + image: "epicmorg/confluence:5.9.2-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.3/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.3/Dockerfile index e043467a3..869c807a0 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 20df0a115..58d3091d0 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.3/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.3/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.9.3/docker-compose.yml index aef81fbab..d81c18893 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.9.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.9.3" + image: "epicmorg/confluence:5.9.3" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.9.3-jdk7" + image: "epicmorg/confluence:5.9.3-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.9.3-jdk8" + image: "epicmorg/confluence:5.9.3-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.4/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.4/Dockerfile index 67a8f6b2e..62af2a823 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 e1e5f7aff..d924298f9 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.4/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.4/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.4/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.9.4/docker-compose.yml index 21a8bdf95..be170c2e3 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.9.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.9.4" + image: "epicmorg/confluence:5.9.4" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.9.4-jdk7" + image: "epicmorg/confluence:5.9.4-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.9.4-jdk8" + image: "epicmorg/confluence:5.9.4-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.5/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.5/Dockerfile index 1103a473f..443cd1298 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 7065e3541..8d4ac8e00 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.5/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.5/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.5/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.9.5/docker-compose.yml index 3c648212e..ab0a05a39 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.9.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.9.5" + image: "epicmorg/confluence:5.9.5" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.9.5-jdk7" + image: "epicmorg/confluence:5.9.5-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.9.5-jdk8" + image: "epicmorg/confluence:5.9.5-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.6/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.6/Dockerfile index 373165c57..bc0b37a9b 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 f5264716a..f6e9b74d9 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.6/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.6/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.6/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.9.6/docker-compose.yml index 73720cb7b..94454e2db 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.9.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.9.6" + image: "epicmorg/confluence:5.9.6" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.9.6-jdk7" + image: "epicmorg/confluence:5.9.6-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.9.6-jdk8" + image: "epicmorg/confluence:5.9.6-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.7/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.7/Dockerfile index 076bffd2c..b81562ca2 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 d5319ba4d..c8732b96c 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.7/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.7/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.7/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.9.7/docker-compose.yml index 0eb146f76..982554481 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.9.7/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.9.7" + image: "epicmorg/confluence:5.9.7" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.9.7-jdk7" + image: "epicmorg/confluence:5.9.7-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.9.7-jdk8" + image: "epicmorg/confluence:5.9.7-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.8/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.8/Dockerfile index a97e084f7..7a631ff5e 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.8/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 c2f1396fe..68110c407 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.8/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.8/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.8/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.9.8/docker-compose.yml index a6dd23592..10d82dba5 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.9.8/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.9.8" + image: "epicmorg/confluence:5.9.8" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.9.8-jdk7" + image: "epicmorg/confluence:5.9.8-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.9.8-jdk8" + image: "epicmorg/confluence:5.9.8-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.9/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.9/Dockerfile index b9e383ed7..7f3c1fea4 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.9/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 ddb8e0e12..c0dabf5d4 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.9/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.9/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.9/docker-compose.yml b/linux/ecosystem/atlassian/confluence/5/5.9.9/docker-compose.yml index ba6d95958..70d886ed3 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/5/5.9.9/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:5.9.9" + image: "epicmorg/confluence:5.9.9" build: context: . app-jdk7: - image: "quay.io/epicmorg/confluence:5.9.9-jdk7" + image: "epicmorg/confluence:5.9.9-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:5.9.9-jdk8" + image: "epicmorg/confluence:5.9.9-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/confluence/6/6.0.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.0.1/Dockerfile index f2d4bd5cc..04ce4c45b 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.0.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.0.1/docker-compose.yml index b9abdbfbf..24d1bbc39 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.0.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.0.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.0.1" + image: "epicmorg/confluence:6.0.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.0.1-jdk8" + image: "epicmorg/confluence:6.0.1-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.0.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.0.2/Dockerfile index 6e99d5c6b..1679285a3 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.0.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.0.2/docker-compose.yml index 3239be0d7..07cf12849 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.0.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.0.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.0.2" + image: "epicmorg/confluence:6.0.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.0.2-jdk8" + image: "epicmorg/confluence:6.0.2-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.0.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.0.3/Dockerfile index f541405df..db02e233a 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.0.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.0.3/docker-compose.yml index 47625861d..1e81d493a 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.0.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.0.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.0.3" + image: "epicmorg/confluence:6.0.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.0.3-jdk8" + image: "epicmorg/confluence:6.0.3-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.0.4/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.0.4/Dockerfile index df3e6d16e..84c666015 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.0.4/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.0.4/docker-compose.yml index 16ac432a9..7ede5c4bc 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.0.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.0.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.0.4" + image: "epicmorg/confluence:6.0.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.0.4-jdk8" + image: "epicmorg/confluence:6.0.4-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.0.5/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.0.5/Dockerfile index 17e46b405..0d6dc9755 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.0.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.0.5/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.0.5/docker-compose.yml index 0cc531293..05a2d1c3f 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.0.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.0.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.0.5" + image: "epicmorg/confluence:6.0.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.0.5-jdk8" + image: "epicmorg/confluence:6.0.5-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.0.6/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.0.6/Dockerfile index 1e297dc22..0c761a59d 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.0.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.0.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.0.6/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.0.6/docker-compose.yml index ea45ee4de..1875c3d20 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.0.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.0.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.0.6" + image: "epicmorg/confluence:6.0.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.0.6-jdk8" + image: "epicmorg/confluence:6.0.6-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.0.7/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.0.7/Dockerfile index 3e6a92615..607474ae9 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.0.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.0.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.0.7/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.0.7/docker-compose.yml index 7fcc18a49..74dd8415c 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.0.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.0.7/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.0.7" + image: "epicmorg/confluence:6.0.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.0.7-jdk8" + image: "epicmorg/confluence:6.0.7-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.1.0/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.1.0/Dockerfile index 407c7e51b..0152eed5a 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.1.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.1.0/docker-compose.yml index c17b54e16..f5a59ce55 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.1.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.1.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.1.0" + image: "epicmorg/confluence:6.1.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.1.0-jdk8" + image: "epicmorg/confluence:6.1.0-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.1.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.1.1/Dockerfile index 9f2e35082..85a6f3743 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.1.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.1.1/docker-compose.yml index 4a8826601..4d0034f9c 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.1.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.1.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.1.1" + image: "epicmorg/confluence:6.1.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.1.1-jdk8" + image: "epicmorg/confluence:6.1.1-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.1.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.1.2/Dockerfile index 9364058d3..5eed7548e 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.1.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.1.2/docker-compose.yml index 78b854a21..9aaa363e2 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.1.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.1.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.1.2" + image: "epicmorg/confluence:6.1.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.1.2-jdk8" + image: "epicmorg/confluence:6.1.2-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.1.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.1.3/Dockerfile index 38ee709d9..cc2a8e403 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.1.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.1.3/docker-compose.yml index 49daa039c..4dccf8f86 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.1.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.1.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.1.3" + image: "epicmorg/confluence:6.1.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.1.3-jdk8" + image: "epicmorg/confluence:6.1.3-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.1.4/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.1.4/Dockerfile index e5fc045f5..8d21f486e 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.1.4/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.1.4/docker-compose.yml index 3b637fb6e..800f0272d 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.1.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.1.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.1.4" + image: "epicmorg/confluence:6.1.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.1.4-jdk8" + image: "epicmorg/confluence:6.1.4-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.10.0/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.10.0/Dockerfile index e6ab47e9d..6ac93904d 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.10.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.10.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.10.0/docker-compose.yml index 6976cdcc3..964bc30fc 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.10.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.10.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.10.0" + image: "epicmorg/confluence:6.10.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.10.0-jdk8" + image: "epicmorg/confluence:6.10.0-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.10.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.10.1/Dockerfile index c2928dc9f..e30ac718b 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.10.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.10.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.10.1/docker-compose.yml index b097ed7ae..7a5df5ca3 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.10.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.10.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.10.1" + image: "epicmorg/confluence:6.10.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.10.1-jdk8" + image: "epicmorg/confluence:6.10.1-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.10.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.10.2/Dockerfile index 688c051c5..09f68c849 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.10.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.10.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.10.2/docker-compose.yml index 926091563..d0166d456 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.10.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.10.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.10.2" + image: "epicmorg/confluence:6.10.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.10.2-jdk8" + image: "epicmorg/confluence:6.10.2-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.10.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.10.3/Dockerfile index 08042b567..e5b9f683d 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.10.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.10.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.10.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.10.3/docker-compose.yml index 2e1f32d5f..7eda59d26 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.10.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.10.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.10.3" + image: "epicmorg/confluence:6.10.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.10.3-jdk8" + image: "epicmorg/confluence:6.10.3-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.11.0/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.11.0/Dockerfile index 7baeaab33..180c7b48e 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.11.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.11.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.11.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.11.0/docker-compose.yml index fe704b2eb..738db88b2 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.11.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.11.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.11.0" + image: "epicmorg/confluence:6.11.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.11.0-jdk8" + image: "epicmorg/confluence:6.11.0-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.11.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.11.1/Dockerfile index 19a8c963d..99840f3b6 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.11.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.11.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.11.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.11.1/docker-compose.yml index ff01b6dcb..63e91fffb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.11.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.11.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.11.1" + image: "epicmorg/confluence:6.11.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.11.1-jdk8" + image: "epicmorg/confluence:6.11.1-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.11.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.11.2/Dockerfile index f38ead01b..170e2cde6 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.11.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.11.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.11.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.11.2/docker-compose.yml index a0b79a73a..5c76b0b68 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.11.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.11.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.11.2" + image: "epicmorg/confluence:6.11.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.11.2-jdk8" + image: "epicmorg/confluence:6.11.2-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.12.0/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.12.0/Dockerfile index a496215ac..cf4ebb2df 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.12.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.12.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.12.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.12.0/docker-compose.yml index 967d6c1df..3f224b7aa 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.12.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.12.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.12.0" + image: "epicmorg/confluence:6.12.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.12.0-jdk8" + image: "epicmorg/confluence:6.12.0-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.12.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.12.1/Dockerfile index 4703e80a9..0f514b885 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.12.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.12.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.12.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.12.1/docker-compose.yml index af8aae63c..4c5d5dca6 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.12.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.12.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.12.1" + image: "epicmorg/confluence:6.12.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.12.1-jdk8" + image: "epicmorg/confluence:6.12.1-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.12.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.12.2/Dockerfile index 3f412a87c..dd475a5c7 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.12.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.12.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.12.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.12.2/docker-compose.yml index dc3e92f2f..949b67519 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.12.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.12.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.12.2" + image: "epicmorg/confluence:6.12.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.12.2-jdk8" + image: "epicmorg/confluence:6.12.2-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.12.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.12.3/Dockerfile index d3cf7c16b..586885a7c 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.12.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.12.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.12.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.12.3/docker-compose.yml index 92edf17d0..c7165c88b 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.12.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.12.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.12.3" + image: "epicmorg/confluence:6.12.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.12.3-jdk8" + image: "epicmorg/confluence:6.12.3-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.12.4/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.12.4/Dockerfile index 1d8717d34..6fe859667 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.12.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.12.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.12.4/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.12.4/docker-compose.yml index 1214acf38..e824b9900 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.12.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.12.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.12.4" + image: "epicmorg/confluence:6.12.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.12.4-jdk8" + image: "epicmorg/confluence:6.12.4-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.0/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.0/Dockerfile index db8f49f2c..8f7d47e60 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.13.0/docker-compose.yml index c21edacb9..18f844f2e 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.13.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.13.0" + image: "epicmorg/confluence:6.13.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.13.0-jdk8" + image: "epicmorg/confluence:6.13.0-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.1/Dockerfile index 45cb8b85f..4ca08fa39 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.13.1/docker-compose.yml index a4501d444..78a7ff06a 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.13.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.13.1" + image: "epicmorg/confluence:6.13.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.13.1-jdk8" + image: "epicmorg/confluence:6.13.1-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.10/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.10/Dockerfile index 7297d8b0a..cb696cf49 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.10/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.10/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.13.10/docker-compose.yml index 49583d19b..44e6b36b6 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.10/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.13.10/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.13.10" + image: "epicmorg/confluence:6.13.10" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.13.10-jdk8" + image: "epicmorg/confluence:6.13.10-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.11/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.11/Dockerfile index a1248560e..9fee05f7b 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.11/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.11/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.13.11/docker-compose.yml index dbdc1fe56..d5b5c906d 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.11/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.13.11/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.13.11" + image: "epicmorg/confluence:6.13.11" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.13.11-jdk8" + image: "epicmorg/confluence:6.13.11-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.12/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.12/Dockerfile index 14fce4b22..25ca08bb4 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.12/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.12/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.13.12/docker-compose.yml index 1f3e73d7e..8a98f6a86 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.12/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.13.12/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.13.12" + image: "epicmorg/confluence:6.13.12" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.13.12-jdk8" + image: "epicmorg/confluence:6.13.12-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.13/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.13/Dockerfile index efd18b3eb..711ddb1fe 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.13/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.13/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.13.13/docker-compose.yml index 0527acae3..25fcbeae7 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.13/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.13.13/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.13.13" + image: "epicmorg/confluence:6.13.13" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.13.13-jdk8" + image: "epicmorg/confluence:6.13.13-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.15/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.15/Dockerfile index 1ddef2de9..51f1235dc 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.15/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.15/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.15/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.13.15/docker-compose.yml index 47c83f4ca..1d99c9619 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.15/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.13.15/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.13.15" + image: "epicmorg/confluence:6.13.15" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.13.15-jdk8" + image: "epicmorg/confluence:6.13.15-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.17/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.17/Dockerfile index 4f115a5b5..cef6d6d35 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.17/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.17/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.13.17/docker-compose.yml index d70aec1e7..f33ebc7e0 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.17/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.13.17/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.13.17" + image: "epicmorg/confluence:6.13.17" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.13.17-jdk8" + image: "epicmorg/confluence:6.13.17-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.18/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.18/Dockerfile index 639c49d39..827118ad5 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.18/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.18/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.18/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.13.18/docker-compose.yml index 20ffc86e5..5d0b2c3d6 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.18/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.13.18/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.13.18" + image: "epicmorg/confluence:6.13.18" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.13.18-jdk8" + image: "epicmorg/confluence:6.13.18-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.19/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.19/Dockerfile index 05d8a36e5..89b6aa6cd 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.19/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.19/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.19/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.13.19/docker-compose.yml index 2a2555c1d..15fc6b695 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.19/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.13.19/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.13.19" + image: "epicmorg/confluence:6.13.19" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.13.19-jdk8" + image: "epicmorg/confluence:6.13.19-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.2/Dockerfile index 491482c11..e7d257e1e 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.13.2/docker-compose.yml index ebaedc95a..cab71c56a 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.13.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.13.2" + image: "epicmorg/confluence:6.13.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.13.2-jdk8" + image: "epicmorg/confluence:6.13.2-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.20/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.20/Dockerfile index ea5fe143a..8f3e47d7d 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.20/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.20/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.20/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.13.20/docker-compose.yml index 242dec3e5..133d62f9f 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.20/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.13.20/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.13.20" + image: "epicmorg/confluence:6.13.20" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.13.20-jdk8" + image: "epicmorg/confluence:6.13.20-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.21/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.21/Dockerfile index f33d88436..3849087bd 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.21/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.21/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.21/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.13.21/docker-compose.yml index f0f61ba24..eaf5cddfc 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.21/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.13.21/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.13.21" + image: "epicmorg/confluence:6.13.21" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.13.21-jdk8" + image: "epicmorg/confluence:6.13.21-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.23/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.23/Dockerfile index 918397add..3a4fe55b4 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.23/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.23/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.23/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.13.23/docker-compose.yml index ea3ac36bf..1da2c5160 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.23/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.13.23/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.13.23" + image: "epicmorg/confluence:6.13.23" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.13.23-jdk8" + image: "epicmorg/confluence:6.13.23-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.3/Dockerfile index 621a151f3..21187d21b 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.13.3/docker-compose.yml index d70dee5e4..e752a55e5 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.13.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.13.3" + image: "epicmorg/confluence:6.13.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.13.3-jdk8" + image: "epicmorg/confluence:6.13.3-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.4/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.4/Dockerfile index e8c591a67..06f8f3d31 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.4/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.13.4/docker-compose.yml index 3bed637cb..ac97c0580 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.13.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.13.4" + image: "epicmorg/confluence:6.13.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.13.4-jdk8" + image: "epicmorg/confluence:6.13.4-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.5/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.5/Dockerfile index 0baf59942..4715c6a50 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.5/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.13.5/docker-compose.yml index fdf754b5e..6681cbcd3 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.13.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.13.5" + image: "epicmorg/confluence:6.13.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.13.5-jdk8" + image: "epicmorg/confluence:6.13.5-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.6/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.6/Dockerfile index 5d50db5b3..f4f3c9d2d 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.6/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.13.6/docker-compose.yml index f5d46f050..6abc4fc9e 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.13.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.13.6" + image: "epicmorg/confluence:6.13.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.13.6-jdk8" + image: "epicmorg/confluence:6.13.6-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.7/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.7/Dockerfile index cd3a0dfb8..699a825f6 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.7/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.13.7/docker-compose.yml index 938c57ed5..a1db3a209 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.13.7/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.13.7" + image: "epicmorg/confluence:6.13.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.13.7-jdk8" + image: "epicmorg/confluence:6.13.7-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.8/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.8/Dockerfile index 8dfcae2d4..432d99f51 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.8/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.8/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.13.8/docker-compose.yml index c15088842..0123d23ef 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.13.8/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.13.8" + image: "epicmorg/confluence:6.13.8" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.13.8-jdk8" + image: "epicmorg/confluence:6.13.8-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.9/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.9/Dockerfile index 72a15da22..18625b3fa 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.9/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.9/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.13.9/docker-compose.yml index 429c91a7f..2c0d6a8ff 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.13.9/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.13.9" + image: "epicmorg/confluence:6.13.9" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.13.9-jdk8" + image: "epicmorg/confluence:6.13.9-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.14.0/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.14.0/Dockerfile index 713e1a172..d71f2f39f 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.14.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.14.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.14.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.14.0/docker-compose.yml index c0558462e..029af60a5 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.14.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.14.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.14.0" + image: "epicmorg/confluence:6.14.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.14.0-jdk8" + image: "epicmorg/confluence:6.14.0-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.14.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.14.1/Dockerfile index 39913f330..201ae30b8 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.14.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.14.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.14.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.14.1/docker-compose.yml index 7fb6f3e05..876760d98 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.14.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.14.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.14.1" + image: "epicmorg/confluence:6.14.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.14.1-jdk8" + image: "epicmorg/confluence:6.14.1-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.14.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.14.2/Dockerfile index 153ed2e2b..18ec938be 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.14.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.14.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.14.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.14.2/docker-compose.yml index e5a1ad43f..02d9c9dc7 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.14.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.14.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.14.2" + image: "epicmorg/confluence:6.14.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.14.2-jdk8" + image: "epicmorg/confluence:6.14.2-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.14.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.14.3/Dockerfile index f4c6798c0..e7f77e30c 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.14.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.14.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.14.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.14.3/docker-compose.yml index acc317f17..e1784a309 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.14.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.14.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.14.3" + image: "epicmorg/confluence:6.14.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.14.3-jdk8" + image: "epicmorg/confluence:6.14.3-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.15.1/Dockerfile index d54deb185..3d58af552 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.15.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.15.1/docker-compose.yml index f68b517b1..6d72c57aa 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.15.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.15.1" + image: "epicmorg/confluence:6.15.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.15.1-jdk8" + image: "epicmorg/confluence:6.15.1-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.10/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.15.10/Dockerfile index d9a6e97b2..83c7b1984 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.10/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.15.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.10/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.15.10/docker-compose.yml index d69406afd..d3558e56b 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.10/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.15.10/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.15.10" + image: "epicmorg/confluence:6.15.10" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.15.10-jdk8" + image: "epicmorg/confluence:6.15.10-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.15.2/Dockerfile index fe1abe0b0..71a216ced 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.15.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.15.2/docker-compose.yml index 579b76599..a66b619b7 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.15.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.15.2" + image: "epicmorg/confluence:6.15.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.15.2-jdk8" + image: "epicmorg/confluence:6.15.2-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.4/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.15.4/Dockerfile index 77b946799..148db0f10 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.15.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.4/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.15.4/docker-compose.yml index 730f12fb4..e955394cf 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.15.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.15.4" + image: "epicmorg/confluence:6.15.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.15.4-jdk8" + image: "epicmorg/confluence:6.15.4-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.6/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.15.6/Dockerfile index 123eb4109..339d84c50 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.15.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.6/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.15.6/docker-compose.yml index fd4ddb9a8..090c45819 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.15.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.15.6" + image: "epicmorg/confluence:6.15.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.15.6-jdk8" + image: "epicmorg/confluence:6.15.6-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.7/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.15.7/Dockerfile index e53026449..402f20a86 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.15.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.7/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.15.7/docker-compose.yml index f05e59f70..bac1ab378 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.15.7/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.15.7" + image: "epicmorg/confluence:6.15.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.15.7-jdk8" + image: "epicmorg/confluence:6.15.7-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.8/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.15.8/Dockerfile index 146b169b0..064c23299 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.8/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.15.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.8/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.15.8/docker-compose.yml index 4265d4f1d..d14082471 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.15.8/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.15.8" + image: "epicmorg/confluence:6.15.8" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.15.8-jdk8" + image: "epicmorg/confluence:6.15.8-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.9/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.15.9/Dockerfile index 1a8ee2ef7..5daa17d1a 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.9/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.15.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.9/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.15.9/docker-compose.yml index dfb7310bf..0f48ed656 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.15.9/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.15.9" + image: "epicmorg/confluence:6.15.9" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.15.9-jdk8" + image: "epicmorg/confluence:6.15.9-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.2.0/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.2.0/Dockerfile index 2da3d1b12..1f346434c 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.2.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.2.0/docker-compose.yml index 0c2375814..9ca6a2e27 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.2.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.2.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.2.0" + image: "epicmorg/confluence:6.2.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.2.0-jdk8" + image: "epicmorg/confluence:6.2.0-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.2.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.2.1/Dockerfile index db6074d95..c6236cc74 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.2.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.2.1/docker-compose.yml index 2e0252ddd..8d0d9fc36 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.2.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.2.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.2.1" + image: "epicmorg/confluence:6.2.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.2.1-jdk8" + image: "epicmorg/confluence:6.2.1-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.2.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.2.2/Dockerfile index 93055a561..1d6c6fd5c 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.2.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.2.2/docker-compose.yml index 71aee56de..2bcd8bc1d 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.2.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.2.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.2.2" + image: "epicmorg/confluence:6.2.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.2.2-jdk8" + image: "epicmorg/confluence:6.2.2-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.2.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.2.3/Dockerfile index 050e6d1d0..e87bc4fb9 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.2.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.2.3/docker-compose.yml index 62c1fb497..f5f6c05ae 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.2.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.2.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.2.3" + image: "epicmorg/confluence:6.2.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.2.3-jdk8" + image: "epicmorg/confluence:6.2.3-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.2.4/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.2.4/Dockerfile index b2e85565f..77d34a481 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.2.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.2.4/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.2.4/docker-compose.yml index ea834794e..7d17f796c 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.2.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.2.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.2.4" + image: "epicmorg/confluence:6.2.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.2.4-jdk8" + image: "epicmorg/confluence:6.2.4-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.3.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.3.1/Dockerfile index 3a6fffb7a..f0e14c55e 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.3.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.3.1/docker-compose.yml index b3b1fa93a..db3322860 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.3.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.3.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.3.1" + image: "epicmorg/confluence:6.3.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.3.1-jdk8" + image: "epicmorg/confluence:6.3.1-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.3.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.3.2/Dockerfile index 5cd8229f2..1b242005e 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.3.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.3.2/docker-compose.yml index aee6757f4..e7e3306bc 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.3.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.3.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.3.2" + image: "epicmorg/confluence:6.3.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.3.2-jdk8" + image: "epicmorg/confluence:6.3.2-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.3.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.3.3/Dockerfile index 7f5e3a73a..65ac60ce0 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.3.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.3.3/docker-compose.yml index 4df741eb1..7d0276eb3 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.3.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.3.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.3.3" + image: "epicmorg/confluence:6.3.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.3.3-jdk8" + image: "epicmorg/confluence:6.3.3-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.3.4/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.3.4/Dockerfile index 079b7e7a4..5906f55ee 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.3.4/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.3.4/docker-compose.yml index 0c6c038b1..243306105 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.3.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.3.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.3.4" + image: "epicmorg/confluence:6.3.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.3.4-jdk8" + image: "epicmorg/confluence:6.3.4-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.4.0/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.4.0/Dockerfile index d972118cf..df56a4cf5 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.4.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.4.0/docker-compose.yml index 49be85ee5..125c18ede 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.4.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.4.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.4.0" + image: "epicmorg/confluence:6.4.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.4.0-jdk8" + image: "epicmorg/confluence:6.4.0-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.4.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.4.1/Dockerfile index b8abf80f2..38d5d1303 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.4.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.4.1/docker-compose.yml index ed38d9446..4bab9e947 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.4.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.4.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.4.1" + image: "epicmorg/confluence:6.4.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.4.1-jdk8" + image: "epicmorg/confluence:6.4.1-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.4.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.4.2/Dockerfile index 76c9c5a09..87bdadcbd 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.4.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.4.2/docker-compose.yml index 05799f928..54cac2f97 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.4.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.4.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.4.2" + image: "epicmorg/confluence:6.4.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.4.2-jdk8" + image: "epicmorg/confluence:6.4.2-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.4.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.4.3/Dockerfile index 56fff5a19..715133cd5 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.4.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.4.3/docker-compose.yml index 0ba149dbd..6d1b73eaa 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.4.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.4.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.4.3" + image: "epicmorg/confluence:6.4.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.4.3-jdk8" + image: "epicmorg/confluence:6.4.3-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.5.0/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.5.0/Dockerfile index 58d71c21c..98a32a0df 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.5.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.5.0/docker-compose.yml index 9965f325a..e67ac3197 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.5.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.5.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.5.0" + image: "epicmorg/confluence:6.5.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.5.0-jdk8" + image: "epicmorg/confluence:6.5.0-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.5.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.5.1/Dockerfile index 8d1292e3b..bceecc47f 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.5.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.5.1/docker-compose.yml index f47fc1509..37a2d10b9 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.5.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.5.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.5.1" + image: "epicmorg/confluence:6.5.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.5.1-jdk8" + image: "epicmorg/confluence:6.5.1-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.5.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.5.2/Dockerfile index a678f66a9..42091da9b 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.5.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.5.2/docker-compose.yml index ce0da10a2..6ff4e3b9c 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.5.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.5.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.5.2" + image: "epicmorg/confluence:6.5.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.5.2-jdk8" + image: "epicmorg/confluence:6.5.2-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.5.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.5.3/Dockerfile index 0f75f134a..d363e8581 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.5.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.5.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.5.3/docker-compose.yml index ec1fb1303..9a1520eb8 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.5.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.5.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.5.3" + image: "epicmorg/confluence:6.5.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.5.3-jdk8" + image: "epicmorg/confluence:6.5.3-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.0/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.0/Dockerfile index e5d6462cb..36907cdfc 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.6.0/docker-compose.yml index 4c3a6eed4..95f6190c6 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.6.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.6.0" + image: "epicmorg/confluence:6.6.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.6.0-jdk8" + image: "epicmorg/confluence:6.6.0-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.1/Dockerfile index 402a8df32..4cc256f77 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.6.1/docker-compose.yml index afd5e4c92..dda38bc31 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.6.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.6.1" + image: "epicmorg/confluence:6.6.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.6.1-jdk8" + image: "epicmorg/confluence:6.6.1-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.10/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.10/Dockerfile index 2733e1f0d..188e58ccd 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.10/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.10/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.6.10/docker-compose.yml index e1947cd81..898bd71f1 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.10/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.6.10/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.6.10" + image: "epicmorg/confluence:6.6.10" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.6.10-jdk8" + image: "epicmorg/confluence:6.6.10-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.11/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.11/Dockerfile index 8baf1ca74..842112da0 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.11/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.11/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.6.11/docker-compose.yml index 448f05c36..78b1e6e7a 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.11/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.6.11/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.6.11" + image: "epicmorg/confluence:6.6.11" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.6.11-jdk8" + image: "epicmorg/confluence:6.6.11-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.12/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.12/Dockerfile index cee1b41b6..ad2eeb7d1 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.12/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.12/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.6.12/docker-compose.yml index a8f2ccfd1..973496e31 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.12/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.6.12/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.6.12" + image: "epicmorg/confluence:6.6.12" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.6.12-jdk8" + image: "epicmorg/confluence:6.6.12-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.13/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.13/Dockerfile index bc818644c..00c0972c6 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.13/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.13/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.6.13/docker-compose.yml index 72cc4bb6a..ec6bdd3d3 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.13/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.6.13/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.6.13" + image: "epicmorg/confluence:6.6.13" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.6.13-jdk8" + image: "epicmorg/confluence:6.6.13-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.14/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.14/Dockerfile index e894f711a..110762ea9 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.14/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.14/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.14/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.6.14/docker-compose.yml index 9cf578453..62e7db374 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.14/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.6.14/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.6.14" + image: "epicmorg/confluence:6.6.14" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.6.14-jdk8" + image: "epicmorg/confluence:6.6.14-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.15/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.15/Dockerfile index 503c6f655..a939b8c4c 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.15/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.15/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.15/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.6.15/docker-compose.yml index 2234776b0..b090f7f5e 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.15/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.6.15/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.6.15" + image: "epicmorg/confluence:6.6.15" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.6.15-jdk8" + image: "epicmorg/confluence:6.6.15-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.16/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.16/Dockerfile index 063cc63ef..9cb7bc66f 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.16/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.16/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.6.16/docker-compose.yml index 71fb19cb9..38f20b0d9 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.16/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.6.16/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.6.16" + image: "epicmorg/confluence:6.6.16" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.6.16-jdk8" + image: "epicmorg/confluence:6.6.16-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.17/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.17/Dockerfile index c876be14e..90e664494 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.17/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.17/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.6.17/docker-compose.yml index 32c890997..43f28104b 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.17/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.6.17/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.6.17" + image: "epicmorg/confluence:6.6.17" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.6.17-jdk8" + image: "epicmorg/confluence:6.6.17-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.2/Dockerfile index 77a608938..92e66aa62 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.6.2/docker-compose.yml index c8a7b1584..2cd610c6e 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.6.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.6.2" + image: "epicmorg/confluence:6.6.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.6.2-jdk8" + image: "epicmorg/confluence:6.6.2-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.3/Dockerfile index 2f09cd987..a6c7fed69 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.6.3/docker-compose.yml index d349843c1..6f08b74b4 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.6.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.6.3" + image: "epicmorg/confluence:6.6.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.6.3-jdk8" + image: "epicmorg/confluence:6.6.3-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.4/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.4/Dockerfile index b906ac272..f1d029314 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.4/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.6.4/docker-compose.yml index b24eb405a..9a5407d0a 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.6.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.6.4" + image: "epicmorg/confluence:6.6.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.6.4-jdk8" + image: "epicmorg/confluence:6.6.4-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.5/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.5/Dockerfile index 3daed6b3c..23cf26d9c 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.5/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.6.5/docker-compose.yml index 8d3e8a564..6cb1b15df 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.6.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.6.5" + image: "epicmorg/confluence:6.6.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.6.5-jdk8" + image: "epicmorg/confluence:6.6.5-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.6/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.6/Dockerfile index be13be87b..6b5508375 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.6/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.6.6/docker-compose.yml index 98033755a..36d3ebb6b 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.6.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.6.6" + image: "epicmorg/confluence:6.6.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.6.6-jdk8" + image: "epicmorg/confluence:6.6.6-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.7/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.7/Dockerfile index a94bab898..033d7c5df 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.7/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.6.7/docker-compose.yml index 4e86eaec2..aa1cd3fc7 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.6.7/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.6.7" + image: "epicmorg/confluence:6.6.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.6.7-jdk8" + image: "epicmorg/confluence:6.6.7-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.8/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.8/Dockerfile index ed511d934..01b52f0d5 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.8/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.8/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.6.8/docker-compose.yml index d216db7ff..039f641e6 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.6.8/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.6.8" + image: "epicmorg/confluence:6.6.8" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.6.8-jdk8" + image: "epicmorg/confluence:6.6.8-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.9/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.9/Dockerfile index cb3596722..8a252587b 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.9/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.9/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.6.9/docker-compose.yml index 7eb4dc7ef..baa3262f0 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.6.9/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.6.9" + image: "epicmorg/confluence:6.6.9" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.6.9-jdk8" + image: "epicmorg/confluence:6.6.9-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.7.0/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.7.0/Dockerfile index 4d7186253..d077ce7ea 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.7.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.7.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.7.0/docker-compose.yml index 1d798af6e..992f8391b 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.7.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.7.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.7.0" + image: "epicmorg/confluence:6.7.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.7.0-jdk8" + image: "epicmorg/confluence:6.7.0-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.7.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.7.1/Dockerfile index 87d67192b..e451f2474 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.7.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.7.1/docker-compose.yml index 885b6bdcb..9dcafd175 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.7.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.7.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.7.1" + image: "epicmorg/confluence:6.7.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.7.1-jdk8" + image: "epicmorg/confluence:6.7.1-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.7.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.7.2/Dockerfile index c144ca40f..4a2cc0c54 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.7.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.7.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.7.2/docker-compose.yml index 67fd34ac6..0da79b932 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.7.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.7.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.7.2" + image: "epicmorg/confluence:6.7.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.7.2-jdk8" + image: "epicmorg/confluence:6.7.2-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.7.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.7.3/Dockerfile index b0ad8868e..99fe5ce34 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.7.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.7.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.7.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.7.3/docker-compose.yml index 56424f52b..115d6c131 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.7.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.7.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.7.3" + image: "epicmorg/confluence:6.7.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.7.3-jdk8" + image: "epicmorg/confluence:6.7.3-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.8.0/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.8.0/Dockerfile index fd5e7ac18..e57dc2a40 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.8.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.8.0/docker-compose.yml index 41fbf06ed..6d2bc822a 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.8.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.8.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.8.0" + image: "epicmorg/confluence:6.8.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.8.0-jdk8" + image: "epicmorg/confluence:6.8.0-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.8.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.8.1/Dockerfile index 43d0a4b39..0fbef3a02 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.8.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.8.1/docker-compose.yml index 3e3768d9f..2b2c10202 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.8.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.8.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.8.1" + image: "epicmorg/confluence:6.8.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.8.1-jdk8" + image: "epicmorg/confluence:6.8.1-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.8.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.8.2/Dockerfile index c4e03c9a3..941d66c21 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.8.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.8.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.8.2/docker-compose.yml index 882ce2066..f9c849947 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.8.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.8.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.8.2" + image: "epicmorg/confluence:6.8.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.8.2-jdk8" + image: "epicmorg/confluence:6.8.2-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.8.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.8.3/Dockerfile index 38c7c62e9..1da939449 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.8.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.8.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.8.3/docker-compose.yml index b6afb34f9..8e1c9335b 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.8.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.8.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.8.3" + image: "epicmorg/confluence:6.8.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.8.3-jdk8" + image: "epicmorg/confluence:6.8.3-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.8.5/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.8.5/Dockerfile index a368c994b..a679f19b3 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.8.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.8.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.8.5/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.8.5/docker-compose.yml index 5fddf5605..b2f8b53f0 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.8.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.8.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.8.5" + image: "epicmorg/confluence:6.8.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.8.5-jdk8" + image: "epicmorg/confluence:6.8.5-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.9.0/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.9.0/Dockerfile index d301f5758..b467b3143 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.9.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.9.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.9.0/docker-compose.yml index d191439e7..150f56dc1 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.9.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.9.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.9.0" + image: "epicmorg/confluence:6.9.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.9.0-jdk8" + image: "epicmorg/confluence:6.9.0-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.9.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.9.1/Dockerfile index 2183834ae..2ef11bbaf 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.9.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.9.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.9.1/docker-compose.yml index f8639b588..8c92374f2 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.9.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.9.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.9.1" + image: "epicmorg/confluence:6.9.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.9.1-jdk8" + image: "epicmorg/confluence:6.9.1-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/6/6.9.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.9.3/Dockerfile index f347c5e47..0f0d7c98a 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.9.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.9.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.9.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/6/6.9.3/docker-compose.yml index e93d4eb7e..12958cfce 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.9.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/6/6.9.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/confluence:6.9.3" + image: "epicmorg/confluence:6.9.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:6.9.3-jdk8" + image: "epicmorg/confluence:6.9.3-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/confluence/7/7.0.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.0.1/Dockerfile index aa2281448..47559a408 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 8a699b862..42ccfc15c 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.0.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.0.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.0.1/docker-compose.yml index 99df1f96b..491ce6923 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.0.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.0.1" + image: "epicmorg/confluence:7.0.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.0.1-jdk8" + image: "epicmorg/confluence:7.0.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.0.1-jdk11" + image: "epicmorg/confluence:7.0.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.0.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.0.2/Dockerfile index 56f9b9445..a925bac99 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 eef3dbf21..9ffa90320 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.0.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.0.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.0.2/docker-compose.yml index 776e70e25..c8d71c905 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.0.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.0.2" + image: "epicmorg/confluence:7.0.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.0.2-jdk8" + image: "epicmorg/confluence:7.0.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.0.2-jdk11" + image: "epicmorg/confluence:7.0.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.0.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.0.3/Dockerfile index 37dae4a56..baed51716 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 4bfee965f..8581c1853 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.0.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.0.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.0.3/docker-compose.yml index 1fa0cfdd0..6a7c94510 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.0.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.0.3" + image: "epicmorg/confluence:7.0.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.0.3-jdk8" + image: "epicmorg/confluence:7.0.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.0.3-jdk11" + image: "epicmorg/confluence:7.0.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.0.4/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.0.4/Dockerfile index 35949d84e..6badedbb3 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 a010dc7d8..409cc3e22 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.0.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.0.4/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.0.4/docker-compose.yml index cc08a1c59..5f5873fc5 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.0.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.0.4" + image: "epicmorg/confluence:7.0.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.0.4-jdk8" + image: "epicmorg/confluence:7.0.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.0.4-jdk11" + image: "epicmorg/confluence:7.0.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.0.5/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.0.5/Dockerfile index feef816a8..e91c5429e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.0.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 53538b2ac..81b8da3fc 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.0.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.0.5/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.0.5/docker-compose.yml index 642a29042..9f17886bd 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.0.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.0.5" + image: "epicmorg/confluence:7.0.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.0.5-jdk8" + image: "epicmorg/confluence:7.0.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.0.5-jdk11" + image: "epicmorg/confluence:7.0.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.1.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.1.0/Dockerfile index bc72e6a4d..92c78db41 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 96c2ecea9..eae619df9 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.1.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.1.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.1.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.1.0/docker-compose.yml index 7ad71fdff..4c3795b89 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.1.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.1.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.1.0" + image: "epicmorg/confluence:7.1.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.1.0-jdk8" + image: "epicmorg/confluence:7.1.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.1.0-jdk11" + image: "epicmorg/confluence:7.1.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.1.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.1.1/Dockerfile index 55a4c982d..9b8704e7c 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 887bbfdfd..55238f298 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.1.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.1.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.1.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.1.1/docker-compose.yml index 92f9242c8..826c6e129 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.1.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.1.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.1.1" + image: "epicmorg/confluence:7.1.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.1.1-jdk8" + image: "epicmorg/confluence:7.1.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.1.1-jdk11" + image: "epicmorg/confluence:7.1.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.1.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.1.2/Dockerfile index e23bdae3f..a7f82f772 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 451d52b4f..27191d0d1 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.1.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.1.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.1.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.1.2/docker-compose.yml index 463b75578..ce78c1cac 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.1.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.1.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.1.2" + image: "epicmorg/confluence:7.1.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.1.2-jdk8" + image: "epicmorg/confluence:7.1.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.1.2-jdk11" + image: "epicmorg/confluence:7.1.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.10.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.10.0/Dockerfile index d27279d84..952035bf6 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.10.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 801f98178..840857a91 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.10.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.10.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.10.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.10.0/docker-compose.yml index e05c7a8af..f2256e784 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.10.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.10.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.10.0" + image: "epicmorg/confluence:7.10.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.10.0-jdk8" + image: "epicmorg/confluence:7.10.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.10.0-jdk11" + image: "epicmorg/confluence:7.10.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.10.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.10.1/Dockerfile index ab413a270..d2c001346 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.10.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 ab7634129..ba555a28c 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.10.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.10.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.10.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.10.1/docker-compose.yml index 2d1da7470..12606e615 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.10.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.10.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.10.1" + image: "epicmorg/confluence:7.10.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.10.1-jdk8" + image: "epicmorg/confluence:7.10.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.10.1-jdk11" + image: "epicmorg/confluence:7.10.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.10.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.10.2/Dockerfile index 06f4de224..e0fb02550 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.10.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 f10127769..0560f1ced 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.10.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.10.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.10.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.10.2/docker-compose.yml index 260b12c8b..19b37b0f0 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.10.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.10.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.10.2" + image: "epicmorg/confluence:7.10.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.10.2-jdk8" + image: "epicmorg/confluence:7.10.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.10.2-jdk11" + image: "epicmorg/confluence:7.10.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.11.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.11.0/Dockerfile index 506ea8eb3..63065b96a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.11.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 57fa401c7..f7d723de8 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.11.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.11.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.11.0/docker-compose.yml index 87821edde..e7596d17f 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.11.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.11.0" + image: "epicmorg/confluence:7.11.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.11.0-jdk8" + image: "epicmorg/confluence:7.11.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.11.0-jdk11" + image: "epicmorg/confluence:7.11.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.11.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.11.1/Dockerfile index 8ab01584e..ef1033c0e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.11.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 366a9811f..a469fab8d 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.11.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.11.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.11.1/docker-compose.yml index ff0d4ac0e..8d36e512f 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.11.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.11.1" + image: "epicmorg/confluence:7.11.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.11.1-jdk8" + image: "epicmorg/confluence:7.11.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.11.1-jdk11" + image: "epicmorg/confluence:7.11.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.11.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.11.2/Dockerfile index 16f8ed298..9afb66587 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.11.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 e2d0d2eba..c61bfee12 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.11.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.11.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.11.2/docker-compose.yml index bdfc8ca4d..db25f375e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.11.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.11.2" + image: "epicmorg/confluence:7.11.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.11.2-jdk8" + image: "epicmorg/confluence:7.11.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.11.2-jdk11" + image: "epicmorg/confluence:7.11.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.11.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.11.3/Dockerfile index 9cc7ec8ae..713c5a9ba 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.11.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 87b4a11aa..664a456de 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.11.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.11.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.11.3/docker-compose.yml index 2a42372ec..0335244c8 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.11.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.11.3" + image: "epicmorg/confluence:7.11.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.11.3-jdk8" + image: "epicmorg/confluence:7.11.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.11.3-jdk11" + image: "epicmorg/confluence:7.11.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.11.6/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.11.6/Dockerfile index b81595d67..ce14ae45d 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.11.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 9fb204300..79ade0671 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.11.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.11.6/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.11.6/docker-compose.yml index daaf89e7f..13ceadedd 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.11.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.11.6" + image: "epicmorg/confluence:7.11.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.11.6-jdk8" + image: "epicmorg/confluence:7.11.6-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.11.6-jdk11" + image: "epicmorg/confluence:7.11.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.12.0/Dockerfile index aedcd4100..0e06faada 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.12.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 eb0783f26..fb3a3f7d1 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.12.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.12.0/docker-compose.yml index 5d0e34428..343bf3c1f 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.12.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.12.0" + image: "epicmorg/confluence:7.12.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.12.0-jdk8" + image: "epicmorg/confluence:7.12.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.12.0-jdk11" + image: "epicmorg/confluence:7.12.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.12.1/Dockerfile index 6ecf0e753..8eab52be9 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.12.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 888a232e9..203b5b993 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.12.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.12.1/docker-compose.yml index 4a88f0609..62410726e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.12.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.12.1" + image: "epicmorg/confluence:7.12.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.12.1-jdk8" + image: "epicmorg/confluence:7.12.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.12.1-jdk11" + image: "epicmorg/confluence:7.12.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.12.2/Dockerfile index bfc0190fb..256f7962a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.12.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 ef13437b0..7859b3358 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.12.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.12.2/docker-compose.yml index bd70a4a1e..922bf1e7e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.12.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.12.2" + image: "epicmorg/confluence:7.12.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.12.2-jdk8" + image: "epicmorg/confluence:7.12.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.12.2-jdk11" + image: "epicmorg/confluence:7.12.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.12.3/Dockerfile index 63c131bdf..899a709be 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.12.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 fca69b29f..11816e063 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.12.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.12.3/docker-compose.yml index bea139e96..18e8f3536 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.12.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.12.3" + image: "epicmorg/confluence:7.12.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.12.3-jdk8" + image: "epicmorg/confluence:7.12.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.12.3-jdk11" + image: "epicmorg/confluence:7.12.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.4/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.12.4/Dockerfile index d887873f9..ccc3ce354 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.12.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 70c0270f6..95c8aed8e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.12.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.4/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.12.4/docker-compose.yml index 4c8f05059..404506157 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.12.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.12.4" + image: "epicmorg/confluence:7.12.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.12.4-jdk8" + image: "epicmorg/confluence:7.12.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.12.4-jdk11" + image: "epicmorg/confluence:7.12.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.5/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.12.5/Dockerfile index 595d42f2a..27fcdea21 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.12.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 563c9a35c..cfa2b4159 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.12.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.5/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.12.5/docker-compose.yml index ca81fc742..b2d6cdc35 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.12.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.12.5" + image: "epicmorg/confluence:7.12.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.12.5-jdk8" + image: "epicmorg/confluence:7.12.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.12.5-jdk11" + image: "epicmorg/confluence:7.12.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.0/Dockerfile index fc965665e..9d1ca1939 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 7ad837d21..b8f6781bc 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.13.0/docker-compose.yml index 3a8628618..6905e720e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.13.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.13.0" + image: "epicmorg/confluence:7.13.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.13.0-jdk8" + image: "epicmorg/confluence:7.13.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.13.0-jdk11" + image: "epicmorg/confluence:7.13.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.1/Dockerfile index 469fc3a82..9940cf91c 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 ec1210373..0a5ebce10 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.13.1/docker-compose.yml index 4acea697e..9bb9b1e5e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.13.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.13.1" + image: "epicmorg/confluence:7.13.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.13.1-jdk8" + image: "epicmorg/confluence:7.13.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.13.1-jdk11" + image: "epicmorg/confluence:7.13.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.11/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.11/Dockerfile index 28fb63bc9..25011c3ea 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.11/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 284f0babf..b491ec49d 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.11/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.11/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.13.11/docker-compose.yml index a48d746a8..fd08991e4 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.11/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.13.11/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.13.11" + image: "epicmorg/confluence:7.13.11" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.13.11-jdk8" + image: "epicmorg/confluence:7.13.11-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.13.11-jdk11" + image: "epicmorg/confluence:7.13.11-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.12/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.12/Dockerfile index 48a85ca9f..6997d8ad1 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.12/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 ad01680ec..225b021c8 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.12/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.12/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.13.12/docker-compose.yml index 711651bb1..e594b778f 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.12/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.13.12/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.13.12" + image: "epicmorg/confluence:7.13.12" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.13.12-jdk8" + image: "epicmorg/confluence:7.13.12-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.13.12-jdk11" + image: "epicmorg/confluence:7.13.12-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.13/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.13/Dockerfile index d0e515011..49f8e78c0 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.13/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 2766d14a3..525f108e9 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.13/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.13/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.13.13/docker-compose.yml index 21917d335..f3f28c165 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.13/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.13.13/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.13.13" + image: "epicmorg/confluence:7.13.13" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.13.13-jdk8" + image: "epicmorg/confluence:7.13.13-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.13.13-jdk11" + image: "epicmorg/confluence:7.13.13-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.14/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.14/Dockerfile index 6657ba533..7e300ad7a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.14/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.14/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 5e6edf8a0..e6971ba58 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.14/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.14/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.13.14/docker-compose.yml index f4cbc5270..837b93d85 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.14/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.13.14/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.13.14" + image: "epicmorg/confluence:7.13.14" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.13.14-jdk8" + image: "epicmorg/confluence:7.13.14-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.13.14-jdk11" + image: "epicmorg/confluence:7.13.14-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.15/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.15/Dockerfile index 5528cdba7..5ba31d285 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.15/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.15/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 c850f3308..78be18af4 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.15/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.15/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.13.15/docker-compose.yml index b05de1a4f..87dc35ca4 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.15/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.13.15/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.13.15" + image: "epicmorg/confluence:7.13.15" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.13.15-jdk8" + image: "epicmorg/confluence:7.13.15-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.13.15-jdk11" + image: "epicmorg/confluence:7.13.15-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.16/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.16/Dockerfile index 0ab7798cd..6b72e667b 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.16/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 d105ad2fc..a0c9b43a3 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.16/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.16/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.13.16/docker-compose.yml index 8347bb815..f50721198 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.16/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.13.16/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.13.16" + image: "epicmorg/confluence:7.13.16" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.13.16-jdk8" + image: "epicmorg/confluence:7.13.16-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.13.16-jdk11" + image: "epicmorg/confluence:7.13.16-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.17/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.17/Dockerfile index b6b404c92..c50f7baa7 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.17/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 360909fcc..a84e42e90 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.17/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.17/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.13.17/docker-compose.yml index bde0798fa..08f0f438e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.17/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.13.17/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.13.17" + image: "epicmorg/confluence:7.13.17" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.13.17-jdk8" + image: "epicmorg/confluence:7.13.17-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.13.17-jdk11" + image: "epicmorg/confluence:7.13.17-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.18/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.18/Dockerfile index 422213b2e..009e62c13 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.18/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.18/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 b9e80acf5..5d1118790 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.18/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.18/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.18/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.13.18/docker-compose.yml index a63213b40..926091d4a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.18/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.13.18/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.13.18" + image: "epicmorg/confluence:7.13.18" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.13.18-jdk8" + image: "epicmorg/confluence:7.13.18-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.13.18-jdk11" + image: "epicmorg/confluence:7.13.18-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.19/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.19/Dockerfile index 97617edcc..a7fac3b19 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.19/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.19/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 9d31337db..e397494f5 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.19/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.19/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.19/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.13.19/docker-compose.yml index a4e030b6b..daf45f472 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.19/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.13.19/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.13.19" + image: "epicmorg/confluence:7.13.19" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.13.19-jdk8" + image: "epicmorg/confluence:7.13.19-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.13.19-jdk11" + image: "epicmorg/confluence:7.13.19-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.2/Dockerfile index 1f17a06c1..121170a1f 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 a133ea9e3..118ade3d6 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.13.2/docker-compose.yml index 4c4270553..083f6c465 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.13.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.13.2" + image: "epicmorg/confluence:7.13.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.13.2-jdk8" + image: "epicmorg/confluence:7.13.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.13.2-jdk11" + image: "epicmorg/confluence:7.13.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.20/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.20/Dockerfile index eb3ff19c4..3166bac88 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.20/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.20/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 552f8ec7b..61f392851 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.20/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.20/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.20/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.13.20/docker-compose.yml index 613b28309..fcfee3689 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.20/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.13.20/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.13.20" + image: "epicmorg/confluence:7.13.20" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.13.20-jdk8" + image: "epicmorg/confluence:7.13.20-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.13.20-jdk11" + image: "epicmorg/confluence:7.13.20-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.3/Dockerfile index 4b51fdf64..e7c6ce2a7 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 22667d142..96eb70ef3 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.13.3/docker-compose.yml index ac9db5675..53887fa12 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.13.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.13.3" + image: "epicmorg/confluence:7.13.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.13.3-jdk8" + image: "epicmorg/confluence:7.13.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.13.3-jdk11" + image: "epicmorg/confluence:7.13.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.4/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.4/Dockerfile index c8e3a1fe6..3c0c4ebd8 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 b555a8c30..345f9c7bd 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.4/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.13.4/docker-compose.yml index 3c24a1b07..82a9b68b6 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.13.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.13.4" + image: "epicmorg/confluence:7.13.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.13.4-jdk8" + image: "epicmorg/confluence:7.13.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.13.4-jdk11" + image: "epicmorg/confluence:7.13.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.5/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.5/Dockerfile index 0286af818..9e74809a6 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 396b3b30e..71dd7fbf0 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.5/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.13.5/docker-compose.yml index d4c0df123..6bc9de2f8 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.13.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.13.5" + image: "epicmorg/confluence:7.13.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.13.5-jdk8" + image: "epicmorg/confluence:7.13.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.13.5-jdk11" + image: "epicmorg/confluence:7.13.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.6/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.6/Dockerfile index a6f128860..341c2eb20 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 d793185ab..46cc76814 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.6/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.13.6/docker-compose.yml index 837f5b265..c028437b0 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.13.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.13.6" + image: "epicmorg/confluence:7.13.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.13.6-jdk8" + image: "epicmorg/confluence:7.13.6-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.13.6-jdk11" + image: "epicmorg/confluence:7.13.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.7/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.7/Dockerfile index aedcc81da..48a358ec1 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 5422d830f..10774c331 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.7/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.13.7/docker-compose.yml index 6ff8ed588..69984a680 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.13.7/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.13.7" + image: "epicmorg/confluence:7.13.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.13.7-jdk8" + image: "epicmorg/confluence:7.13.7-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.13.7-jdk11" + image: "epicmorg/confluence:7.13.7-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.8/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.8/Dockerfile index f7b9d32dd..e06dc8d7c 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.8/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 f5ec0d165..49ca7ff53 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.8/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.8/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.13.8/docker-compose.yml index 426ecc3b4..4a69d2d67 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.13.8/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.13.8" + image: "epicmorg/confluence:7.13.8" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.13.8-jdk8" + image: "epicmorg/confluence:7.13.8-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.13.8-jdk11" + image: "epicmorg/confluence:7.13.8-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.9/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.9/Dockerfile index 49393f772..c62c8aac5 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.9/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 0732ba325..a87afb8c7 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.9/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.13.9/docker-compose.yml index c024d6623..5f38fdb27 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.13.9/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.13.9" + image: "epicmorg/confluence:7.13.9" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.13.9-jdk8" + image: "epicmorg/confluence:7.13.9-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.13.9-jdk11" + image: "epicmorg/confluence:7.13.9-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.14.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.14.0/Dockerfile index cad4c01c9..74b64188e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.14.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 c8a6ccb5d..39de30017 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.14.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.14.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.14.0/docker-compose.yml index 97f9ba0e8..b73f589f8 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.14.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.14.0" + image: "epicmorg/confluence:7.14.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.14.0-jdk8" + image: "epicmorg/confluence:7.14.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.14.0-jdk11" + image: "epicmorg/confluence:7.14.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.14.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.14.1/Dockerfile index a587ac41c..dd14f83a4 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.14.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 93ae1b80c..673f36699 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.14.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.14.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.14.1/docker-compose.yml index 75c222e76..fd9cc7465 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.14.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.14.1" + image: "epicmorg/confluence:7.14.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.14.1-jdk8" + image: "epicmorg/confluence:7.14.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.14.1-jdk11" + image: "epicmorg/confluence:7.14.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.14.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.14.2/Dockerfile index 9e46e873b..c2e40f25d 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.14.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 32847a9e1..5cb282682 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.14.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.14.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.14.2/docker-compose.yml index ba6dda416..d8d16a7b6 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.14.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.14.2" + image: "epicmorg/confluence:7.14.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.14.2-jdk8" + image: "epicmorg/confluence:7.14.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.14.2-jdk11" + image: "epicmorg/confluence:7.14.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.14.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.14.3/Dockerfile index 9b5cda7f4..6f56a512a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.14.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 e3a21fd43..42d45580d 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.14.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.14.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.14.3/docker-compose.yml index ce8a0df0d..097b436e2 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.14.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.14.3" + image: "epicmorg/confluence:7.14.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.14.3-jdk8" + image: "epicmorg/confluence:7.14.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.14.3-jdk11" + image: "epicmorg/confluence:7.14.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.14.4/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.14.4/Dockerfile index b0b9c9bb0..c443f5247 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.14.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 9bf312cd4..732a09a62 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.14.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.14.4/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.14.4/docker-compose.yml index 3fba950e6..cfb6fab0d 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.14.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.14.4" + image: "epicmorg/confluence:7.14.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.14.4-jdk8" + image: "epicmorg/confluence:7.14.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.14.4-jdk11" + image: "epicmorg/confluence:7.14.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.15.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.15.0/Dockerfile index 32ccd6814..cd2402630 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.15.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.15.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 75d5afb69..3fa04e3a6 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.15.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.15.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.15.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.15.0/docker-compose.yml index de20c13dd..baf4f54b4 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.15.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.15.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.15.0" + image: "epicmorg/confluence:7.15.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.15.0-jdk8" + image: "epicmorg/confluence:7.15.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.15.0-jdk11" + image: "epicmorg/confluence:7.15.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.15.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.15.1/Dockerfile index 16295dd5c..615afb6a3 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.15.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.15.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 159cb60a3..afe460842 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.15.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.15.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.15.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.15.1/docker-compose.yml index 05317511b..9d2a24dce 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.15.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.15.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.15.1" + image: "epicmorg/confluence:7.15.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.15.1-jdk8" + image: "epicmorg/confluence:7.15.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.15.1-jdk11" + image: "epicmorg/confluence:7.15.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.15.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.15.2/Dockerfile index 18fc104d1..513a8d00b 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.15.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.15.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 bd8b23025..ce517a69f 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.15.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.15.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.15.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.15.2/docker-compose.yml index fc3efdd26..0a54408ad 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.15.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.15.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.15.2" + image: "epicmorg/confluence:7.15.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.15.2-jdk8" + image: "epicmorg/confluence:7.15.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.15.2-jdk11" + image: "epicmorg/confluence:7.15.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.15.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.15.3/Dockerfile index 181afd3b8..165d33c8e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.15.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.15.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 2860bfafd..8e0864a6f 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.15.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.15.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.15.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.15.3/docker-compose.yml index f5688b18c..f614dafc8 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.15.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.15.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.15.3" + image: "epicmorg/confluence:7.15.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.15.3-jdk8" + image: "epicmorg/confluence:7.15.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.15.3-jdk11" + image: "epicmorg/confluence:7.15.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.16.0/Dockerfile index 0add6834e..c2795983c 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.16.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 9a9fc0798..f96cfa0d6 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.16.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.16.0/docker-compose.yml index 5d984269a..25460db98 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.16.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.16.0" + image: "epicmorg/confluence:7.16.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.16.0-jdk8" + image: "epicmorg/confluence:7.16.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.16.0-jdk11" + image: "epicmorg/confluence:7.16.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.16.1/Dockerfile index 194340ff8..03bdd3046 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.16.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 2d46ad74e..dae1e9281 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.16.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.16.1/docker-compose.yml index d6ecd6112..4b3c3877c 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.16.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.16.1" + image: "epicmorg/confluence:7.16.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.16.1-jdk8" + image: "epicmorg/confluence:7.16.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.16.1-jdk11" + image: "epicmorg/confluence:7.16.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.16.2/Dockerfile index 569d66e7d..8433303ee 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.16.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 35f35b161..ba7672116 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.16.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.16.2/docker-compose.yml index a7d54edba..d9ac4eca6 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.16.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.16.2" + image: "epicmorg/confluence:7.16.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.16.2-jdk8" + image: "epicmorg/confluence:7.16.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.16.2-jdk11" + image: "epicmorg/confluence:7.16.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.16.3/Dockerfile index c27f7b05e..00ede7164 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.16.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 d3e5d1c0b..d50879632 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.16.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.16.3/docker-compose.yml index 5253fb6f1..0db1f1586 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.16.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.16.3" + image: "epicmorg/confluence:7.16.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.16.3-jdk8" + image: "epicmorg/confluence:7.16.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.16.3-jdk11" + image: "epicmorg/confluence:7.16.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.4/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.16.4/Dockerfile index e6d3e0601..114525e35 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.16.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 c11afc7da..078f5059d 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.16.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.4/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.16.4/docker-compose.yml index 849cfed41..05cbb3e2f 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.16.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.16.4" + image: "epicmorg/confluence:7.16.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.16.4-jdk8" + image: "epicmorg/confluence:7.16.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.16.4-jdk11" + image: "epicmorg/confluence:7.16.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.5/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.16.5/Dockerfile index 53fc462f8..89e8994c0 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.16.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 370dc9436..b811b0e8c 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.16.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.5/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.16.5/docker-compose.yml index 0585fadd6..0064d3d13 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.16.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.16.5" + image: "epicmorg/confluence:7.16.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.16.5-jdk8" + image: "epicmorg/confluence:7.16.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.16.5-jdk11" + image: "epicmorg/confluence:7.16.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.17.0/Dockerfile index 7cd99960f..6ab2ed222 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.17.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 e16eced06..5ef8ea78f 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.17.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.17.0/docker-compose.yml index 637c29489..dcba2c234 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.17.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.17.0" + image: "epicmorg/confluence:7.17.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.17.0-jdk8" + image: "epicmorg/confluence:7.17.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.17.0-jdk11" + image: "epicmorg/confluence:7.17.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.17.1/Dockerfile index 2cf837adb..07833c43c 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.17.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 5ae48a98c..81b9fb472 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.17.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.17.1/docker-compose.yml index 6d6d527dd..2b1279fea 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.17.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.17.1" + image: "epicmorg/confluence:7.17.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.17.1-jdk8" + image: "epicmorg/confluence:7.17.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.17.1-jdk11" + image: "epicmorg/confluence:7.17.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.17.2/Dockerfile index 83450c881..076bc41d3 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.17.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 47355bf95..807ea1c07 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.17.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.17.2/docker-compose.yml index a8ffacf23..87263e799 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.17.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.17.2" + image: "epicmorg/confluence:7.17.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.17.2-jdk8" + image: "epicmorg/confluence:7.17.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.17.2-jdk11" + image: "epicmorg/confluence:7.17.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.17.3/Dockerfile index c52aab6a5..7a7b418e4 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.17.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 b2ca270c2..38050279d 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.17.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.17.3/docker-compose.yml index c5985260a..4d71b6fd6 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.17.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.17.3" + image: "epicmorg/confluence:7.17.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.17.3-jdk8" + image: "epicmorg/confluence:7.17.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.17.3-jdk11" + image: "epicmorg/confluence:7.17.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.4/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.17.4/Dockerfile index a41a09576..36c63da48 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.17.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 c42ed5ebd..63018b913 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.17.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.4/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.17.4/docker-compose.yml index 3cfdba0d8..f2afebc97 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.17.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.17.4" + image: "epicmorg/confluence:7.17.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.17.4-jdk8" + image: "epicmorg/confluence:7.17.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.17.4-jdk11" + image: "epicmorg/confluence:7.17.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.5/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.17.5/Dockerfile index 61b1833f8..02ca5cc23 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.17.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 d00536956..c3c835096 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.17.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.5/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.17.5/docker-compose.yml index 68f35ac50..31c90ba2e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.17.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.17.5" + image: "epicmorg/confluence:7.17.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.17.5-jdk8" + image: "epicmorg/confluence:7.17.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.17.5-jdk11" + image: "epicmorg/confluence:7.17.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.18.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.18.0/Dockerfile index 0ba86954f..5191b96d6 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.18.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.18.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 96d71f90a..400dcad92 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.18.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.18.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.18.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.18.0/docker-compose.yml index 7be9b3cdd..1fdc35233 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.18.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.18.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.18.0" + image: "epicmorg/confluence:7.18.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.18.0-jdk8" + image: "epicmorg/confluence:7.18.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.18.0-jdk11" + image: "epicmorg/confluence:7.18.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.18.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.18.1/Dockerfile index 88d2f714f..00864ba6a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.18.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.18.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 113ff4eda..2da15ff52 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.18.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.18.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.18.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.18.1/docker-compose.yml index 64d442d80..574746c51 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.18.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.18.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.18.1" + image: "epicmorg/confluence:7.18.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.18.1-jdk8" + image: "epicmorg/confluence:7.18.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.18.1-jdk11" + image: "epicmorg/confluence:7.18.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.18.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.18.2/Dockerfile index 6b3cb8e36..f50901718 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.18.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.18.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 902653fce..100dc5448 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.18.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.18.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.18.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.18.2/docker-compose.yml index e44033898..a3ece1220 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.18.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.18.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.18.2" + image: "epicmorg/confluence:7.18.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.18.2-jdk8" + image: "epicmorg/confluence:7.18.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.18.2-jdk11" + image: "epicmorg/confluence:7.18.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.18.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.18.3/Dockerfile index ebc4e8af2..7df5e572c 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.18.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.18.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 2f528cf4b..1a2cae985 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.18.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.18.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.18.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.18.3/docker-compose.yml index 2aef2e224..db2eb7129 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.18.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.18.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.18.3" + image: "epicmorg/confluence:7.18.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.18.3-jdk8" + image: "epicmorg/confluence:7.18.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.18.3-jdk11" + image: "epicmorg/confluence:7.18.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.0/Dockerfile index 86e8ed2c1..8d47ac680 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 0a83882c4..565ba31d9 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.19.0/docker-compose.yml index 9bc7eb0f6..5c42c2cd2 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.19.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.19.0" + image: "epicmorg/confluence:7.19.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.19.0-jdk8" + image: "epicmorg/confluence:7.19.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.19.0-jdk11" + image: "epicmorg/confluence:7.19.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.1/Dockerfile index b8807ed19..64388cd4d 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 35198aa29..d076b55e7 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.19.1/docker-compose.yml index d1c758966..028b84307 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.19.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.19.1" + image: "epicmorg/confluence:7.19.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.19.1-jdk8" + image: "epicmorg/confluence:7.19.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.19.1-jdk11" + image: "epicmorg/confluence:7.19.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.10/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.10/Dockerfile index 948ad8c8c..7721639a7 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.10/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 3482df3a4..3433734c7 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.10/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.10/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.19.10/docker-compose.yml index b5ea01b7e..e21041bf7 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.10/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.19.10/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.19.10" + image: "epicmorg/confluence:7.19.10" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.19.10-jdk8" + image: "epicmorg/confluence:7.19.10-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.19.10-jdk11" + image: "epicmorg/confluence:7.19.10-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.11/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.11/Dockerfile index 55f31004f..aa7dd7764 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.11/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 835a803d9..1a78984f8 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.11/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.11/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.19.11/docker-compose.yml index 3d91a9c22..84d04d6a7 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.11/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.19.11/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.19.11" + image: "epicmorg/confluence:7.19.11" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.19.11-jdk8" + image: "epicmorg/confluence:7.19.11-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.19.11-jdk11" + image: "epicmorg/confluence:7.19.11-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.12/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.12/Dockerfile index 21b5d9f79..d829c00af 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.12/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 268cf8686..5e33eb1fc 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.12/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.12/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.19.12/docker-compose.yml index f016e32d6..b5d185b76 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.12/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.19.12/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.19.12" + image: "epicmorg/confluence:7.19.12" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.19.12-jdk8" + image: "epicmorg/confluence:7.19.12-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.19.12-jdk11" + image: "epicmorg/confluence:7.19.12-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.14/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.14/Dockerfile index b94fe967a..8c3447ded 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.14/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.14/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 c0b74dbb2..9ba26d919 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.14/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.14/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.19.14/docker-compose.yml index 0d6251138..cb937b9ac 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.14/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.19.14/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.19.14" + image: "epicmorg/confluence:7.19.14" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.19.14-jdk8" + image: "epicmorg/confluence:7.19.14-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.19.14-jdk11" + image: "epicmorg/confluence:7.19.14-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.15/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.15/Dockerfile index f8d512356..2e0934f17 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.15/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.15/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 967840e29..fd1455971 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.15/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.15/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.19.15/docker-compose.yml index f0240147c..7527d104b 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.15/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.19.15/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.19.15" + image: "epicmorg/confluence:7.19.15" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.19.15-jdk8" + image: "epicmorg/confluence:7.19.15-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.19.15-jdk11" + image: "epicmorg/confluence:7.19.15-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.16/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.16/Dockerfile index 3a039d2a5..6bdb6be9a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.16/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 3c4b46b1e..e94df6c25 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.16/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.16/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.19.16/docker-compose.yml index 754d4a5cc..1adfe9494 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.16/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.19.16/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.19.16" + image: "epicmorg/confluence:7.19.16" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.19.16-jdk8" + image: "epicmorg/confluence:7.19.16-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.19.16-jdk11" + image: "epicmorg/confluence:7.19.16-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.17/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.17/Dockerfile index 354ba8bd2..18fe5e074 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.17/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 c50eddead..7b113377c 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.17/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.17/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.19.17/docker-compose.yml index 77192d0ae..f8cbb2bdb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.17/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.19.17/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.19.17" + image: "epicmorg/confluence:7.19.17" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.19.17-jdk8" + image: "epicmorg/confluence:7.19.17-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.19.17-jdk11" + image: "epicmorg/confluence:7.19.17-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.18/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.18/Dockerfile index e82065c99..6c0477391 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.18/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.18/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 95e46d316..381989e8d 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.18/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.18/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.18/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.19.18/docker-compose.yml index 750e9d651..1c682a878 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.18/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.19.18/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.19.18" + image: "epicmorg/confluence:7.19.18" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.19.18-jdk8" + image: "epicmorg/confluence:7.19.18-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.19.18-jdk11" + image: "epicmorg/confluence:7.19.18-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.19/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.19/Dockerfile index 0f660c286..063fc8ee1 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.19/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.19/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 ecd47c78b..02898dffc 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.19/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.19/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.19/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.19.19/docker-compose.yml index 444c37289..b28c97fbb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.19/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.19.19/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.19.19" + image: "epicmorg/confluence:7.19.19" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.19.19-jdk8" + image: "epicmorg/confluence:7.19.19-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.19.19-jdk11" + image: "epicmorg/confluence:7.19.19-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.2/Dockerfile index ec3609143..f9a54c791 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 7aad95af5..b1d9084c7 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.19.2/docker-compose.yml index 8cdce77c1..1bae64965 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.19.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.19.2" + image: "epicmorg/confluence:7.19.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.19.2-jdk8" + image: "epicmorg/confluence:7.19.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.19.2-jdk11" + image: "epicmorg/confluence:7.19.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.20/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.20/Dockerfile index e60949407..f9c5079b4 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.20/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.20/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 7d01c9d4e..b5997da78 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.20/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.20/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.20/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.19.20/docker-compose.yml index e7ac74dec..fd4b581b5 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.20/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.19.20/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.19.20" + image: "epicmorg/confluence:7.19.20" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.19.20-jdk8" + image: "epicmorg/confluence:7.19.20-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.19.20-jdk11" + image: "epicmorg/confluence:7.19.20-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.21/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.21/Dockerfile index 1d94796ca..072c776ed 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.21/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.21/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 102bc8e35..bdd71cf58 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.21/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.21/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.21/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.19.21/docker-compose.yml index c1b0817c7..4eed327ce 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.21/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.19.21/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.19.21" + image: "epicmorg/confluence:7.19.21" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.19.21-jdk8" + image: "epicmorg/confluence:7.19.21-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.19.21-jdk11" + image: "epicmorg/confluence:7.19.21-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.22/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.22/Dockerfile index 7cef76b92..5393a44ef 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.22/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.22/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 5178d49b7..f41219560 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.22/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.22/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.22/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.19.22/docker-compose.yml index 9957c2991..dbd29e5a3 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.22/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.19.22/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.19.22" + image: "epicmorg/confluence:7.19.22" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.19.22-jdk8" + image: "epicmorg/confluence:7.19.22-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.19.22-jdk11" + image: "epicmorg/confluence:7.19.22-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.23/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.23/Dockerfile index fe688fadf..500998496 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.23/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.23/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 beb454cb7..4f48cbac9 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.23/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.23/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.23/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.19.23/docker-compose.yml index 59654593d..bb10267ac 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.23/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.19.23/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.19.23" + image: "epicmorg/confluence:7.19.23" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.19.23-jdk8" + image: "epicmorg/confluence:7.19.23-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.19.23-jdk11" + image: "epicmorg/confluence:7.19.23-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.24/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.24/Dockerfile index c11c673c0..1c534e959 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.24/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.24/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 64d9daa8a..853e8d453 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.24/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.24/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.24/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.19.24/docker-compose.yml index d5b6ffa57..bdc0a1656 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.24/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.19.24/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.19.24" + image: "epicmorg/confluence:7.19.24" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.19.24-jdk8" + image: "epicmorg/confluence:7.19.24-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.19.24-jdk11" + image: "epicmorg/confluence:7.19.24-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.25/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.25/Dockerfile index b7736fb03..add96c82c 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.25/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.25/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 d6c807da5..a920120e1 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.25/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.25/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.25/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.19.25/docker-compose.yml index 7c22a4878..76dfaa878 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.25/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.19.25/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.19.25" + image: "epicmorg/confluence:7.19.25" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.19.25-jdk8" + image: "epicmorg/confluence:7.19.25-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.19.25-jdk11" + image: "epicmorg/confluence:7.19.25-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.26/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.26/Dockerfile index df09e326e..417236e3b 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.26/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.26/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 b4b7db8a2..fd8e502c8 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.26/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.26/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.26/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.19.26/docker-compose.yml index 9f4605276..7cd158fa8 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.26/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.19.26/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.19.26" + image: "epicmorg/confluence:7.19.26" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.19.26-jdk8" + image: "epicmorg/confluence:7.19.26-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.19.26-jdk11" + image: "epicmorg/confluence:7.19.26-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.27/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.27/Dockerfile index f499ddb6d..cb05453c4 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.27/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.27/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 7502472f4..951154c85 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.27/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.27/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.27/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.19.27/docker-compose.yml index f69f3767d..4a7043afa 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.27/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.19.27/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.19.27" + image: "epicmorg/confluence:7.19.27" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.19.27-jdk8" + image: "epicmorg/confluence:7.19.27-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.19.27-jdk11" + image: "epicmorg/confluence:7.19.27-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.28/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.28/Dockerfile index 8772e677b..d3ab20f9d 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.28/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.28/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 977e1e4a6..fa65eaf73 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.28/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.28/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.28/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.19.28/docker-compose.yml index 6a2b42292..25a17d5aa 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.28/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.19.28/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.19.28" + image: "epicmorg/confluence:7.19.28" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.19.28-jdk8" + image: "epicmorg/confluence:7.19.28-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.19.28-jdk11" + image: "epicmorg/confluence:7.19.28-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.29/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.29/Dockerfile index e50401995..4591ee7a2 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.29/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.29/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 06d2f4ac4..fce94e365 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.29/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.29/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.29/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.19.29/docker-compose.yml index bff9815e3..38e9d50c5 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.29/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.19.29/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.19.29" + image: "epicmorg/confluence:7.19.29" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.19.29-jdk8" + image: "epicmorg/confluence:7.19.29-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.19.29-jdk11" + image: "epicmorg/confluence:7.19.29-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.3/Dockerfile index f67295977..d41771c64 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 3020d0db5..48419edca 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.19.3/docker-compose.yml index ef6f5568a..2b2d65878 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.19.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.19.3" + image: "epicmorg/confluence:7.19.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.19.3-jdk8" + image: "epicmorg/confluence:7.19.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.19.3-jdk11" + image: "epicmorg/confluence:7.19.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.30/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.30/Dockerfile index 1c4316235..305214090 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.30/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.30/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 892d8d4a5..c1e9f73d6 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.30/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.30/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.30/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.19.30/docker-compose.yml index 5c79dd62a..9d2c34eab 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.30/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.19.30/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.19.30" + image: "epicmorg/confluence:7.19.30" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.19.30-jdk8" + image: "epicmorg/confluence:7.19.30-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.19.30-jdk11" + image: "epicmorg/confluence:7.19.30-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.4/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.4/Dockerfile index 326e5bd3c..dcf77cf8a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 61431a81c..2dc681be6 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.4/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.19.4/docker-compose.yml index 9c75460a3..41af5e90f 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.19.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.19.4" + image: "epicmorg/confluence:7.19.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.19.4-jdk8" + image: "epicmorg/confluence:7.19.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.19.4-jdk11" + image: "epicmorg/confluence:7.19.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.5/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.5/Dockerfile index 7d4c3bd2c..bf24ca14f 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 3d2f85f85..6d86c107c 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.5/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.19.5/docker-compose.yml index 219df7721..f4bf5c48a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.19.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.19.5" + image: "epicmorg/confluence:7.19.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.19.5-jdk8" + image: "epicmorg/confluence:7.19.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.19.5-jdk11" + image: "epicmorg/confluence:7.19.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.6/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.6/Dockerfile index 3b6b72175..b31e0e87f 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 8e9726b18..40cbf2ae2 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.6/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.19.6/docker-compose.yml index 7e0e018cd..7d5829df8 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.19.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.19.6" + image: "epicmorg/confluence:7.19.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.19.6-jdk8" + image: "epicmorg/confluence:7.19.6-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.19.6-jdk11" + image: "epicmorg/confluence:7.19.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.7/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.7/Dockerfile index bbce77183..775c999ea 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 c84fd469b..4017dc79e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.7/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.19.7/docker-compose.yml index 5d801f2b3..bdd3942a3 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.19.7/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.19.7" + image: "epicmorg/confluence:7.19.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.19.7-jdk8" + image: "epicmorg/confluence:7.19.7-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.19.7-jdk11" + image: "epicmorg/confluence:7.19.7-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.8/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.8/Dockerfile index c1027b725..f18a384d5 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.8/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 616db178a..bd748cdcd 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.8/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.8/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.19.8/docker-compose.yml index f6bb6a59c..a9ccb33f0 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.19.8/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.19.8" + image: "epicmorg/confluence:7.19.8" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.19.8-jdk8" + image: "epicmorg/confluence:7.19.8-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.19.8-jdk11" + image: "epicmorg/confluence:7.19.8-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.9/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.9/Dockerfile index 0fa752e91..3119ed597 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.9/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 37c1c9212..8e9221c1e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.9/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.19.9/docker-compose.yml index 9400ca651..b84afd368 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.19.9/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.19.9" + image: "epicmorg/confluence:7.19.9" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.19.9-jdk8" + image: "epicmorg/confluence:7.19.9-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.19.9-jdk11" + image: "epicmorg/confluence:7.19.9-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.2.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.2.0/Dockerfile index 55958341b..03110558e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 2e642588a..064d9897a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.2.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.2.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.2.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.2.0/docker-compose.yml index a17930c36..b0e0764c8 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.2.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.2.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.2.0" + image: "epicmorg/confluence:7.2.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.2.0-jdk8" + image: "epicmorg/confluence:7.2.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.2.0-jdk11" + image: "epicmorg/confluence:7.2.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.2.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.2.1/Dockerfile index 9cf062eaf..d4df5be01 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 4f43d83fc..48d43c51e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.2.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.2.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.2.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.2.1/docker-compose.yml index b2308e6d4..43c5dfa5e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.2.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.2.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.2.1" + image: "epicmorg/confluence:7.2.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.2.1-jdk8" + image: "epicmorg/confluence:7.2.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.2.1-jdk11" + image: "epicmorg/confluence:7.2.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.2.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.2.2/Dockerfile index 1a2580686..f1c56aad6 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 41d9d0cba..3f1127649 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.2.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.2.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.2.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.2.2/docker-compose.yml index 9d56a4fc4..6184c69dc 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.2.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.2.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.2.2" + image: "epicmorg/confluence:7.2.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.2.2-jdk8" + image: "epicmorg/confluence:7.2.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.2.2-jdk11" + image: "epicmorg/confluence:7.2.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.20.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.20.0/Dockerfile index a12c44e17..c1e2749c2 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.20.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.20.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 5b575050b..ed0ba8640 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.20.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.20.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.20.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.20.0/docker-compose.yml index bc62b327f..c06c96411 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.20.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.20.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.20.0" + image: "epicmorg/confluence:7.20.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.20.0-jdk8" + image: "epicmorg/confluence:7.20.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.20.0-jdk11" + image: "epicmorg/confluence:7.20.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.20.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.20.1/Dockerfile index c53ed17a3..7cf18ba3c 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.20.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.20.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 e3149860c..6956c4ac9 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.20.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.20.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.20.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.20.1/docker-compose.yml index 52d7ad876..933ab7d97 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.20.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.20.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.20.1" + image: "epicmorg/confluence:7.20.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.20.1-jdk8" + image: "epicmorg/confluence:7.20.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.20.1-jdk11" + image: "epicmorg/confluence:7.20.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.20.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.20.2/Dockerfile index f9c9a0e11..3d964d493 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.20.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.20.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 b41557f22..525fd7851 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.20.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.20.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.20.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.20.2/docker-compose.yml index 6f11630ef..881e41cbc 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.20.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.20.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.20.2" + image: "epicmorg/confluence:7.20.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.20.2-jdk8" + image: "epicmorg/confluence:7.20.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.20.2-jdk11" + image: "epicmorg/confluence:7.20.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.20.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.20.3/Dockerfile index 279bcd35c..ffb8cf33c 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.20.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.20.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 07c96e18d..82240c1d1 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.20.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.20.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.20.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.20.3/docker-compose.yml index fbc17e553..c6ce8f66e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.20.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.20.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.20.3" + image: "epicmorg/confluence:7.20.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.20.3-jdk8" + image: "epicmorg/confluence:7.20.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.20.3-jdk11" + image: "epicmorg/confluence:7.20.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.3.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.3.1/Dockerfile index 7350ea9c0..4afbf5d82 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 f09de1670..83bb700f5 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.3.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.3.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.3.1/docker-compose.yml index a2fa02d84..70616158f 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.3.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.3.1" + image: "epicmorg/confluence:7.3.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.3.1-jdk8" + image: "epicmorg/confluence:7.3.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.3.1-jdk11" + image: "epicmorg/confluence:7.3.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.3.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.3.2/Dockerfile index aa8ec6471..edd411f6c 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 95edc03e5..d7da9294a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.3.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.3.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.3.2/docker-compose.yml index cacf2f234..29f2df100 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.3.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.3.2" + image: "epicmorg/confluence:7.3.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.3.2-jdk8" + image: "epicmorg/confluence:7.3.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.3.2-jdk11" + image: "epicmorg/confluence:7.3.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.3.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.3.3/Dockerfile index b347fb508..a8905021a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 c76ca6102..09991488a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.3.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.3.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.3.3/docker-compose.yml index 3cf8635e2..dd6478b90 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.3.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.3.3" + image: "epicmorg/confluence:7.3.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.3.3-jdk8" + image: "epicmorg/confluence:7.3.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.3.3-jdk11" + image: "epicmorg/confluence:7.3.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.3.4/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.3.4/Dockerfile index d91fda880..1f156e6e9 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 9b6c79a76..c33477615 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.3.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.3.4/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.3.4/docker-compose.yml index 13dc0699d..87490e90f 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.3.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.3.4" + image: "epicmorg/confluence:7.3.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.3.4-jdk8" + image: "epicmorg/confluence:7.3.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.3.4-jdk11" + image: "epicmorg/confluence:7.3.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.3.5/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.3.5/Dockerfile index 5ca34840a..278844fd8 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.3.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 fee5aa47e..7451970ca 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.3.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.3.5/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.3.5/docker-compose.yml index bfd6396e8..287168061 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.3.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.3.5" + image: "epicmorg/confluence:7.3.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.3.5-jdk8" + image: "epicmorg/confluence:7.3.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.3.5-jdk11" + image: "epicmorg/confluence:7.3.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.0/Dockerfile index 8fbd17e2e..50ed882d1 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 10dba04ff..0c58a390c 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.4.0/docker-compose.yml index a1710274a..3e530088b 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.4.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.4.0" + image: "epicmorg/confluence:7.4.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.4.0-jdk8" + image: "epicmorg/confluence:7.4.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.4.0-jdk11" + image: "epicmorg/confluence:7.4.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.1/Dockerfile index 730422aab..9a1db6458 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 c8099e2af..279349c21 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.4.1/docker-compose.yml index eb164922c..44dc9cbde 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.4.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.4.1" + image: "epicmorg/confluence:7.4.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.4.1-jdk8" + image: "epicmorg/confluence:7.4.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.4.1-jdk11" + image: "epicmorg/confluence:7.4.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.10/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.10/Dockerfile index 28558570f..18731b18a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.10/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 5bf9d1373..951ff1853 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.10/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.10/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.4.10/docker-compose.yml index 19ab8d4cb..84edba40e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.10/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.4.10/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.4.10" + image: "epicmorg/confluence:7.4.10" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.4.10-jdk8" + image: "epicmorg/confluence:7.4.10-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.4.10-jdk11" + image: "epicmorg/confluence:7.4.10-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.11/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.11/Dockerfile index cbc7e930c..28b90f515 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.11/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 109e9e3d3..f9b9c4a22 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.11/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.11/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.4.11/docker-compose.yml index 8feb5f602..30317bd17 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.11/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.4.11/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.4.11" + image: "epicmorg/confluence:7.4.11" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.4.11-jdk8" + image: "epicmorg/confluence:7.4.11-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.4.11-jdk11" + image: "epicmorg/confluence:7.4.11-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.12/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.12/Dockerfile index cfe8c6699..a53cf9060 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.12/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 c572435cd..a93b95eb8 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.12/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.12/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.4.12/docker-compose.yml index e33a0c1d9..2151bfee1 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.12/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.4.12/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.4.12" + image: "epicmorg/confluence:7.4.12" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.4.12-jdk8" + image: "epicmorg/confluence:7.4.12-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.4.12-jdk11" + image: "epicmorg/confluence:7.4.12-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.13/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.13/Dockerfile index 99b3a165d..770822c7c 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.13/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 51a8bb196..f556902ec 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.13/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.13/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.4.13/docker-compose.yml index bef404451..80e14159e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.13/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.4.13/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.4.13" + image: "epicmorg/confluence:7.4.13" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.4.13-jdk8" + image: "epicmorg/confluence:7.4.13-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.4.13-jdk11" + image: "epicmorg/confluence:7.4.13-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.14/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.14/Dockerfile index becc31367..354e79fed 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.14/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.14/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 103c1968f..90d7e0096 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.14/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.14/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.4.14/docker-compose.yml index 3e5c17139..cc3cad0d6 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.14/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.4.14/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.4.14" + image: "epicmorg/confluence:7.4.14" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.4.14-jdk8" + image: "epicmorg/confluence:7.4.14-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.4.14-jdk11" + image: "epicmorg/confluence:7.4.14-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.15/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.15/Dockerfile index cd0fc8c6a..7474e2e08 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.15/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.15/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 81320c6c0..8b1a8ad7c 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.15/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.15/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.4.15/docker-compose.yml index 71a57b43e..4a9bf7a40 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.15/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.4.15/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.4.15" + image: "epicmorg/confluence:7.4.15" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.4.15-jdk8" + image: "epicmorg/confluence:7.4.15-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.4.15-jdk11" + image: "epicmorg/confluence:7.4.15-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.16/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.16/Dockerfile index e1882ca6d..ba63d1a83 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.16/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 a24db987f..a8d82c358 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.16/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.16/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.4.16/docker-compose.yml index ced57e6cc..a22b70689 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.16/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.4.16/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.4.16" + image: "epicmorg/confluence:7.4.16" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.4.16-jdk8" + image: "epicmorg/confluence:7.4.16-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.4.16-jdk11" + image: "epicmorg/confluence:7.4.16-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.17/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.17/Dockerfile index 21636bb16..afc557a02 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.17/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 dafdd62de..cc72307d8 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.17/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.17/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.4.17/docker-compose.yml index 40ba2a3a4..1a8a89534 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.17/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.4.17/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.4.17" + image: "epicmorg/confluence:7.4.17" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.4.17-jdk8" + image: "epicmorg/confluence:7.4.17-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.4.17-jdk11" + image: "epicmorg/confluence:7.4.17-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.18/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.18/Dockerfile index b08b5bdc6..e7739a169 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.18/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.18/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 a71ef7059..75ef202e6 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.18/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.18/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.18/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.4.18/docker-compose.yml index c5267d057..4784f8e2e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.18/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.4.18/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.4.18" + image: "epicmorg/confluence:7.4.18" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.4.18-jdk8" + image: "epicmorg/confluence:7.4.18-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.4.18-jdk11" + image: "epicmorg/confluence:7.4.18-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.3/Dockerfile index 877f9af33..22c8ccd62 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 f2988bd6a..09ac96257 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.4.3/docker-compose.yml index 661464255..73135dcff 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.4.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.4.3" + image: "epicmorg/confluence:7.4.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.4.3-jdk8" + image: "epicmorg/confluence:7.4.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.4.3-jdk11" + image: "epicmorg/confluence:7.4.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.4/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.4/Dockerfile index 2cbe9487b..c4d3a85ad 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 067c83f16..3355c6bb9 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.4/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.4.4/docker-compose.yml index 7138b9b57..d5bea2242 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.4.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.4.4" + image: "epicmorg/confluence:7.4.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.4.4-jdk8" + image: "epicmorg/confluence:7.4.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.4.4-jdk11" + image: "epicmorg/confluence:7.4.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.5/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.5/Dockerfile index c7a3482e5..e2ba2fc7f 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 87d7ed550..399071aa5 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.5/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.4.5/docker-compose.yml index 388665ae0..a69b63085 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.4.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.4.5" + image: "epicmorg/confluence:7.4.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.4.5-jdk8" + image: "epicmorg/confluence:7.4.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.4.5-jdk11" + image: "epicmorg/confluence:7.4.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.6/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.6/Dockerfile index 3e2e2d946..6fa659414 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 adcf2f0f0..5fff77742 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.6/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.4.6/docker-compose.yml index 100252eda..66e36a979 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.4.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.4.6" + image: "epicmorg/confluence:7.4.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.4.6-jdk8" + image: "epicmorg/confluence:7.4.6-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.4.6-jdk11" + image: "epicmorg/confluence:7.4.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.7/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.7/Dockerfile index 0b40346fb..8a7962511 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 063cbf04e..529e32d26 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.7/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.4.7/docker-compose.yml index 8ea5dbadb..b262dc40e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.4.7/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.4.7" + image: "epicmorg/confluence:7.4.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.4.7-jdk8" + image: "epicmorg/confluence:7.4.7-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.4.7-jdk11" + image: "epicmorg/confluence:7.4.7-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.8/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.8/Dockerfile index 2eba3b5b6..86d2090a6 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.8/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 ddb13f4b9..c8aac0c47 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.8/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.8/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.4.8/docker-compose.yml index 6d0498556..76b0449d1 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.4.8/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.4.8" + image: "epicmorg/confluence:7.4.8" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.4.8-jdk8" + image: "epicmorg/confluence:7.4.8-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.4.8-jdk11" + image: "epicmorg/confluence:7.4.8-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.9/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.9/Dockerfile index fe70b0cf8..fe6c91500 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.9/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 c64e3388a..8b8897904 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.9/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.4.9/docker-compose.yml index 596abdd7f..b3bb61525 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.4.9/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.4.9" + image: "epicmorg/confluence:7.4.9" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.4.9-jdk8" + image: "epicmorg/confluence:7.4.9-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.4.9-jdk11" + image: "epicmorg/confluence:7.4.9-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.5.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.5.0/Dockerfile index aebf36fd3..2161ece9c 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 6fa36d05e..98af855b5 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.5.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.5.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.5.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.5.0/docker-compose.yml index 22785a2b5..5db864786 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.5.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.5.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.5.0" + image: "epicmorg/confluence:7.5.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.5.0-jdk8" + image: "epicmorg/confluence:7.5.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.5.0-jdk11" + image: "epicmorg/confluence:7.5.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.5.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.5.1/Dockerfile index 096de8761..6d4a20a31 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 2b89001f0..e1743fcf4 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.5.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.5.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.5.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.5.1/docker-compose.yml index 494011e4d..e6a5349ff 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.5.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.5.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.5.1" + image: "epicmorg/confluence:7.5.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.5.1-jdk8" + image: "epicmorg/confluence:7.5.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.5.1-jdk11" + image: "epicmorg/confluence:7.5.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.5.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.5.2/Dockerfile index 9a6f8a425..aca2a385f 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 23b141a0d..fc12725a1 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.5.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.5.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.5.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.5.2/docker-compose.yml index 7ef057670..7973b1fe7 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.5.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.5.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.5.2" + image: "epicmorg/confluence:7.5.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.5.2-jdk8" + image: "epicmorg/confluence:7.5.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.5.2-jdk11" + image: "epicmorg/confluence:7.5.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.6.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.6.0/Dockerfile index deb2937ea..4761c587a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 efbcbf0ea..c92db2972 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.6.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.6.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.6.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.6.0/docker-compose.yml index a7650365c..74c7e8b4b 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.6.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.6.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.6.0" + image: "epicmorg/confluence:7.6.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.6.0-jdk8" + image: "epicmorg/confluence:7.6.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.6.0-jdk11" + image: "epicmorg/confluence:7.6.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.6.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.6.1/Dockerfile index c92eae3a6..9e0c5349e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 db6af95a4..c32260a38 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.6.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.6.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.6.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.6.1/docker-compose.yml index b42a7c7e4..ad8360926 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.6.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.6.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.6.1" + image: "epicmorg/confluence:7.6.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.6.1-jdk8" + image: "epicmorg/confluence:7.6.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.6.1-jdk11" + image: "epicmorg/confluence:7.6.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.6.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.6.2/Dockerfile index bb244ff30..2a76f8a15 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.6.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 d15efb7ee..8f9b36c5a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.6.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.6.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.6.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.6.2/docker-compose.yml index 9037d7f71..a78b27467 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.6.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.6.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.6.2" + image: "epicmorg/confluence:7.6.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.6.2-jdk8" + image: "epicmorg/confluence:7.6.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.6.2-jdk11" + image: "epicmorg/confluence:7.6.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.6.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.6.3/Dockerfile index e7c169b4f..cb10a6026 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.6.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 f6058b409..1422ac0a7 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.6.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.6.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.6.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.6.3/docker-compose.yml index 07ca9c101..aa670ece4 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.6.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.6.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.6.3" + image: "epicmorg/confluence:7.6.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.6.3-jdk8" + image: "epicmorg/confluence:7.6.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.6.3-jdk11" + image: "epicmorg/confluence:7.6.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.7.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.7.2/Dockerfile index 9452ed07e..55fe602f2 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.7.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 4d0987f2e..174691312 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.7.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.7.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.7.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.7.2/docker-compose.yml index 3fb4bfb73..343d12646 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.7.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.7.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.7.2" + image: "epicmorg/confluence:7.7.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.7.2-jdk8" + image: "epicmorg/confluence:7.7.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.7.2-jdk11" + image: "epicmorg/confluence:7.7.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.7.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.7.3/Dockerfile index 27c44ad70..59bab8118 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.7.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.7.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 76c007214..a183bbe87 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.7.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.7.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.7.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.7.3/docker-compose.yml index 56bd64a95..a3d6590fe 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.7.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.7.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.7.3" + image: "epicmorg/confluence:7.7.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.7.3-jdk8" + image: "epicmorg/confluence:7.7.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.7.3-jdk11" + image: "epicmorg/confluence:7.7.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.7.4/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.7.4/Dockerfile index ae65f0191..b726b25a2 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.7.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 7b9be2c84..c8dcc6d98 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.7.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.7.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.7.4/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.7.4/docker-compose.yml index 6ef7f0481..a74dc80da 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.7.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.7.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.7.4" + image: "epicmorg/confluence:7.7.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.7.4-jdk8" + image: "epicmorg/confluence:7.7.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.7.4-jdk11" + image: "epicmorg/confluence:7.7.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.8.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.8.0/Dockerfile index 9eb25bb8a..4eb67f8af 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 51ccd30c2..85e31ef1e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.8.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.8.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.8.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.8.0/docker-compose.yml index f3c2fcfd2..249a40d37 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.8.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.8.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.8.0" + image: "epicmorg/confluence:7.8.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.8.0-jdk8" + image: "epicmorg/confluence:7.8.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.8.0-jdk11" + image: "epicmorg/confluence:7.8.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.8.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.8.1/Dockerfile index 6de8bcd16..b140cbac1 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 b95aa6117..bca40564a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.8.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.8.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.8.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.8.1/docker-compose.yml index 7b866cbe7..f545a4781 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.8.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.8.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.8.1" + image: "epicmorg/confluence:7.8.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.8.1-jdk8" + image: "epicmorg/confluence:7.8.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.8.1-jdk11" + image: "epicmorg/confluence:7.8.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.8.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.8.3/Dockerfile index 30efc9a7c..1afc4ed39 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.8.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 5bff2652c..f0934cd5a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.8.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.8.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.8.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.8.3/docker-compose.yml index eb0a6f2b1..e403b4cc7 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.8.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.8.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.8.3" + image: "epicmorg/confluence:7.8.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.8.3-jdk8" + image: "epicmorg/confluence:7.8.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.8.3-jdk11" + image: "epicmorg/confluence:7.8.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.9.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.9.0/Dockerfile index fe6a528ea..2763b63c1 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.9.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 f097dc627..311f3fa68 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.9.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.9.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.9.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.9.0/docker-compose.yml index cdf699a70..bf47ebc90 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.9.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.9.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.9.0" + image: "epicmorg/confluence:7.9.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.9.0-jdk8" + image: "epicmorg/confluence:7.9.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.9.0-jdk11" + image: "epicmorg/confluence:7.9.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.9.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.9.1/Dockerfile index 53077aeee..186ed478a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.9.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 a11796121..b883666d2 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.9.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.9.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.9.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.9.1/docker-compose.yml index fe1af6694..3dfc648b1 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.9.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.9.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.9.1" + image: "epicmorg/confluence:7.9.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.9.1-jdk8" + image: "epicmorg/confluence:7.9.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.9.1-jdk11" + image: "epicmorg/confluence:7.9.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/7/7.9.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.9.3/Dockerfile index 8b36097d9..7cee60132 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.9.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.9.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 4316cfe3d..862e27dff 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.9.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.9.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.9.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/7/7.9.3/docker-compose.yml index 389692948..561013609 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.9.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/7/7.9.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:7.9.3" + image: "epicmorg/confluence:7.9.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/confluence:7.9.3-jdk8" + image: "epicmorg/confluence:7.9.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:7.9.3-jdk11" + image: "epicmorg/confluence:7.9.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/confluence/8/8.0.0/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.0.0/Dockerfile index 37ac28739..84a0501de 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.0.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 0291cbbb2..781cddc90 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.0.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.0.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.0.0/docker-compose.yml index c0d010e51..5e8f03b49 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.0.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.0.0" + image: "epicmorg/confluence:8.0.0" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.0.0-jdk11" + image: "epicmorg/confluence:8.0.0-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.0.0-jdk17" + image: "epicmorg/confluence:8.0.0-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.0.1/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.0.1/Dockerfile index 168e5de74..e2eb30b98 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 772bbedd2..95b063fa3 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.0.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.0.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.0.1/docker-compose.yml index 953dffc17..371c0c9fc 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.0.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.0.1" + image: "epicmorg/confluence:8.0.1" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.0.1-jdk11" + image: "epicmorg/confluence:8.0.1-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.0.1-jdk17" + image: "epicmorg/confluence:8.0.1-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.0.2/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.0.2/Dockerfile index 53ed24cbe..28a991c1d 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 2d9996277..7d40698c2 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.0.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.0.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.0.2/docker-compose.yml index c7d13054a..4166fb735 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.0.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.0.2" + image: "epicmorg/confluence:8.0.2" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.0.2-jdk11" + image: "epicmorg/confluence:8.0.2-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.0.2-jdk17" + image: "epicmorg/confluence:8.0.2-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.0.3/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.0.3/Dockerfile index 2dacc6f4f..16dc0eb32 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 5dd4bd675..b16e77135 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.0.3/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.0.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.0.3/docker-compose.yml index 0ab24baae..da253b527 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.0.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.0.3" + image: "epicmorg/confluence:8.0.3" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.0.3-jdk11" + image: "epicmorg/confluence:8.0.3-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.0.3-jdk17" + image: "epicmorg/confluence:8.0.3-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.0.4/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.0.4/Dockerfile index 1050fa0dc..da862d6ab 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 bbf4fef29..2a18a9eb0 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.0.4/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.0.4/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.0.4/docker-compose.yml index 3b4946cfa..2b63e6c3d 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.0.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.0.4" + image: "epicmorg/confluence:8.0.4" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.0.4-jdk11" + image: "epicmorg/confluence:8.0.4-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.0.4-jdk17" + image: "epicmorg/confluence:8.0.4-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.1.0/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.1.0/Dockerfile index c44bcd679..fa55db9cc 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 be1c89ead..2b53b7100 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.1.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.1.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.1.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.1.0/docker-compose.yml index 110838f3b..b2b5eb449 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.1.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.1.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.1.0" + image: "epicmorg/confluence:8.1.0" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.1.0-jdk11" + image: "epicmorg/confluence:8.1.0-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.1.0-jdk17" + image: "epicmorg/confluence:8.1.0-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.1.1/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.1.1/Dockerfile index 8361244c3..14053b511 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 af3f7d638..269e49ed5 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.1.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.1.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.1.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.1.1/docker-compose.yml index 57a1592c9..71366729d 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.1.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.1.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.1.1" + image: "epicmorg/confluence:8.1.1" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.1.1-jdk11" + image: "epicmorg/confluence:8.1.1-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.1.1-jdk17" + image: "epicmorg/confluence:8.1.1-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.1.3/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.1.3/Dockerfile index c076d1106..de64e4e78 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 086ef02e2..80e951a2a 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.1.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.1.3/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.1.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.1.3/docker-compose.yml index 1b547eee8..863b5f877 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.1.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.1.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.1.3" + image: "epicmorg/confluence:8.1.3" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.1.3-jdk11" + image: "epicmorg/confluence:8.1.3-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.1.3-jdk17" + image: "epicmorg/confluence:8.1.3-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.1.4/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.1.4/Dockerfile index 0ada49475..bb7b33633 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 2a8fec000..6d18c23b5 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.1.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.1.4/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.1.4/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.1.4/docker-compose.yml index e57d2deab..7f0be4b32 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.1.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.1.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.1.4" + image: "epicmorg/confluence:8.1.4" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.1.4-jdk11" + image: "epicmorg/confluence:8.1.4-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.1.4-jdk17" + image: "epicmorg/confluence:8.1.4-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.2.0/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.2.0/Dockerfile index 6e0fab58a..137f0565d 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 4c1fa65a9..a78ca3763 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.2.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.2.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.2.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.2.0/docker-compose.yml index 288281793..428fe8fbf 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.2.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.2.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.2.0" + image: "epicmorg/confluence:8.2.0" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.2.0-jdk11" + image: "epicmorg/confluence:8.2.0-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.2.0-jdk17" + image: "epicmorg/confluence:8.2.0-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.2.1/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.2.1/Dockerfile index e3c0900a4..3923f80bf 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 388d6e4d1..977b0d04c 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.2.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.2.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.2.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.2.1/docker-compose.yml index 593568010..ed9bebe97 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.2.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.2.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.2.1" + image: "epicmorg/confluence:8.2.1" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.2.1-jdk11" + image: "epicmorg/confluence:8.2.1-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.2.1-jdk17" + image: "epicmorg/confluence:8.2.1-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.2.2/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.2.2/Dockerfile index f1551a060..2ace6e374 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 0375b419d..71672f6b4 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.2.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.2.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.2.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.2.2/docker-compose.yml index 05647fafd..8a1ac40ec 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.2.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.2.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.2.2" + image: "epicmorg/confluence:8.2.2" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.2.2-jdk11" + image: "epicmorg/confluence:8.2.2-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.2.2-jdk17" + image: "epicmorg/confluence:8.2.2-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.2.3/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.2.3/Dockerfile index f3c8fe1aa..adffd55dd 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 37f766d44..f91181d03 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.2.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.2.3/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.2.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.2.3/docker-compose.yml index 65f56be33..a861ba79d 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.2.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.2.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.2.3" + image: "epicmorg/confluence:8.2.3" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.2.3-jdk11" + image: "epicmorg/confluence:8.2.3-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.2.3-jdk17" + image: "epicmorg/confluence:8.2.3-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.3.0/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.3.0/Dockerfile index 79f674c5f..38775eb50 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 b8901d53b..f16ea7e06 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.3.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.3.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.3.0/docker-compose.yml index 6e3f6c47f..792629bbd 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.3.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.3.0" + image: "epicmorg/confluence:8.3.0" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.3.0-jdk11" + image: "epicmorg/confluence:8.3.0-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.3.0-jdk17" + image: "epicmorg/confluence:8.3.0-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.3.1/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.3.1/Dockerfile index 28e90d8e9..b916d6eb0 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 a657b9143..b723b54e5 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.3.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.3.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.3.1/docker-compose.yml index 45e796fd7..de91a515f 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.3.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.3.1" + image: "epicmorg/confluence:8.3.1" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.3.1-jdk11" + image: "epicmorg/confluence:8.3.1-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.3.1-jdk17" + image: "epicmorg/confluence:8.3.1-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.3.2/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.3.2/Dockerfile index 683054f08..0d3e726c3 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 b25493742..277b285f4 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.3.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.3.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.3.2/docker-compose.yml index 1df7e8284..5e6bf22d8 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.3.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.3.2" + image: "epicmorg/confluence:8.3.2" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.3.2-jdk11" + image: "epicmorg/confluence:8.3.2-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.3.2-jdk17" + image: "epicmorg/confluence:8.3.2-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.3.3/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.3.3/Dockerfile index 25e098d60..e8303aa68 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 f2b575054..5a3e290bf 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.3.3/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.3.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.3.3/docker-compose.yml index 711c06528..949bcac06 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.3.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.3.3" + image: "epicmorg/confluence:8.3.3" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.3.3-jdk11" + image: "epicmorg/confluence:8.3.3-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.3.3-jdk17" + image: "epicmorg/confluence:8.3.3-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.3.4/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.3.4/Dockerfile index 3438ce2d9..8df09ad1d 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 3f72eff11..06cc3f4a5 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.3.4/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.3.4/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.3.4/docker-compose.yml index 9d20e325e..07256d253 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.3.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.3.4" + image: "epicmorg/confluence:8.3.4" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.3.4-jdk11" + image: "epicmorg/confluence:8.3.4-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.3.4-jdk17" + image: "epicmorg/confluence:8.3.4-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.0/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.4.0/Dockerfile index e57faa1b6..d329e7d51 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 89dbad4c4..843bc5e34 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.4.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.4.0/docker-compose.yml index ca94fcdc3..75a9664b7 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.4.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.4.0" + image: "epicmorg/confluence:8.4.0" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.4.0-jdk11" + image: "epicmorg/confluence:8.4.0-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.4.0-jdk17" + image: "epicmorg/confluence:8.4.0-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.1/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.4.1/Dockerfile index e3b604029..6d0422404 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 d15e8620e..a738fa6fd 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.4.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.4.1/docker-compose.yml index fc7ab1146..506b1b686 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.4.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.4.1" + image: "epicmorg/confluence:8.4.1" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.4.1-jdk11" + image: "epicmorg/confluence:8.4.1-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.4.1-jdk17" + image: "epicmorg/confluence:8.4.1-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.2/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.4.2/Dockerfile index f790902e1..32523c0a4 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 2986caed0..be70f7553 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.4.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.4.2/docker-compose.yml index 7e78aea67..5f3bc888f 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.4.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.4.2" + image: "epicmorg/confluence:8.4.2" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.4.2-jdk11" + image: "epicmorg/confluence:8.4.2-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.4.2-jdk17" + image: "epicmorg/confluence:8.4.2-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.3/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.4.3/Dockerfile index e9f0d9b41..71032952a 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 01dc8bb85..e7ef5bf0a 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.4.3/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.4.3/docker-compose.yml index c14453cfe..72dfdaf05 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.4.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.4.3" + image: "epicmorg/confluence:8.4.3" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.4.3-jdk11" + image: "epicmorg/confluence:8.4.3-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.4.3-jdk17" + image: "epicmorg/confluence:8.4.3-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.4/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.4.4/Dockerfile index e62004cc0..89683f876 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 5e7135a3c..16f8afbf3 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.4.4/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.4/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.4.4/docker-compose.yml index f3ac7c726..27cb9ae59 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.4.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.4.4" + image: "epicmorg/confluence:8.4.4" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.4.4-jdk11" + image: "epicmorg/confluence:8.4.4-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.4.4-jdk17" + image: "epicmorg/confluence:8.4.4-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.5/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.4.5/Dockerfile index 81dc5fca2..a06da9984 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.4.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 11e31ac73..43fe229c1 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.4.5/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.5/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.4.5/docker-compose.yml index e01668cb0..924c2df68 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.4.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.4.5" + image: "epicmorg/confluence:8.4.5" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.4.5-jdk11" + image: "epicmorg/confluence:8.4.5-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.4.5-jdk17" + image: "epicmorg/confluence:8.4.5-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.0/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.0/Dockerfile index 4f360a1c6..7d7ef154e 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 98386961d..a335582df 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.5.0/docker-compose.yml index 978367a0d..0b2ccfc2a 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.5.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.5.0" + image: "epicmorg/confluence:8.5.0" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.5.0-jdk11" + image: "epicmorg/confluence:8.5.0-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.5.0-jdk17" + image: "epicmorg/confluence:8.5.0-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.1/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.1/Dockerfile index 04e17e03a..fdfd9b359 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 79253a58d..70b8995f4 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.5.1/docker-compose.yml index 9923b8ad6..9db5c7a35 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.5.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.5.1" + image: "epicmorg/confluence:8.5.1" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.5.1-jdk11" + image: "epicmorg/confluence:8.5.1-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.5.1-jdk17" + image: "epicmorg/confluence:8.5.1-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.10/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.10/Dockerfile index 1ce20d481..1251d6424 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.10/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 70e95725e..e6b194afc 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.10/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.10/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.10/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.5.10/docker-compose.yml index 286ad200b..0c27a8e57 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.10/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.5.10/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.5.10" + image: "epicmorg/confluence:8.5.10" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.5.10-jdk11" + image: "epicmorg/confluence:8.5.10-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.5.10-jdk17" + image: "epicmorg/confluence:8.5.10-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.11/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.11/Dockerfile index 68500b637..8e17e84e6 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.11/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 f66c77e3a..2530ed658 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.11/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.11/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.11/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.5.11/docker-compose.yml index 06773baf3..fdba8a163 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.11/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.5.11/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.5.11" + image: "epicmorg/confluence:8.5.11" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.5.11-jdk11" + image: "epicmorg/confluence:8.5.11-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.5.11-jdk17" + image: "epicmorg/confluence:8.5.11-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.12/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.12/Dockerfile index 1a26e9e5a..cd0e8b826 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.12/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 8943866c9..ed92a5cdd 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.12/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.12/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.12/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.5.12/docker-compose.yml index f2b72f2e1..774682afb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.12/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.5.12/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.5.12" + image: "epicmorg/confluence:8.5.12" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.5.12-jdk11" + image: "epicmorg/confluence:8.5.12-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.5.12-jdk17" + image: "epicmorg/confluence:8.5.12-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.14/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.14/Dockerfile index ce537949c..e4252bb9f 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.14/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.14/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 609e35f3a..93a97acba 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.14/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.14/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.14/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.5.14/docker-compose.yml index 2d40758d2..1262b808c 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.14/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.5.14/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.5.14" + image: "epicmorg/confluence:8.5.14" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.5.14-jdk11" + image: "epicmorg/confluence:8.5.14-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.5.14-jdk17" + image: "epicmorg/confluence:8.5.14-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.15/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.15/Dockerfile index 36e1e6338..8f9f650dc 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.15/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.15/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 4174f60dc..33d1b9909 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.15/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.15/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.15/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.5.15/docker-compose.yml index 7296110bd..1cea4a4a2 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.15/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.5.15/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.5.15" + image: "epicmorg/confluence:8.5.15" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.5.15-jdk11" + image: "epicmorg/confluence:8.5.15-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.5.15-jdk17" + image: "epicmorg/confluence:8.5.15-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.16/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.16/Dockerfile index 4aa8dfe27..84414282a 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.16/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 1e4c3f452..9479f5c19 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.16/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.16/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.16/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.5.16/docker-compose.yml index d40501421..2dfca9603 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.16/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.5.16/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.5.16" + image: "epicmorg/confluence:8.5.16" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.5.16-jdk11" + image: "epicmorg/confluence:8.5.16-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.5.16-jdk17" + image: "epicmorg/confluence:8.5.16-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.17/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.17/Dockerfile index ed44d89b5..f282e442b 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.17/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 59029bede..611ebd0fc 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.17/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.17/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.17/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.5.17/docker-compose.yml index b67aca3c1..1bcaacef8 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.17/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.5.17/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.5.17" + image: "epicmorg/confluence:8.5.17" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.5.17-jdk11" + image: "epicmorg/confluence:8.5.17-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.5.17-jdk17" + image: "epicmorg/confluence:8.5.17-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.18/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.18/Dockerfile index 4540cd35b..9bd7f457d 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.18/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.18/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 7dba7134f..5f4060fdf 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.18/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.18/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.18/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.5.18/docker-compose.yml index a418572b6..ae7de1ca3 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.18/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.5.18/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.5.18" + image: "epicmorg/confluence:8.5.18" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.5.18-jdk11" + image: "epicmorg/confluence:8.5.18-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.5.18-jdk17" + image: "epicmorg/confluence:8.5.18-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.19/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.19/Dockerfile index 300a28877..b629e4a04 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.19/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.19/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 8c914b49d..3e87c271a 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.19/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.19/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.19/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.5.19/docker-compose.yml index 11a3dcf23..879859875 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.19/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.5.19/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.5.19" + image: "epicmorg/confluence:8.5.19" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.5.19-jdk11" + image: "epicmorg/confluence:8.5.19-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.5.19-jdk17" + image: "epicmorg/confluence:8.5.19-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.2/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.2/Dockerfile index 8537ec30c..c53d2620c 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 4f44f2011..a91e566a4 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.5.2/docker-compose.yml index f87ca9680..5e1727a3a 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.5.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.5.2" + image: "epicmorg/confluence:8.5.2" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.5.2-jdk11" + image: "epicmorg/confluence:8.5.2-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.5.2-jdk17" + image: "epicmorg/confluence:8.5.2-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.20/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.20/Dockerfile index f37d5832f..3a88a2cb2 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.20/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.20/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 4f61bdc08..1242ad2f2 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.20/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.20/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.20/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.5.20/docker-compose.yml index c40438c04..6a8fc07e5 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.20/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.5.20/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.5.20" + image: "epicmorg/confluence:8.5.20" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.5.20-jdk11" + image: "epicmorg/confluence:8.5.20-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.5.20-jdk17" + image: "epicmorg/confluence:8.5.20-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.21/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.21/Dockerfile index 0cd9328bd..ffcaab23d 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.21/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.21/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 af9b3b23c..2687d64ee 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.21/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.21/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.21/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.5.21/docker-compose.yml index cc7259be9..32de9585c 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.21/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.5.21/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.5.21" + image: "epicmorg/confluence:8.5.21" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.5.21-jdk11" + image: "epicmorg/confluence:8.5.21-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.5.21-jdk17" + image: "epicmorg/confluence:8.5.21-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.3/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.3/Dockerfile index f56c02296..09bced79f 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 9651f0edf..d0c9e66de 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.3/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.5.3/docker-compose.yml index d78c0a9a1..46df6897a 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.5.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.5.3" + image: "epicmorg/confluence:8.5.3" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.5.3-jdk11" + image: "epicmorg/confluence:8.5.3-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.5.3-jdk17" + image: "epicmorg/confluence:8.5.3-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.4/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.4/Dockerfile index 0bac50068..303433d28 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 3fecdb4c5..fb02ea8af 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.4/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.4/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.5.4/docker-compose.yml index 543ba789e..4e01345dc 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.5.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.5.4" + image: "epicmorg/confluence:8.5.4" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.5.4-jdk11" + image: "epicmorg/confluence:8.5.4-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.5.4-jdk17" + image: "epicmorg/confluence:8.5.4-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.5/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.5/Dockerfile index d91cd7670..a9fd8b017 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 ba1df2237..a78ce4360 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.5/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.5/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.5.5/docker-compose.yml index 1010b7dc6..20c1a3455 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.5.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.5.5" + image: "epicmorg/confluence:8.5.5" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.5.5-jdk11" + image: "epicmorg/confluence:8.5.5-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.5.5-jdk17" + image: "epicmorg/confluence:8.5.5-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.6/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.6/Dockerfile index c85a7489a..152abf874 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 2691e3b1c..434d2613f 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.6/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.6/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.6/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.5.6/docker-compose.yml index 0ac6549d5..69ac672e1 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.5.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.5.6" + image: "epicmorg/confluence:8.5.6" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.5.6-jdk11" + image: "epicmorg/confluence:8.5.6-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.5.6-jdk17" + image: "epicmorg/confluence:8.5.6-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.7/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.7/Dockerfile index 66f331be8..3633e4555 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 ac76e24aa..e97448f2c 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.7/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.7/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.7/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.5.7/docker-compose.yml index 108f021a4..4db721efc 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.5.7/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.5.7" + image: "epicmorg/confluence:8.5.7" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.5.7-jdk11" + image: "epicmorg/confluence:8.5.7-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.5.7-jdk17" + image: "epicmorg/confluence:8.5.7-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.8/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.8/Dockerfile index 68973fab6..5c675d056 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.8/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 c7857bc1c..3d7358b82 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.8/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.8/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.8/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.5.8/docker-compose.yml index d4ead4cde..8c47d02fa 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.5.8/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.5.8" + image: "epicmorg/confluence:8.5.8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.5.8-jdk11" + image: "epicmorg/confluence:8.5.8-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.5.8-jdk17" + image: "epicmorg/confluence:8.5.8-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.9/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.9/Dockerfile index be54c8c42..aa23f7b01 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.9/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 45fad2503..8cbcce82e 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.9/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.9/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.9/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.5.9/docker-compose.yml index ef457d20c..52bc742a3 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.5.9/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.5.9" + image: "epicmorg/confluence:8.5.9" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.5.9-jdk11" + image: "epicmorg/confluence:8.5.9-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.5.9-jdk17" + image: "epicmorg/confluence:8.5.9-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.6.0/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.6.0/Dockerfile index f478a1127..8e17bda5e 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 6fdb1ea7d..6fbf7a2f6 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.6.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.6.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.6.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.6.0/docker-compose.yml index 678dcc922..25736e544 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.6.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.6.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.6.0" + image: "epicmorg/confluence:8.6.0" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.6.0-jdk11" + image: "epicmorg/confluence:8.6.0-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.6.0-jdk17" + image: "epicmorg/confluence:8.6.0-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.6.1/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.6.1/Dockerfile index 113aa6bdf..c73401cdb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 2adae8a9c..0db79d645 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.6.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.6.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.6.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.6.1/docker-compose.yml index 829550685..32908ae31 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.6.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.6.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.6.1" + image: "epicmorg/confluence:8.6.1" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.6.1-jdk11" + image: "epicmorg/confluence:8.6.1-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.6.1-jdk17" + image: "epicmorg/confluence:8.6.1-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.6.2/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.6.2/Dockerfile index 34f5d8774..e22711e19 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.6.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 af062e579..7e152689a 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.6.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.6.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.6.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.6.2/docker-compose.yml index e900a76bd..4a68dabf3 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.6.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.6.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.6.2" + image: "epicmorg/confluence:8.6.2" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.6.2-jdk11" + image: "epicmorg/confluence:8.6.2-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.6.2-jdk17" + image: "epicmorg/confluence:8.6.2-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.7.1/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.7.1/Dockerfile index 67dbff3a5..ca6f9680d 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 06657ab6b..49f43a5f5 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.7.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.7.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.7.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.7.1/docker-compose.yml index 8ecc720b3..5f79ad060 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.7.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.7.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.7.1" + image: "epicmorg/confluence:8.7.1" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.7.1-jdk11" + image: "epicmorg/confluence:8.7.1-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.7.1-jdk17" + image: "epicmorg/confluence:8.7.1-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.7.2/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.7.2/Dockerfile index 11506f114..8cb17cbef 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.7.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 7a77ad5a3..13cef0351 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.7.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.7.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.7.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.7.2/docker-compose.yml index 37c7d0c5f..e50fcaabb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.7.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.7.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.7.2" + image: "epicmorg/confluence:8.7.2" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.7.2-jdk11" + image: "epicmorg/confluence:8.7.2-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.7.2-jdk17" + image: "epicmorg/confluence:8.7.2-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.8.0/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.8.0/Dockerfile index d43bc46a8..fda4d94c9 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 817e3da8a..0925a2555 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.8.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.8.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.8.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.8.0/docker-compose.yml index 2b962c00b..e5f2ea930 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.8.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.8.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.8.0" + image: "epicmorg/confluence:8.8.0" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.8.0-jdk11" + image: "epicmorg/confluence:8.8.0-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.8.0-jdk17" + image: "epicmorg/confluence:8.8.0-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.8.1/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.8.1/Dockerfile index b183497ec..0cca9f110 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 c650c962e..2e72eb14d 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.8.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.8.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.8.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.8.1/docker-compose.yml index 017ff0dbd..f1f37c406 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.8.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.8.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.8.1" + image: "epicmorg/confluence:8.8.1" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.8.1-jdk11" + image: "epicmorg/confluence:8.8.1-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.8.1-jdk17" + image: "epicmorg/confluence:8.8.1-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.0/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.9.0/Dockerfile index 819acd9c7..7fb3b6e75 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.9.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 934bd4c4d..30b8fe479 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.9.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.9.0/docker-compose.yml index afea06908..7ce9368cb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.9.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.9.0" + image: "epicmorg/confluence:8.9.0" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.9.0-jdk11" + image: "epicmorg/confluence:8.9.0-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.9.0-jdk17" + image: "epicmorg/confluence:8.9.0-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.1/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.9.1/Dockerfile index eb75d7cd5..8dded801e 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.9.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 7cc3a0e93..71a0c9b1d 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.9.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.9.1/docker-compose.yml index 6aca6dbcb..f040fbe43 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.9.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.9.1" + image: "epicmorg/confluence:8.9.1" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.9.1-jdk11" + image: "epicmorg/confluence:8.9.1-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.9.1-jdk17" + image: "epicmorg/confluence:8.9.1-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.2/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.9.2/Dockerfile index 9104ec9c0..0a2d0b4da 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.9.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 83193503b..241b80fdf 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.9.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.9.2/docker-compose.yml index 568cb4215..30bd5b3c2 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.9.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.9.2" + image: "epicmorg/confluence:8.9.2" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.9.2-jdk11" + image: "epicmorg/confluence:8.9.2-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.9.2-jdk17" + image: "epicmorg/confluence:8.9.2-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.3/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.9.3/Dockerfile index f460d0f37..e17531e70 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.9.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 7616edd4a..7b31f997d 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.9.3/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.9.3/docker-compose.yml index ca79a47fb..ae7b1552b 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.9.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.9.3" + image: "epicmorg/confluence:8.9.3" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.9.3-jdk11" + image: "epicmorg/confluence:8.9.3-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.9.3-jdk17" + image: "epicmorg/confluence:8.9.3-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.4/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.9.4/Dockerfile index 5803e4eac..6a7209f85 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.9.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 362d302aa..788747656 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.9.4/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.4/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.9.4/docker-compose.yml index 05e9811af..f05b5ff2c 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.9.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.9.4" + image: "epicmorg/confluence:8.9.4" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.9.4-jdk11" + image: "epicmorg/confluence:8.9.4-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.9.4-jdk17" + image: "epicmorg/confluence:8.9.4-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.5/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.9.5/Dockerfile index 5e5d370fd..d814c7a11 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.9.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 51454366c..0e769636f 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.9.5/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.5/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.9.5/docker-compose.yml index b09798030..80d368caf 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.9.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.9.5" + image: "epicmorg/confluence:8.9.5" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.9.5-jdk11" + image: "epicmorg/confluence:8.9.5-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.9.5-jdk17" + image: "epicmorg/confluence:8.9.5-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.6/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.9.6/Dockerfile index 6d78d852c..406e4fb6e 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.9.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 3f7a23048..56725dad3 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.6/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.9.6/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.6/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.9.6/docker-compose.yml index 7ffd0b842..e414000cf 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.9.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.9.6" + image: "epicmorg/confluence:8.9.6" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.9.6-jdk11" + image: "epicmorg/confluence:8.9.6-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.9.6-jdk17" + image: "epicmorg/confluence:8.9.6-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.7/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.9.7/Dockerfile index 7964cd878..6f4fd1649 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.9.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 5c0027463..a8461b342 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.7/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.9.7/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.7/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.9.7/docker-compose.yml index 185e5e219..64c76a36f 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.9.7/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.9.7" + image: "epicmorg/confluence:8.9.7" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.9.7-jdk11" + image: "epicmorg/confluence:8.9.7-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.9.7-jdk17" + image: "epicmorg/confluence:8.9.7-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.8/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.9.8/Dockerfile index 9d7739101..a2e03871d 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.8/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.9.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 5035605d7..60ce54fe0 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.8/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.9.8/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.8/docker-compose.yml b/linux/ecosystem/atlassian/confluence/8/8.9.8/docker-compose.yml index f17e9da05..0250597bf 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/8/8.9.8/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:8.9.8" + image: "epicmorg/confluence:8.9.8" build: context: . app-jdk11: - image: "quay.io/epicmorg/confluence:8.9.8-jdk11" + image: "epicmorg/confluence:8.9.8-jdk11" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:8.9.8-jdk17" + image: "epicmorg/confluence:8.9.8-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/9/9.0.1/Dockerfile b/linux/ecosystem/atlassian/confluence/9/9.0.1/Dockerfile index 69ab0ffdb..3eca68b24 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/9/9.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 6c70694a9..f0968df17 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.0.1/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/confluence/9/9.0.1/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk21 +FROM epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/9/9.0.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/9/9.0.1/docker-compose.yml index fd9796226..4e7f87090 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.0.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/9/9.0.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:9.0.1" + image: "epicmorg/confluence:9.0.1" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:9.0.1-jdk17" + image: "epicmorg/confluence:9.0.1-jdk17" build: context: . app-jdk21: - image: "quay.io/epicmorg/confluence:9.0.1-jdk21" + image: "epicmorg/confluence:9.0.1-jdk21" build: context: . dockerfile: Dockerfile.jdk21 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/confluence/9/9.0.2/Dockerfile b/linux/ecosystem/atlassian/confluence/9/9.0.2/Dockerfile index 79162c52a..30bc29de0 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/9/9.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 8b653ccf9..1b41ae045 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.0.2/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/confluence/9/9.0.2/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk21 +FROM epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/9/9.0.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/9/9.0.2/docker-compose.yml index bb20e7a04..c1c3be2ab 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.0.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/9/9.0.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:9.0.2" + image: "epicmorg/confluence:9.0.2" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:9.0.2-jdk17" + image: "epicmorg/confluence:9.0.2-jdk17" build: context: . app-jdk21: - image: "quay.io/epicmorg/confluence:9.0.2-jdk21" + image: "epicmorg/confluence:9.0.2-jdk21" build: context: . dockerfile: Dockerfile.jdk21 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/confluence/9/9.0.3/Dockerfile b/linux/ecosystem/atlassian/confluence/9/9.0.3/Dockerfile index e18cea806..d52e93e6f 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/9/9.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 3322d933f..7cfcb45c1 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.0.3/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/confluence/9/9.0.3/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk21 +FROM epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/9/9.0.3/docker-compose.yml b/linux/ecosystem/atlassian/confluence/9/9.0.3/docker-compose.yml index f0d517d6e..8e96d143a 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.0.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/9/9.0.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:9.0.3" + image: "epicmorg/confluence:9.0.3" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:9.0.3-jdk17" + image: "epicmorg/confluence:9.0.3-jdk17" build: context: . app-jdk21: - image: "quay.io/epicmorg/confluence:9.0.3-jdk21" + image: "epicmorg/confluence:9.0.3-jdk21" build: context: . dockerfile: Dockerfile.jdk21 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/confluence/9/9.1.0/Dockerfile b/linux/ecosystem/atlassian/confluence/9/9.1.0/Dockerfile index d81ebc206..8e81826c1 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/9/9.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 f4a62a884..c946569de 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.1.0/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/confluence/9/9.1.0/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk21 +FROM epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/9/9.1.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/9/9.1.0/docker-compose.yml index 310c6dd74..2dcea9579 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.1.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/9/9.1.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:9.1.0" + image: "epicmorg/confluence:9.1.0" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:9.1.0-jdk17" + image: "epicmorg/confluence:9.1.0-jdk17" build: context: . app-jdk21: - image: "quay.io/epicmorg/confluence:9.1.0-jdk21" + image: "epicmorg/confluence:9.1.0-jdk21" build: context: . dockerfile: Dockerfile.jdk21 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/confluence/9/9.1.1/Dockerfile b/linux/ecosystem/atlassian/confluence/9/9.1.1/Dockerfile index 682e5e993..8b43e1a14 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/9/9.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 f6d2f2fca..a7bc59d65 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.1.1/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/confluence/9/9.1.1/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk21 +FROM epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/9/9.1.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/9/9.1.1/docker-compose.yml index 5b335b341..7014c3679 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.1.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/9/9.1.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:9.1.1" + image: "epicmorg/confluence:9.1.1" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:9.1.1-jdk17" + image: "epicmorg/confluence:9.1.1-jdk17" build: context: . app-jdk21: - image: "quay.io/epicmorg/confluence:9.1.1-jdk21" + image: "epicmorg/confluence:9.1.1-jdk21" build: context: . dockerfile: Dockerfile.jdk21 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/confluence/9/9.2.0/Dockerfile b/linux/ecosystem/atlassian/confluence/9/9.2.0/Dockerfile index fa12c2ca9..b732882ae 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/9/9.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 dccc7bb9b..d7b64d620 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.2.0/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/confluence/9/9.2.0/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk21 +FROM epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/9/9.2.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/9/9.2.0/docker-compose.yml index ad50d459b..269d888f6 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.2.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/9/9.2.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:9.2.0" + image: "epicmorg/confluence:9.2.0" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:9.2.0-jdk17" + image: "epicmorg/confluence:9.2.0-jdk17" build: context: . app-jdk21: - image: "quay.io/epicmorg/confluence:9.2.0-jdk21" + image: "epicmorg/confluence:9.2.0-jdk21" build: context: . dockerfile: Dockerfile.jdk21 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/confluence/9/9.2.1/Dockerfile b/linux/ecosystem/atlassian/confluence/9/9.2.1/Dockerfile index 67a4caff3..e59d7372f 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/9/9.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 148699de6..b4f849e55 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.2.1/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/confluence/9/9.2.1/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk21 +FROM epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/9/9.2.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/9/9.2.1/docker-compose.yml index e358758b5..cebf6d29d 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.2.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/9/9.2.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:9.2.1" + image: "epicmorg/confluence:9.2.1" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:9.2.1-jdk17" + image: "epicmorg/confluence:9.2.1-jdk17" build: context: . app-jdk21: - image: "quay.io/epicmorg/confluence:9.2.1-jdk21" + image: "epicmorg/confluence:9.2.1-jdk21" build: context: . dockerfile: Dockerfile.jdk21 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/confluence/9/9.2.2/Dockerfile b/linux/ecosystem/atlassian/confluence/9/9.2.2/Dockerfile index 70d1bee85..bef7df218 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/9/9.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 ec16b287f..0e56f8edb 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.2.2/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/confluence/9/9.2.2/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk21 +FROM epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/9/9.2.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/9/9.2.2/docker-compose.yml index 19f06e701..d15ed8246 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.2.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/9/9.2.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:9.2.2" + image: "epicmorg/confluence:9.2.2" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:9.2.2-jdk17" + image: "epicmorg/confluence:9.2.2-jdk17" build: context: . app-jdk21: - image: "quay.io/epicmorg/confluence:9.2.2-jdk21" + image: "epicmorg/confluence:9.2.2-jdk21" build: context: . dockerfile: Dockerfile.jdk21 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/confluence/9/9.3.1/Dockerfile b/linux/ecosystem/atlassian/confluence/9/9.3.1/Dockerfile index 3d3ca55ed..351919fd1 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/9/9.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 7d3896ecf..2e62ab2de 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.3.1/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/confluence/9/9.3.1/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk21 +FROM epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/9/9.3.1/docker-compose.yml b/linux/ecosystem/atlassian/confluence/9/9.3.1/docker-compose.yml index bc2c03bbc..8cd86f27f 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.3.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/9/9.3.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:9.3.1" + image: "epicmorg/confluence:9.3.1" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:9.3.1-jdk17" + image: "epicmorg/confluence:9.3.1-jdk17" build: context: . app-jdk21: - image: "quay.io/epicmorg/confluence:9.3.1-jdk21" + image: "epicmorg/confluence:9.3.1-jdk21" build: context: . dockerfile: Dockerfile.jdk21 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/confluence/9/9.3.2/Dockerfile b/linux/ecosystem/atlassian/confluence/9/9.3.2/Dockerfile index b939c3713..6b26312a6 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/9/9.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 83a2e33f3..61468d1ef 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.3.2/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/confluence/9/9.3.2/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk21 +FROM epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/9/9.3.2/docker-compose.yml b/linux/ecosystem/atlassian/confluence/9/9.3.2/docker-compose.yml index 70f123a2b..228a94bad 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.3.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/9/9.3.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:9.3.2" + image: "epicmorg/confluence:9.3.2" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:9.3.2-jdk17" + image: "epicmorg/confluence:9.3.2-jdk17" build: context: . app-jdk21: - image: "quay.io/epicmorg/confluence:9.3.2-jdk21" + image: "epicmorg/confluence:9.3.2-jdk21" build: context: . dockerfile: Dockerfile.jdk21 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/confluence/9/9.4.0/Dockerfile b/linux/ecosystem/atlassian/confluence/9/9.4.0/Dockerfile index 7a4b792e3..d3f4814d9 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/9/9.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ 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 7597b7b3c..3011880e4 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.4.0/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/confluence/9/9.4.0/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk21 +FROM epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/9/9.4.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/9/9.4.0/docker-compose.yml index 836a092c8..8e66a36c2 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.4.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/9/9.4.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:9.4.0" + image: "epicmorg/confluence:9.4.0" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:9.4.0-jdk17" + image: "epicmorg/confluence:9.4.0-jdk17" build: context: . app-jdk21: - image: "quay.io/epicmorg/confluence:9.4.0-jdk21" + image: "epicmorg/confluence:9.4.0-jdk21" build: context: . dockerfile: Dockerfile.jdk21 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/confluence/latest/Dockerfile b/linux/ecosystem/atlassian/confluence/latest/Dockerfile index 7a4b792e3..d3f4814d9 100644 --- a/linux/ecosystem/atlassian/confluence/latest/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/latest/Dockerfile.jdk21 b/linux/ecosystem/atlassian/confluence/latest/Dockerfile.jdk21 index 7a4b792e3..d3f4814d9 100644 --- a/linux/ecosystem/atlassian/confluence/latest/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/confluence/latest/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8091 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${CONFLUENCE_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${CONFLUENCE_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/confluence/latest/docker-compose.yml b/linux/ecosystem/atlassian/confluence/latest/docker-compose.yml index 33b394c01..6ebbf0019 100644 --- a/linux/ecosystem/atlassian/confluence/latest/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/latest/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/confluence:latest" + image: "epicmorg/confluence:latest" build: context: . app-jdk17: - image: "quay.io/epicmorg/confluence:latest-jdk17" + image: "epicmorg/confluence:latest-jdk17" build: context: . app-jdk21: - image: "quay.io/epicmorg/confluence:latest-jdk21" + image: "epicmorg/confluence:latest-jdk21" build: context: . dockerfile: Dockerfile.jdk21 diff --git a/linux/ecosystem/atlassian/crowd/0/0.3.1/Dockerfile b/linux/ecosystem/atlassian/crowd/0/0.3.1/Dockerfile index 906c9ef3c..dccc7fc16 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/0/0.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/0/0.3.1/docker-compose.yml b/linux/ecosystem/atlassian/crowd/0/0.3.1/docker-compose.yml index 43c75bd66..ef1f2b335 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.3.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/0/0.3.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crowd:0.3.1" + image: "epicmorg/crowd:0.3.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:0.3.1-jdk6" + image: "epicmorg/crowd:0.3.1-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/crowd/0/0.3.2/Dockerfile b/linux/ecosystem/atlassian/crowd/0/0.3.2/Dockerfile index a8655ae39..1bf862def 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/0/0.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/0/0.3.2/docker-compose.yml b/linux/ecosystem/atlassian/crowd/0/0.3.2/docker-compose.yml index b12fc4ba2..7bb07009e 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.3.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/0/0.3.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crowd:0.3.2" + image: "epicmorg/crowd:0.3.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:0.3.2-jdk6" + image: "epicmorg/crowd:0.3.2-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/crowd/0/0.3.3/Dockerfile b/linux/ecosystem/atlassian/crowd/0/0.3.3/Dockerfile index 641216c19..80b69fb10 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/0/0.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/0/0.3.3/docker-compose.yml b/linux/ecosystem/atlassian/crowd/0/0.3.3/docker-compose.yml index 80c1a90be..58bf2beee 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.3.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/0/0.3.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crowd:0.3.3" + image: "epicmorg/crowd:0.3.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:0.3.3-jdk6" + image: "epicmorg/crowd:0.3.3-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/crowd/0/0.4.1/Dockerfile b/linux/ecosystem/atlassian/crowd/0/0.4.1/Dockerfile index 4ff1a14a5..6a4f9719a 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/0/0.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/0/0.4.1/docker-compose.yml b/linux/ecosystem/atlassian/crowd/0/0.4.1/docker-compose.yml index c4223da1e..714e4c865 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.4.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/0/0.4.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crowd:0.4.1" + image: "epicmorg/crowd:0.4.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:0.4.1-jdk6" + image: "epicmorg/crowd:0.4.1-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/crowd/0/0.4.2/Dockerfile b/linux/ecosystem/atlassian/crowd/0/0.4.2/Dockerfile index 829bf78d8..7f642993c 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/0/0.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/0/0.4.2/docker-compose.yml b/linux/ecosystem/atlassian/crowd/0/0.4.2/docker-compose.yml index 7763ed0e0..30d3c19dc 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.4.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/0/0.4.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crowd:0.4.2" + image: "epicmorg/crowd:0.4.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:0.4.2-jdk6" + image: "epicmorg/crowd:0.4.2-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/crowd/0/0.4.3/Dockerfile b/linux/ecosystem/atlassian/crowd/0/0.4.3/Dockerfile index 382c40a8a..f88a8357e 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/0/0.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/0/0.4.3/docker-compose.yml b/linux/ecosystem/atlassian/crowd/0/0.4.3/docker-compose.yml index 89ec5357f..5cc18e05c 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.4.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/0/0.4.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crowd:0.4.3" + image: "epicmorg/crowd:0.4.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:0.4.3-jdk6" + image: "epicmorg/crowd:0.4.3-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/crowd/0/0.4.4/Dockerfile b/linux/ecosystem/atlassian/crowd/0/0.4.4/Dockerfile index 6833ec42c..08fd4272b 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/0/0.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/0/0.4.4/docker-compose.yml b/linux/ecosystem/atlassian/crowd/0/0.4.4/docker-compose.yml index b9339c24e..dab788c5c 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.4.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/0/0.4.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crowd:0.4.4" + image: "epicmorg/crowd:0.4.4" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:0.4.4-jdk6" + image: "epicmorg/crowd:0.4.4-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/crowd/0/0.4.5/Dockerfile b/linux/ecosystem/atlassian/crowd/0/0.4.5/Dockerfile index 6370159e6..3b87a05ad 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/0/0.4.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/0/0.4.5/docker-compose.yml b/linux/ecosystem/atlassian/crowd/0/0.4.5/docker-compose.yml index 97d18707b..90ff69aeb 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.4.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/0/0.4.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crowd:0.4.5" + image: "epicmorg/crowd:0.4.5" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:0.4.5-jdk6" + image: "epicmorg/crowd:0.4.5-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/crowd/0/0.4/Dockerfile b/linux/ecosystem/atlassian/crowd/0/0.4/Dockerfile index 8397cfd7b..380dab818 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/0/0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/0/0.4/docker-compose.yml b/linux/ecosystem/atlassian/crowd/0/0.4/docker-compose.yml index 8dd405b7d..cf745739c 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/0/0.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crowd:0.4" + image: "epicmorg/crowd:0.4" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:0.4-jdk6" + image: "epicmorg/crowd:0.4-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/crowd/1/1.3.2/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.3.2/Dockerfile index 13554c032..b67be1227 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 d9b437fc2..54289f7de 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.3.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.3.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.3.2/docker-compose.yml b/linux/ecosystem/atlassian/crowd/1/1.3.2/docker-compose.yml index 839e695e3..d46584832 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.3.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/1/1.3.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:1.3.2" + image: "epicmorg/crowd:1.3.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:1.3.2-jdk6" + image: "epicmorg/crowd:1.3.2-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:1.3.2-jdk7" + image: "epicmorg/crowd:1.3.2-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/1/1.3.3/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.3.3/Dockerfile index 893129749..7365beed6 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 5bbe59843..8e5f17b58 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.3.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.3.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.3.3/docker-compose.yml b/linux/ecosystem/atlassian/crowd/1/1.3.3/docker-compose.yml index 838b52dc7..e630eec22 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.3.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/1/1.3.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:1.3.3" + image: "epicmorg/crowd:1.3.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:1.3.3-jdk6" + image: "epicmorg/crowd:1.3.3-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:1.3.3-jdk7" + image: "epicmorg/crowd:1.3.3-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/1/1.3/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.3/Dockerfile index ed0836753..3d499dd6c 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/1/1.3/Dockerfile.jdk7 index 3dfe8d812..eee599d9a 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.3/docker-compose.yml b/linux/ecosystem/atlassian/crowd/1/1.3/docker-compose.yml index a738dc2b4..191555df9 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/1/1.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:1.3" + image: "epicmorg/crowd:1.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:1.3-jdk6" + image: "epicmorg/crowd:1.3-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:1.3-jdk7" + image: "epicmorg/crowd:1.3-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/1/1.4.2/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.4.2/Dockerfile index 7ec3143cb..74d981af7 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 4acd1a3f2..87479a9f8 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.4.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.4.2/docker-compose.yml b/linux/ecosystem/atlassian/crowd/1/1.4.2/docker-compose.yml index b3dcc45d5..3f5bff76c 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/1/1.4.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:1.4.2" + image: "epicmorg/crowd:1.4.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:1.4.2-jdk6" + image: "epicmorg/crowd:1.4.2-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:1.4.2-jdk7" + image: "epicmorg/crowd:1.4.2-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/1/1.4.3/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.4.3/Dockerfile index acc3574fd..24e62fdd7 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 83ff1b764..93564b78c 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.4.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.4.3/docker-compose.yml b/linux/ecosystem/atlassian/crowd/1/1.4.3/docker-compose.yml index 959ff9541..db8a2e7cd 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/1/1.4.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:1.4.3" + image: "epicmorg/crowd:1.4.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:1.4.3-jdk6" + image: "epicmorg/crowd:1.4.3-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:1.4.3-jdk7" + image: "epicmorg/crowd:1.4.3-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/1/1.4.4/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.4.4/Dockerfile index e66c1619d..6a5b82031 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 b6997beb6..3462892d2 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.4.4/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.4.4/docker-compose.yml b/linux/ecosystem/atlassian/crowd/1/1.4.4/docker-compose.yml index f75088a3f..a17d8138c 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/1/1.4.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:1.4.4" + image: "epicmorg/crowd:1.4.4" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:1.4.4-jdk6" + image: "epicmorg/crowd:1.4.4-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:1.4.4-jdk7" + image: "epicmorg/crowd:1.4.4-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/1/1.4.7/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.4.7/Dockerfile index 6403cdef3..0df4510e3 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.4.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 1ba4e4132..a0da289fc 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.4.7/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.4.7/docker-compose.yml b/linux/ecosystem/atlassian/crowd/1/1.4.7/docker-compose.yml index 354fb4691..aaa288b74 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/1/1.4.7/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:1.4.7" + image: "epicmorg/crowd:1.4.7" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:1.4.7-jdk6" + image: "epicmorg/crowd:1.4.7-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:1.4.7-jdk7" + image: "epicmorg/crowd:1.4.7-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/1/1.4/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.4/Dockerfile index 30e9093dc..b88e9b008 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/1/1.4/Dockerfile.jdk7 index 049e0eb57..b725194e6 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.4/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.4/docker-compose.yml b/linux/ecosystem/atlassian/crowd/1/1.4/docker-compose.yml index bb3928b8c..8e74b84f4 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/1/1.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:1.4" + image: "epicmorg/crowd:1.4" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:1.4-jdk6" + image: "epicmorg/crowd:1.4-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:1.4-jdk7" + image: "epicmorg/crowd:1.4-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/1/1.5.1/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.5.1/Dockerfile index 2b7a7ec4b..15fee2d9c 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 f78f09f5c..29b7f891c 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.5.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.5.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.5.1/docker-compose.yml b/linux/ecosystem/atlassian/crowd/1/1.5.1/docker-compose.yml index c3ca00fe7..2b5f8c122 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.5.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/1/1.5.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:1.5.1" + image: "epicmorg/crowd:1.5.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:1.5.1-jdk6" + image: "epicmorg/crowd:1.5.1-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:1.5.1-jdk7" + image: "epicmorg/crowd:1.5.1-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/1/1.5.2/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.5.2/Dockerfile index 9d20235f1..7373e85ae 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 cf884e8cd..16e2def8e 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.5.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.5.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.5.2/docker-compose.yml b/linux/ecosystem/atlassian/crowd/1/1.5.2/docker-compose.yml index de624c992..9a99a0a8d 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.5.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/1/1.5.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:1.5.2" + image: "epicmorg/crowd:1.5.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:1.5.2-jdk6" + image: "epicmorg/crowd:1.5.2-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:1.5.2-jdk7" + image: "epicmorg/crowd:1.5.2-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/1/1.5.3/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.5.3/Dockerfile index 8e056aadf..e503e6925 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.5.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 b333dc683..d55b29616 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.5.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.5.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.5.3/docker-compose.yml b/linux/ecosystem/atlassian/crowd/1/1.5.3/docker-compose.yml index 1a89cb012..b90bd2f7d 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.5.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/1/1.5.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:1.5.3" + image: "epicmorg/crowd:1.5.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:1.5.3-jdk6" + image: "epicmorg/crowd:1.5.3-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:1.5.3-jdk7" + image: "epicmorg/crowd:1.5.3-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/1/1.5/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.5/Dockerfile index 8cb2f29a9..4ccd3afb4 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.5/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/1/1.5/Dockerfile.jdk7 index 62673497c..390209a89 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.5/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.5/docker-compose.yml b/linux/ecosystem/atlassian/crowd/1/1.5/docker-compose.yml index 6b0b27a6c..c58f3603c 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/1/1.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:1.5" + image: "epicmorg/crowd:1.5" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:1.5-jdk6" + image: "epicmorg/crowd:1.5-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:1.5-jdk7" + image: "epicmorg/crowd:1.5-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/1/1.6.1/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.6.1/Dockerfile index 07cc65cdc..9d233c3be 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 2fa9042cd..f185b35a1 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.6.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.6.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.6.1/docker-compose.yml b/linux/ecosystem/atlassian/crowd/1/1.6.1/docker-compose.yml index 587e87f18..94d073696 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.6.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/1/1.6.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:1.6.1" + image: "epicmorg/crowd:1.6.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:1.6.1-jdk6" + image: "epicmorg/crowd:1.6.1-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:1.6.1-jdk7" + image: "epicmorg/crowd:1.6.1-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/1/1.6.3/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.6.3/Dockerfile index 5a040e260..d82b94c48 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.6.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 b6447a20c..ce3de4395 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.6.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.6.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.6.3/docker-compose.yml b/linux/ecosystem/atlassian/crowd/1/1.6.3/docker-compose.yml index a1d2be60d..c3524eb5e 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.6.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/1/1.6.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:1.6.3" + image: "epicmorg/crowd:1.6.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:1.6.3-jdk6" + image: "epicmorg/crowd:1.6.3-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:1.6.3-jdk7" + image: "epicmorg/crowd:1.6.3-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/1/1.6/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.6/Dockerfile index dcfb61d7b..a2e8f5d33 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.6/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/1/1.6/Dockerfile.jdk7 index 3c5c60173..13a000e23 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.6/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.6/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.6/docker-compose.yml b/linux/ecosystem/atlassian/crowd/1/1.6/docker-compose.yml index 7eed775ab..fb4c2c88b 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/1/1.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:1.6" + image: "epicmorg/crowd:1.6" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:1.6-jdk6" + image: "epicmorg/crowd:1.6-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:1.6-jdk7" + image: "epicmorg/crowd:1.6-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.0/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.0.0/Dockerfile index 8eeec4083..992a93c07 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.0.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 5ef2e2244..d43184c95 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.0.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.0/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.0.0/docker-compose.yml index 16495c940..cdcb88ab4 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.0.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.0.0" + image: "epicmorg/crowd:2.0.0" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.0.0-jdk6" + image: "epicmorg/crowd:2.0.0-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.0.0-jdk7" + image: "epicmorg/crowd:2.0.0-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.1/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.0.1/Dockerfile index 542fca5fd..48c5528dd 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 658d26619..ff2116957 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.0.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.1/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.0.1/docker-compose.yml index 0c3f2651d..c1cf4ba96 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.0.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.0.1" + image: "epicmorg/crowd:2.0.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.0.1-jdk6" + image: "epicmorg/crowd:2.0.1-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.0.1-jdk7" + image: "epicmorg/crowd:2.0.1-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.2/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.0.2/Dockerfile index 734874df3..0363988c5 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 7d5b76f3c..a15055be2 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.0.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.2/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.0.2/docker-compose.yml index 148e771e7..d894206c7 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.0.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.0.2" + image: "epicmorg/crowd:2.0.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.0.2-jdk6" + image: "epicmorg/crowd:2.0.2-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.0.2-jdk7" + image: "epicmorg/crowd:2.0.2-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.3/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.0.3/Dockerfile index dce34c932..eaf4ecd14 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 3f8720f49..5ce3f4011 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.0.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.3/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.0.3/docker-compose.yml index 55d0104e2..4ced7a275 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.0.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.0.3" + image: "epicmorg/crowd:2.0.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.0.3-jdk6" + image: "epicmorg/crowd:2.0.3-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.0.3-jdk7" + image: "epicmorg/crowd:2.0.3-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.4/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.0.4/Dockerfile index 8f2d327af..4afa950a4 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 24ae542bf..e475ee5ad 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.0.4/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.4/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.0.4/docker-compose.yml index 422c18d10..ade3cd163 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.0.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.0.4" + image: "epicmorg/crowd:2.0.4" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.0.4-jdk6" + image: "epicmorg/crowd:2.0.4-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.0.4-jdk7" + image: "epicmorg/crowd:2.0.4-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.5/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.0.5/Dockerfile index 894def56b..4d705be6f 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.0.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 857e52172..4e028a21e 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.0.5/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.5/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.0.5/docker-compose.yml index de4383856..4657e0fda 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.0.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.0.5" + image: "epicmorg/crowd:2.0.5" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.0.5-jdk6" + image: "epicmorg/crowd:2.0.5-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.0.5-jdk7" + image: "epicmorg/crowd:2.0.5-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.6/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.0.6/Dockerfile index 6bef460c1..88afcfdfc 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.0.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 a4cd4767f..8f030f872 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.6/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.0.6/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.6/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.0.6/docker-compose.yml index 49ea9e8e2..830aec738 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.0.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.0.6" + image: "epicmorg/crowd:2.0.6" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.0.6-jdk6" + image: "epicmorg/crowd:2.0.6-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.0.6-jdk7" + image: "epicmorg/crowd:2.0.6-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.7/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.0.7/Dockerfile index 242d7b855..c5ce4778e 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.0.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 e3e842d61..4ff4cf052 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.0.7/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.7/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.0.7/docker-compose.yml index 973a37358..0aa28da2e 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.0.7/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.0.7" + image: "epicmorg/crowd:2.0.7" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.0.7-jdk6" + image: "epicmorg/crowd:2.0.7-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.0.7-jdk7" + image: "epicmorg/crowd:2.0.7-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.9/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.0.9/Dockerfile index 2c2cd83d6..d6cc2ef60 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.9/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.0.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 5ecd442bf..b9c533973 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.9/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.0.9/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.9/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.0.9/docker-compose.yml index 68ad506d9..8b66d366f 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.0.9/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.0.9" + image: "epicmorg/crowd:2.0.9" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.0.9-jdk6" + image: "epicmorg/crowd:2.0.9-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.0.9-jdk7" + image: "epicmorg/crowd:2.0.9-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 3ed386828..cb43ae9cb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.1.0-beta4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.1.0-beta4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 6081a21b2..9a2264665 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.1.0-beta4/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.1.0-beta4/docker-compose.yml index 9ba3efa24..cae24fae3 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.1.0-beta4/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.1.0-beta4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.1.0-beta4" + image: "epicmorg/crowd:2.1.0-beta4" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.1.0-beta4-jdk6" + image: "epicmorg/crowd:2.1.0-beta4-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.1.0-beta4-jdk7" + image: "epicmorg/crowd:2.1.0-beta4-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.1.0/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.1.0/Dockerfile index 23741c040..f38f66a01 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 d820a86e1..8c380abdb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.1.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.1.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.1.0/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.1.0/docker-compose.yml index c865a18e4..0e9319d78 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.1.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.1.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.1.0" + image: "epicmorg/crowd:2.1.0" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.1.0-jdk6" + image: "epicmorg/crowd:2.1.0-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.1.0-jdk7" + image: "epicmorg/crowd:2.1.0-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.1.1/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.1.1/Dockerfile index de71568b3..15c39b37a 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 07961ab96..f16c26a50 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.1.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.1.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.1.1/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.1.1/docker-compose.yml index ffd0ce5d0..13a8335a3 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.1.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.1.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.1.1" + image: "epicmorg/crowd:2.1.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.1.1-jdk6" + image: "epicmorg/crowd:2.1.1-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.1.1-jdk7" + image: "epicmorg/crowd:2.1.1-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.1.2/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.1.2/Dockerfile index b9b5d565b..58bbdac9e 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 0df72a661..23f0c1a5f 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.1.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.1.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.1.2/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.1.2/docker-compose.yml index 2175a0d21..88c93f883 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.1.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.1.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.1.2" + image: "epicmorg/crowd:2.1.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.1.2-jdk6" + image: "epicmorg/crowd:2.1.2-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.1.2-jdk7" + image: "epicmorg/crowd:2.1.2-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.10.1/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.10.1/Dockerfile index e2a204520..a7f39dff4 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.10.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 c527ce576..c8823479c 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.10.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.10.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.10.1/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.10.1/docker-compose.yml index 00c90036a..e3a0aa369 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.10.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.10.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.10.1" + image: "epicmorg/crowd:2.10.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.10.1-jdk6" + image: "epicmorg/crowd:2.10.1-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.10.1-jdk7" + image: "epicmorg/crowd:2.10.1-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.10.2/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.10.2/Dockerfile index 94142fa54..f79916bfe 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.10.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 f5eec835b..619f0c452 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.10.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.10.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.10.2/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.10.2/docker-compose.yml index 27ca7b2d4..21a9139da 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.10.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.10.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.10.2" + image: "epicmorg/crowd:2.10.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.10.2-jdk6" + image: "epicmorg/crowd:2.10.2-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.10.2-jdk7" + image: "epicmorg/crowd:2.10.2-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.10.3/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.10.3/Dockerfile index 8a70c8509..96b303cf0 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.10.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.10.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 ddc94610b..51ffca4e2 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.10.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.10.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.10.3/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.10.3/docker-compose.yml index e24ab38b1..a69ca035f 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.10.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.10.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.10.3" + image: "epicmorg/crowd:2.10.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.10.3-jdk6" + image: "epicmorg/crowd:2.10.3-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.10.3-jdk7" + image: "epicmorg/crowd:2.10.3-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.11.0/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.11.0/Dockerfile index 7f9c80374..6f2217bc1 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.11.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.11.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 fdc071d22..6446190fc 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.11.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.11.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.11.0/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.11.0/docker-compose.yml index bf3be2cb0..0398fd120 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.11.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.11.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.11.0" + image: "epicmorg/crowd:2.11.0" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.11.0-jdk6" + image: "epicmorg/crowd:2.11.0-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.11.0-jdk7" + image: "epicmorg/crowd:2.11.0-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.11.1/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.11.1/Dockerfile index 5f391c19e..47c1d7f27 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.11.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.11.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 56f76fb28..e6342b4c7 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.11.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.11.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.11.1/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.11.1/docker-compose.yml index 69ace3f90..f175d429a 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.11.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.11.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.11.1" + image: "epicmorg/crowd:2.11.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.11.1-jdk6" + image: "epicmorg/crowd:2.11.1-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.11.1-jdk7" + image: "epicmorg/crowd:2.11.1-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.11.2/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.11.2/Dockerfile index 8be5e9fb2..9f3c27a69 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.11.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.11.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 40582ba56..324073e35 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.11.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.11.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.11.2/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.11.2/docker-compose.yml index 0f3af66e1..a938546b7 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.11.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.11.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.11.2" + image: "epicmorg/crowd:2.11.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.11.2-jdk6" + image: "epicmorg/crowd:2.11.2-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.11.2-jdk7" + image: "epicmorg/crowd:2.11.2-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.12.0/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.12.0/Dockerfile index 4cfa56599..f03305063 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.12.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.12.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 602ffdf6d..13bccfc89 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.12.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.12.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.12.0/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.12.0/docker-compose.yml index c56c24a1d..592778589 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.12.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.12.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.12.0" + image: "epicmorg/crowd:2.12.0" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.12.0-jdk6" + image: "epicmorg/crowd:2.12.0-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.12.0-jdk7" + image: "epicmorg/crowd:2.12.0-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.2.2/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.2.2/Dockerfile index e3268861c..753062056 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 685a9f5a0..e8f5fc01b 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.2.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.2.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.2.2/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.2.2/docker-compose.yml index 354ca59bd..344b30777 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.2.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.2.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.2.2" + image: "epicmorg/crowd:2.2.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.2.2-jdk6" + image: "epicmorg/crowd:2.2.2-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.2.2-jdk7" + image: "epicmorg/crowd:2.2.2-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.2.4/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.2.4/Dockerfile index 5bc851251..7c88496a8 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.2.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 e89a5bdf3..1a6827e80 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.2.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.2.4/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.2.4/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.2.4/docker-compose.yml index f65364657..2772877ae 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.2.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.2.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.2.4" + image: "epicmorg/crowd:2.2.4" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.2.4-jdk6" + image: "epicmorg/crowd:2.2.4-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.2.4-jdk7" + image: "epicmorg/crowd:2.2.4-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.2.7/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.2.7/Dockerfile index 6a7d989ae..9cb03d501 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.2.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.2.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 d492bc582..d6a1885c9 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.2.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.2.7/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.2.7/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.2.7/docker-compose.yml index 1cbec4dbf..dd4af203a 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.2.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.2.7/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.2.7" + image: "epicmorg/crowd:2.2.7" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.2.7-jdk6" + image: "epicmorg/crowd:2.2.7-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.2.7-jdk7" + image: "epicmorg/crowd:2.2.7-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.2.9/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.2.9/Dockerfile index d97e66073..5c5b1bcc3 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.2.9/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.2.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 71cdb04ef..511dd6d22 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.2.9/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.2.9/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.2.9/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.2.9/docker-compose.yml index 178b5cc6c..4fe873087 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.2.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.2.9/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.2.9" + image: "epicmorg/crowd:2.2.9" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.2.9-jdk6" + image: "epicmorg/crowd:2.2.9-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.2.9-jdk7" + image: "epicmorg/crowd:2.2.9-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.1/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.3.1/Dockerfile index 41df29036..6f95369ed 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 99544aac3..7ea9aca48 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.3.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.1/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.3.1/docker-compose.yml index a514240dd..ebd7c18c3 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.3.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.3.1" + image: "epicmorg/crowd:2.3.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.3.1-jdk6" + image: "epicmorg/crowd:2.3.1-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.3.1-jdk7" + image: "epicmorg/crowd:2.3.1-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.2/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.3.2/Dockerfile index 83f0697da..c7e84156c 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 6e1527e7e..d2a50a238 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.3.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.2/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.3.2/docker-compose.yml index 77f22c4ea..aae026536 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.3.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.3.2" + image: "epicmorg/crowd:2.3.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.3.2-jdk6" + image: "epicmorg/crowd:2.3.2-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.3.2-jdk7" + image: "epicmorg/crowd:2.3.2-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.3/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.3.3/Dockerfile index 2c100341a..30af9b72d 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 8c336d973..425eaed2a 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.3.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.3/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.3.3/docker-compose.yml index a6f978e28..15d2ae678 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.3.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.3.3" + image: "epicmorg/crowd:2.3.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.3.3-jdk6" + image: "epicmorg/crowd:2.3.3-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.3.3-jdk7" + image: "epicmorg/crowd:2.3.3-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.4/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.3.4/Dockerfile index b15bfb79c..bdac6f18e 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 45ed6508d..4aed1bc06 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.3.4/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.4/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.3.4/docker-compose.yml index e61b06fb6..4aff31037 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.3.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.3.4" + image: "epicmorg/crowd:2.3.4" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.3.4-jdk6" + image: "epicmorg/crowd:2.3.4-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.3.4-jdk7" + image: "epicmorg/crowd:2.3.4-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.6/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.3.6/Dockerfile index c2b800009..c1f929aef 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.3.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 94315ec57..029885989 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.6/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.3.6/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.6/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.3.6/docker-compose.yml index 1f18ef984..70168a0bd 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.3.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.3.6" + image: "epicmorg/crowd:2.3.6" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.3.6-jdk6" + image: "epicmorg/crowd:2.3.6-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.3.6-jdk7" + image: "epicmorg/crowd:2.3.6-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.7/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.3.7/Dockerfile index 8f8c10a70..b62fff7fb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.3.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 63c349964..b11b202d0 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.3.7/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.7/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.3.7/docker-compose.yml index 93a39945a..c5b66e934 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.3.7/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.3.7" + image: "epicmorg/crowd:2.3.7" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.3.7-jdk6" + image: "epicmorg/crowd:2.3.7-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.3.7-jdk7" + image: "epicmorg/crowd:2.3.7-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.9/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.3.9/Dockerfile index bb602ec5c..55951fdf3 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.9/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.3.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 66a4df097..2bc242a01 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.9/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.3.9/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.9/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.3.9/docker-compose.yml index 5fe635ade..9eb37628f 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.3.9/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.3.9" + image: "epicmorg/crowd:2.3.9" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.3.9-jdk6" + image: "epicmorg/crowd:2.3.9-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.3.9-jdk7" + image: "epicmorg/crowd:2.3.9-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.4.0/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.4.0/Dockerfile index c93b6a0c1..5571791d6 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 4036c9111..2ea332e7a 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.4.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.4.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.4.0/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.4.0/docker-compose.yml index 200af7863..f5fcacdb5 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.4.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.4.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.4.0" + image: "epicmorg/crowd:2.4.0" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.4.0-jdk6" + image: "epicmorg/crowd:2.4.0-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.4.0-jdk7" + image: "epicmorg/crowd:2.4.0-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.4.1/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.4.1/Dockerfile index e8f36c8eb..e4132619e 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 8de1cb74b..44c58771e 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.4.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.4.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.4.1/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.4.1/docker-compose.yml index 218bb8f95..57c574193 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.4.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.4.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.4.1" + image: "epicmorg/crowd:2.4.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.4.1-jdk6" + image: "epicmorg/crowd:2.4.1-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.4.1-jdk7" + image: "epicmorg/crowd:2.4.1-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.4.10/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.4.10/Dockerfile index d0f5db329..7ad999ddc 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.4.10/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.4.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 60c12c389..b49d3a780 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.4.10/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.4.10/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.4.10/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.4.10/docker-compose.yml index 2fd863a74..8fcad0a22 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.4.10/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.4.10/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.4.10" + image: "epicmorg/crowd:2.4.10" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.4.10-jdk6" + image: "epicmorg/crowd:2.4.10-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.4.10-jdk7" + image: "epicmorg/crowd:2.4.10-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.4.2/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.4.2/Dockerfile index a5489afc2..a98a30cb5 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 0f542f260..e2aa3dbcc 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.4.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.4.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.4.2/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.4.2/docker-compose.yml index 9e84bd914..d51115557 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.4.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.4.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.4.2" + image: "epicmorg/crowd:2.4.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.4.2-jdk6" + image: "epicmorg/crowd:2.4.2-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.4.2-jdk7" + image: "epicmorg/crowd:2.4.2-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.0/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.5.0/Dockerfile index cc0ab9e41..af23441bd 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 a49e56e7f..f2b557428 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.5.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.0/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.5.0/docker-compose.yml index f9e882672..9fc000391 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.5.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.5.0" + image: "epicmorg/crowd:2.5.0" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.5.0-jdk6" + image: "epicmorg/crowd:2.5.0-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.5.0-jdk7" + image: "epicmorg/crowd:2.5.0-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.1/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.5.1/Dockerfile index 5ee8f554c..912c1b304 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 0f9ef790a..b51d7853b 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.5.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.1/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.5.1/docker-compose.yml index 2796afe04..e3432a7a1 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.5.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.5.1" + image: "epicmorg/crowd:2.5.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.5.1-jdk6" + image: "epicmorg/crowd:2.5.1-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.5.1-jdk7" + image: "epicmorg/crowd:2.5.1-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.2/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.5.2/Dockerfile index 635f8b8d0..0bdd7dbf3 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 03facd5db..2869cad34 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.5.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.2/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.5.2/docker-compose.yml index a84731808..11a7c87be 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.5.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.5.2" + image: "epicmorg/crowd:2.5.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.5.2-jdk6" + image: "epicmorg/crowd:2.5.2-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.5.2-jdk7" + image: "epicmorg/crowd:2.5.2-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.3/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.5.3/Dockerfile index 88c6a8a28..5ab1f6437 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.5.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 fc2e950fc..6d1d31eec 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.5.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.3/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.5.3/docker-compose.yml index 53622fd13..a83479df5 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.5.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.5.3" + image: "epicmorg/crowd:2.5.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.5.3-jdk6" + image: "epicmorg/crowd:2.5.3-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.5.3-jdk7" + image: "epicmorg/crowd:2.5.3-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.4/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.5.4/Dockerfile index ef36c0140..c894befe2 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.5.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 04140e387..5f99834a6 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.5.4/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.4/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.5.4/docker-compose.yml index 8150b0917..c3fb5b71a 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.5.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.5.4" + image: "epicmorg/crowd:2.5.4" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.5.4-jdk6" + image: "epicmorg/crowd:2.5.4-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.5.4-jdk7" + image: "epicmorg/crowd:2.5.4-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.5/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.5.5/Dockerfile index 616baa213..2168d7d19 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.5.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 6f6b89cae..59c0a317f 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.5.5/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.5/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.5.5/docker-compose.yml index 949bfae0f..08c1c55e8 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.5.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.5.5" + image: "epicmorg/crowd:2.5.5" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.5.5-jdk6" + image: "epicmorg/crowd:2.5.5-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.5.5-jdk7" + image: "epicmorg/crowd:2.5.5-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.7/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.5.7/Dockerfile index bedba2c39..07cb423f4 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.5.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 4d6b15b5f..f449e70e5 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.5.7/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.7/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.5.7/docker-compose.yml index 6b658f62f..c44bbf95c 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.5.7/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.5.7" + image: "epicmorg/crowd:2.5.7" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.5.7-jdk6" + image: "epicmorg/crowd:2.5.7-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.5.7-jdk7" + image: "epicmorg/crowd:2.5.7-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.0/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.6.0/Dockerfile index 25c6d322d..a7dbdbfb9 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 e20c251f7..a434e847a 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.6.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.0/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.6.0/docker-compose.yml index a6e19ab65..cc8c820fa 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.6.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.6.0" + image: "epicmorg/crowd:2.6.0" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.6.0-jdk6" + image: "epicmorg/crowd:2.6.0-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.6.0-jdk7" + image: "epicmorg/crowd:2.6.0-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.1/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.6.1/Dockerfile index 3759bb4a3..e801a1361 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 c7b83e2fe..31d2adb36 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.6.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.1/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.6.1/docker-compose.yml index 7b1bb83b6..436292efa 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.6.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.6.1" + image: "epicmorg/crowd:2.6.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.6.1-jdk6" + image: "epicmorg/crowd:2.6.1-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.6.1-jdk7" + image: "epicmorg/crowd:2.6.1-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.2/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.6.2/Dockerfile index 273355ee5..c725627f5 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.6.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 6e6e0bda7..7448b58c2 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.6.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.2/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.6.2/docker-compose.yml index eb4b3046f..db2aa3054 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.6.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.6.2" + image: "epicmorg/crowd:2.6.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.6.2-jdk6" + image: "epicmorg/crowd:2.6.2-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.6.2-jdk7" + image: "epicmorg/crowd:2.6.2-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.3/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.6.3/Dockerfile index 49ba33c84..6e46bf707 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.6.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 b41d2383c..c66ed8b73 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.6.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.3/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.6.3/docker-compose.yml index 063c04d7c..a3e63bbab 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.6.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.6.3" + image: "epicmorg/crowd:2.6.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.6.3-jdk6" + image: "epicmorg/crowd:2.6.3-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.6.3-jdk7" + image: "epicmorg/crowd:2.6.3-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.4/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.6.4/Dockerfile index c3edc3387..b5be33560 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.6.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 5d6a3a5bc..e91f8e711 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.6.4/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.4/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.6.4/docker-compose.yml index 42ee4d87b..26586426c 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.6.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.6.4" + image: "epicmorg/crowd:2.6.4" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.6.4-jdk6" + image: "epicmorg/crowd:2.6.4-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.6.4-jdk7" + image: "epicmorg/crowd:2.6.4-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.5/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.6.5/Dockerfile index eb2a9d56f..361a9d5ca 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.6.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 c8ca89622..feb230d16 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.6.5/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.5/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.6.5/docker-compose.yml index e87ef9dec..fb2a86dd4 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.6.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.6.5" + image: "epicmorg/crowd:2.6.5" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.6.5-jdk6" + image: "epicmorg/crowd:2.6.5-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.6.5-jdk7" + image: "epicmorg/crowd:2.6.5-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.7/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.6.7/Dockerfile index 48382da40..37ab41aa6 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.6.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 16ef078d9..b3e2a648e 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.6.7/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.7/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.6.7/docker-compose.yml index f8906e801..dc73e44fb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.6.7/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.6.7" + image: "epicmorg/crowd:2.6.7" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.6.7-jdk6" + image: "epicmorg/crowd:2.6.7-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.6.7-jdk7" + image: "epicmorg/crowd:2.6.7-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.7.0/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.7.0/Dockerfile index 5d4e9402a..4e63d4cfb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.7.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 efce78fb8..f39a4ebab 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.7.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.7.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.7.0/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.7.0/docker-compose.yml index 583c30267..fa21f2694 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.7.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.7.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.7.0" + image: "epicmorg/crowd:2.7.0" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.7.0-jdk6" + image: "epicmorg/crowd:2.7.0-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.7.0-jdk7" + image: "epicmorg/crowd:2.7.0-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.7.1/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.7.1/Dockerfile index 35a533ea2..00140e580 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 326ac39f8..6f0d0653e 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.7.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.7.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.7.1/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.7.1/docker-compose.yml index a58ebba26..228e56192 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.7.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.7.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.7.1" + image: "epicmorg/crowd:2.7.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.7.1-jdk6" + image: "epicmorg/crowd:2.7.1-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.7.1-jdk7" + image: "epicmorg/crowd:2.7.1-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.7.2/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.7.2/Dockerfile index 1c0bd0199..180da58d2 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.7.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 c246a2124..b255971ac 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.7.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.7.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.7.2/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.7.2/docker-compose.yml index 9515dbc6d..fc8e7a99b 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.7.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.7.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.7.2" + image: "epicmorg/crowd:2.7.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.7.2-jdk6" + image: "epicmorg/crowd:2.7.2-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.7.2-jdk7" + image: "epicmorg/crowd:2.7.2-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.8.0/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.8.0/Dockerfile index 05542b3a0..264f46428 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 c12dcb83a..00d7a0fa6 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.8.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.8.0/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.8.0/docker-compose.yml index bbfd27399..d8c893761 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.8.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.8.0" + image: "epicmorg/crowd:2.8.0" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.8.0-jdk6" + image: "epicmorg/crowd:2.8.0-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.8.0-jdk7" + image: "epicmorg/crowd:2.8.0-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.8.2/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.8.2/Dockerfile index 34367a669..45e5a6971 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 8c8cb88cd..25f50d8bd 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.8.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.8.2/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.8.2/docker-compose.yml index 5668dd5ec..a8baea12e 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.8.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.8.2" + image: "epicmorg/crowd:2.8.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.8.2-jdk6" + image: "epicmorg/crowd:2.8.2-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.8.2-jdk7" + image: "epicmorg/crowd:2.8.2-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.8.3/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.8.3/Dockerfile index d93625e29..3a527b2c6 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 d25652f13..04c52df32 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.8.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.8.3/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.8.3/docker-compose.yml index d4a24d5a9..8352d0b19 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.8.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.8.3" + image: "epicmorg/crowd:2.8.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.8.3-jdk6" + image: "epicmorg/crowd:2.8.3-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.8.3-jdk7" + image: "epicmorg/crowd:2.8.3-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.8.4/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.8.4/Dockerfile index 662dbf354..51a3480bf 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 15e04505d..1f232eed6 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.8.4/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.8.4/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.8.4/docker-compose.yml index 6c9226187..27a769ff3 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.8.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.8.4" + image: "epicmorg/crowd:2.8.4" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.8.4-jdk6" + image: "epicmorg/crowd:2.8.4-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.8.4-jdk7" + image: "epicmorg/crowd:2.8.4-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.8.8/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.8.8/Dockerfile index ff600b2dd..f1d617f31 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.8/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.8.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 0f5c93040..528092ef3 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.8/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.8.8/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.8.8/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.8.8/docker-compose.yml index c5beee95a..d529bdaa4 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.8.8/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.8.8" + image: "epicmorg/crowd:2.8.8" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.8.8-jdk6" + image: "epicmorg/crowd:2.8.8-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.8.8-jdk7" + image: "epicmorg/crowd:2.8.8-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.9.1/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.9.1/Dockerfile index 6a8cf9014..8a4f3c27a 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.9.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 b6bb6f3b0..de4fb10f1 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.9.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.9.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.9.1/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.9.1/docker-compose.yml index 6ccd2f95b..5ad0566e0 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.9.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.9.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.9.1" + image: "epicmorg/crowd:2.9.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.9.1-jdk6" + image: "epicmorg/crowd:2.9.1-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.9.1-jdk7" + image: "epicmorg/crowd:2.9.1-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.9.5/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.9.5/Dockerfile index e28d86399..627366163 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.9.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.9.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 e7d2ff3f5..724c1510c 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.9.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.9.5/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.9.5/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.9.5/docker-compose.yml index 24dde84a8..753600004 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.9.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.9.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.9.5" + image: "epicmorg/crowd:2.9.5" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.9.5-jdk6" + image: "epicmorg/crowd:2.9.5-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.9.5-jdk7" + image: "epicmorg/crowd:2.9.5-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/2/2.9.7/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.9.7/Dockerfile index 4743133f3..a77fe5b15 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.9.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.9.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 14e5c8fc1..35cfe0a9c 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.9.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.9.7/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.9.7/docker-compose.yml b/linux/ecosystem/atlassian/crowd/2/2.9.7/docker-compose.yml index 7938d8a9c..965fd1cef 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.9.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/2/2.9.7/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:2.9.7" + image: "epicmorg/crowd:2.9.7" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:2.9.7-jdk6" + image: "epicmorg/crowd:2.9.7-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:2.9.7-jdk7" + image: "epicmorg/crowd:2.9.7-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/3/3.0.0/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.0.0/Dockerfile index 00e1a10bc..87e59d854 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.0.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 27beffd32..7518e9a97 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.0.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.0.0/docker-compose.yml b/linux/ecosystem/atlassian/crowd/3/3.0.0/docker-compose.yml index 29efb473e..4aa3d78e1 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/3/3.0.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:3.0.0" + image: "epicmorg/crowd:3.0.0" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:3.0.0-jdk6" + image: "epicmorg/crowd:3.0.0-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:3.0.0-jdk7" + image: "epicmorg/crowd:3.0.0-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/3/3.0.1/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.0.1/Dockerfile index a3c8866d4..ad73723e0 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 3c24fb7a3..991eba31f 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.0.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.0.1/docker-compose.yml b/linux/ecosystem/atlassian/crowd/3/3.0.1/docker-compose.yml index 8b50a25bf..ab09b365b 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/3/3.0.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:3.0.1" + image: "epicmorg/crowd:3.0.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:3.0.1-jdk6" + image: "epicmorg/crowd:3.0.1-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:3.0.1-jdk7" + image: "epicmorg/crowd:3.0.1-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/3/3.0.2/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.0.2/Dockerfile index 3fe307393..32ea5c2ad 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 125fc7712..9ba0a0a4e 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.0.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.0.2/docker-compose.yml b/linux/ecosystem/atlassian/crowd/3/3.0.2/docker-compose.yml index b8952871a..4caefa745 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/3/3.0.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:3.0.2" + image: "epicmorg/crowd:3.0.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:3.0.2-jdk6" + image: "epicmorg/crowd:3.0.2-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:3.0.2-jdk7" + image: "epicmorg/crowd:3.0.2-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/3/3.0.3/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.0.3/Dockerfile index 32cf8598e..9b3549712 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 5fcb89884..64c7e3cf6 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.0.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.0.3/docker-compose.yml b/linux/ecosystem/atlassian/crowd/3/3.0.3/docker-compose.yml index eda2fbd3e..eab1ac337 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/3/3.0.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:3.0.3" + image: "epicmorg/crowd:3.0.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:3.0.3-jdk6" + image: "epicmorg/crowd:3.0.3-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:3.0.3-jdk7" + image: "epicmorg/crowd:3.0.3-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/3/3.0.5/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.0.5/Dockerfile index 55a07d1bf..9f7041bd9 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.0.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 5e0ddf9a1..de06f9112 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.0.5/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.0.5/docker-compose.yml b/linux/ecosystem/atlassian/crowd/3/3.0.5/docker-compose.yml index 4b3751c3d..9b4c1f287 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/3/3.0.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:3.0.5" + image: "epicmorg/crowd:3.0.5" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:3.0.5-jdk6" + image: "epicmorg/crowd:3.0.5-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:3.0.5-jdk7" + image: "epicmorg/crowd:3.0.5-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.1/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.1.1/Dockerfile index 48afbb795..80e8e3ebf 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 14cf8c839..24e37ef83 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.1.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.1/docker-compose.yml b/linux/ecosystem/atlassian/crowd/3/3.1.1/docker-compose.yml index 7dc1b11f1..6a079743a 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/3/3.1.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:3.1.1" + image: "epicmorg/crowd:3.1.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:3.1.1-jdk6" + image: "epicmorg/crowd:3.1.1-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:3.1.1-jdk7" + image: "epicmorg/crowd:3.1.1-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.2/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.1.2/Dockerfile index 1be4ed1ff..85d25aa3e 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 34586f6c9..132523e31 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.1.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.2/docker-compose.yml b/linux/ecosystem/atlassian/crowd/3/3.1.2/docker-compose.yml index 49eb74837..9e42b6404 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/3/3.1.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:3.1.2" + image: "epicmorg/crowd:3.1.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:3.1.2-jdk6" + image: "epicmorg/crowd:3.1.2-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:3.1.2-jdk7" + image: "epicmorg/crowd:3.1.2-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.3/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.1.3/Dockerfile index 5558d6611..ca5baa337 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 9c40fc6ee..fd22ec086 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.1.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.3/docker-compose.yml b/linux/ecosystem/atlassian/crowd/3/3.1.3/docker-compose.yml index 5c7339c70..4bf747850 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/3/3.1.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:3.1.3" + image: "epicmorg/crowd:3.1.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:3.1.3-jdk6" + image: "epicmorg/crowd:3.1.3-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:3.1.3-jdk7" + image: "epicmorg/crowd:3.1.3-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.4/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.1.4/Dockerfile index d6486a69f..90c7dfe67 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 fc9ae4a0d..2083832e2 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.1.4/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.4/docker-compose.yml b/linux/ecosystem/atlassian/crowd/3/3.1.4/docker-compose.yml index d3fb16b8c..b7763543e 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/3/3.1.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:3.1.4" + image: "epicmorg/crowd:3.1.4" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:3.1.4-jdk6" + image: "epicmorg/crowd:3.1.4-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:3.1.4-jdk7" + image: "epicmorg/crowd:3.1.4-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.5/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.1.5/Dockerfile index 30a0ae2b1..2087568f8 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.1.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 53a1ef961..8a703e207 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.1.5/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.5/docker-compose.yml b/linux/ecosystem/atlassian/crowd/3/3.1.5/docker-compose.yml index fbcf54b78..a788e7910 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/3/3.1.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:3.1.5" + image: "epicmorg/crowd:3.1.5" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:3.1.5-jdk6" + image: "epicmorg/crowd:3.1.5-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:3.1.5-jdk7" + image: "epicmorg/crowd:3.1.5-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.6/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.1.6/Dockerfile index 23f8351b9..468bf669b 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.1.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 79a984cad..13198c646 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.6/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.1.6/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.6/docker-compose.yml b/linux/ecosystem/atlassian/crowd/3/3.1.6/docker-compose.yml index 60e29a211..c638a1600 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/3/3.1.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:3.1.6" + image: "epicmorg/crowd:3.1.6" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:3.1.6-jdk6" + image: "epicmorg/crowd:3.1.6-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:3.1.6-jdk7" + image: "epicmorg/crowd:3.1.6-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.0/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.2.0/Dockerfile index 075d89f01..1b9da1d30 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 a96bd0c4a..f522f7231 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.2.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.0/docker-compose.yml b/linux/ecosystem/atlassian/crowd/3/3.2.0/docker-compose.yml index ba58d9b2f..f0807ec82 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/3/3.2.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:3.2.0" + image: "epicmorg/crowd:3.2.0" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:3.2.0-jdk6" + image: "epicmorg/crowd:3.2.0-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:3.2.0-jdk7" + image: "epicmorg/crowd:3.2.0-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.1/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.2.1/Dockerfile index bd11de4af..b3a328504 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 0fffc934d..c81e54fdc 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.2.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.1/docker-compose.yml b/linux/ecosystem/atlassian/crowd/3/3.2.1/docker-compose.yml index 76fc782bd..79557fe64 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/3/3.2.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:3.2.1" + image: "epicmorg/crowd:3.2.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:3.2.1-jdk6" + image: "epicmorg/crowd:3.2.1-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:3.2.1-jdk7" + image: "epicmorg/crowd:3.2.1-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.11/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.2.11/Dockerfile index 11c478294..fede121fc 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.11/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.2.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 2a07d7c59..2075276ad 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.11/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.2.11/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.11/docker-compose.yml b/linux/ecosystem/atlassian/crowd/3/3.2.11/docker-compose.yml index 19f6f817c..530928baa 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.11/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/3/3.2.11/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:3.2.11" + image: "epicmorg/crowd:3.2.11" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:3.2.11-jdk6" + image: "epicmorg/crowd:3.2.11-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:3.2.11-jdk7" + image: "epicmorg/crowd:3.2.11-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.2/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.2.2/Dockerfile index d94370417..8c268e50c 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 6cd4f9745..6140e0b9b 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.2.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.2/docker-compose.yml b/linux/ecosystem/atlassian/crowd/3/3.2.2/docker-compose.yml index 408dd2056..3571eaa6a 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/3/3.2.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:3.2.2" + image: "epicmorg/crowd:3.2.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:3.2.2-jdk6" + image: "epicmorg/crowd:3.2.2-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:3.2.2-jdk7" + image: "epicmorg/crowd:3.2.2-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.3/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.2.3/Dockerfile index 5aca9291d..a5027e481 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 50e42897b..b7de20243 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.2.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.3/docker-compose.yml b/linux/ecosystem/atlassian/crowd/3/3.2.3/docker-compose.yml index 533ab3f69..e38d850ae 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/3/3.2.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:3.2.3" + image: "epicmorg/crowd:3.2.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:3.2.3-jdk6" + image: "epicmorg/crowd:3.2.3-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:3.2.3-jdk7" + image: "epicmorg/crowd:3.2.3-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.5/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.2.5/Dockerfile index 8e574b797..63cfb090c 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.2.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 7ca09dd4d..fff8a542b 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.2.5/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.5/docker-compose.yml b/linux/ecosystem/atlassian/crowd/3/3.2.5/docker-compose.yml index 9d55de04f..b521ee719 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/3/3.2.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:3.2.5" + image: "epicmorg/crowd:3.2.5" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:3.2.5-jdk6" + image: "epicmorg/crowd:3.2.5-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:3.2.5-jdk7" + image: "epicmorg/crowd:3.2.5-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.6/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.2.6/Dockerfile index 2a4ef8169..f0d2a5d6f 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.2.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 0c86dc80d..6106aaccf 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.6/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.2.6/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.6/docker-compose.yml b/linux/ecosystem/atlassian/crowd/3/3.2.6/docker-compose.yml index 46d95caa3..647bad159 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/3/3.2.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:3.2.6" + image: "epicmorg/crowd:3.2.6" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:3.2.6-jdk6" + image: "epicmorg/crowd:3.2.6-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:3.2.6-jdk7" + image: "epicmorg/crowd:3.2.6-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.7/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.2.7/Dockerfile index b78ab5795..8ccb89028 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.2.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 11cf07bb1..17e4dbe87 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.2.7/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.7/docker-compose.yml b/linux/ecosystem/atlassian/crowd/3/3.2.7/docker-compose.yml index f7de79dc1..2b8faee16 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/3/3.2.7/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:3.2.7" + image: "epicmorg/crowd:3.2.7" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:3.2.7-jdk6" + image: "epicmorg/crowd:3.2.7-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:3.2.7-jdk7" + image: "epicmorg/crowd:3.2.7-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.8/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.2.8/Dockerfile index f8fba6ec6..c272c0cb1 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.8/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.2.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 a7b0bb0ba..2277e58f8 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.8/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.2.8/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.8/docker-compose.yml b/linux/ecosystem/atlassian/crowd/3/3.2.8/docker-compose.yml index 7e7c2eff0..f047f9b35 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/3/3.2.8/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:3.2.8" + image: "epicmorg/crowd:3.2.8" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:3.2.8-jdk6" + image: "epicmorg/crowd:3.2.8-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:3.2.8-jdk7" + image: "epicmorg/crowd:3.2.8-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.0/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.3.0/Dockerfile index 1cab40ed4..dfd903563 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 847336717..b75575b0e 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.3.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.0/docker-compose.yml b/linux/ecosystem/atlassian/crowd/3/3.3.0/docker-compose.yml index 1e743b364..563a750d7 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/3/3.3.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:3.3.0" + image: "epicmorg/crowd:3.3.0" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:3.3.0-jdk6" + image: "epicmorg/crowd:3.3.0-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:3.3.0-jdk7" + image: "epicmorg/crowd:3.3.0-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.2/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.3.2/Dockerfile index 1ad97cdfb..1a30156a2 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 d16d81f27..c12f36154 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.3.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.2/docker-compose.yml b/linux/ecosystem/atlassian/crowd/3/3.3.2/docker-compose.yml index e20555bcb..ad08a5953 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/3/3.3.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:3.3.2" + image: "epicmorg/crowd:3.3.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:3.3.2-jdk6" + image: "epicmorg/crowd:3.3.2-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:3.3.2-jdk7" + image: "epicmorg/crowd:3.3.2-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.3/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.3.3/Dockerfile index faded498a..3219be7aa 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 943a50a12..14908cd80 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.3.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.3/docker-compose.yml b/linux/ecosystem/atlassian/crowd/3/3.3.3/docker-compose.yml index 8935f9663..7cf6725d0 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/3/3.3.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:3.3.3" + image: "epicmorg/crowd:3.3.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:3.3.3-jdk6" + image: "epicmorg/crowd:3.3.3-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:3.3.3-jdk7" + image: "epicmorg/crowd:3.3.3-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.4/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.3.4/Dockerfile index 834d553e5..cfb35693b 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 e198e2e74..390698455 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.3.4/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.4/docker-compose.yml b/linux/ecosystem/atlassian/crowd/3/3.3.4/docker-compose.yml index 1169d890e..2ca8bc25d 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/3/3.3.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:3.3.4" + image: "epicmorg/crowd:3.3.4" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:3.3.4-jdk6" + image: "epicmorg/crowd:3.3.4-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:3.3.4-jdk7" + image: "epicmorg/crowd:3.3.4-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.5/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.3.5/Dockerfile index 8efd92b2e..fa2e7c0c3 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.3.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 e27b17f9f..f342dfe15 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.3.5/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.5/docker-compose.yml b/linux/ecosystem/atlassian/crowd/3/3.3.5/docker-compose.yml index 1727ed632..d6e0b5d61 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/3/3.3.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:3.3.5" + image: "epicmorg/crowd:3.3.5" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:3.3.5-jdk6" + image: "epicmorg/crowd:3.3.5-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:3.3.5-jdk7" + image: "epicmorg/crowd:3.3.5-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.6/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.3.6/Dockerfile index 86b3df8c6..6978bafdf 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.3.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 e4387ba25..c4c0bcc43 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.6/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.3.6/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.6/docker-compose.yml b/linux/ecosystem/atlassian/crowd/3/3.3.6/docker-compose.yml index 9068317b8..407d3acaf 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/3/3.3.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:3.3.6" + image: "epicmorg/crowd:3.3.6" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:3.3.6-jdk6" + image: "epicmorg/crowd:3.3.6-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:3.3.6-jdk7" + image: "epicmorg/crowd:3.3.6-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.7/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.3.7/Dockerfile index 2c7ce3d00..10e0db8cc 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.3.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 03bcd3c51..b5350f1c0 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.3.7/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.7/docker-compose.yml b/linux/ecosystem/atlassian/crowd/3/3.3.7/docker-compose.yml index 4fb3205bd..86765ba5f 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/3/3.3.7/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:3.3.7" + image: "epicmorg/crowd:3.3.7" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:3.3.7-jdk6" + image: "epicmorg/crowd:3.3.7-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:3.3.7-jdk7" + image: "epicmorg/crowd:3.3.7-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/3/3.4.0/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.4.0/Dockerfile index 902ada652..8a3ca39f8 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 68bd6bb01..f31384cbe 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.4.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.4.0/docker-compose.yml b/linux/ecosystem/atlassian/crowd/3/3.4.0/docker-compose.yml index 8c640f8b2..7c2d7b764 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/3/3.4.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:3.4.0" + image: "epicmorg/crowd:3.4.0" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:3.4.0-jdk6" + image: "epicmorg/crowd:3.4.0-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:3.4.0-jdk7" + image: "epicmorg/crowd:3.4.0-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/3/3.4.3/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.4.3/Dockerfile index f3c873057..ea8a3462f 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 52f618b95..dec0f72ae 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.4.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.4.3/docker-compose.yml b/linux/ecosystem/atlassian/crowd/3/3.4.3/docker-compose.yml index 7eeb91ca5..c2f93ef95 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/3/3.4.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:3.4.3" + image: "epicmorg/crowd:3.4.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:3.4.3-jdk6" + image: "epicmorg/crowd:3.4.3-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:3.4.3-jdk7" + image: "epicmorg/crowd:3.4.3-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/3/3.4.4/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.4.4/Dockerfile index e66a990c5..eb74fa880 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 712b6856b..43a5dc686 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.4.4/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.4.4/docker-compose.yml b/linux/ecosystem/atlassian/crowd/3/3.4.4/docker-compose.yml index 6d6c7779b..72b41d4db 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/3/3.4.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:3.4.4" + image: "epicmorg/crowd:3.4.4" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:3.4.4-jdk6" + image: "epicmorg/crowd:3.4.4-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:3.4.4-jdk7" + image: "epicmorg/crowd:3.4.4-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/3/3.4.5/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.4.5/Dockerfile index caa4c8752..b01c424c2 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.4.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 2b031dcd9..0e4bfe254 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.4.5/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.4.5/docker-compose.yml b/linux/ecosystem/atlassian/crowd/3/3.4.5/docker-compose.yml index da6c9eb9b..1f116da62 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/3/3.4.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:3.4.5" + image: "epicmorg/crowd:3.4.5" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:3.4.5-jdk6" + image: "epicmorg/crowd:3.4.5-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:3.4.5-jdk7" + image: "epicmorg/crowd:3.4.5-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/3/3.4.6/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.4.6/Dockerfile index 26ec49597..55c94440c 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.4.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 b37749e60..755675bc6 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.6/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.4.6/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.4.6/docker-compose.yml b/linux/ecosystem/atlassian/crowd/3/3.4.6/docker-compose.yml index cf101dc10..4b1a42076 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/3/3.4.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:3.4.6" + image: "epicmorg/crowd:3.4.6" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:3.4.6-jdk6" + image: "epicmorg/crowd:3.4.6-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:3.4.6-jdk7" + image: "epicmorg/crowd:3.4.6-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/3/3.5.0/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.5.0/Dockerfile index 02e1c839d..ab5626f35 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 7ae648377..63fd178a6 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.5.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.5.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.5.0/docker-compose.yml b/linux/ecosystem/atlassian/crowd/3/3.5.0/docker-compose.yml index 76debf80e..a641bf9db 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.5.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/3/3.5.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:3.5.0" + image: "epicmorg/crowd:3.5.0" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:3.5.0-jdk6" + image: "epicmorg/crowd:3.5.0-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:3.5.0-jdk7" + image: "epicmorg/crowd:3.5.0-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/3/3.5.1/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.5.1/Dockerfile index 11e81b7a0..49492a7d2 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 81bfce32a..897edc01e 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.5.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.5.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.5.1/docker-compose.yml b/linux/ecosystem/atlassian/crowd/3/3.5.1/docker-compose.yml index f1ff39499..0b17a23a5 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.5.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/3/3.5.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:3.5.1" + image: "epicmorg/crowd:3.5.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:3.5.1-jdk6" + image: "epicmorg/crowd:3.5.1-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:3.5.1-jdk7" + image: "epicmorg/crowd:3.5.1-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/3/3.6.0/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.6.0/Dockerfile index a8a30e833..b06f70e88 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 a07814a06..6ea58c778 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.6.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.6.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.6.0/docker-compose.yml b/linux/ecosystem/atlassian/crowd/3/3.6.0/docker-compose.yml index cd6a35e52..4439f9170 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.6.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/3/3.6.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:3.6.0" + image: "epicmorg/crowd:3.6.0" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:3.6.0-jdk6" + image: "epicmorg/crowd:3.6.0-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:3.6.0-jdk7" + image: "epicmorg/crowd:3.6.0-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/3/3.6.2/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.6.2/Dockerfile index 7476f561d..3caa4456c 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.6.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 8c78f6450..103d8ff7b 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.6.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.6.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.6.2/docker-compose.yml b/linux/ecosystem/atlassian/crowd/3/3.6.2/docker-compose.yml index 7ce0b976b..1f6b05a2b 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.6.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/3/3.6.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:3.6.2" + image: "epicmorg/crowd:3.6.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:3.6.2-jdk6" + image: "epicmorg/crowd:3.6.2-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:3.6.2-jdk7" + image: "epicmorg/crowd:3.6.2-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/3/3.7.0/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.7.0/Dockerfile index e26072a06..67a9c2840 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.7.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 3371b6035..c27e35595 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.7.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.7.0/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.7.0/docker-compose.yml b/linux/ecosystem/atlassian/crowd/3/3.7.0/docker-compose.yml index 1cbbed212..1d885c419 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.7.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/3/3.7.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:3.7.0" + image: "epicmorg/crowd:3.7.0" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:3.7.0-jdk6" + image: "epicmorg/crowd:3.7.0-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:3.7.0-jdk7" + image: "epicmorg/crowd:3.7.0-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/3/3.7.1/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.7.1/Dockerfile index 88e2ca65a..5fd1f5ed7 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 54f099c6c..9e46e82ad 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.7.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.7.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.7.1/docker-compose.yml b/linux/ecosystem/atlassian/crowd/3/3.7.1/docker-compose.yml index f5defac07..28ea6b624 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.7.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/3/3.7.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:3.7.1" + image: "epicmorg/crowd:3.7.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:3.7.1-jdk6" + image: "epicmorg/crowd:3.7.1-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:3.7.1-jdk7" + image: "epicmorg/crowd:3.7.1-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/3/3.7.2/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.7.2/Dockerfile index 58a1a110f..463c203de 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.7.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 2aee813bb..01e9721fd 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.7.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.7.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.7.2/docker-compose.yml b/linux/ecosystem/atlassian/crowd/3/3.7.2/docker-compose.yml index c82883c5b..e1612e271 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.7.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/3/3.7.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:3.7.2" + image: "epicmorg/crowd:3.7.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/crowd:3.7.2-jdk6" + image: "epicmorg/crowd:3.7.2-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/crowd:3.7.2-jdk7" + image: "epicmorg/crowd:3.7.2-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/4/4.0.0/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.0.0/Dockerfile index 9fe23b147..ef5c95ab7 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.0.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 a8358bdb1..15b1c3ea1 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.0.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.0.0/docker-compose.yml b/linux/ecosystem/atlassian/crowd/4/4.0.0/docker-compose.yml index 2a4ec61bb..c6e88ac85 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/4/4.0.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:4.0.0" + image: "epicmorg/crowd:4.0.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:4.0.0-jdk8" + image: "epicmorg/crowd:4.0.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:4.0.0-jdk11" + image: "epicmorg/crowd:4.0.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/4/4.0.2/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.0.2/Dockerfile index b5002375b..fd4913c07 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 e6b0886c7..38edb6203 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.0.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.0.2/docker-compose.yml b/linux/ecosystem/atlassian/crowd/4/4.0.2/docker-compose.yml index 9c9d687f4..48ab9da24 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/4/4.0.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:4.0.2" + image: "epicmorg/crowd:4.0.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:4.0.2-jdk8" + image: "epicmorg/crowd:4.0.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:4.0.2-jdk11" + image: "epicmorg/crowd:4.0.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/4/4.0.3/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.0.3/Dockerfile index b3b95a717..5ad09f795 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 12ed587ed..37829e944 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.0.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.0.3/docker-compose.yml b/linux/ecosystem/atlassian/crowd/4/4.0.3/docker-compose.yml index 751eddbf9..c30fe8ccf 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/4/4.0.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:4.0.3" + image: "epicmorg/crowd:4.0.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:4.0.3-jdk8" + image: "epicmorg/crowd:4.0.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:4.0.3-jdk11" + image: "epicmorg/crowd:4.0.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/4/4.0.4/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.0.4/Dockerfile index 277256616..9c458590e 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 df0f4f6b0..72a4a2ae0 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.0.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.0.4/docker-compose.yml b/linux/ecosystem/atlassian/crowd/4/4.0.4/docker-compose.yml index 786b0615e..72be41257 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/4/4.0.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:4.0.4" + image: "epicmorg/crowd:4.0.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:4.0.4-jdk8" + image: "epicmorg/crowd:4.0.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:4.0.4-jdk11" + image: "epicmorg/crowd:4.0.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/4/4.0.5/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.0.5/Dockerfile index 7c8af8fcb..034c504b2 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.0.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 1a5786b5f..8ccb8ee21 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.0.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.0.5/docker-compose.yml b/linux/ecosystem/atlassian/crowd/4/4.0.5/docker-compose.yml index 026f0e158..cdbdad3a5 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/4/4.0.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:4.0.5" + image: "epicmorg/crowd:4.0.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:4.0.5-jdk8" + image: "epicmorg/crowd:4.0.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:4.0.5-jdk11" + image: "epicmorg/crowd:4.0.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.0/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.1.0/Dockerfile index f25d3fb28..628f4d858 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 6f8d05e51..1ead1c016 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.1.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.0/docker-compose.yml b/linux/ecosystem/atlassian/crowd/4/4.1.0/docker-compose.yml index a5981f9d3..5456290c9 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/4/4.1.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:4.1.0" + image: "epicmorg/crowd:4.1.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:4.1.0-jdk8" + image: "epicmorg/crowd:4.1.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:4.1.0-jdk11" + image: "epicmorg/crowd:4.1.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.1/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.1.1/Dockerfile index 32a0a3a8d..52dfeb23c 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 64d1d5ca8..aa8d390f5 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.1.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.1/docker-compose.yml b/linux/ecosystem/atlassian/crowd/4/4.1.1/docker-compose.yml index 76d71642c..3f40f78c7 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/4/4.1.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:4.1.1" + image: "epicmorg/crowd:4.1.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:4.1.1-jdk8" + image: "epicmorg/crowd:4.1.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:4.1.1-jdk11" + image: "epicmorg/crowd:4.1.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.10/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.1.10/Dockerfile index edc2da1ad..dba484b7e 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.10/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.1.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 9c52d0fdf..fe0507dbe 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.1.10/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.10/docker-compose.yml b/linux/ecosystem/atlassian/crowd/4/4.1.10/docker-compose.yml index f5243e359..01d1c4f33 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.10/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/4/4.1.10/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:4.1.10" + image: "epicmorg/crowd:4.1.10" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:4.1.10-jdk8" + image: "epicmorg/crowd:4.1.10-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:4.1.10-jdk11" + image: "epicmorg/crowd:4.1.10-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.2/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.1.2/Dockerfile index 1d1c595f4..a6d3f28bc 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 6b47ee63f..97840fd05 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.1.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.2/docker-compose.yml b/linux/ecosystem/atlassian/crowd/4/4.1.2/docker-compose.yml index 1cbb2d218..74622a508 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/4/4.1.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:4.1.2" + image: "epicmorg/crowd:4.1.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:4.1.2-jdk8" + image: "epicmorg/crowd:4.1.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:4.1.2-jdk11" + image: "epicmorg/crowd:4.1.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.3/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.1.3/Dockerfile index 944c625a7..044e01a27 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 7be6a0221..74aca3de1 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.1.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.3/docker-compose.yml b/linux/ecosystem/atlassian/crowd/4/4.1.3/docker-compose.yml index 275428fb7..633386dcd 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/4/4.1.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:4.1.3" + image: "epicmorg/crowd:4.1.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:4.1.3-jdk8" + image: "epicmorg/crowd:4.1.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:4.1.3-jdk11" + image: "epicmorg/crowd:4.1.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.5/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.1.5/Dockerfile index a7818648c..291de59e5 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.1.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 1e042760d..f52dc5dbb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.1.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.5/docker-compose.yml b/linux/ecosystem/atlassian/crowd/4/4.1.5/docker-compose.yml index 1173c2fcc..62cb40135 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/4/4.1.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:4.1.5" + image: "epicmorg/crowd:4.1.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:4.1.5-jdk8" + image: "epicmorg/crowd:4.1.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:4.1.5-jdk11" + image: "epicmorg/crowd:4.1.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.6/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.1.6/Dockerfile index 6d67d1ff2..3fb150f3e 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.1.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 27a36762c..f027ea092 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.1.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.6/docker-compose.yml b/linux/ecosystem/atlassian/crowd/4/4.1.6/docker-compose.yml index 27a9dc483..cdda6a5b6 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/4/4.1.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:4.1.6" + image: "epicmorg/crowd:4.1.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:4.1.6-jdk8" + image: "epicmorg/crowd:4.1.6-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:4.1.6-jdk11" + image: "epicmorg/crowd:4.1.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.8/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.1.8/Dockerfile index 29bb1492c..7315a3569 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.8/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.1.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 207e262dc..00a2a65ab 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.1.8/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.8/docker-compose.yml b/linux/ecosystem/atlassian/crowd/4/4.1.8/docker-compose.yml index 5ee2241d1..500d1c4f0 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/4/4.1.8/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:4.1.8" + image: "epicmorg/crowd:4.1.8" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:4.1.8-jdk8" + image: "epicmorg/crowd:4.1.8-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:4.1.8-jdk11" + image: "epicmorg/crowd:4.1.8-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.9/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.1.9/Dockerfile index 78c19fed0..3d1e82e8f 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.9/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.1.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 1a4a22b5d..8924b6fd3 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.1.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.9/docker-compose.yml b/linux/ecosystem/atlassian/crowd/4/4.1.9/docker-compose.yml index 855acec61..60f54cb11 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/4/4.1.9/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:4.1.9" + image: "epicmorg/crowd:4.1.9" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:4.1.9-jdk8" + image: "epicmorg/crowd:4.1.9-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:4.1.9-jdk11" + image: "epicmorg/crowd:4.1.9-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.0/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.2.0/Dockerfile index dda33a71e..a36b437d5 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 e30c524bf..c108db464 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.2.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.0/docker-compose.yml b/linux/ecosystem/atlassian/crowd/4/4.2.0/docker-compose.yml index 70517ee6f..154b880e9 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/4/4.2.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:4.2.0" + image: "epicmorg/crowd:4.2.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:4.2.0-jdk8" + image: "epicmorg/crowd:4.2.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:4.2.0-jdk11" + image: "epicmorg/crowd:4.2.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.1/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.2.1/Dockerfile index b98861b8b..95cb9273b 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 96f9be2d2..0afc16984 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.2.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.1/docker-compose.yml b/linux/ecosystem/atlassian/crowd/4/4.2.1/docker-compose.yml index 8c25dfd39..22bc36d56 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/4/4.2.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:4.2.1" + image: "epicmorg/crowd:4.2.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:4.2.1-jdk8" + image: "epicmorg/crowd:4.2.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:4.2.1-jdk11" + image: "epicmorg/crowd:4.2.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.2/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.2.2/Dockerfile index 167504da7..7dffafc98 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 b5fc12b7c..71d877848 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.2.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.2/docker-compose.yml b/linux/ecosystem/atlassian/crowd/4/4.2.2/docker-compose.yml index bb28ed2f3..91e8fc884 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/4/4.2.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:4.2.2" + image: "epicmorg/crowd:4.2.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:4.2.2-jdk8" + image: "epicmorg/crowd:4.2.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:4.2.2-jdk11" + image: "epicmorg/crowd:4.2.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.3/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.2.3/Dockerfile index 9883584c3..6b317b4da 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 c8d37b221..7c16bbd54 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.2.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.3/docker-compose.yml b/linux/ecosystem/atlassian/crowd/4/4.2.3/docker-compose.yml index fb3f42387..6ef71b62b 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/4/4.2.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:4.2.3" + image: "epicmorg/crowd:4.2.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:4.2.3-jdk8" + image: "epicmorg/crowd:4.2.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:4.2.3-jdk11" + image: "epicmorg/crowd:4.2.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.4/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.2.4/Dockerfile index e9029b7e9..4d09f08fc 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.2.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 fa4224f8f..04d967184 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.2.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.4/docker-compose.yml b/linux/ecosystem/atlassian/crowd/4/4.2.4/docker-compose.yml index 97119a01b..ba8bc95b0 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/4/4.2.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:4.2.4" + image: "epicmorg/crowd:4.2.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:4.2.4-jdk8" + image: "epicmorg/crowd:4.2.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:4.2.4-jdk11" + image: "epicmorg/crowd:4.2.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.5/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.2.5/Dockerfile index 11825e35a..e4e103762 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.2.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 8377e2fd0..e7ad3e41c 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.2.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.5/docker-compose.yml b/linux/ecosystem/atlassian/crowd/4/4.2.5/docker-compose.yml index c161bceb6..a3e58c289 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/4/4.2.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:4.2.5" + image: "epicmorg/crowd:4.2.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:4.2.5-jdk8" + image: "epicmorg/crowd:4.2.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:4.2.5-jdk11" + image: "epicmorg/crowd:4.2.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.0/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.3.0/Dockerfile index df7f06f56..1840e62e0 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 237c4f266..ae73ddd96 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.3.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.0/docker-compose.yml b/linux/ecosystem/atlassian/crowd/4/4.3.0/docker-compose.yml index 73d12cfc6..46df9d472 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/4/4.3.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:4.3.0" + image: "epicmorg/crowd:4.3.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:4.3.0-jdk8" + image: "epicmorg/crowd:4.3.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:4.3.0-jdk11" + image: "epicmorg/crowd:4.3.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.10/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.3.10/Dockerfile index d610b3de1..6ebd0baca 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.10/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.3.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 e235fa03f..46a0c44e2 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.3.10/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.10/docker-compose.yml b/linux/ecosystem/atlassian/crowd/4/4.3.10/docker-compose.yml index dfe1b5767..8c9ffe666 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.10/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/4/4.3.10/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:4.3.10" + image: "epicmorg/crowd:4.3.10" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:4.3.10-jdk8" + image: "epicmorg/crowd:4.3.10-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:4.3.10-jdk11" + image: "epicmorg/crowd:4.3.10-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.11/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.3.11/Dockerfile index d65a3133b..c617f3574 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.11/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.3.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 943bf886b..70a4a52ee 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.3.11/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.11/docker-compose.yml b/linux/ecosystem/atlassian/crowd/4/4.3.11/docker-compose.yml index b8e23f724..4c117eb2e 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.11/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/4/4.3.11/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:4.3.11" + image: "epicmorg/crowd:4.3.11" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:4.3.11-jdk8" + image: "epicmorg/crowd:4.3.11-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:4.3.11-jdk11" + image: "epicmorg/crowd:4.3.11-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.5/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.3.5/Dockerfile index 18a9bf5ea..4db860863 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.3.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 db4699691..48f9387d6 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.3.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.5/docker-compose.yml b/linux/ecosystem/atlassian/crowd/4/4.3.5/docker-compose.yml index e875f30bc..0b257108d 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/4/4.3.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:4.3.5" + image: "epicmorg/crowd:4.3.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:4.3.5-jdk8" + image: "epicmorg/crowd:4.3.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:4.3.5-jdk11" + image: "epicmorg/crowd:4.3.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.7/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.3.7/Dockerfile index b2c28a375..93eaf8085 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.3.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 34172a0bb..2ffd1e556 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.3.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.7/docker-compose.yml b/linux/ecosystem/atlassian/crowd/4/4.3.7/docker-compose.yml index c5b97d894..35e2cce3b 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/4/4.3.7/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:4.3.7" + image: "epicmorg/crowd:4.3.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:4.3.7-jdk8" + image: "epicmorg/crowd:4.3.7-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:4.3.7-jdk11" + image: "epicmorg/crowd:4.3.7-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.8/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.3.8/Dockerfile index bf3d3c6fc..b0dac8dbb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.8/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.3.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 84dbb4e4b..033722769 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.3.8/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.8/docker-compose.yml b/linux/ecosystem/atlassian/crowd/4/4.3.8/docker-compose.yml index eb5a63349..267d9f14d 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/4/4.3.8/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:4.3.8" + image: "epicmorg/crowd:4.3.8" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:4.3.8-jdk8" + image: "epicmorg/crowd:4.3.8-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:4.3.8-jdk11" + image: "epicmorg/crowd:4.3.8-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.9/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.3.9/Dockerfile index 53498f2a7..c4f95df91 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.9/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.3.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 9093c8385..97bf2f607 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.3.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.9/docker-compose.yml b/linux/ecosystem/atlassian/crowd/4/4.3.9/docker-compose.yml index 69ad01cae..bd816adaa 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/4/4.3.9/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:4.3.9" + image: "epicmorg/crowd:4.3.9" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:4.3.9-jdk8" + image: "epicmorg/crowd:4.3.9-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:4.3.9-jdk11" + image: "epicmorg/crowd:4.3.9-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.0/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.4.0/Dockerfile index c875755d2..86cf0af87 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 8f460c2cd..9322b6063 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.4.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.0/docker-compose.yml b/linux/ecosystem/atlassian/crowd/4/4.4.0/docker-compose.yml index ea6779250..28115ea01 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/4/4.4.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:4.4.0" + image: "epicmorg/crowd:4.4.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:4.4.0-jdk8" + image: "epicmorg/crowd:4.4.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:4.4.0-jdk11" + image: "epicmorg/crowd:4.4.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.1/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.4.1/Dockerfile index 22d330f21..fced7d7a7 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 b8cd524fd..2144863cf 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.4.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.1/docker-compose.yml b/linux/ecosystem/atlassian/crowd/4/4.4.1/docker-compose.yml index d6757e7ee..329863644 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/4/4.4.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:4.4.1" + image: "epicmorg/crowd:4.4.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:4.4.1-jdk8" + image: "epicmorg/crowd:4.4.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:4.4.1-jdk11" + image: "epicmorg/crowd:4.4.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.2/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.4.2/Dockerfile index 6877195f7..57de7617d 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 9085214c6..5312c4d99 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.4.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.2/docker-compose.yml b/linux/ecosystem/atlassian/crowd/4/4.4.2/docker-compose.yml index 89b547672..10f114559 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/4/4.4.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:4.4.2" + image: "epicmorg/crowd:4.4.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:4.4.2-jdk8" + image: "epicmorg/crowd:4.4.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:4.4.2-jdk11" + image: "epicmorg/crowd:4.4.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.3/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.4.3/Dockerfile index 78185094b..59fcc67b2 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 8e5ef8e75..f26ec018c 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.4.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.3/docker-compose.yml b/linux/ecosystem/atlassian/crowd/4/4.4.3/docker-compose.yml index c44424eb1..d125fedff 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/4/4.4.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:4.4.3" + image: "epicmorg/crowd:4.4.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:4.4.3-jdk8" + image: "epicmorg/crowd:4.4.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:4.4.3-jdk11" + image: "epicmorg/crowd:4.4.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.4/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.4.4/Dockerfile index 0c0f47d03..a76db4ef0 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 c73654170..1076487f4 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.4.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.4/docker-compose.yml b/linux/ecosystem/atlassian/crowd/4/4.4.4/docker-compose.yml index ac6c75a98..ad9ac244d 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/4/4.4.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:4.4.4" + image: "epicmorg/crowd:4.4.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:4.4.4-jdk8" + image: "epicmorg/crowd:4.4.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:4.4.4-jdk11" + image: "epicmorg/crowd:4.4.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.5/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.4.5/Dockerfile index 8dc6def27..77f994fb9 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.4.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 9328cf30c..a051f257b 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.4.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.5/docker-compose.yml b/linux/ecosystem/atlassian/crowd/4/4.4.5/docker-compose.yml index cec18b456..f6dc2a95b 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/4/4.4.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:4.4.5" + image: "epicmorg/crowd:4.4.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:4.4.5-jdk8" + image: "epicmorg/crowd:4.4.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:4.4.5-jdk11" + image: "epicmorg/crowd:4.4.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.6/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.4.6/Dockerfile index 24d240c70..0f7d59456 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.4.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 8b7b6c138..fd8a346a7 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.4.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.6/docker-compose.yml b/linux/ecosystem/atlassian/crowd/4/4.4.6/docker-compose.yml index b83434db7..ea476aa31 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/4/4.4.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:4.4.6" + image: "epicmorg/crowd:4.4.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:4.4.6-jdk8" + image: "epicmorg/crowd:4.4.6-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:4.4.6-jdk11" + image: "epicmorg/crowd:4.4.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.0/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.0.0/Dockerfile index 0408cd3ca..fe75ad140 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 7bbc0bf51..91ed68d18 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.0.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.0/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.0.0/docker-compose.yml index 8449d5c61..00ef4d8e3 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.0.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.0.0" + image: "epicmorg/crowd:5.0.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.0.0-jdk8" + image: "epicmorg/crowd:5.0.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.0.0-jdk11" + image: "epicmorg/crowd:5.0.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.1/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.0.1/Dockerfile index 790f52062..62ddd5083 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 3158e95f6..5c8337210 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.0.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.1/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.0.1/docker-compose.yml index fdb72c99b..c0f3b1c15 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.0.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.0.1" + image: "epicmorg/crowd:5.0.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.0.1-jdk8" + image: "epicmorg/crowd:5.0.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.0.1-jdk11" + image: "epicmorg/crowd:5.0.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.10/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.0.10/Dockerfile index bddd8cf02..9a6a77b24 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.10/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 4cbd3b2a7..4a89c5b13 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.0.10/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.10/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.0.10/docker-compose.yml index 2ad3542bf..b00cb33c4 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.10/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.0.10/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.0.10" + image: "epicmorg/crowd:5.0.10" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.0.10-jdk8" + image: "epicmorg/crowd:5.0.10-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.0.10-jdk11" + image: "epicmorg/crowd:5.0.10-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.11/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.0.11/Dockerfile index ef71d9f61..ee12a78e2 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.11/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 78549c6e7..cb385353f 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.0.11/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.11/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.0.11/docker-compose.yml index 54a10f8ee..750a192cc 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.11/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.0.11/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.0.11" + image: "epicmorg/crowd:5.0.11" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.0.11-jdk8" + image: "epicmorg/crowd:5.0.11-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.0.11-jdk11" + image: "epicmorg/crowd:5.0.11-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.2/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.0.2/Dockerfile index 938df310c..d08338843 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 bd0d77306..1fb50c3cc 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.0.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.2/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.0.2/docker-compose.yml index b1d464753..41082c5bd 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.0.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.0.2" + image: "epicmorg/crowd:5.0.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.0.2-jdk8" + image: "epicmorg/crowd:5.0.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.0.2-jdk11" + image: "epicmorg/crowd:5.0.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.3/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.0.3/Dockerfile index 6d4edb84c..d549380c8 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 2efed9d77..ed1e5cbe8 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.0.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.3/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.0.3/docker-compose.yml index 16894d119..ee563a21b 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.0.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.0.3" + image: "epicmorg/crowd:5.0.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.0.3-jdk8" + image: "epicmorg/crowd:5.0.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.0.3-jdk11" + image: "epicmorg/crowd:5.0.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.4/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.0.4/Dockerfile index ca3243d9b..7b827e480 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 d3644f8aa..03a3940da 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.0.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.4/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.0.4/docker-compose.yml index 2c04bab4e..8c5d69c03 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.0.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.0.4" + image: "epicmorg/crowd:5.0.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.0.4-jdk8" + image: "epicmorg/crowd:5.0.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.0.4-jdk11" + image: "epicmorg/crowd:5.0.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.5/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.0.5/Dockerfile index 19e102880..7352ef8ac 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 7d21dbdf0..36e2fb80a 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.0.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.5/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.0.5/docker-compose.yml index 47b1f950f..77be49df3 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.0.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.0.5" + image: "epicmorg/crowd:5.0.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.0.5-jdk8" + image: "epicmorg/crowd:5.0.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.0.5-jdk11" + image: "epicmorg/crowd:5.0.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.6/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.0.6/Dockerfile index 86390d0ed..4b66f4af3 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 9b6d11e40..53351eec4 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.0.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.6/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.0.6/docker-compose.yml index 6247ee3ef..20721cb8f 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.0.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.0.6" + image: "epicmorg/crowd:5.0.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.0.6-jdk8" + image: "epicmorg/crowd:5.0.6-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.0.6-jdk11" + image: "epicmorg/crowd:5.0.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.7/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.0.7/Dockerfile index 6fae17ac3..7aec0f091 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 388ad332a..45f8f5afb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.0.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.7/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.0.7/docker-compose.yml index d084610c5..df4bccf0d 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.0.7/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.0.7" + image: "epicmorg/crowd:5.0.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.0.7-jdk8" + image: "epicmorg/crowd:5.0.7-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.0.7-jdk11" + image: "epicmorg/crowd:5.0.7-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.8/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.0.8/Dockerfile index 5801bfafe..1bc68610e 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.8/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 674d0b4ba..a74dd0210 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.0.8/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.8/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.0.8/docker-compose.yml index 0d353a55a..87074ede9 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.0.8/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.0.8" + image: "epicmorg/crowd:5.0.8" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.0.8-jdk8" + image: "epicmorg/crowd:5.0.8-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.0.8-jdk11" + image: "epicmorg/crowd:5.0.8-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.9/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.0.9/Dockerfile index 72ad96a6b..9200e1b19 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.9/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 fa29bf586..20d1efbdb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.0.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.9/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.0.9/docker-compose.yml index 4e959724d..2be31a8d4 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.0.9/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.0.9" + image: "epicmorg/crowd:5.0.9" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.0.9-jdk8" + image: "epicmorg/crowd:5.0.9-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.0.9-jdk11" + image: "epicmorg/crowd:5.0.9-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.0/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.1.0/Dockerfile index fa8baa525..c94adbf6c 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 718cae5ca..bd718590b 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.1.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.0/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.1.0/docker-compose.yml index 3f72a8be8..d9c45e524 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.1.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.1.0" + image: "epicmorg/crowd:5.1.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.1.0-jdk8" + image: "epicmorg/crowd:5.1.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.1.0-jdk11" + image: "epicmorg/crowd:5.1.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.1/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.1.1/Dockerfile index 7a05a4e22..494464f3e 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 0055dd9e6..683788017 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.1.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.1/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.1.1/docker-compose.yml index 9ecf1b2b3..078f66a74 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.1.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.1.1" + image: "epicmorg/crowd:5.1.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.1.1-jdk8" + image: "epicmorg/crowd:5.1.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.1.1-jdk11" + image: "epicmorg/crowd:5.1.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.11/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.1.11/Dockerfile index f68d8d27b..3cc2d7990 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.11/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 c057eada3..8091dd8b5 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.1.11/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.11/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.1.11/docker-compose.yml index d0340dce0..065b2c779 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.11/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.1.11/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.1.11" + image: "epicmorg/crowd:5.1.11" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.1.11-jdk8" + image: "epicmorg/crowd:5.1.11-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.1.11-jdk11" + image: "epicmorg/crowd:5.1.11-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.12/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.1.12/Dockerfile index 8335db6cd..319bbe993 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.12/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 1ddc9ed05..57af6861d 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.1.12/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.12/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.1.12/docker-compose.yml index 62f11ce4d..f8fe70144 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.12/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.1.12/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.1.12" + image: "epicmorg/crowd:5.1.12" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.1.12-jdk8" + image: "epicmorg/crowd:5.1.12-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.1.12-jdk11" + image: "epicmorg/crowd:5.1.12-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.13/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.1.13/Dockerfile index 886e003dc..2a950ee8f 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.13/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 d4a32fc33..39444dd88 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.1.13/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.13/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.1.13/docker-compose.yml index 558f166fa..1e880c132 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.13/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.1.13/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.1.13" + image: "epicmorg/crowd:5.1.13" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.1.13-jdk8" + image: "epicmorg/crowd:5.1.13-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.1.13-jdk11" + image: "epicmorg/crowd:5.1.13-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.2/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.1.2/Dockerfile index bb1aa0c91..8d89d5386 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 f4f3511ce..d533c0d12 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.1.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.2/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.1.2/docker-compose.yml index 545bb9172..39003126c 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.1.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.1.2" + image: "epicmorg/crowd:5.1.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.1.2-jdk8" + image: "epicmorg/crowd:5.1.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.1.2-jdk11" + image: "epicmorg/crowd:5.1.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.3/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.1.3/Dockerfile index 510549e69..e0a621f9a 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 90ef23c91..e13f22e3c 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.1.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.3/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.1.3/docker-compose.yml index 110635f5e..40ea1b402 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.1.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.1.3" + image: "epicmorg/crowd:5.1.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.1.3-jdk8" + image: "epicmorg/crowd:5.1.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.1.3-jdk11" + image: "epicmorg/crowd:5.1.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.4/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.1.4/Dockerfile index 53240f00c..a72cf14d8 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 090e75121..a0fe8df49 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.1.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.4/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.1.4/docker-compose.yml index 9d8309945..9904fffb7 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.1.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.1.4" + image: "epicmorg/crowd:5.1.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.1.4-jdk8" + image: "epicmorg/crowd:5.1.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.1.4-jdk11" + image: "epicmorg/crowd:5.1.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.5/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.1.5/Dockerfile index 5928ea54e..dd9ac8d48 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 c0741251c..32d4f2997 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.1.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.5/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.1.5/docker-compose.yml index 0c37521c4..197505749 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.1.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.1.5" + image: "epicmorg/crowd:5.1.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.1.5-jdk8" + image: "epicmorg/crowd:5.1.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.1.5-jdk11" + image: "epicmorg/crowd:5.1.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.6/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.1.6/Dockerfile index 8eb9ce24c..c26ffca7c 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 292899483..1400a3657 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.1.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.6/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.1.6/docker-compose.yml index 18f4f3a61..ad0130850 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.1.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.1.6" + image: "epicmorg/crowd:5.1.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.1.6-jdk8" + image: "epicmorg/crowd:5.1.6-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.1.6-jdk11" + image: "epicmorg/crowd:5.1.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.7/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.1.7/Dockerfile index 80f355f8a..2b345581d 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 60ac5d103..279af88c6 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.1.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.7/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.1.7/docker-compose.yml index 96c868fad..c2bb34180 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.1.7/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.1.7" + image: "epicmorg/crowd:5.1.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.1.7-jdk8" + image: "epicmorg/crowd:5.1.7-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.1.7-jdk11" + image: "epicmorg/crowd:5.1.7-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.8/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.1.8/Dockerfile index 904f46225..b2e95e665 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.8/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 c1b1a021d..c59a73d5b 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.1.8/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.8/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.1.8/docker-compose.yml index facfc9246..34c338655 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.1.8/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.1.8" + image: "epicmorg/crowd:5.1.8" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.1.8-jdk8" + image: "epicmorg/crowd:5.1.8-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.1.8-jdk11" + image: "epicmorg/crowd:5.1.8-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.9/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.1.9/Dockerfile index 45a581e63..15f5c8aa5 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.9/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 e8d272083..263bfc48f 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.1.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.9/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.1.9/docker-compose.yml index 8cd0f87c7..0202bbb7d 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.1.9/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.1.9" + image: "epicmorg/crowd:5.1.9" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.1.9-jdk8" + image: "epicmorg/crowd:5.1.9-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.1.9-jdk11" + image: "epicmorg/crowd:5.1.9-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.0/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.2.0/Dockerfile index 4ac5cdc21..dd5b2427a 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 cbb27b502..4b5a85bc2 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.2.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.0/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.2.0/docker-compose.yml index 4ed3150c4..3f1191d9f 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.2.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.2.0" + image: "epicmorg/crowd:5.2.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.2.0-jdk8" + image: "epicmorg/crowd:5.2.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.2.0-jdk11" + image: "epicmorg/crowd:5.2.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.1/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.2.1/Dockerfile index 3a72324f6..45a6da127 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 5abb73343..ea12506bf 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.2.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.1/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.2.1/docker-compose.yml index 82a1144e9..788665f80 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.2.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.2.1" + image: "epicmorg/crowd:5.2.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.2.1-jdk8" + image: "epicmorg/crowd:5.2.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.2.1-jdk11" + image: "epicmorg/crowd:5.2.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.10/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.2.10/Dockerfile index f297d283c..39779a76d 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.10/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 7f8d7dba7..def2c5e08 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.2.10/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.10/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.2.10/docker-compose.yml index 25b30fb58..d8a0a8fd6 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.10/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.2.10/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.2.10" + image: "epicmorg/crowd:5.2.10" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.2.10-jdk8" + image: "epicmorg/crowd:5.2.10-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.2.10-jdk11" + image: "epicmorg/crowd:5.2.10-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.2/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.2.2/Dockerfile index 3256e82ea..ab18798de 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 fd188ec35..9c2a66d3b 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.2.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.2/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.2.2/docker-compose.yml index b5a7f5a80..d91e1115c 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.2.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.2.2" + image: "epicmorg/crowd:5.2.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.2.2-jdk8" + image: "epicmorg/crowd:5.2.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.2.2-jdk11" + image: "epicmorg/crowd:5.2.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.3/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.2.3/Dockerfile index 6a6227730..e6188a3a6 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 2c670fb80..0e57bf499 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.2.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.3/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.2.3/docker-compose.yml index 6f3d3b47a..0037006d2 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.2.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.2.3" + image: "epicmorg/crowd:5.2.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.2.3-jdk8" + image: "epicmorg/crowd:5.2.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.2.3-jdk11" + image: "epicmorg/crowd:5.2.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.4/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.2.4/Dockerfile index 98e9171ca..1b80c620a 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 d14a618e5..d4a3efae8 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.2.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.4/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.2.4/docker-compose.yml index bdea2073e..9dc0db774 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.2.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.2.4" + image: "epicmorg/crowd:5.2.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.2.4-jdk8" + image: "epicmorg/crowd:5.2.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.2.4-jdk11" + image: "epicmorg/crowd:5.2.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.6/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.2.6/Dockerfile index a52ba6567..9b6e3467f 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 bdea7c6f3..7ead0c45a 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.2.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.6/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.2.6/docker-compose.yml index ce00b235c..36396d91b 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.2.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.2.6" + image: "epicmorg/crowd:5.2.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.2.6-jdk8" + image: "epicmorg/crowd:5.2.6-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.2.6-jdk11" + image: "epicmorg/crowd:5.2.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.7/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.2.7/Dockerfile index e1750731e..0887d1c9a 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 36f05e118..99bca20c4 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.2.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.7/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.2.7/docker-compose.yml index 08922f85e..eec0beb2b 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.2.7/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.2.7" + image: "epicmorg/crowd:5.2.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.2.7-jdk8" + image: "epicmorg/crowd:5.2.7-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.2.7-jdk11" + image: "epicmorg/crowd:5.2.7-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.8/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.2.8/Dockerfile index 1154c1caa..380e71b1d 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.8/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 48586cab8..18491aeb3 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.2.8/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.8/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.2.8/docker-compose.yml index c1271ee22..920648fb5 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.2.8/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.2.8" + image: "epicmorg/crowd:5.2.8" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.2.8-jdk8" + image: "epicmorg/crowd:5.2.8-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.2.8-jdk11" + image: "epicmorg/crowd:5.2.8-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.9/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.2.9/Dockerfile index afe90d148..4a32620ec 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.9/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 9d7a11497..41360b441 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.2.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.9/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.2.9/docker-compose.yml index 43bec0fdf..9b35ec2c9 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.2.9/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.2.9" + image: "epicmorg/crowd:5.2.9" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.2.9-jdk8" + image: "epicmorg/crowd:5.2.9-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.2.9-jdk11" + image: "epicmorg/crowd:5.2.9-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.0/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.3.0/Dockerfile index 64da6cf90..750e6eb17 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 212a33402..63829cd51 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.3.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.0/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.3.0/docker-compose.yml index 38c96f057..fe5fd8703 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.3.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.3.0" + image: "epicmorg/crowd:5.3.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.3.0-jdk8" + image: "epicmorg/crowd:5.3.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.3.0-jdk11" + image: "epicmorg/crowd:5.3.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.1/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.3.1/Dockerfile index 78c46485d..ee6927085 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 60df93f80..5d4fa755c 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.3.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.1/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.3.1/docker-compose.yml index 53bd4aaf5..b9d97dd22 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.3.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.3.1" + image: "epicmorg/crowd:5.3.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.3.1-jdk8" + image: "epicmorg/crowd:5.3.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.3.1-jdk11" + image: "epicmorg/crowd:5.3.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.2/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.3.2/Dockerfile index 9c6c69db3..5eb19e4db 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 ce6a2a6f0..ca67c107f 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.3.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.2/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.3.2/docker-compose.yml index e0658ee2c..9a384c2ed 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.3.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.3.2" + image: "epicmorg/crowd:5.3.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.3.2-jdk8" + image: "epicmorg/crowd:5.3.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.3.2-jdk11" + image: "epicmorg/crowd:5.3.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.3/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.3.3/Dockerfile index b6cf6e3f4..e1f2780a6 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 4521d4a0c..750e7fd2a 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.3.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.3/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.3.3/docker-compose.yml index 11daef521..3d5b012d7 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.3.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.3.3" + image: "epicmorg/crowd:5.3.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.3.3-jdk8" + image: "epicmorg/crowd:5.3.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.3.3-jdk11" + image: "epicmorg/crowd:5.3.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.4/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.3.4/Dockerfile index 5706526d3..402a2ec2a 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 ff52be5df..cb3cf8837 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.3.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.4/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.3.4/docker-compose.yml index 7bb40d4c3..e538149f1 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.3.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.3.4" + image: "epicmorg/crowd:5.3.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.3.4-jdk8" + image: "epicmorg/crowd:5.3.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.3.4-jdk11" + image: "epicmorg/crowd:5.3.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.5/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.3.5/Dockerfile index d207e7bcd..4429d8253 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.3.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 8d6f129ae..5e3334e7f 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.3.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.5/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.3.5/docker-compose.yml index 1ae23b82c..ddcc9dc7a 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.3.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.3.5" + image: "epicmorg/crowd:5.3.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.3.5-jdk8" + image: "epicmorg/crowd:5.3.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.3.5-jdk11" + image: "epicmorg/crowd:5.3.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.6/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.3.6/Dockerfile index 75f364157..7f85ae451 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.3.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ 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 f108a6e34..0c42eb079 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.3.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.6/docker-compose.yml b/linux/ecosystem/atlassian/crowd/5/5.3.6/docker-compose.yml index 6e816f402..1e878a975 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/5/5.3.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/crowd:5.3.6" + image: "epicmorg/crowd:5.3.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/crowd:5.3.6-jdk8" + image: "epicmorg/crowd:5.3.6-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/crowd:5.3.6-jdk11" + image: "epicmorg/crowd:5.3.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/crowd/6/6.0.0/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.0.0/Dockerfile index 5a1773b38..61a99b30e 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.0.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/6/6.0.0/docker-compose.yml b/linux/ecosystem/atlassian/crowd/6/6.0.0/docker-compose.yml index 7ae3bc912..686b6e0e8 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.0.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/6/6.0.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crowd:6.0.0" + image: "epicmorg/crowd:6.0.0" build: context: . app-jdk17: - image: "quay.io/epicmorg/crowd:6.0.0-jdk17" + image: "epicmorg/crowd:6.0.0-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/crowd/6/6.0.1/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.0.1/Dockerfile index 32856812b..3d3d3b509 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/6/6.0.1/docker-compose.yml b/linux/ecosystem/atlassian/crowd/6/6.0.1/docker-compose.yml index ae5b4e2f0..7b51549e7 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.0.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/6/6.0.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crowd:6.0.1" + image: "epicmorg/crowd:6.0.1" build: context: . app-jdk17: - image: "quay.io/epicmorg/crowd:6.0.1-jdk17" + image: "epicmorg/crowd:6.0.1-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/crowd/6/6.0.2/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.0.2/Dockerfile index cf51e2a62..52b3702f5 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/6/6.0.2/docker-compose.yml b/linux/ecosystem/atlassian/crowd/6/6.0.2/docker-compose.yml index 6e99396b8..2c1848a64 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.0.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/6/6.0.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crowd:6.0.2" + image: "epicmorg/crowd:6.0.2" build: context: . app-jdk17: - image: "quay.io/epicmorg/crowd:6.0.2-jdk17" + image: "epicmorg/crowd:6.0.2-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/crowd/6/6.0.3/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.0.3/Dockerfile index ee2e34aad..e4178fde4 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/6/6.0.3/docker-compose.yml b/linux/ecosystem/atlassian/crowd/6/6.0.3/docker-compose.yml index 484fd7338..a896a1fad 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.0.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/6/6.0.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crowd:6.0.3" + image: "epicmorg/crowd:6.0.3" build: context: . app-jdk17: - image: "quay.io/epicmorg/crowd:6.0.3-jdk17" + image: "epicmorg/crowd:6.0.3-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/crowd/6/6.0.4/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.0.4/Dockerfile index 4af164cc9..34c09280d 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/6/6.0.4/docker-compose.yml b/linux/ecosystem/atlassian/crowd/6/6.0.4/docker-compose.yml index bc45311f7..8763c0ff7 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.0.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/6/6.0.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crowd:6.0.4" + image: "epicmorg/crowd:6.0.4" build: context: . app-jdk17: - image: "quay.io/epicmorg/crowd:6.0.4-jdk17" + image: "epicmorg/crowd:6.0.4-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/crowd/6/6.0.6/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.0.6/Dockerfile index 95937b34d..141475be2 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.0.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.0.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/6/6.0.6/docker-compose.yml b/linux/ecosystem/atlassian/crowd/6/6.0.6/docker-compose.yml index 8e0ede3fc..a101727da 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.0.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/6/6.0.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crowd:6.0.6" + image: "epicmorg/crowd:6.0.6" build: context: . app-jdk17: - image: "quay.io/epicmorg/crowd:6.0.6-jdk17" + image: "epicmorg/crowd:6.0.6-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/crowd/6/6.0.7/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.0.7/Dockerfile index 613086bb1..58bdc6621 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.0.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.0.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/6/6.0.7/docker-compose.yml b/linux/ecosystem/atlassian/crowd/6/6.0.7/docker-compose.yml index 79df5687e..6067917ae 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.0.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/6/6.0.7/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crowd:6.0.7" + image: "epicmorg/crowd:6.0.7" build: context: . app-jdk17: - image: "quay.io/epicmorg/crowd:6.0.7-jdk17" + image: "epicmorg/crowd:6.0.7-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/crowd/6/6.1.0/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.1.0/Dockerfile index f55d3c540..4c54045bb 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/6/6.1.0/docker-compose.yml b/linux/ecosystem/atlassian/crowd/6/6.1.0/docker-compose.yml index f0bc3e523..576c8e1ed 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.1.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/6/6.1.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crowd:6.1.0" + image: "epicmorg/crowd:6.1.0" build: context: . app-jdk17: - image: "quay.io/epicmorg/crowd:6.1.0-jdk17" + image: "epicmorg/crowd:6.1.0-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/crowd/6/6.1.1/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.1.1/Dockerfile index dc1c36e64..840aed1ef 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/6/6.1.1/docker-compose.yml b/linux/ecosystem/atlassian/crowd/6/6.1.1/docker-compose.yml index 6663f37f0..a9569c19d 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.1.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/6/6.1.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crowd:6.1.1" + image: "epicmorg/crowd:6.1.1" build: context: . app-jdk17: - image: "quay.io/epicmorg/crowd:6.1.1-jdk17" + image: "epicmorg/crowd:6.1.1-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/crowd/6/6.1.2/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.1.2/Dockerfile index 8ca8ea41f..9d8e3ce52 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/6/6.1.2/docker-compose.yml b/linux/ecosystem/atlassian/crowd/6/6.1.2/docker-compose.yml index 97f508fa5..9d87a2c6d 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.1.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/6/6.1.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crowd:6.1.2" + image: "epicmorg/crowd:6.1.2" build: context: . app-jdk17: - image: "quay.io/epicmorg/crowd:6.1.2-jdk17" + image: "epicmorg/crowd:6.1.2-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/crowd/6/6.1.3/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.1.3/Dockerfile index d98cee280..073d51dce 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/6/6.1.3/docker-compose.yml b/linux/ecosystem/atlassian/crowd/6/6.1.3/docker-compose.yml index d6017b493..5ca74e79d 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.1.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/6/6.1.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crowd:6.1.3" + image: "epicmorg/crowd:6.1.3" build: context: . app-jdk17: - image: "quay.io/epicmorg/crowd:6.1.3-jdk17" + image: "epicmorg/crowd:6.1.3-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/crowd/6/6.1.4/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.1.4/Dockerfile index 3c2b3d597..c688e09a0 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/6/6.1.4/docker-compose.yml b/linux/ecosystem/atlassian/crowd/6/6.1.4/docker-compose.yml index c98caff12..c58469edc 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.1.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/6/6.1.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crowd:6.1.4" + image: "epicmorg/crowd:6.1.4" build: context: . app-jdk17: - image: "quay.io/epicmorg/crowd:6.1.4-jdk17" + image: "epicmorg/crowd:6.1.4-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/crowd/6/6.2.0/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.2.0/Dockerfile index af3cc71f7..b97e8cfc8 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/6/6.2.0/docker-compose.yml b/linux/ecosystem/atlassian/crowd/6/6.2.0/docker-compose.yml index 8a3744485..d354a1909 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.2.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/6/6.2.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crowd:6.2.0" + image: "epicmorg/crowd:6.2.0" build: context: . app-jdk17: - image: "quay.io/epicmorg/crowd:6.2.0-jdk17" + image: "epicmorg/crowd:6.2.0-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/crowd/6/6.2.2/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.2.2/Dockerfile index b2250f41b..a857f3520 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/6/6.2.2/docker-compose.yml b/linux/ecosystem/atlassian/crowd/6/6.2.2/docker-compose.yml index 6bb839100..6de1494a8 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.2.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/6/6.2.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crowd:6.2.2" + image: "epicmorg/crowd:6.2.2" build: context: . app-jdk17: - image: "quay.io/epicmorg/crowd:6.2.2-jdk17" + image: "epicmorg/crowd:6.2.2-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/crowd/6/6.2.3/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.2.3/Dockerfile index 63fd7634d..ae006547a 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/6/6.2.3/docker-compose.yml b/linux/ecosystem/atlassian/crowd/6/6.2.3/docker-compose.yml index 5c2e66093..b9ebb6ffb 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.2.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/6/6.2.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crowd:6.2.3" + image: "epicmorg/crowd:6.2.3" build: context: . app-jdk17: - image: "quay.io/epicmorg/crowd:6.2.3-jdk17" + image: "epicmorg/crowd:6.2.3-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/crowd/6/6.3.0/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.3.0/Dockerfile index 661e827e8..e90dfdbc1 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/6/6.3.0/docker-compose.yml b/linux/ecosystem/atlassian/crowd/6/6.3.0/docker-compose.yml index f32b21768..378234099 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.3.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/6/6.3.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crowd:6.3.0" + image: "epicmorg/crowd:6.3.0" build: context: . app-jdk17: - image: "quay.io/epicmorg/crowd:6.3.0-jdk17" + image: "epicmorg/crowd:6.3.0-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/crowd/latest/Dockerfile b/linux/ecosystem/atlassian/crowd/latest/Dockerfile index 661e827e8..e90dfdbc1 100644 --- a/linux/ecosystem/atlassian/crowd/latest/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN apt-get update && \ apt-get upgrade -y && \ diff --git a/linux/ecosystem/atlassian/crowd/latest/docker-compose.yml b/linux/ecosystem/atlassian/crowd/latest/docker-compose.yml index 253f11445..9edde23b3 100644 --- a/linux/ecosystem/atlassian/crowd/latest/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/latest/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crowd:latest" + image: "epicmorg/crowd:latest" build: context: . app-jdk17: - image: "quay.io/epicmorg/crowd:latest-jdk17" + image: "epicmorg/crowd:latest-jdk17" build: context: . 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 896561f4a..5323e3fcd 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.0-build-223/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.0-build-223/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/crucible-temp && \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.0-build-223/docker-compose.yml b/linux/ecosystem/atlassian/crucible/1/1.0-build-223/docker-compose.yml index 16a339166..a29d35e3e 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.0-build-223/docker-compose.yml +++ b/linux/ecosystem/atlassian/crucible/1/1.0-build-223/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crucible:1.0-build-223" + image: "epicmorg/crucible:1.0-build-223" build: context: . app-jdk6: - image: "quay.io/epicmorg/crucible:1.0-build-223-jdk6" + image: "epicmorg/crucible:1.0-build-223-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/crucible/1/1.0.3/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.0.3/Dockerfile index 840c00d60..1d46f8922 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/crucible-temp && \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.0.3/docker-compose.yml b/linux/ecosystem/atlassian/crucible/1/1.0.3/docker-compose.yml index 67bf708a1..c2659a43b 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.0.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/crucible/1/1.0.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crucible:1.0.3" + image: "epicmorg/crucible:1.0.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/crucible:1.0.3-jdk6" + image: "epicmorg/crucible:1.0.3-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/crucible/1/1.0.4/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.0.4/Dockerfile index 0683b755f..e3b94b9ea 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/crucible-temp && \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.0.4/docker-compose.yml b/linux/ecosystem/atlassian/crucible/1/1.0.4/docker-compose.yml index 45861d6a3..3c3f5d4a3 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.0.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/crucible/1/1.0.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crucible:1.0.4" + image: "epicmorg/crucible:1.0.4" build: context: . app-jdk6: - image: "quay.io/epicmorg/crucible:1.0.4-jdk6" + image: "epicmorg/crucible:1.0.4-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/crucible/1/1.1.1/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.1.1/Dockerfile index 717d97d94..b920b19d0 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/crucible-temp && \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.1.1/docker-compose.yml b/linux/ecosystem/atlassian/crucible/1/1.1.1/docker-compose.yml index d72ba4aeb..c59680eae 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.1.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/crucible/1/1.1.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crucible:1.1.1" + image: "epicmorg/crucible:1.1.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/crucible:1.1.1-jdk6" + image: "epicmorg/crucible:1.1.1-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/crucible/1/1.1.2/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.1.2/Dockerfile index cb0c01c48..48539d81e 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/crucible-temp && \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.1.2/docker-compose.yml b/linux/ecosystem/atlassian/crucible/1/1.1.2/docker-compose.yml index 3b9a8fded..e9860d4a5 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.1.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crucible/1/1.1.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crucible:1.1.2" + image: "epicmorg/crucible:1.1.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/crucible:1.1.2-jdk6" + image: "epicmorg/crucible:1.1.2-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/crucible/1/1.1.3/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.1.3/Dockerfile index 2c6eb8cdf..dd6d348cc 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/crucible-temp && \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.1.3/docker-compose.yml b/linux/ecosystem/atlassian/crucible/1/1.1.3/docker-compose.yml index 04e418fe6..a92f82186 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.1.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/crucible/1/1.1.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crucible:1.1.3" + image: "epicmorg/crucible:1.1.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/crucible:1.1.3-jdk6" + image: "epicmorg/crucible:1.1.3-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/crucible/1/1.1.4/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.1.4/Dockerfile index ec2730bdd..52a7754a5 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/crucible-temp && \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.1.4/docker-compose.yml b/linux/ecosystem/atlassian/crucible/1/1.1.4/docker-compose.yml index d54df125b..b5306f065 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.1.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/crucible/1/1.1.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crucible:1.1.4" + image: "epicmorg/crucible:1.1.4" build: context: . app-jdk6: - image: "quay.io/epicmorg/crucible:1.1.4-jdk6" + image: "epicmorg/crucible:1.1.4-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/crucible/1/1.1/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.1/Dockerfile index 3677397d3..3ab2be8a5 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.1/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/crucible-temp && \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.1/docker-compose.yml b/linux/ecosystem/atlassian/crucible/1/1.1/docker-compose.yml index b02f7dd59..f4c16e09e 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/crucible/1/1.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crucible:1.1" + image: "epicmorg/crucible:1.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/crucible:1.1-jdk6" + image: "epicmorg/crucible:1.1-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/crucible/1/1.2.1/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.2.1/Dockerfile index 320172bd4..896c36e9d 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/crucible-temp && \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.2.1/docker-compose.yml b/linux/ecosystem/atlassian/crucible/1/1.2.1/docker-compose.yml index 43199022b..c76fdbb8e 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.2.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/crucible/1/1.2.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crucible:1.2.1" + image: "epicmorg/crucible:1.2.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/crucible:1.2.1-jdk6" + image: "epicmorg/crucible:1.2.1-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/crucible/1/1.2.2/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.2.2/Dockerfile index 5f29bf3a2..9ce266138 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/crucible-temp && \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.2.2/docker-compose.yml b/linux/ecosystem/atlassian/crucible/1/1.2.2/docker-compose.yml index 60b597a6a..216966f7d 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.2.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crucible/1/1.2.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crucible:1.2.2" + image: "epicmorg/crucible:1.2.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/crucible:1.2.2-jdk6" + image: "epicmorg/crucible:1.2.2-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/crucible/1/1.2.3/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.2.3/Dockerfile index e6c38e9d6..e9ccf3cad 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/crucible-temp && \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.2.3/docker-compose.yml b/linux/ecosystem/atlassian/crucible/1/1.2.3/docker-compose.yml index 7dcab358d..34a7a1d6a 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.2.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/crucible/1/1.2.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crucible:1.2.3" + image: "epicmorg/crucible:1.2.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/crucible:1.2.3-jdk6" + image: "epicmorg/crucible:1.2.3-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/crucible/1/1.2/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.2/Dockerfile index 898562cf1..ef4458df2 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.2/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/crucible-temp && \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.2/docker-compose.yml b/linux/ecosystem/atlassian/crucible/1/1.2/docker-compose.yml index 9c05dcecb..92d04936a 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crucible/1/1.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crucible:1.2" + image: "epicmorg/crucible:1.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/crucible:1.2-jdk6" + image: "epicmorg/crucible:1.2-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/crucible/1/1.5.1/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.5.1/Dockerfile index 4f3b7065a..dc05bdab7 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/crucible-temp && \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.5.1/docker-compose.yml b/linux/ecosystem/atlassian/crucible/1/1.5.1/docker-compose.yml index 8fa2ebdb1..fbd393ae4 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.5.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/crucible/1/1.5.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crucible:1.5.1" + image: "epicmorg/crucible:1.5.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/crucible:1.5.1-jdk6" + image: "epicmorg/crucible:1.5.1-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/crucible/1/1.5.2/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.5.2/Dockerfile index 562d5379e..437312951 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/crucible-temp && \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.5.2/docker-compose.yml b/linux/ecosystem/atlassian/crucible/1/1.5.2/docker-compose.yml index 390604cf1..932fd8fce 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.5.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crucible/1/1.5.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crucible:1.5.2" + image: "epicmorg/crucible:1.5.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/crucible:1.5.2-jdk6" + image: "epicmorg/crucible:1.5.2-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/crucible/1/1.5.3/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.5.3/Dockerfile index 6e3b2c292..cd2f9b4b8 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.5.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/crucible-temp && \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.5.3/docker-compose.yml b/linux/ecosystem/atlassian/crucible/1/1.5.3/docker-compose.yml index 24f30e5e2..33cef5d9c 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.5.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/crucible/1/1.5.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crucible:1.5.3" + image: "epicmorg/crucible:1.5.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/crucible:1.5.3-jdk6" + image: "epicmorg/crucible:1.5.3-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/crucible/1/1.5.4/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.5.4/Dockerfile index 7e8378c96..0135fb984 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.5.4/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.5.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/crucible-temp && \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.5.4/docker-compose.yml b/linux/ecosystem/atlassian/crucible/1/1.5.4/docker-compose.yml index ca679c7e5..b734c067f 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.5.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/crucible/1/1.5.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crucible:1.5.4" + image: "epicmorg/crucible:1.5.4" build: context: . app-jdk6: - image: "quay.io/epicmorg/crucible:1.5.4-jdk6" + image: "epicmorg/crucible:1.5.4-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/crucible/1/1.5/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.5/Dockerfile index 8e6f058af..6ccb9d80b 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.5/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/crucible-temp && \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.5/docker-compose.yml b/linux/ecosystem/atlassian/crucible/1/1.5/docker-compose.yml index 25e89b5b4..979afd0f2 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/crucible/1/1.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crucible:1.5" + image: "epicmorg/crucible:1.5" build: context: . app-jdk6: - image: "quay.io/epicmorg/crucible:1.5-jdk6" + image: "epicmorg/crucible:1.5-jdk6" build: context: . 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 67ec961a8..36b693cbf 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.0.beta1/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.0.beta1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/crucible-temp && \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.0.beta1/docker-compose.yml b/linux/ecosystem/atlassian/crucible/1/1.6.0.beta1/docker-compose.yml index 9a40bf282..5bb92d704 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.0.beta1/docker-compose.yml +++ b/linux/ecosystem/atlassian/crucible/1/1.6.0.beta1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crucible:1.6.0.beta1" + image: "epicmorg/crucible:1.6.0.beta1" build: context: . app-jdk6: - image: "quay.io/epicmorg/crucible:1.6.0.beta1-jdk6" + image: "epicmorg/crucible:1.6.0.beta1-jdk6" build: context: . 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 fe55e58ce..0e35f9754 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.0.beta2/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.0.beta2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/crucible-temp && \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.0.beta2/docker-compose.yml b/linux/ecosystem/atlassian/crucible/1/1.6.0.beta2/docker-compose.yml index 8efdc053a..8f27a3a02 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.0.beta2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crucible/1/1.6.0.beta2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crucible:1.6.0.beta2" + image: "epicmorg/crucible:1.6.0.beta2" build: context: . app-jdk6: - image: "quay.io/epicmorg/crucible:1.6.0.beta2-jdk6" + image: "epicmorg/crucible:1.6.0.beta2-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.0/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.0/Dockerfile index 1dd5d870f..64198e69b 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/crucible-temp && \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.0/docker-compose.yml b/linux/ecosystem/atlassian/crucible/1/1.6.0/docker-compose.yml index 2cf31aab5..3ce8f5072 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/crucible/1/1.6.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crucible:1.6.0" + image: "epicmorg/crucible:1.6.0" build: context: . app-jdk6: - image: "quay.io/epicmorg/crucible:1.6.0-jdk6" + image: "epicmorg/crucible:1.6.0-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.1/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.1/Dockerfile index 1e3243751..56d1cce5c 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/crucible-temp && \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.1/docker-compose.yml b/linux/ecosystem/atlassian/crucible/1/1.6.1/docker-compose.yml index 77010029c..4ceeba096 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/crucible/1/1.6.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crucible:1.6.1" + image: "epicmorg/crucible:1.6.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/crucible:1.6.1-jdk6" + image: "epicmorg/crucible:1.6.1-jdk6" build: context: . 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 cf1e877ee..9fb404af1 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/crucible-temp && \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.2.1/docker-compose.yml b/linux/ecosystem/atlassian/crucible/1/1.6.2.1/docker-compose.yml index e7b86ba72..276bde692 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.2.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/crucible/1/1.6.2.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crucible:1.6.2.1" + image: "epicmorg/crucible:1.6.2.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/crucible:1.6.2.1-jdk6" + image: "epicmorg/crucible:1.6.2.1-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.2/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.2/Dockerfile index 31f037f8e..f4296afc6 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/crucible-temp && \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.2/docker-compose.yml b/linux/ecosystem/atlassian/crucible/1/1.6.2/docker-compose.yml index a4b919ba4..192fb7d1c 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crucible/1/1.6.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crucible:1.6.2" + image: "epicmorg/crucible:1.6.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/crucible:1.6.2-jdk6" + image: "epicmorg/crucible:1.6.2-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.3/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.3/Dockerfile index 63c1c5137..65ca6f21c 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/crucible-temp && \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.3/docker-compose.yml b/linux/ecosystem/atlassian/crucible/1/1.6.3/docker-compose.yml index e37504722..d23430568 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/crucible/1/1.6.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crucible:1.6.3" + image: "epicmorg/crucible:1.6.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/crucible:1.6.3-jdk6" + image: "epicmorg/crucible:1.6.3-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.4/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.4/Dockerfile index 5268a913f..1cdf65de2 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/crucible-temp && \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.4/docker-compose.yml b/linux/ecosystem/atlassian/crucible/1/1.6.4/docker-compose.yml index d4a136e01..5cccc4221 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/crucible/1/1.6.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crucible:1.6.4" + image: "epicmorg/crucible:1.6.4" build: context: . app-jdk6: - image: "quay.io/epicmorg/crucible:1.6.4-jdk6" + image: "epicmorg/crucible:1.6.4-jdk6" build: context: . 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 4abed6317..a3766852d 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.5.a/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.5.a/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/crucible-temp && \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.5.a/docker-compose.yml b/linux/ecosystem/atlassian/crucible/1/1.6.5.a/docker-compose.yml index ff0df838c..77fc19993 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.5.a/docker-compose.yml +++ b/linux/ecosystem/atlassian/crucible/1/1.6.5.a/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crucible:1.6.5.a" + image: "epicmorg/crucible:1.6.5.a" build: context: . app-jdk6: - image: "quay.io/epicmorg/crucible:1.6.5.a-jdk6" + image: "epicmorg/crucible:1.6.5.a-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.5/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.5/Dockerfile index 1b0cd55c3..00312943d 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.5/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/crucible-temp && \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.5/docker-compose.yml b/linux/ecosystem/atlassian/crucible/1/1.6.5/docker-compose.yml index b5cf5f01b..00f65fda6 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/crucible/1/1.6.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crucible:1.6.5" + image: "epicmorg/crucible:1.6.5" build: context: . app-jdk6: - image: "quay.io/epicmorg/crucible:1.6.5-jdk6" + image: "epicmorg/crucible:1.6.5-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.5a/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.5a/Dockerfile index cc8fe9da5..095df1efb 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.5a/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.5a/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/crucible-temp && \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.5a/docker-compose.yml b/linux/ecosystem/atlassian/crucible/1/1.6.5a/docker-compose.yml index 4dd18ddb3..e8c173a4a 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.5a/docker-compose.yml +++ b/linux/ecosystem/atlassian/crucible/1/1.6.5a/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crucible:1.6.5a" + image: "epicmorg/crucible:1.6.5a" build: context: . app-jdk6: - image: "quay.io/epicmorg/crucible:1.6.5a-jdk6" + image: "epicmorg/crucible:1.6.5a-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.6/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.6/Dockerfile index 321ab7dba..d033539e4 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.6/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crucible Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/crucible-temp && \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.6/docker-compose.yml b/linux/ecosystem/atlassian/crucible/1/1.6.6/docker-compose.yml index 0dec69b05..6c1ce5358 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/crucible/1/1.6.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/crucible:1.6.6" + image: "epicmorg/crucible:1.6.6" build: context: . app-jdk6: - image: "quay.io/epicmorg/crucible:1.6.6-jdk6" + image: "epicmorg/crucible:1.6.6-jdk6" build: context: . 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 16df68c8b..fff9129af 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.B3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.B3/docker-compose.yml index 3af75295f..23129c4e0 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.B3/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.B3/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.0.0.B3" + image: "epicmorg/fisheye-crucible:2.0.0.B3" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.0.0.B3-jdk6" + image: "epicmorg/fisheye-crucible:2.0.0.B3-jdk6" build: context: . 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 d09c469ec..11e251687 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC1/docker-compose.yml index d4396418d..75d99961d 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC1/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.0.0.RC1" + image: "epicmorg/fisheye-crucible:2.0.0.RC1" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.0.0.RC1-jdk6" + image: "epicmorg/fisheye-crucible:2.0.0.RC1-jdk6" build: context: . 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 88d017963..8d9a6c655 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC2/docker-compose.yml index e8cfee489..0d473eb61 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC2/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC2/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.0.0.RC2" + image: "epicmorg/fisheye-crucible:2.0.0.RC2" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.0.0.RC2-jdk6" + image: "epicmorg/fisheye-crucible:2.0.0.RC2-jdk6" build: context: . 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 f6c183ba6..a1062a3fc 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC3/docker-compose.yml index 3dc822ab7..8a1222e1b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC3/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC3/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.0.0.RC3" + image: "epicmorg/fisheye-crucible:2.0.0.RC3" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.0.0.RC3-jdk6" + image: "epicmorg/fisheye-crucible:2.0.0.RC3-jdk6" build: context: . 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 acf904eac..ae8d9316d 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0/docker-compose.yml index 4e690cc2d..abd61c62d 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.0.0" + image: "epicmorg/fisheye-crucible:2.0.0" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.0.0-jdk6" + image: "epicmorg/fisheye-crucible:2.0.0-jdk6" build: context: . 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 e7a4b9ead..44c723ff8 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.1/docker-compose.yml index e9f00d44f..3c94fece3 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.1/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.0.1" + image: "epicmorg/fisheye-crucible:2.0.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.0.1-jdk6" + image: "epicmorg/fisheye-crucible:2.0.1-jdk6" build: context: . 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 98605eafa..44e3c52e5 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.2/docker-compose.yml index 03bf1d54a..a7fe8f116 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.2/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.0.2" + image: "epicmorg/fisheye-crucible:2.0.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.0.2-jdk6" + image: "epicmorg/fisheye-crucible:2.0.2-jdk6" build: context: . 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 79343327c..ade8d0592 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.3/docker-compose.yml index 05d2f28c5..1f8638976 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.3/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.0.3" + image: "epicmorg/fisheye-crucible:2.0.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.0.3-jdk6" + image: "epicmorg/fisheye-crucible:2.0.3-jdk6" build: context: . 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 7b9179e16..5203b19b9 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.4/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.4/docker-compose.yml index 6408ce979..2dd441f71 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.4/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.0.4" + image: "epicmorg/fisheye-crucible:2.0.4" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.0.4-jdk6" + image: "epicmorg/fisheye-crucible:2.0.4-jdk6" build: context: . 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 cf3e0ea73..fc146c029 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.5/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.5/docker-compose.yml index 106dcf2c4..5620d9b7e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.5/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.0.5" + image: "epicmorg/fisheye-crucible:2.0.5" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.0.5-jdk6" + image: "epicmorg/fisheye-crucible:2.0.5-jdk6" build: context: . 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 999674ddb..0bc9660fe 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.6/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.6/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.6/docker-compose.yml index 4fa980fe8..41d5d656d 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.6/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.0.6" + image: "epicmorg/fisheye-crucible:2.0.6" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.0.6-jdk6" + image: "epicmorg/fisheye-crucible:2.0.6-jdk6" build: context: . 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 c044859c2..037c24f1d 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0.M2cc/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0.M2cc/docker-compose.yml index 95edb0e82..ddbb21fd2 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0.M2cc/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0.M2cc/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.1.0.M2cc" + image: "epicmorg/fisheye-crucible:2.1.0.M2cc" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.1.0.M2cc-jdk6" + image: "epicmorg/fisheye-crucible:2.1.0.M2cc-jdk6" build: context: . 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 0bb247173..f4bb99ea8 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0.RC1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0.RC1/docker-compose.yml index c308622a0..37b1759f7 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0.RC1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0.RC1/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.1.0.RC1" + image: "epicmorg/fisheye-crucible:2.1.0.RC1" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.1.0.RC1-jdk6" + image: "epicmorg/fisheye-crucible:2.1.0.RC1-jdk6" build: context: . 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 fcbdfb403..7291603de 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0/docker-compose.yml index 67df97712..3cf819f10 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.1.0" + image: "epicmorg/fisheye-crucible:2.1.0" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.1.0-jdk6" + image: "epicmorg/fisheye-crucible:2.1.0-jdk6" build: context: . 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 21a37e7c5..8e83c037c 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.1/docker-compose.yml index c54476b92..a7563ffce 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.1/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.1.1" + image: "epicmorg/fisheye-crucible:2.1.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.1.1-jdk6" + image: "epicmorg/fisheye-crucible:2.1.1-jdk6" build: context: . 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 794db7383..20a261299 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.2/docker-compose.yml index 0cced86f0..3c9d19a1c 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.2/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.1.2" + image: "epicmorg/fisheye-crucible:2.1.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.1.2-jdk6" + image: "epicmorg/fisheye-crucible:2.1.2-jdk6" build: context: . 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 c36120761..ddf9c5e57 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.3/docker-compose.yml index 8b7bbcbe8..5aa72d122 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.3/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.1.3" + image: "epicmorg/fisheye-crucible:2.1.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.1.3-jdk6" + image: "epicmorg/fisheye-crucible:2.1.3-jdk6" build: context: . 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 b1227f518..9ac512116 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.4/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.4/docker-compose.yml index 7db5cd3e7..697f9f989 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.4/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.1.4" + image: "epicmorg/fisheye-crucible:2.1.4" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.1.4-jdk6" + image: "epicmorg/fisheye-crucible:2.1.4-jdk6" build: context: . 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 a0b9407d6..765578f57 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 ce93f914b..34112d303 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.0/docker-compose.yml index 617f10392..0942fa9e4 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.0/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.10.0" + image: "epicmorg/fisheye-crucible:2.10.0" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.10.0-jdk6" + image: "epicmorg/fisheye-crucible:2.10.0-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:2.10.0-jdk7" + image: "epicmorg/fisheye-crucible:2.10.0-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 119b42b12..58b0beade 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 49ff8a581..590d1216f 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.1/docker-compose.yml index 6b10f20eb..028a3dd66 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.1/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.10.1" + image: "epicmorg/fisheye-crucible:2.10.1" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.10.1-jdk6" + image: "epicmorg/fisheye-crucible:2.10.1-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:2.10.1-jdk7" + image: "epicmorg/fisheye-crucible:2.10.1-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 d2e53cb60..44c381ce8 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 b937b3138..d8672e8c2 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.2/docker-compose.yml index a397e7cbf..990de04d2 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.2/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.10.2" + image: "epicmorg/fisheye-crucible:2.10.2" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.10.2-jdk6" + image: "epicmorg/fisheye-crucible:2.10.2-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:2.10.2-jdk7" + image: "epicmorg/fisheye-crucible:2.10.2-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 3e046bc19..5acf952ca 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 c49343867..eecdcb97a 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.3/docker-compose.yml index fa237c8d6..ff9141dc5 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.3/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.10.3" + image: "epicmorg/fisheye-crucible:2.10.3" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.10.3-jdk6" + image: "epicmorg/fisheye-crucible:2.10.3-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:2.10.3-jdk7" + image: "epicmorg/fisheye-crucible:2.10.3-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 a8efdedfe..82c60d0e2 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 6e503ee52..4caaf3819 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.4/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.4/docker-compose.yml index ead0b77e0..467dfe231 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.4/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.10.4" + image: "epicmorg/fisheye-crucible:2.10.4" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.10.4-jdk6" + image: "epicmorg/fisheye-crucible:2.10.4-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:2.10.4-jdk7" + image: "epicmorg/fisheye-crucible:2.10.4-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 dc3552752..822f0e854 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 14a802636..827ec3eda 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.5/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.5/docker-compose.yml index f6362c57c..e0b382aaa 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.5/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.10.5" + image: "epicmorg/fisheye-crucible:2.10.5" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.10.5-jdk6" + image: "epicmorg/fisheye-crucible:2.10.5-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:2.10.5-jdk7" + image: "epicmorg/fisheye-crucible:2.10.5-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 0ddec0f7c..1509da4bc 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.6/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 582763a55..d1073bc22 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.6/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.6/docker-compose.yml index fb9f80d5c..5a7dabce6 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.6/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.10.6" + image: "epicmorg/fisheye-crucible:2.10.6" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.10.6-jdk6" + image: "epicmorg/fisheye-crucible:2.10.6-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:2.10.6-jdk7" + image: "epicmorg/fisheye-crucible:2.10.6-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 ace777acf..9e19fc7b3 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.7/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 2cf309242..96e840c2a 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.7/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.7/docker-compose.yml index c83bbeabc..57c8236bc 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.7/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.10.7" + image: "epicmorg/fisheye-crucible:2.10.7" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.10.7-jdk6" + image: "epicmorg/fisheye-crucible:2.10.7-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:2.10.7-jdk7" + image: "epicmorg/fisheye-crucible:2.10.7-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 5ac85fbb8..8139682a2 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.8/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 ce06a22f0..656ba0d70 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.8/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.8/docker-compose.yml index e7ab5cf99..01c831dec 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.8/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.10.8" + image: "epicmorg/fisheye-crucible:2.10.8" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.10.8-jdk6" + image: "epicmorg/fisheye-crucible:2.10.8-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:2.10.8-jdk7" + image: "epicmorg/fisheye-crucible:2.10.8-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 a6a8180c9..4f91b2261 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.0/docker-compose.yml index 99208c083..8ad1a7a35 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.0/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.2.0" + image: "epicmorg/fisheye-crucible:2.2.0" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.2.0-jdk6" + image: "epicmorg/fisheye-crucible:2.2.0-jdk6" build: context: . 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 2eb3e0bbe..75ca8639b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.1/docker-compose.yml index 01ede799d..522d4e2e0 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.1/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.2.1" + image: "epicmorg/fisheye-crucible:2.2.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.2.1-jdk6" + image: "epicmorg/fisheye-crucible:2.2.1-jdk6" build: context: . 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 9de63083b..2148c30bc 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.3/docker-compose.yml index a54c4e2b2..c78f44419 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.3/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.2.3" + image: "epicmorg/fisheye-crucible:2.2.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.2.3-jdk6" + image: "epicmorg/fisheye-crucible:2.2.3-jdk6" build: context: . 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 174758fb8..c8daa9696 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.0/docker-compose.yml index d92d38861..b741e29b9 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.0/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.3.0" + image: "epicmorg/fisheye-crucible:2.3.0" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.3.0-jdk6" + image: "epicmorg/fisheye-crucible:2.3.0-jdk6" build: context: . 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 af3a8c7af..63982e0e7 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.1/docker-compose.yml index 4eb4960c0..f332073ef 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.1/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.3.1" + image: "epicmorg/fisheye-crucible:2.3.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.3.1-jdk6" + image: "epicmorg/fisheye-crucible:2.3.1-jdk6" build: context: . 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 12591b0a3..afa542247 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.2/docker-compose.yml index 9c33e70be..c9d93ab2b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.2/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.3.2" + image: "epicmorg/fisheye-crucible:2.3.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.3.2-jdk6" + image: "epicmorg/fisheye-crucible:2.3.2-jdk6" build: context: . 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 dd8957a7b..854846f27 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.3/docker-compose.yml index a9d7ef422..70b8d5a52 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.3/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.3.3" + image: "epicmorg/fisheye-crucible:2.3.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.3.3-jdk6" + image: "epicmorg/fisheye-crucible:2.3.3-jdk6" build: context: . 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 4da9b0eda..9cceb258b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.4/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.4/docker-compose.yml index b9704d30f..68ee2ff8b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.4/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.3.4" + image: "epicmorg/fisheye-crucible:2.3.4" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.3.4-jdk6" + image: "epicmorg/fisheye-crucible:2.3.4-jdk6" build: context: . 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 c6a092cc5..66e56aaa4 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.5/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.5/docker-compose.yml index 1743bf5c6..71e4e9e10 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.5/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.3.5" + image: "epicmorg/fisheye-crucible:2.3.5" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.3.5-jdk6" + image: "epicmorg/fisheye-crucible:2.3.5-jdk6" build: context: . 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 3f1ca8c26..5cc186774 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.6/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.6/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.6/docker-compose.yml index 1907e7650..b6087f3c4 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.6/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.3.6" + image: "epicmorg/fisheye-crucible:2.3.6" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.3.6-jdk6" + image: "epicmorg/fisheye-crucible:2.3.6-jdk6" build: context: . 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 b71ac3d5d..af2f6a64f 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.7/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.7/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.7/docker-compose.yml index 7b4a0e63f..2fb8b860b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.7/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.3.7" + image: "epicmorg/fisheye-crucible:2.3.7" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.3.7-jdk6" + image: "epicmorg/fisheye-crucible:2.3.7-jdk6" build: context: . 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 02a7b120f..c2e9faf2f 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.8/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.8/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.8/docker-compose.yml index 5747a18ef..b1bea8e0e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.8/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.3.8" + image: "epicmorg/fisheye-crucible:2.3.8" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.3.8-jdk6" + image: "epicmorg/fisheye-crucible:2.3.8-jdk6" build: context: . 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 01e95abf2..0fc63424f 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.0/docker-compose.yml index bfa09582e..f61ca0d2d 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.0/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.4.0" + image: "epicmorg/fisheye-crucible:2.4.0" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.4.0-jdk6" + image: "epicmorg/fisheye-crucible:2.4.0-jdk6" build: context: . 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 a96e849db..a7e3c897f 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.1/docker-compose.yml index 0d3641b05..420fcd020 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.1/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.4.1" + image: "epicmorg/fisheye-crucible:2.4.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.4.1-jdk6" + image: "epicmorg/fisheye-crucible:2.4.1-jdk6" build: context: . 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 cf95f3ed2..e0fc0b318 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.2/docker-compose.yml index feae310c2..d3cf9647b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.2/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.4.2" + image: "epicmorg/fisheye-crucible:2.4.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.4.2-jdk6" + image: "epicmorg/fisheye-crucible:2.4.2-jdk6" build: context: . 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 6df119ee2..80e0806dc 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.3/docker-compose.yml index bf1c53945..1ab8f2289 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.3/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.4.3" + image: "epicmorg/fisheye-crucible:2.4.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.4.3-jdk6" + image: "epicmorg/fisheye-crucible:2.4.3-jdk6" build: context: . 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 283f45c89..279bd5b6c 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.4/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.4/docker-compose.yml index ff492e164..0c1cf7e2f 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.4/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.4.4" + image: "epicmorg/fisheye-crucible:2.4.4" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.4.4-jdk6" + image: "epicmorg/fisheye-crucible:2.4.4-jdk6" build: context: . 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 183dd9e97..4857e1c63 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.5/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.5/docker-compose.yml index 97fbbc37c..cc502a32e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.5/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.4.5" + image: "epicmorg/fisheye-crucible:2.4.5" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.4.5-jdk6" + image: "epicmorg/fisheye-crucible:2.4.5-jdk6" build: context: . 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 5e55aaa1c..e53c33b03 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.6/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.6/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.6/docker-compose.yml index c0a9ed300..a906c8397 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.6/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.4.6" + image: "epicmorg/fisheye-crucible:2.4.6" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.4.6-jdk6" + image: "epicmorg/fisheye-crucible:2.4.6-jdk6" build: context: . 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 629a5e217..9459b67d6 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.0/docker-compose.yml index 180ee1ef1..cdf98c2c0 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.0/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.5.0" + image: "epicmorg/fisheye-crucible:2.5.0" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.5.0-jdk6" + image: "epicmorg/fisheye-crucible:2.5.0-jdk6" build: context: . 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 7946baf63..fd019d378 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.1/docker-compose.yml index 24fc03fe8..fba0223e1 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.1/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.5.1" + image: "epicmorg/fisheye-crucible:2.5.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.5.1-jdk6" + image: "epicmorg/fisheye-crucible:2.5.1-jdk6" build: context: . 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 716809490..0d653a9f3 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.2/docker-compose.yml index ea67db24b..40a7ddfa8 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.2/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.5.2" + image: "epicmorg/fisheye-crucible:2.5.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.5.2-jdk6" + image: "epicmorg/fisheye-crucible:2.5.2-jdk6" build: context: . 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 0e03b95a0..cd93dc843 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.3/docker-compose.yml index a4a82f9c0..c761dc328 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.3/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.5.3" + image: "epicmorg/fisheye-crucible:2.5.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.5.3-jdk6" + image: "epicmorg/fisheye-crucible:2.5.3-jdk6" build: context: . 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 dd6975995..d79fe8c1d 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.4/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.4/docker-compose.yml index 2046f6474..0fd34928f 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.4/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.5.4" + image: "epicmorg/fisheye-crucible:2.5.4" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.5.4-jdk6" + image: "epicmorg/fisheye-crucible:2.5.4-jdk6" build: context: . 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 b4b1c4e86..62b3d4447 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.5/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.5/docker-compose.yml index 4f33c0f90..13b087088 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.5/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.5.5" + image: "epicmorg/fisheye-crucible:2.5.5" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.5.5-jdk6" + image: "epicmorg/fisheye-crucible:2.5.5-jdk6" build: context: . 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 677eee1a8..2b1068148 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.6/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.6/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.6/docker-compose.yml index b8bc1e16f..eb6e5b4ba 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.6/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.5.6" + image: "epicmorg/fisheye-crucible:2.5.6" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.5.6-jdk6" + image: "epicmorg/fisheye-crucible:2.5.6-jdk6" build: context: . 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 f380db379..47cf3ed61 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.7/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.7/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.7/docker-compose.yml index 1e80ecb7c..b0382fd6c 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.7/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.5.7" + image: "epicmorg/fisheye-crucible:2.5.7" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.5.7-jdk6" + image: "epicmorg/fisheye-crucible:2.5.7-jdk6" build: context: . 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 b0b3009a6..fb7e231ae 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.8/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.8/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.8/docker-compose.yml index 1c8a91bb7..a9e7494a3 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.8/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.5.8" + image: "epicmorg/fisheye-crucible:2.5.8" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.5.8-jdk6" + image: "epicmorg/fisheye-crucible:2.5.8-jdk6" build: context: . 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 661ae4b7b..2e7f0f658 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.9/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.9/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.9/docker-compose.yml index 79a8433a4..50310840d 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.9/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.5.9" + image: "epicmorg/fisheye-crucible:2.5.9" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.5.9-jdk6" + image: "epicmorg/fisheye-crucible:2.5.9-jdk6" build: context: . 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 a73d48315..ec0e76537 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.0/docker-compose.yml index 6989863d0..8a2a3d4c0 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.0/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.6.0" + image: "epicmorg/fisheye-crucible:2.6.0" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.6.0-jdk6" + image: "epicmorg/fisheye-crucible:2.6.0-jdk6" build: context: . 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 5c9f53a55..55353cbc5 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.1/docker-compose.yml index 0c2d231ae..a35f7f4e0 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.1/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.6.1" + image: "epicmorg/fisheye-crucible:2.6.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.6.1-jdk6" + image: "epicmorg/fisheye-crucible:2.6.1-jdk6" build: context: . 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 6c1b5c703..e7dca5746 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.2/docker-compose.yml index cb1c75fda..d4e869348 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.2/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.6.2" + image: "epicmorg/fisheye-crucible:2.6.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.6.2-jdk6" + image: "epicmorg/fisheye-crucible:2.6.2-jdk6" build: context: . 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 f83395f86..fa55aaa25 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.3/docker-compose.yml index 9806d6d32..3d0de017a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.3/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.6.3" + image: "epicmorg/fisheye-crucible:2.6.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.6.3-jdk6" + image: "epicmorg/fisheye-crucible:2.6.3-jdk6" build: context: . 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 86aa32122..23c55ef70 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.4/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.4/docker-compose.yml index c91551bd1..8380bcde9 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.4/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.6.4" + image: "epicmorg/fisheye-crucible:2.6.4" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.6.4-jdk6" + image: "epicmorg/fisheye-crucible:2.6.4-jdk6" build: context: . 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 08a08ae36..51b5e09a8 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.5/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.5/docker-compose.yml index 83c360955..f4402277a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.5/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.6.5" + image: "epicmorg/fisheye-crucible:2.6.5" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.6.5-jdk6" + image: "epicmorg/fisheye-crucible:2.6.5-jdk6" build: context: . 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 a4a3e6644..992ad69c6 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.6/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.6/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.6/docker-compose.yml index 6045364b5..75dfd8da8 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.6/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.6.6" + image: "epicmorg/fisheye-crucible:2.6.6" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.6.6-jdk6" + image: "epicmorg/fisheye-crucible:2.6.6-jdk6" build: context: . 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 bf20886a1..a0fde20dd 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.7/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.7/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.7/docker-compose.yml index 7d12c12bc..36ae32bbb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.7/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.6.7" + image: "epicmorg/fisheye-crucible:2.6.7" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.6.7-jdk6" + image: "epicmorg/fisheye-crucible:2.6.7-jdk6" build: context: . 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 6ead52c46..f3485cf4b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.8/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.8/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.8/docker-compose.yml index c4b50fe3e..f3b3cf49c 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.8/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.6.8" + image: "epicmorg/fisheye-crucible:2.6.8" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.6.8-jdk6" + image: "epicmorg/fisheye-crucible:2.6.8-jdk6" build: context: . 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 0fbac4ef1..7665e0108 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.9/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.9/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.9/docker-compose.yml index 1d6ed58a6..d540122bc 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.9/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.6.9" + image: "epicmorg/fisheye-crucible:2.6.9" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.6.9-jdk6" + image: "epicmorg/fisheye-crucible:2.6.9-jdk6" build: context: . 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 eb81246db..56fbfa657 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 44365158d..04382c195 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-1/docker-compose.yml index 7b143ca1b..6d5cb39e0 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-1/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.7.0-EAP-1" + image: "epicmorg/fisheye-crucible:2.7.0-EAP-1" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.7.0-EAP-1-jdk6" + image: "epicmorg/fisheye-crucible:2.7.0-EAP-1-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:2.7.0-EAP-1-jdk7" + image: "epicmorg/fisheye-crucible:2.7.0-EAP-1-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 046956cc0..07606f39c 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 16ffebd62..72ae7469a 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-2/docker-compose.yml index d0841d292..183bac806 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-2/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-2/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.7.0-EAP-2" + image: "epicmorg/fisheye-crucible:2.7.0-EAP-2" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.7.0-EAP-2-jdk6" + image: "epicmorg/fisheye-crucible:2.7.0-EAP-2-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:2.7.0-EAP-2-jdk7" + image: "epicmorg/fisheye-crucible:2.7.0-EAP-2-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 2e49b60c9..3b58513c8 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 1c48c1168..fa1b44eda 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0/docker-compose.yml index 9bb8a0889..48730fce6 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.7.0" + image: "epicmorg/fisheye-crucible:2.7.0" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.7.0-jdk6" + image: "epicmorg/fisheye-crucible:2.7.0-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:2.7.0-jdk7" + image: "epicmorg/fisheye-crucible:2.7.0-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 49bb0b218..73910cd9d 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 51b71d1b3..38afbae23 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.1/docker-compose.yml index 95625cbf6..8d6794120 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.1/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.7.1" + image: "epicmorg/fisheye-crucible:2.7.1" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.7.1-jdk6" + image: "epicmorg/fisheye-crucible:2.7.1-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:2.7.1-jdk7" + image: "epicmorg/fisheye-crucible:2.7.1-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 e12830ff2..c849b0785 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.10/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 8b57c352c..7166028a6 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.10/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.10/docker-compose.yml index 343f4ccd7..cdc3c6efe 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.10/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.10/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.7.10" + image: "epicmorg/fisheye-crucible:2.7.10" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.7.10-jdk6" + image: "epicmorg/fisheye-crucible:2.7.10-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:2.7.10-jdk7" + image: "epicmorg/fisheye-crucible:2.7.10-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 86d6989f6..f12287a65 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.11/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 545df38ea..ae0e369d8 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.11/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.11/docker-compose.yml index 08016bca4..a7e5e56ba 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.11/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.11/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.7.11" + image: "epicmorg/fisheye-crucible:2.7.11" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.7.11-jdk6" + image: "epicmorg/fisheye-crucible:2.7.11-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:2.7.11-jdk7" + image: "epicmorg/fisheye-crucible:2.7.11-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 cf814ab19..6ee008786 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.12/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 f205f03df..e3b9a0c77 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.12/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.12/docker-compose.yml index 858ebffdd..1822b9981 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.12/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.12/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.7.12" + image: "epicmorg/fisheye-crucible:2.7.12" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.7.12-jdk6" + image: "epicmorg/fisheye-crucible:2.7.12-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:2.7.12-jdk7" + image: "epicmorg/fisheye-crucible:2.7.12-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 3afcda1d4..67ed1f4df 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.13/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 24d94aedc..dc31c1015 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.13/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.13/docker-compose.yml index b773191b9..2d95124d6 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.13/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.13/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.7.13" + image: "epicmorg/fisheye-crucible:2.7.13" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.7.13-jdk6" + image: "epicmorg/fisheye-crucible:2.7.13-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:2.7.13-jdk7" + image: "epicmorg/fisheye-crucible:2.7.13-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 7356b0862..c20d5e23c 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.14/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.14/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 4a30ca56d..cf2de7f3d 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.14/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.14/docker-compose.yml index e1c462e4b..04c59b06e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.14/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.14/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.7.14" + image: "epicmorg/fisheye-crucible:2.7.14" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.7.14-jdk6" + image: "epicmorg/fisheye-crucible:2.7.14-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:2.7.14-jdk7" + image: "epicmorg/fisheye-crucible:2.7.14-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 ad2efccea..f818cec8f 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.15/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.15/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 f779aecda..36f1d35ca 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.15/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.15/docker-compose.yml index f1a20998f..d4e4c3ce7 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.15/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.15/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.7.15" + image: "epicmorg/fisheye-crucible:2.7.15" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.7.15-jdk6" + image: "epicmorg/fisheye-crucible:2.7.15-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:2.7.15-jdk7" + image: "epicmorg/fisheye-crucible:2.7.15-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 5bb6d1377..38e213459 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 16119b82c..5ce5567d2 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.2/docker-compose.yml index 50207b23b..2ff84f9f2 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.2/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.7.2" + image: "epicmorg/fisheye-crucible:2.7.2" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.7.2-jdk6" + image: "epicmorg/fisheye-crucible:2.7.2-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:2.7.2-jdk7" + image: "epicmorg/fisheye-crucible:2.7.2-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 d03ee236c..28e945c30 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 baa455dda..ef006e402 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.3/docker-compose.yml index ec4f6bae1..694e9bd0b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.3/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.7.3" + image: "epicmorg/fisheye-crucible:2.7.3" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.7.3-jdk6" + image: "epicmorg/fisheye-crucible:2.7.3-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:2.7.3-jdk7" + image: "epicmorg/fisheye-crucible:2.7.3-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 7c46275d2..bafb73c54 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 70421c7fa..7b7f590fc 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.4/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.4/docker-compose.yml index e47dc944f..16d9b4aa4 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.4/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.7.4" + image: "epicmorg/fisheye-crucible:2.7.4" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.7.4-jdk6" + image: "epicmorg/fisheye-crucible:2.7.4-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:2.7.4-jdk7" + image: "epicmorg/fisheye-crucible:2.7.4-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 d25e05c20..acaaee3b8 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 b9e916788..f8767257c 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.5/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.5/docker-compose.yml index 43c560ae3..94009b459 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.5/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.7.5" + image: "epicmorg/fisheye-crucible:2.7.5" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.7.5-jdk6" + image: "epicmorg/fisheye-crucible:2.7.5-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:2.7.5-jdk7" + image: "epicmorg/fisheye-crucible:2.7.5-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 40cc148ee..c222884ef 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.6/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 dac55475d..094f635d3 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.6/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.6/docker-compose.yml index e32e73fa5..f03989273 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.6/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.7.6" + image: "epicmorg/fisheye-crucible:2.7.6" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.7.6-jdk6" + image: "epicmorg/fisheye-crucible:2.7.6-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:2.7.6-jdk7" + image: "epicmorg/fisheye-crucible:2.7.6-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 fe4637fda..c51fa7a80 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.7/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 94a4543e5..0eaec0c8f 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.7/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.7/docker-compose.yml index 947144185..490002c29 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.7/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.7.7" + image: "epicmorg/fisheye-crucible:2.7.7" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.7.7-jdk6" + image: "epicmorg/fisheye-crucible:2.7.7-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:2.7.7-jdk7" + image: "epicmorg/fisheye-crucible:2.7.7-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 6c8f316e5..350439980 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.8/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 9b986d66b..6bdee7bf4 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.8/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.8/docker-compose.yml index 39474f9cc..5af8c69e4 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.8/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.7.8" + image: "epicmorg/fisheye-crucible:2.7.8" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.7.8-jdk6" + image: "epicmorg/fisheye-crucible:2.7.8-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:2.7.8-jdk7" + image: "epicmorg/fisheye-crucible:2.7.8-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 2901b933e..5adbf4cb5 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.9/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 675c5adab..d263a79ff 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.9/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.9/docker-compose.yml index f6fbc66ed..0c32f1849 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.9/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.7.9" + image: "epicmorg/fisheye-crucible:2.7.9" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.7.9-jdk6" + image: "epicmorg/fisheye-crucible:2.7.9-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:2.7.9-jdk7" + image: "epicmorg/fisheye-crucible:2.7.9-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 90b63b493..a072d968a 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 5aada980d..1f26ca852 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0-m1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0-m1/docker-compose.yml index 51c590c7b..733a0630e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0-m1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0-m1/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.8.0-m1" + image: "epicmorg/fisheye-crucible:2.8.0-m1" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.8.0-m1-jdk6" + image: "epicmorg/fisheye-crucible:2.8.0-m1-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:2.8.0-m1-jdk7" + image: "epicmorg/fisheye-crucible:2.8.0-m1-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 61dbae947..12380bc92 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 38d877935..d76d7d3d0 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0/docker-compose.yml index 8f94d9156..3b403141a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.8.0" + image: "epicmorg/fisheye-crucible:2.8.0" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.8.0-jdk6" + image: "epicmorg/fisheye-crucible:2.8.0-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:2.8.0-jdk7" + image: "epicmorg/fisheye-crucible:2.8.0-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 d964c2ccd..0b57a3761 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 335007022..3cca12adf 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.1/docker-compose.yml index e1b84f64c..a52bbfc08 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.1/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.8.1" + image: "epicmorg/fisheye-crucible:2.8.1" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.8.1-jdk6" + image: "epicmorg/fisheye-crucible:2.8.1-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:2.8.1-jdk7" + image: "epicmorg/fisheye-crucible:2.8.1-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 cb1faa628..5c460a576 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 91fe4398b..a17dfb5cf 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.2/docker-compose.yml index 9c55d5705..07c3d4f02 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.2/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.8.2" + image: "epicmorg/fisheye-crucible:2.8.2" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.8.2-jdk6" + image: "epicmorg/fisheye-crucible:2.8.2-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:2.8.2-jdk7" + image: "epicmorg/fisheye-crucible:2.8.2-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 4a552111f..a88d3ba2a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 5a450dc34..0158ea5e9 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.0/docker-compose.yml index 857a7f90a..17a6d57a7 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.0/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.9.0" + image: "epicmorg/fisheye-crucible:2.9.0" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.9.0-jdk6" + image: "epicmorg/fisheye-crucible:2.9.0-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:2.9.0-jdk7" + image: "epicmorg/fisheye-crucible:2.9.0-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 aeaabffb8..7acce4b79 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 d3b49def9..236a5e235 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.1/docker-compose.yml index 0d635dd71..6c6c348cd 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.1/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.9.1" + image: "epicmorg/fisheye-crucible:2.9.1" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.9.1-jdk6" + image: "epicmorg/fisheye-crucible:2.9.1-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:2.9.1-jdk7" + image: "epicmorg/fisheye-crucible:2.9.1-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 567acce2d..6e86dc3a5 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 6c23e7e10..9c5a34462 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.2/docker-compose.yml index 2b84f07c8..0cd8464e7 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.2/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:2.9.2" + image: "epicmorg/fisheye-crucible:2.9.2" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:2.9.2-jdk6" + image: "epicmorg/fisheye-crucible:2.9.2-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:2.9.2-jdk7" + image: "epicmorg/fisheye-crucible:2.9.2-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 f363dd8e1..4790cb7e6 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 e4f3688d1..b22a719f7 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.0/docker-compose.yml index 2e349a82a..006eb8fb9 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.0/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.0.0" + image: "epicmorg/fisheye-crucible:3.0.0" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:3.0.0-jdk6" + image: "epicmorg/fisheye-crucible:3.0.0-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:3.0.0-jdk7" + image: "epicmorg/fisheye-crucible:3.0.0-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 f5be1659b..7aa991ccc 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 a5c2ae3fa..c2111cb46 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.1/docker-compose.yml index fc5397688..ac25f15dc 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.1/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.0.1" + image: "epicmorg/fisheye-crucible:3.0.1" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:3.0.1-jdk6" + image: "epicmorg/fisheye-crucible:3.0.1-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:3.0.1-jdk7" + image: "epicmorg/fisheye-crucible:3.0.1-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 d701b4c24..a27d1ccca 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 2e89aa04c..eb5e3daf7 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.2/docker-compose.yml index 82704f7fa..87c14274e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.2/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.0.2" + image: "epicmorg/fisheye-crucible:3.0.2" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:3.0.2-jdk6" + image: "epicmorg/fisheye-crucible:3.0.2-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:3.0.2-jdk7" + image: "epicmorg/fisheye-crucible:3.0.2-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 5a4c5618c..18a86fdeb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 06b7a63d8..04a93aac4 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.3/docker-compose.yml index 69c9fd786..afb8435c4 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.3/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.0.3" + image: "epicmorg/fisheye-crucible:3.0.3" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:3.0.3-jdk6" + image: "epicmorg/fisheye-crucible:3.0.3-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:3.0.3-jdk7" + image: "epicmorg/fisheye-crucible:3.0.3-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 9dc28f6e0..4d91fd123 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 4a634b57b..aced48f9b 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.4/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.4/docker-compose.yml index 3a0b95875..1060f68d0 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.4/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.0.4" + image: "epicmorg/fisheye-crucible:3.0.4" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:3.0.4-jdk6" + image: "epicmorg/fisheye-crucible:3.0.4-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:3.0.4-jdk7" + image: "epicmorg/fisheye-crucible:3.0.4-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 b5d19a182..7736826cc 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 66f41a72f..395c5fc69 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.0/docker-compose.yml index 6dbd9b38d..ad6552767 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.0/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.1.0" + image: "epicmorg/fisheye-crucible:3.1.0" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:3.1.0-jdk6" + image: "epicmorg/fisheye-crucible:3.1.0-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:3.1.0-jdk7" + image: "epicmorg/fisheye-crucible:3.1.0-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 72f2a14c4..2378f6a51 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 1c60e7ea3..7bf451ede 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.1/docker-compose.yml index c732fe03f..deab6e4d5 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.1/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.1.1" + image: "epicmorg/fisheye-crucible:3.1.1" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:3.1.1-jdk6" + image: "epicmorg/fisheye-crucible:3.1.1-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:3.1.1-jdk7" + image: "epicmorg/fisheye-crucible:3.1.1-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 3f80ab85a..af36c3dda 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 20b7ce0bc..ebdb84a53 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.2/docker-compose.yml index 1ec5c9412..604782aa0 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.2/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.1.2" + image: "epicmorg/fisheye-crucible:3.1.2" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:3.1.2-jdk6" + image: "epicmorg/fisheye-crucible:3.1.2-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:3.1.2-jdk7" + image: "epicmorg/fisheye-crucible:3.1.2-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 bbcf6a449..212c1d3c7 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 a06eab418..98bc810f4 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.3/docker-compose.yml index 97b65a486..f02fc7cd7 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.3/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.1.3" + image: "epicmorg/fisheye-crucible:3.1.3" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:3.1.3-jdk6" + image: "epicmorg/fisheye-crucible:3.1.3-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:3.1.3-jdk7" + image: "epicmorg/fisheye-crucible:3.1.3-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 055e48967..64dae210b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 57fb59cdd..11d926907 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.4/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.4/docker-compose.yml index 1fdbd512f..62d05296a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.4/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.1.4" + image: "epicmorg/fisheye-crucible:3.1.4" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:3.1.4-jdk6" + image: "epicmorg/fisheye-crucible:3.1.4-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:3.1.4-jdk7" + image: "epicmorg/fisheye-crucible:3.1.4-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 5998a1893..7954b42c8 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 3efb4dc3e..496c2f2d5 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.5/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.5/docker-compose.yml index 74fae1471..71cc66696 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.5/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.1.5" + image: "epicmorg/fisheye-crucible:3.1.5" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:3.1.5-jdk6" + image: "epicmorg/fisheye-crucible:3.1.5-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:3.1.5-jdk7" + image: "epicmorg/fisheye-crucible:3.1.5-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 252d44544..37682aa7e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.6/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 49aa15872..c6b556f49 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.6/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.6/docker-compose.yml index 95279e9de..64ddf07eb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.6/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.1.6" + image: "epicmorg/fisheye-crucible:3.1.6" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:3.1.6-jdk6" + image: "epicmorg/fisheye-crucible:3.1.6-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:3.1.6-jdk7" + image: "epicmorg/fisheye-crucible:3.1.6-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 b32c27b8a..70d7d8079 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.7/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 f787fd836..40480d0fe 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.7/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.7/docker-compose.yml index 18899cb94..eeba4d600 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.7/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.1.7" + image: "epicmorg/fisheye-crucible:3.1.7" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:3.1.7-jdk6" + image: "epicmorg/fisheye-crucible:3.1.7-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:3.1.7-jdk7" + image: "epicmorg/fisheye-crucible:3.1.7-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 9e63b3279..6cf84237a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.1/docker-compose.yml index 44d522628..498ec1390 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.10.1" + image: "epicmorg/fisheye-crucible:3.10.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:3.10.1-jdk8" + image: "epicmorg/fisheye-crucible:3.10.1-jdk8" build: context: . 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 acae61688..b312abea4 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.2/docker-compose.yml index 5e4d1fbf4..b461cc29b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.10.2" + image: "epicmorg/fisheye-crucible:3.10.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:3.10.2-jdk8" + image: "epicmorg/fisheye-crucible:3.10.2-jdk8" build: context: . 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 17b91faa4..0aeff8808 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.3/docker-compose.yml index 29b7dc412..be579cc6f 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.10.3" + image: "epicmorg/fisheye-crucible:3.10.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:3.10.3-jdk8" + image: "epicmorg/fisheye-crucible:3.10.3-jdk8" build: context: . 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 531a55357..21413a51d 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.4/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.4/docker-compose.yml index 13ded2eaf..26b3fb37e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.10.4" + image: "epicmorg/fisheye-crucible:3.10.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:3.10.4-jdk8" + image: "epicmorg/fisheye-crucible:3.10.4-jdk8" build: context: . 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 4a880c56e..2334659c4 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 49796d5f1..eec1b45b8 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.0/docker-compose.yml index 57c648764..6d731fec0 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.0/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.2.0" + image: "epicmorg/fisheye-crucible:3.2.0" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:3.2.0-jdk6" + image: "epicmorg/fisheye-crucible:3.2.0-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:3.2.0-jdk7" + image: "epicmorg/fisheye-crucible:3.2.0-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 2ebc7b99d..81c628c81 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 5d5679f89..e85f9950f 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.1/docker-compose.yml index 269782af2..d3b5d1533 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.1/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.2.1" + image: "epicmorg/fisheye-crucible:3.2.1" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:3.2.1-jdk6" + image: "epicmorg/fisheye-crucible:3.2.1-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:3.2.1-jdk7" + image: "epicmorg/fisheye-crucible:3.2.1-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 38330a232..93870f075 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 f4aceeb10..a90c5bea5 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.2/docker-compose.yml index 028f67592..6909868a1 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.2/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.2.2" + image: "epicmorg/fisheye-crucible:3.2.2" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:3.2.2-jdk6" + image: "epicmorg/fisheye-crucible:3.2.2-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:3.2.2-jdk7" + image: "epicmorg/fisheye-crucible:3.2.2-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 bea35e939..a154f378a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 6641dd4cc..cb8f5ccb8 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.3/docker-compose.yml index e4222234d..3bcb60c76 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.3/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.2.3" + image: "epicmorg/fisheye-crucible:3.2.3" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:3.2.3-jdk6" + image: "epicmorg/fisheye-crucible:3.2.3-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:3.2.3-jdk7" + image: "epicmorg/fisheye-crucible:3.2.3-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 5e5a58358..f9c87d045 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 9feefdc14..d2b7c20cc 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.4/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.4/docker-compose.yml index a870be2e3..48f545a53 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.4/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.2.4" + image: "epicmorg/fisheye-crucible:3.2.4" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:3.2.4-jdk6" + image: "epicmorg/fisheye-crucible:3.2.4-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:3.2.4-jdk7" + image: "epicmorg/fisheye-crucible:3.2.4-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 e4324903c..436a1fea6 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 e11c0c572..14b2e63bb 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.5/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.5/docker-compose.yml index f6e672402..35f39f6b2 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.5/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.2.5" + image: "epicmorg/fisheye-crucible:3.2.5" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:3.2.5-jdk6" + image: "epicmorg/fisheye-crucible:3.2.5-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:3.2.5-jdk7" + image: "epicmorg/fisheye-crucible:3.2.5-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 aac769e2c..4183939b4 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 89c6120e3..f5406db1d 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.0/docker-compose.yml index 8aade38e8..a9bbd8b09 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.0/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.3.0" + image: "epicmorg/fisheye-crucible:3.3.0" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:3.3.0-jdk6" + image: "epicmorg/fisheye-crucible:3.3.0-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:3.3.0-jdk7" + image: "epicmorg/fisheye-crucible:3.3.0-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 51c006581..96acd09d2 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 0aa13d327..962fc4ba1 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.1/docker-compose.yml index 8d35f926c..f36dd8907 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.1/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.3.1" + image: "epicmorg/fisheye-crucible:3.3.1" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:3.3.1-jdk6" + image: "epicmorg/fisheye-crucible:3.3.1-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:3.3.1-jdk7" + image: "epicmorg/fisheye-crucible:3.3.1-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 6e2dddb0f..25b0a79d8 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 3df1fcd69..09a5c8ef7 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.2/docker-compose.yml index f093e72e0..4afa2ad5c 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.2/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.3.2" + image: "epicmorg/fisheye-crucible:3.3.2" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:3.3.2-jdk6" + image: "epicmorg/fisheye-crucible:3.3.2-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:3.3.2-jdk7" + image: "epicmorg/fisheye-crucible:3.3.2-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 f36ba3043..f34ac23c4 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 f22c4405f..d6771bf2e 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.3/docker-compose.yml index 028e4d380..3e3f2cadd 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.3/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.3.3" + image: "epicmorg/fisheye-crucible:3.3.3" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:3.3.3-jdk6" + image: "epicmorg/fisheye-crucible:3.3.3-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:3.3.3-jdk7" + image: "epicmorg/fisheye-crucible:3.3.3-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 9e8e2a52d..4b291dce3 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 35577760c..15f6e772d 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.4/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.4/docker-compose.yml index d135fba93..ac813518e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.4/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.3.4" + image: "epicmorg/fisheye-crucible:3.3.4" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:3.3.4-jdk6" + image: "epicmorg/fisheye-crucible:3.3.4-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:3.3.4-jdk7" + image: "epicmorg/fisheye-crucible:3.3.4-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 f79d811a2..660d1736f 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 8a4a4d93e..7eb497944 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.0/docker-compose.yml index b9a9f7f52..3d9f13243 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.0/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.4.0" + image: "epicmorg/fisheye-crucible:3.4.0" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:3.4.0-jdk6" + image: "epicmorg/fisheye-crucible:3.4.0-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:3.4.0-jdk7" + image: "epicmorg/fisheye-crucible:3.4.0-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 f564ed293..3513d0ba4 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 37a170ac6..866d79597 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.3/docker-compose.yml index c1d60689e..a230cad5b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.3/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.4.3" + image: "epicmorg/fisheye-crucible:3.4.3" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:3.4.3-jdk6" + image: "epicmorg/fisheye-crucible:3.4.3-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:3.4.3-jdk7" + image: "epicmorg/fisheye-crucible:3.4.3-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 5c27db9c8..891c21f70 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 c0eb7697d..6ce653b24 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.4/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.4/docker-compose.yml index 3485dceba..a0aca6ff8 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.4/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.4.4" + image: "epicmorg/fisheye-crucible:3.4.4" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:3.4.4-jdk6" + image: "epicmorg/fisheye-crucible:3.4.4-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:3.4.4-jdk7" + image: "epicmorg/fisheye-crucible:3.4.4-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 8fd1bcdd1..2a8e05372 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 5e575cffe..88a3473d4 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.5/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.5/docker-compose.yml index bfc02a256..033db0082 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.5/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.4.5" + image: "epicmorg/fisheye-crucible:3.4.5" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:3.4.5-jdk6" + image: "epicmorg/fisheye-crucible:3.4.5-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:3.4.5-jdk7" + image: "epicmorg/fisheye-crucible:3.4.5-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 f928251b7..ce8c60a85 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.6/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 76c1583a1..be5a159f7 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.6/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.6/docker-compose.yml index f09966e22..453034401 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.6/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.4.6" + image: "epicmorg/fisheye-crucible:3.4.6" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:3.4.6-jdk6" + image: "epicmorg/fisheye-crucible:3.4.6-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:3.4.6-jdk7" + image: "epicmorg/fisheye-crucible:3.4.6-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 740a56cf4..555ed2086 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.7/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ 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 ab19960dd..b300899f4 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.7/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.7/docker-compose.yml index 1ed3df12d..30a0f6bae 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.7/docker-compose.yml @@ -1,15 +1,15 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.4.7" + image: "epicmorg/fisheye-crucible:3.4.7" build: context: . dockerfile: Dockerfile.jdk7 app-jdk6: - image: "quay.io/epicmorg/fisheye-crucible:3.4.7-jdk6" + image: "epicmorg/fisheye-crucible:3.4.7-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/fisheye-crucible:3.4.7-jdk7" + image: "epicmorg/fisheye-crucible:3.4.7-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 d9ca029f8..07b0dffd2 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.0/docker-compose.yml index 9df56823e..f487ffeac 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.5.0" + image: "epicmorg/fisheye-crucible:3.5.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:3.5.0-jdk8" + image: "epicmorg/fisheye-crucible:3.5.0-jdk8" build: context: . 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 8edf3605d..e040c9af6 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.1/docker-compose.yml index 9dd0ba495..f1b526c56 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.5.1" + image: "epicmorg/fisheye-crucible:3.5.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:3.5.1-jdk8" + image: "epicmorg/fisheye-crucible:3.5.1-jdk8" build: context: . 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 348501fe6..6497b8139 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.2/docker-compose.yml index 5c1d58f70..3686ca8a1 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.5.2" + image: "epicmorg/fisheye-crucible:3.5.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:3.5.2-jdk8" + image: "epicmorg/fisheye-crucible:3.5.2-jdk8" build: context: . 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 9ca4d0f6d..6ce8482ca 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.3/docker-compose.yml index c730b9416..f10f99737 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.5.3" + image: "epicmorg/fisheye-crucible:3.5.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:3.5.3-jdk8" + image: "epicmorg/fisheye-crucible:3.5.3-jdk8" build: context: . 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 909156317..4c1812a68 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.4/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.4/docker-compose.yml index 6236b800b..2d1838a72 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.5.4" + image: "epicmorg/fisheye-crucible:3.5.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:3.5.4-jdk8" + image: "epicmorg/fisheye-crucible:3.5.4-jdk8" build: context: . 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 ceaa8a132..f285166f8 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.5/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.5/docker-compose.yml index 8eb3cc3eb..c38be2cb8 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.5.5" + image: "epicmorg/fisheye-crucible:3.5.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:3.5.5-jdk8" + image: "epicmorg/fisheye-crucible:3.5.5-jdk8" build: context: . 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 af3afd29e..72074fe5a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.0/docker-compose.yml index 3591ffdb0..de3430c21 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.6.0" + image: "epicmorg/fisheye-crucible:3.6.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:3.6.0-jdk8" + image: "epicmorg/fisheye-crucible:3.6.0-jdk8" build: context: . 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 88ca0d899..f9088481e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.1/docker-compose.yml index a59b56dd5..e937549e2 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.6.1" + image: "epicmorg/fisheye-crucible:3.6.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:3.6.1-jdk8" + image: "epicmorg/fisheye-crucible:3.6.1-jdk8" build: context: . 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 251fa9505..df76c2f2a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.2/docker-compose.yml index 739be69bc..e8dcac72c 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.6.2" + image: "epicmorg/fisheye-crucible:3.6.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:3.6.2-jdk8" + image: "epicmorg/fisheye-crucible:3.6.2-jdk8" build: context: . 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 4fd9f7676..de05531cc 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.3/docker-compose.yml index 040d543d8..194386bbe 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.6.3" + image: "epicmorg/fisheye-crucible:3.6.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:3.6.3-jdk8" + image: "epicmorg/fisheye-crucible:3.6.3-jdk8" build: context: . 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 7b951f536..838a79086 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.4/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.4/docker-compose.yml index 2c4765b9d..03fd1b318 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.6.4" + image: "epicmorg/fisheye-crucible:3.6.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:3.6.4-jdk8" + image: "epicmorg/fisheye-crucible:3.6.4-jdk8" build: context: . 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 bda6d1e80..8ef6c4668 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.7.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.7.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.7.0/docker-compose.yml index af9f61290..3f40e0632 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.7.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.7.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.7.0" + image: "epicmorg/fisheye-crucible:3.7.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:3.7.0-jdk8" + image: "epicmorg/fisheye-crucible:3.7.0-jdk8" build: context: . 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 eb745bf2a..421d6260b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.7.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.7.1/docker-compose.yml index 42efbca1c..724ead4b4 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.7.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.7.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.7.1" + image: "epicmorg/fisheye-crucible:3.7.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:3.7.1-jdk8" + image: "epicmorg/fisheye-crucible:3.7.1-jdk8" build: context: . 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 b6732a220..41f6bbbe0 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.8.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.8.0/docker-compose.yml index ecc428061..d19cec573 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.8.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.8.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.8.0" + image: "epicmorg/fisheye-crucible:3.8.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:3.8.0-jdk8" + image: "epicmorg/fisheye-crucible:3.8.0-jdk8" build: context: . 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 d7fb99e42..f0817b6f0 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.8.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.8.1/docker-compose.yml index 43458e97b..1a0ed71e0 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.8.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.8.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.8.1" + image: "epicmorg/fisheye-crucible:3.8.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:3.8.1-jdk8" + image: "epicmorg/fisheye-crucible:3.8.1-jdk8" build: context: . 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 1ec182854..f7ebfca1f 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.0/docker-compose.yml index c6d395924..a00f04bb3 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.9.0" + image: "epicmorg/fisheye-crucible:3.9.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:3.9.0-jdk8" + image: "epicmorg/fisheye-crucible:3.9.0-jdk8" build: context: . 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 e3e18af81..d27a1149d 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.1/docker-compose.yml index ec3499c94..1b54d57be 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.9.1" + image: "epicmorg/fisheye-crucible:3.9.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:3.9.1-jdk8" + image: "epicmorg/fisheye-crucible:3.9.1-jdk8" build: context: . 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 83c46a432..3cdf75a8f 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.2/docker-compose.yml index 067a1f357..625cc481c 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:3.9.2" + image: "epicmorg/fisheye-crucible:3.9.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:3.9.2-jdk8" + image: "epicmorg/fisheye-crucible:3.9.2-jdk8" build: context: . 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 3a5a99dd3..cc3162b33 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.2/docker-compose.yml index a5efc4ed1..ce56ae6c5 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.0.2" + image: "epicmorg/fisheye-crucible:4.0.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.0.2-jdk8" + image: "epicmorg/fisheye-crucible:4.0.2-jdk8" build: context: . 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 34d9b52cc..e4abfe043 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.3/docker-compose.yml index bf036dd64..662f03e8a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.0.3" + image: "epicmorg/fisheye-crucible:4.0.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.0.3-jdk8" + image: "epicmorg/fisheye-crucible:4.0.3-jdk8" build: context: . 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 5d2d7ec78..807b98b9a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.4/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.4/docker-compose.yml index 667289a39..96ce4b1b0 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.0.4" + image: "epicmorg/fisheye-crucible:4.0.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.0.4-jdk8" + image: "epicmorg/fisheye-crucible:4.0.4-jdk8" build: context: . 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 c4dab66fe..80121d880 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.0/docker-compose.yml index 9c1b04fe8..d9173c18a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.1.0" + image: "epicmorg/fisheye-crucible:4.1.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.1.0-jdk8" + image: "epicmorg/fisheye-crucible:4.1.0-jdk8" build: context: . 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 7bb23a63c..bf1b2824e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.1/docker-compose.yml index 4919683cd..218423b59 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.1.1" + image: "epicmorg/fisheye-crucible:4.1.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.1.1-jdk8" + image: "epicmorg/fisheye-crucible:4.1.1-jdk8" build: context: . 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 5dfc715c4..7e4967c89 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.2/docker-compose.yml index 4be7d642b..f9b5e58fe 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.1.2" + image: "epicmorg/fisheye-crucible:4.1.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.1.2-jdk8" + image: "epicmorg/fisheye-crucible:4.1.2-jdk8" build: context: . 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 625cae434..9a3895400 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.3/docker-compose.yml index 41222fca3..7c488a821 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.1.3" + image: "epicmorg/fisheye-crucible:4.1.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.1.3-jdk8" + image: "epicmorg/fisheye-crucible:4.1.3-jdk8" build: context: . 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 3115b9b93..c5e619b54 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.0/docker-compose.yml index ac8d31c20..77aeaaa7b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.2.0" + image: "epicmorg/fisheye-crucible:4.2.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.2.0-jdk8" + image: "epicmorg/fisheye-crucible:4.2.0-jdk8" build: context: . 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 0da21570b..1b51b57cd 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.1/docker-compose.yml index 03a80c8ac..04cbd2a8f 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.2.1" + image: "epicmorg/fisheye-crucible:4.2.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.2.1-jdk8" + image: "epicmorg/fisheye-crucible:4.2.1-jdk8" build: context: . 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 5a2bc79a6..c9c354647 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.2/docker-compose.yml index caadad78b..8b2326cff 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.2.2" + image: "epicmorg/fisheye-crucible:4.2.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.2.2-jdk8" + image: "epicmorg/fisheye-crucible:4.2.2-jdk8" build: context: . 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 71fdd9999..1efa5f07a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.3/docker-compose.yml index acdfeb04e..0e21b68ad 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.2.3" + image: "epicmorg/fisheye-crucible:4.2.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.2.3-jdk8" + image: "epicmorg/fisheye-crucible:4.2.3-jdk8" build: context: . 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 7cb0fd48b..b4cc43eef 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.0/docker-compose.yml index 6809699dc..c925c3f4f 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.3.0" + image: "epicmorg/fisheye-crucible:4.3.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.3.0-jdk8" + image: "epicmorg/fisheye-crucible:4.3.0-jdk8" build: context: . 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 c9ab1f29a..d3166ef1e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.1/docker-compose.yml index 1560b7c0e..d437eb4cb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.3.1" + image: "epicmorg/fisheye-crucible:4.3.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.3.1-jdk8" + image: "epicmorg/fisheye-crucible:4.3.1-jdk8" build: context: . 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 a0bdef50e..4232f9510 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.2/docker-compose.yml index e594a874f..16f2fd056 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.3.2" + image: "epicmorg/fisheye-crucible:4.3.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.3.2-jdk8" + image: "epicmorg/fisheye-crucible:4.3.2-jdk8" build: context: . 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 c3b5ff532..2bdb9b765 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.3/docker-compose.yml index b1c407111..04f63f4ac 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.3.3" + image: "epicmorg/fisheye-crucible:4.3.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.3.3-jdk8" + image: "epicmorg/fisheye-crucible:4.3.3-jdk8" build: context: . 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 cb3aeb5e4..0264c7c46 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.0/docker-compose.yml index 393b50d0b..22fcc6fb7 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.4.0" + image: "epicmorg/fisheye-crucible:4.4.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.4.0-jdk8" + image: "epicmorg/fisheye-crucible:4.4.0-jdk8" build: context: . 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 03e026730..9c4831197 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.1/docker-compose.yml index 76a198abb..4219c2242 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.4.1" + image: "epicmorg/fisheye-crucible:4.4.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.4.1-jdk8" + image: "epicmorg/fisheye-crucible:4.4.1-jdk8" build: context: . 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 7b66cdffe..e68f23f9e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.2/docker-compose.yml index 5b107f67c..aec29953e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.4.2" + image: "epicmorg/fisheye-crucible:4.4.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.4.2-jdk8" + image: "epicmorg/fisheye-crucible:4.4.2-jdk8" build: context: . 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 6136a2057..fa1962b66 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.3/docker-compose.yml index 5fbf62c14..228fa3902 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.4.3" + image: "epicmorg/fisheye-crucible:4.4.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.4.3-jdk8" + image: "epicmorg/fisheye-crucible:4.4.3-jdk8" build: context: . 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 ce329800d..7e39529c1 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.5/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.5/docker-compose.yml index e16e670e6..05426ccb1 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.4.5" + image: "epicmorg/fisheye-crucible:4.4.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.4.5-jdk8" + image: "epicmorg/fisheye-crucible:4.4.5-jdk8" build: context: . 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 da97bc13d..7df15b0c6 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.6/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.6/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.6/docker-compose.yml index c3977c06d..e7046fb9c 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.4.6" + image: "epicmorg/fisheye-crucible:4.4.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.4.6-jdk8" + image: "epicmorg/fisheye-crucible:4.4.6-jdk8" build: context: . 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 e818fdbc7..ca15b53ae 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.7/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.7/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.7/docker-compose.yml index d4dccfbe3..a0a0140f6 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.7/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.4.7" + image: "epicmorg/fisheye-crucible:4.4.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.4.7-jdk8" + image: "epicmorg/fisheye-crucible:4.4.7-jdk8" build: context: . 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 b40fb1b2b..58379f8f5 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.0/docker-compose.yml index 3d3fe4ae2..6d751c245 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.5.0" + image: "epicmorg/fisheye-crucible:4.5.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.5.0-jdk8" + image: "epicmorg/fisheye-crucible:4.5.0-jdk8" build: context: . 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 f157b4776..cdf4e439f 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.1/docker-compose.yml index 920e1d9ff..463c09a57 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.5.1" + image: "epicmorg/fisheye-crucible:4.5.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.5.1-jdk8" + image: "epicmorg/fisheye-crucible:4.5.1-jdk8" build: context: . 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 f570f26ac..f0b3682df 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.2/docker-compose.yml index 69b260192..ef32b86d5 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.5.2" + image: "epicmorg/fisheye-crucible:4.5.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.5.2-jdk8" + image: "epicmorg/fisheye-crucible:4.5.2-jdk8" build: context: . 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 bb3ebe3d3..fad77ee95 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.3/docker-compose.yml index 9a16748b9..f35bf818b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.5.3" + image: "epicmorg/fisheye-crucible:4.5.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.5.3-jdk8" + image: "epicmorg/fisheye-crucible:4.5.3-jdk8" build: context: . 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 55846ddcd..32212970a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.4/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.4/docker-compose.yml index 95d5e5490..0d9641490 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.5.4" + image: "epicmorg/fisheye-crucible:4.5.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.5.4-jdk8" + image: "epicmorg/fisheye-crucible:4.5.4-jdk8" build: context: . 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 00f8f0acd..c4352e6ea 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.6.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.6.0/docker-compose.yml index 6969013a4..f4f9eda1a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.6.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.6.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.6.0" + image: "epicmorg/fisheye-crucible:4.6.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.6.0-jdk8" + image: "epicmorg/fisheye-crucible:4.6.0-jdk8" build: context: . 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 8d121b7e5..64712643e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.6.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.6.1/docker-compose.yml index dd1234112..6333bb593 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.6.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.6.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.6.1" + image: "epicmorg/fisheye-crucible:4.6.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.6.1-jdk8" + image: "epicmorg/fisheye-crucible:4.6.1-jdk8" build: context: . 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 4a95bcf58..e94d3bd0c 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.0/docker-compose.yml index 2faac6151..71329773a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.7.0" + image: "epicmorg/fisheye-crucible:4.7.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.7.0-jdk8" + image: "epicmorg/fisheye-crucible:4.7.0-jdk8" build: context: . 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 9dc539dce..823f71cd3 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.1/docker-compose.yml index 11c72c0b7..4159f7606 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.7.1" + image: "epicmorg/fisheye-crucible:4.7.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.7.1-jdk8" + image: "epicmorg/fisheye-crucible:4.7.1-jdk8" build: context: . 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 80fa3521a..9e84fbfb6 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.2/docker-compose.yml index 80de1f9e0..50c27d41c 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.7.2" + image: "epicmorg/fisheye-crucible:4.7.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.7.2-jdk8" + image: "epicmorg/fisheye-crucible:4.7.2-jdk8" build: context: . 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 2f330266a..5d998ff61 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.3/docker-compose.yml index 5c4e8c783..c1b362829 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.7.3" + image: "epicmorg/fisheye-crucible:4.7.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.7.3-jdk8" + image: "epicmorg/fisheye-crucible:4.7.3-jdk8" build: context: . 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 657cce21c..aa5975976 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.0/docker-compose.yml index 7bf8362ba..b4789fbab 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.8.0" + image: "epicmorg/fisheye-crucible:4.8.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.8.0-jdk8" + image: "epicmorg/fisheye-crucible:4.8.0-jdk8" build: context: . 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 fb93c35d3..46fa4d832 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.1/docker-compose.yml index e42d72a19..fabf25ec3 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.8.1" + image: "epicmorg/fisheye-crucible:4.8.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.8.1-jdk8" + image: "epicmorg/fisheye-crucible:4.8.1-jdk8" build: context: . 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 b3d7fc7c5..939cf8d01 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.10/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.10/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.10/docker-compose.yml index 87ddb0db0..ad0ce93a2 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.10/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.10/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.8.10" + image: "epicmorg/fisheye-crucible:4.8.10" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.8.10-jdk8" + image: "epicmorg/fisheye-crucible:4.8.10-jdk8" build: context: . 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 ca84b76df..502987fc7 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.11/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.11/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.11/docker-compose.yml index b1af58fb6..324566340 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.11/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.11/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.8.11" + image: "epicmorg/fisheye-crucible:4.8.11" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.8.11-jdk8" + image: "epicmorg/fisheye-crucible:4.8.11-jdk8" build: context: . 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 1b3fcbaff..78390603e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.12/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.12/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.12/docker-compose.yml index e64265303..6ce8e4c9f 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.12/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.12/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.8.12" + image: "epicmorg/fisheye-crucible:4.8.12" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.8.12-jdk8" + image: "epicmorg/fisheye-crucible:4.8.12-jdk8" build: context: . 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 6f49c988b..7d4206cba 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.13/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.13/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.13/docker-compose.yml index e6d991968..12987582c 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.13/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.13/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.8.13" + image: "epicmorg/fisheye-crucible:4.8.13" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.8.13-jdk8" + image: "epicmorg/fisheye-crucible:4.8.13-jdk8" build: context: . 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 aad2c76a8..4e1c92609 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.14/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.14/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.14/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.14/docker-compose.yml index 46ed461e4..f759976a9 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.14/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.14/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.8.14" + image: "epicmorg/fisheye-crucible:4.8.14" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.8.14-jdk8" + image: "epicmorg/fisheye-crucible:4.8.14-jdk8" build: context: . 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 9fca6fc49..2c4a5bafc 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.15/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.15/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.15/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.15/docker-compose.yml index cfef7e972..21b947b8c 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.15/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.15/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.8.15" + image: "epicmorg/fisheye-crucible:4.8.15" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.8.15-jdk8" + image: "epicmorg/fisheye-crucible:4.8.15-jdk8" build: context: . 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 653716c4d..a4238fec5 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.16/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.16/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.16/docker-compose.yml index bd37fe372..027f75d24 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.16/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.16/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.8.16" + image: "epicmorg/fisheye-crucible:4.8.16" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.8.16-jdk8" + image: "epicmorg/fisheye-crucible:4.8.16-jdk8" build: context: . 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 35db88752..a374801ef 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.2/docker-compose.yml index f66e4fcba..fea2de2e5 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.8.2" + image: "epicmorg/fisheye-crucible:4.8.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.8.2-jdk8" + image: "epicmorg/fisheye-crucible:4.8.2-jdk8" build: context: . 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 b6a5737c6..1e8251eab 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.3/docker-compose.yml index e5d465257..d8007eb31 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.8.3" + image: "epicmorg/fisheye-crucible:4.8.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.8.3-jdk8" + image: "epicmorg/fisheye-crucible:4.8.3-jdk8" build: context: . 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 2e3d32d57..462ba2210 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.4/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.4/docker-compose.yml index c52843f54..d3590805f 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.8.4" + image: "epicmorg/fisheye-crucible:4.8.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.8.4-jdk8" + image: "epicmorg/fisheye-crucible:4.8.4-jdk8" build: context: . 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 3bf0e5b73..2dd38ff9a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.5/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.5/docker-compose.yml index 3ded5525e..2d1a82ba1 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.8.5" + image: "epicmorg/fisheye-crucible:4.8.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.8.5-jdk8" + image: "epicmorg/fisheye-crucible:4.8.5-jdk8" build: context: . 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 755f91ba9..2ccee1750 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.6/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.6/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.6/docker-compose.yml index 559235a4e..a4fdc0f29 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.8.6" + image: "epicmorg/fisheye-crucible:4.8.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.8.6-jdk8" + image: "epicmorg/fisheye-crucible:4.8.6-jdk8" build: context: . 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 a94b8a540..dd174eddd 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.7/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.7/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.7/docker-compose.yml index 9936fc06b..1e2bf6759 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.7/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.8.7" + image: "epicmorg/fisheye-crucible:4.8.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.8.7-jdk8" + image: "epicmorg/fisheye-crucible:4.8.7-jdk8" build: context: . 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 80cdcb7dc..1fbf1d8d2 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.8/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.8/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.8/docker-compose.yml index 82dfe2299..31f898f88 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.8/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.8.8" + image: "epicmorg/fisheye-crucible:4.8.8" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.8.8-jdk8" + image: "epicmorg/fisheye-crucible:4.8.8-jdk8" build: context: . 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 fe676f1ce..7d990c263 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.9/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.9/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.9/docker-compose.yml index 7de07ec8f..e23fa8ac8 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.9/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.8.9" + image: "epicmorg/fisheye-crucible:4.8.9" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.8.9-jdk8" + image: "epicmorg/fisheye-crucible:4.8.9-jdk8" build: context: . 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 ebea51b67..e7ba14929 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.9.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.9.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.9.0/docker-compose.yml index 347c0257a..0dbb9f773 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.9.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.9.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.9.0" + image: "epicmorg/fisheye-crucible:4.9.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.9.0-jdk8" + image: "epicmorg/fisheye-crucible:4.9.0-jdk8" build: context: . 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 cbd03e51a..d8cd5e749 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.9.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.9.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.9.1/docker-compose.yml index f2637bb5d..afc58ec2d 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.9.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.9.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:4.9.1" + image: "epicmorg/fisheye-crucible:4.9.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/fisheye-crucible:4.9.1-jdk8" + image: "epicmorg/fisheye-crucible:4.9.1-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/fisheye-crucible/latest/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/latest/Dockerfile index fd703f16b..2e8fc9e0d 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/latest/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-jdk8 +FROM epicmorg/debian:bullseye-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/latest/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/latest/docker-compose.yml index 9da554054..d1ca3a6a9 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/latest/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/latest/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/fisheye-crucible:latest" + image: "epicmorg/fisheye-crucible:latest" build: context: . 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 6c67bc96e..03411a8d6 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.0.1a-build-br78-94/docker-compose.yml b/linux/ecosystem/atlassian/fisheye/1/1.0.1a-build-br78-94/docker-compose.yml index 373907fa4..abab6dcaf 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.0.1a-build-br78-94/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye/1/1.0.1a-build-br78-94/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye:1.0.1a-build-br78-94" + image: "epicmorg/fisheye:1.0.1a-build-br78-94" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye:1.0.1a-build-br78-94-jdk6" + image: "epicmorg/fisheye:1.0.1a-build-br78-94-jdk6" build: context: . 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 973681e3b..e3c407587 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.1.3-build-1.1-119c/docker-compose.yml b/linux/ecosystem/atlassian/fisheye/1/1.1.3-build-1.1-119c/docker-compose.yml index 1d8a13e1a..be3eb53be 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.1.3-build-1.1-119c/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye/1/1.1.3-build-1.1-119c/docker-compose.yml @@ -1,17 +1,17 @@ services: app: - image: "quay.io/epicmorg/fisheye:1.1.3-build-1.1-119c" + image: "epicmorg/fisheye:1.1.3-build-1.1-119c" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye:1.1.3-build-1.1-119c-jdk6" + image: "epicmorg/fisheye:1.1.3-build-1.1-119c-jdk6" build: context: . app1: - image: "quay.io/epicmorg/fisheye:1.1.3" + image: "epicmorg/fisheye:1.1.3" build: context: . app2: - image: "quay.io/epicmorg/fisheye:1.1.3-jdk6" + image: "epicmorg/fisheye:1.1.3-jdk6" build: context: . 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 418894438..4365e1dc2 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.2.5-build-201/docker-compose.yml b/linux/ecosystem/atlassian/fisheye/1/1.2.5-build-201/docker-compose.yml index 173fb62ef..5ae835203 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.2.5-build-201/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye/1/1.2.5-build-201/docker-compose.yml @@ -1,17 +1,17 @@ services: app: - image: "quay.io/epicmorg/fisheye:1.2.5-build-201" + image: "epicmorg/fisheye:1.2.5-build-201" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye:1.2.5-build-201-jdk6" + image: "epicmorg/fisheye:1.2.5-build-201-jdk6" build: context: . app1: - image: "quay.io/epicmorg/fisheye:1.2.5" + image: "epicmorg/fisheye:1.2.5" build: context: . app2: - image: "quay.io/epicmorg/fisheye:1.2.5-jdk6" + image: "epicmorg/fisheye:1.2.5-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/fisheye/1/1.3.3/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.3.3/Dockerfile index 3fa6328a0..e2a2d06ed 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.3.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye/1/1.3.3/docker-compose.yml index 500dd7c61..21f60ddae 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.3.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye/1/1.3.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye:1.3.3" + image: "epicmorg/fisheye:1.3.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye:1.3.3-jdk6" + image: "epicmorg/fisheye:1.3.3-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/fisheye/1/1.3.4/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.3.4/Dockerfile index 770638380..a1121e184 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.3.4/docker-compose.yml b/linux/ecosystem/atlassian/fisheye/1/1.3.4/docker-compose.yml index 7c30e5172..ee913ad6c 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.3.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye/1/1.3.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye:1.3.4" + image: "epicmorg/fisheye:1.3.4" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye:1.3.4-jdk6" + image: "epicmorg/fisheye:1.3.4-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/fisheye/1/1.3.5/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.3.5/Dockerfile index 6a970c596..a12e260a9 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.3.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.3.5/docker-compose.yml b/linux/ecosystem/atlassian/fisheye/1/1.3.5/docker-compose.yml index b035fde28..354dc93db 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.3.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye/1/1.3.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye:1.3.5" + image: "epicmorg/fisheye:1.3.5" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye:1.3.5-jdk6" + image: "epicmorg/fisheye:1.3.5-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/fisheye/1/1.3.6/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.3.6/Dockerfile index cf161e947..b6d09eba9 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.3.6/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.3.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.3.6/docker-compose.yml b/linux/ecosystem/atlassian/fisheye/1/1.3.6/docker-compose.yml index 78c474331..4a46e5d1c 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.3.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye/1/1.3.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye:1.3.6" + image: "epicmorg/fisheye:1.3.6" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye:1.3.6-jdk6" + image: "epicmorg/fisheye:1.3.6-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/fisheye/1/1.3.7/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.3.7/Dockerfile index 71ef83d3b..f20847ee6 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.3.7/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.3.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.3.7/docker-compose.yml b/linux/ecosystem/atlassian/fisheye/1/1.3.7/docker-compose.yml index 0fc0a40fe..ad22a561e 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.3.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye/1/1.3.7/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye:1.3.7" + image: "epicmorg/fisheye:1.3.7" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye:1.3.7-jdk6" + image: "epicmorg/fisheye:1.3.7-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/fisheye/1/1.3.8/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.3.8/Dockerfile index c6cdab7c3..757ef9b72 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.3.8/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.3.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.3.8/docker-compose.yml b/linux/ecosystem/atlassian/fisheye/1/1.3.8/docker-compose.yml index e087c759e..c812dd2ad 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.3.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye/1/1.3.8/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye:1.3.8" + image: "epicmorg/fisheye:1.3.8" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye:1.3.8-jdk6" + image: "epicmorg/fisheye:1.3.8-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/fisheye/1/1.4.1/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.4.1/Dockerfile index 076f8cb40..2a9914cfc 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.4.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye/1/1.4.1/docker-compose.yml index 131fb36e4..35a76d8b9 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.4.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye/1/1.4.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye:1.4.1" + image: "epicmorg/fisheye:1.4.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye:1.4.1-jdk6" + image: "epicmorg/fisheye:1.4.1-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/fisheye/1/1.4.2/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.4.2/Dockerfile index 490f75869..a5b78a2e9 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.4.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye/1/1.4.2/docker-compose.yml index 1cd368e95..1a2853c9c 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.4.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye/1/1.4.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye:1.4.2" + image: "epicmorg/fisheye:1.4.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye:1.4.2-jdk6" + image: "epicmorg/fisheye:1.4.2-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/fisheye/1/1.4.3/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.4.3/Dockerfile index 859f0cbf2..62033cf1e 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.4.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye/1/1.4.3/docker-compose.yml index 3b34a704c..5e34d589f 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.4.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye/1/1.4.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye:1.4.3" + image: "epicmorg/fisheye:1.4.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye:1.4.3-jdk6" + image: "epicmorg/fisheye:1.4.3-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/fisheye/1/1.4/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.4/Dockerfile index 9f8da0389..080feafde 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.4/docker-compose.yml b/linux/ecosystem/atlassian/fisheye/1/1.4/docker-compose.yml index 015c40e6c..6c6c01d1b 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye/1/1.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye:1.4" + image: "epicmorg/fisheye:1.4" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye:1.4-jdk6" + image: "epicmorg/fisheye:1.4-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/fisheye/1/1.5.1/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.5.1/Dockerfile index 03f71fc67..057f8706b 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.5.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye/1/1.5.1/docker-compose.yml index f805f2338..9a1ec163b 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.5.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye/1/1.5.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye:1.5.1" + image: "epicmorg/fisheye:1.5.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye:1.5.1-jdk6" + image: "epicmorg/fisheye:1.5.1-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/fisheye/1/1.5.2/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.5.2/Dockerfile index 7f47c6fd1..ffbb1a27c 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.5.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye/1/1.5.2/docker-compose.yml index 4008d957c..e641c08ec 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.5.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye/1/1.5.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye:1.5.2" + image: "epicmorg/fisheye:1.5.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye:1.5.2-jdk6" + image: "epicmorg/fisheye:1.5.2-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/fisheye/1/1.5.3/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.5.3/Dockerfile index 9583755ef..e43bb794f 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.5.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.5.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye/1/1.5.3/docker-compose.yml index 9bb2da98a..050f6e543 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.5.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye/1/1.5.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye:1.5.3" + image: "epicmorg/fisheye:1.5.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye:1.5.3-jdk6" + image: "epicmorg/fisheye:1.5.3-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/fisheye/1/1.5.4/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.5.4/Dockerfile index 2d0536a10..36647e06f 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.5.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.5.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.5.4/docker-compose.yml b/linux/ecosystem/atlassian/fisheye/1/1.5.4/docker-compose.yml index fb9c56cd8..b348c20f5 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.5.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye/1/1.5.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye:1.5.4" + image: "epicmorg/fisheye:1.5.4" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye:1.5.4-jdk6" + image: "epicmorg/fisheye:1.5.4-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/fisheye/1/1.5/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.5/Dockerfile index a7f734d80..6ebd1f8b5 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.5/docker-compose.yml b/linux/ecosystem/atlassian/fisheye/1/1.5/docker-compose.yml index 6eac26f40..8397957ff 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye/1/1.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye:1.5" + image: "epicmorg/fisheye:1.5" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye:1.5-jdk6" + image: "epicmorg/fisheye:1.5-jdk6" build: context: . 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 45de1abc5..b36d2f8ad 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.0.beta1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.0.beta1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.0.beta1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye/1/1.6.0.beta1/docker-compose.yml index a325477dc..7e89cd00a 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.0.beta1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.0.beta1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye:1.6.0.beta1" + image: "epicmorg/fisheye:1.6.0.beta1" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye:1.6.0.beta1-jdk6" + image: "epicmorg/fisheye:1.6.0.beta1-jdk6" build: context: . 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 9a059dabf..0c4bc1b3b 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.0.beta2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.0.beta2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.0.beta2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye/1/1.6.0.beta2/docker-compose.yml index 06747098f..6cb68029f 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.0.beta2/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.0.beta2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye:1.6.0.beta2" + image: "epicmorg/fisheye:1.6.0.beta2" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye:1.6.0.beta2-jdk6" + image: "epicmorg/fisheye:1.6.0.beta2-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.0/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.6.0/Dockerfile index 62b01354b..bec89d83a 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye/1/1.6.0/docker-compose.yml index 951587521..7c2b22564 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye:1.6.0" + image: "epicmorg/fisheye:1.6.0" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye:1.6.0-jdk6" + image: "epicmorg/fisheye:1.6.0-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.1/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.6.1/Dockerfile index aaa81d96d..24761f6d5 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye/1/1.6.1/docker-compose.yml index 82f321772..e3e00c852 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye:1.6.1" + image: "epicmorg/fisheye:1.6.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye:1.6.1-jdk6" + image: "epicmorg/fisheye:1.6.1-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.3/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.6.3/Dockerfile index 09a81e7e7..1ab0e70c4 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye/1/1.6.3/docker-compose.yml index e043f7878..3bb427bd2 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye:1.6.3" + image: "epicmorg/fisheye:1.6.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye:1.6.3-jdk6" + image: "epicmorg/fisheye:1.6.3-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.4/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.6.4/Dockerfile index 6dbbc222c..5cf2b59ab 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.4/docker-compose.yml b/linux/ecosystem/atlassian/fisheye/1/1.6.4/docker-compose.yml index cf12050d5..eb0635258 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye:1.6.4" + image: "epicmorg/fisheye:1.6.4" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye:1.6.4-jdk6" + image: "epicmorg/fisheye:1.6.4-jdk6" build: context: . 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 44470448b..278452583 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.5.a/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.5.a/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.5.a/docker-compose.yml b/linux/ecosystem/atlassian/fisheye/1/1.6.5.a/docker-compose.yml index 0524adca5..8e1cb4cb4 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.5.a/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.5.a/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye:1.6.5.a" + image: "epicmorg/fisheye:1.6.5.a" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye:1.6.5.a-jdk6" + image: "epicmorg/fisheye:1.6.5.a-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.5/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.6.5/Dockerfile index 80593fa93..526dd2983 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.5/docker-compose.yml b/linux/ecosystem/atlassian/fisheye/1/1.6.5/docker-compose.yml index b5f205e86..e01601517 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye:1.6.5" + image: "epicmorg/fisheye:1.6.5" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye:1.6.5-jdk6" + image: "epicmorg/fisheye:1.6.5-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.5a/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.6.5a/Dockerfile index 7a7a49bd0..2fb19d456 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.5a/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.5a/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.5a/docker-compose.yml b/linux/ecosystem/atlassian/fisheye/1/1.6.5a/docker-compose.yml index c3015aae5..0cfda6100 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.5a/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.5a/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye:1.6.5a" + image: "epicmorg/fisheye:1.6.5a" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye:1.6.5a-jdk6" + image: "epicmorg/fisheye:1.6.5a-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.6/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.6.6/Dockerfile index c0dbd1bb4..98dfcb04e 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.6/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Fisheye Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8060 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${FISHEYE_HOME} ${FISHEYE_INST} && \ 7zz x ${TEMP_ARCHIVE} -o/tmp/fisheye-temp && \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.6/docker-compose.yml b/linux/ecosystem/atlassian/fisheye/1/1.6.6/docker-compose.yml index 35e1db59e..392bb7e1c 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/fisheye:1.6.6" + image: "epicmorg/fisheye:1.6.6" build: context: . app-jdk6: - image: "quay.io/epicmorg/fisheye:1.6.6-jdk6" + image: "epicmorg/fisheye:1.6.6-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/jira/10/10.0.0/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.0.0/Dockerfile index 059e96821..ad0d37bfb 100644 --- a/linux/ecosystem/atlassian/jira/10/10.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.0.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/10/10.0.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/10/10.0.0/docker-compose.yml index 7c81971b5..f8e09d121 100644 --- a/linux/ecosystem/atlassian/jira/10/10.0.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/10/10.0.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:10.0.0" + image: "epicmorg/jira:10.0.0" build: context: . app-jdk17: - image: "quay.io/epicmorg/jira:10.0.0-jdk17" + image: "epicmorg/jira:10.0.0-jdk17" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/10/10.0.1/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.0.1/Dockerfile index f80584923..51d07d113 100644 --- a/linux/ecosystem/atlassian/jira/10/10.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/10/10.0.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/10/10.0.1/docker-compose.yml index 2f413a791..fd1bfc335 100644 --- a/linux/ecosystem/atlassian/jira/10/10.0.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/10/10.0.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:10.0.1" + image: "epicmorg/jira:10.0.1" build: context: . app-jdk17: - image: "quay.io/epicmorg/jira:10.0.1-jdk17" + image: "epicmorg/jira:10.0.1-jdk17" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/10/10.1.1/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.1.1/Dockerfile index 163831650..422a10cb4 100644 --- a/linux/ecosystem/atlassian/jira/10/10.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/10/10.1.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/10/10.1.1/docker-compose.yml index ffed052ca..5a91eab19 100644 --- a/linux/ecosystem/atlassian/jira/10/10.1.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/10/10.1.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:10.1.1" + image: "epicmorg/jira:10.1.1" build: context: . app-jdk17: - image: "quay.io/epicmorg/jira:10.1.1-jdk17" + image: "epicmorg/jira:10.1.1-jdk17" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/10/10.1.2/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.1.2/Dockerfile index d9a36c112..2a865b59b 100644 --- a/linux/ecosystem/atlassian/jira/10/10.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/10/10.1.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/10/10.1.2/docker-compose.yml index fe15d0035..c330afe6c 100644 --- a/linux/ecosystem/atlassian/jira/10/10.1.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/10/10.1.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:10.1.2" + image: "epicmorg/jira:10.1.2" build: context: . app-jdk17: - image: "quay.io/epicmorg/jira:10.1.2-jdk17" + image: "epicmorg/jira:10.1.2-jdk17" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/10/10.2.0/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.2.0/Dockerfile index 9a42dcfe3..40076277a 100644 --- a/linux/ecosystem/atlassian/jira/10/10.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/10/10.2.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/10/10.2.0/docker-compose.yml index 1a5fc4a36..9646251fc 100644 --- a/linux/ecosystem/atlassian/jira/10/10.2.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/10/10.2.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:10.2.0" + image: "epicmorg/jira:10.2.0" build: context: . app-jdk17: - image: "quay.io/epicmorg/jira:10.2.0-jdk17" + image: "epicmorg/jira:10.2.0-jdk17" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/10/10.2.1/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.2.1/Dockerfile index 2b1a24087..3284af7ad 100644 --- a/linux/ecosystem/atlassian/jira/10/10.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/10/10.2.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/10/10.2.1/docker-compose.yml index 414154dc4..54d37cca3 100644 --- a/linux/ecosystem/atlassian/jira/10/10.2.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/10/10.2.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:10.2.1" + image: "epicmorg/jira:10.2.1" build: context: . app-jdk17: - image: "quay.io/epicmorg/jira:10.2.1-jdk17" + image: "epicmorg/jira:10.2.1-jdk17" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/10/10.3.0/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.3.0/Dockerfile index 03eaa9314..486a066f1 100644 --- a/linux/ecosystem/atlassian/jira/10/10.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/10/10.3.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/10/10.3.0/docker-compose.yml index 365857c82..b718cd23e 100644 --- a/linux/ecosystem/atlassian/jira/10/10.3.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/10/10.3.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:10.3.0" + image: "epicmorg/jira:10.3.0" build: context: . app-jdk17: - image: "quay.io/epicmorg/jira:10.3.0-jdk17" + image: "epicmorg/jira:10.3.0-jdk17" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/10/10.3.1/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.3.1/Dockerfile index 1ea2f9a15..2cf1958e5 100644 --- a/linux/ecosystem/atlassian/jira/10/10.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/10/10.3.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/10/10.3.1/docker-compose.yml index 0d02e7640..fa52891db 100644 --- a/linux/ecosystem/atlassian/jira/10/10.3.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/10/10.3.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:10.3.1" + image: "epicmorg/jira:10.3.1" build: context: . app-jdk17: - image: "quay.io/epicmorg/jira:10.3.1-jdk17" + image: "epicmorg/jira:10.3.1-jdk17" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/10/10.3.2/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.3.2/Dockerfile index 16d9cb606..1b0718a9e 100644 --- a/linux/ecosystem/atlassian/jira/10/10.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/10/10.3.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/10/10.3.2/docker-compose.yml index 1190bb9ce..cdafaab4e 100644 --- a/linux/ecosystem/atlassian/jira/10/10.3.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/10/10.3.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:10.3.2" + image: "epicmorg/jira:10.3.2" build: context: . app-jdk17: - image: "quay.io/epicmorg/jira:10.3.2-jdk17" + image: "epicmorg/jira:10.3.2-jdk17" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/10/10.3.3/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.3.3/Dockerfile index 24ea2ba14..613291a6e 100644 --- a/linux/ecosystem/atlassian/jira/10/10.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/10/10.3.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/10/10.3.3/docker-compose.yml index 5daaf6b2d..96ccd93a5 100644 --- a/linux/ecosystem/atlassian/jira/10/10.3.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/10/10.3.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:10.3.3" + image: "epicmorg/jira:10.3.3" build: context: . app-jdk17: - image: "quay.io/epicmorg/jira:10.3.3-jdk17" + image: "epicmorg/jira:10.3.3-jdk17" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/10/10.3.4/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.3.4/Dockerfile index 7dfe1e7c9..b3b576bc9 100644 --- a/linux/ecosystem/atlassian/jira/10/10.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/10/10.3.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/10/10.3.4/docker-compose.yml index 8627553cc..16406c0f8 100644 --- a/linux/ecosystem/atlassian/jira/10/10.3.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/10/10.3.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:10.3.4" + image: "epicmorg/jira:10.3.4" build: context: . app-jdk17: - image: "quay.io/epicmorg/jira:10.3.4-jdk17" + image: "epicmorg/jira:10.3.4-jdk17" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/10/10.3.5/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.3.5/Dockerfile index 36299802f..ceebc827d 100644 --- a/linux/ecosystem/atlassian/jira/10/10.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.3.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/10/10.3.5/docker-compose.yml b/linux/ecosystem/atlassian/jira/10/10.3.5/docker-compose.yml index 7b49dd951..8d20db7e2 100644 --- a/linux/ecosystem/atlassian/jira/10/10.3.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/10/10.3.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:10.3.5" + image: "epicmorg/jira:10.3.5" build: context: . app-jdk17: - image: "quay.io/epicmorg/jira:10.3.5-jdk17" + image: "epicmorg/jira:10.3.5-jdk17" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/10/10.4.0/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.4.0/Dockerfile index 64999f55f..f96391daa 100644 --- a/linux/ecosystem/atlassian/jira/10/10.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/10/10.4.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/10/10.4.0/docker-compose.yml index 2d6fcecaa..13df2a55a 100644 --- a/linux/ecosystem/atlassian/jira/10/10.4.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/10/10.4.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:10.4.0" + image: "epicmorg/jira:10.4.0" build: context: . app-jdk17: - image: "quay.io/epicmorg/jira:10.4.0-jdk17" + image: "epicmorg/jira:10.4.0-jdk17" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/10/10.4.1/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.4.1/Dockerfile index e77fe3f10..8f06f108f 100644 --- a/linux/ecosystem/atlassian/jira/10/10.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/10/10.4.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/10/10.4.1/docker-compose.yml index 5032b7841..9bedee593 100644 --- a/linux/ecosystem/atlassian/jira/10/10.4.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/10/10.4.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:10.4.1" + image: "epicmorg/jira:10.4.1" build: context: . app-jdk17: - image: "quay.io/epicmorg/jira:10.4.1-jdk17" + image: "epicmorg/jira:10.4.1-jdk17" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/10/10.5.0/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.5.0/Dockerfile index e34b0fa98..da15cd463 100644 --- a/linux/ecosystem/atlassian/jira/10/10.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/10/10.5.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/10/10.5.0/docker-compose.yml index 213de128e..6ee29e9e9 100644 --- a/linux/ecosystem/atlassian/jira/10/10.5.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/10/10.5.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:10.5.0" + image: "epicmorg/jira:10.5.0" build: context: . app-jdk17: - image: "quay.io/epicmorg/jira:10.5.0-jdk17" + image: "epicmorg/jira:10.5.0-jdk17" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/10/10.5.1/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.5.1/Dockerfile index cb8b85be8..c31b2b9cd 100644 --- a/linux/ecosystem/atlassian/jira/10/10.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/10/10.5.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/10/10.5.1/docker-compose.yml index ae4d5f45c..89ad4fcbf 100644 --- a/linux/ecosystem/atlassian/jira/10/10.5.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/10/10.5.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:10.5.1" + image: "epicmorg/jira:10.5.1" build: context: . app-jdk17: - image: "quay.io/epicmorg/jira:10.5.1-jdk17" + image: "epicmorg/jira:10.5.1-jdk17" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/10/10.6.0/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.6.0/Dockerfile index b2c1fe787..759f3fe3d 100644 --- a/linux/ecosystem/atlassian/jira/10/10.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/10/10.6.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/10/10.6.0/docker-compose.yml index 17ad5e524..191cbb2f4 100644 --- a/linux/ecosystem/atlassian/jira/10/10.6.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/10/10.6.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:10.6.0" + image: "epicmorg/jira:10.6.0" build: context: . app-jdk17: - image: "quay.io/epicmorg/jira:10.6.0-jdk17" + image: "epicmorg/jira:10.6.0-jdk17" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/4/4.1.1/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.1.1/Dockerfile index e0c5d142c..ef635d084 100644 --- a/linux/ecosystem/atlassian/jira/4/4.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/4/4.1.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/4/4.1.1/docker-compose.yml index 3d1064d71..8538d1e33 100644 --- a/linux/ecosystem/atlassian/jira/4/4.1.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/4/4.1.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:4.1.1" + image: "epicmorg/jira:4.1.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:4.1.1-jdk6" + image: "epicmorg/jira:4.1.1-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/jira/4/4.1.2/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.1.2/Dockerfile index 45b18200a..21348be6c 100644 --- a/linux/ecosystem/atlassian/jira/4/4.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/4/4.1.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/4/4.1.2/docker-compose.yml index e16576900..a5fa58cf5 100644 --- a/linux/ecosystem/atlassian/jira/4/4.1.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/4/4.1.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:4.1.2" + image: "epicmorg/jira:4.1.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:4.1.2-jdk6" + image: "epicmorg/jira:4.1.2-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/jira/4/4.2.1/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.2.1/Dockerfile index 5541d46a3..1b1caf854 100644 --- a/linux/ecosystem/atlassian/jira/4/4.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/4/4.2.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/4/4.2.1/docker-compose.yml index 1e2287caf..c2242daf6 100644 --- a/linux/ecosystem/atlassian/jira/4/4.2.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/4/4.2.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:4.2.1" + image: "epicmorg/jira:4.2.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:4.2.1-jdk6" + image: "epicmorg/jira:4.2.1-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/jira/4/4.2.2/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.2.2/Dockerfile index 8cbc1c0c2..f2ef32a8f 100644 --- a/linux/ecosystem/atlassian/jira/4/4.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/4/4.2.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/4/4.2.2/docker-compose.yml index 686d1a1eb..019a86f71 100644 --- a/linux/ecosystem/atlassian/jira/4/4.2.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/4/4.2.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:4.2.2" + image: "epicmorg/jira:4.2.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:4.2.2-jdk6" + image: "epicmorg/jira:4.2.2-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/jira/4/4.2.3/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.2.3/Dockerfile index 7e21da196..69d68cdd3 100644 --- a/linux/ecosystem/atlassian/jira/4/4.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/4/4.2.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/4/4.2.3/docker-compose.yml index b97160581..da33869f6 100644 --- a/linux/ecosystem/atlassian/jira/4/4.2.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/4/4.2.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:4.2.3" + image: "epicmorg/jira:4.2.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:4.2.3-jdk6" + image: "epicmorg/jira:4.2.3-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/jira/4/4.2.4/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.2.4/Dockerfile index d4c7ad48a..f535c48db 100644 --- a/linux/ecosystem/atlassian/jira/4/4.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.2.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/4/4.2.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/4/4.2.4/docker-compose.yml index dfdbd7f07..d87611c06 100644 --- a/linux/ecosystem/atlassian/jira/4/4.2.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/4/4.2.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:4.2.4" + image: "epicmorg/jira:4.2.4" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:4.2.4-jdk6" + image: "epicmorg/jira:4.2.4-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/jira/4/4.2/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.2/Dockerfile index 9acc259e2..862c14532 100644 --- a/linux/ecosystem/atlassian/jira/4/4.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/4/4.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/4/4.2/docker-compose.yml index b0ea8b7ec..e55137d3f 100644 --- a/linux/ecosystem/atlassian/jira/4/4.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/4/4.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:4.2" + image: "epicmorg/jira:4.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:4.2-jdk6" + image: "epicmorg/jira:4.2-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/jira/4/4.3.1/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.3.1/Dockerfile index 3ed842424..7fd5a143c 100644 --- a/linux/ecosystem/atlassian/jira/4/4.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/4/4.3.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/4/4.3.1/docker-compose.yml index 9c5ec23f4..8a1b3555f 100644 --- a/linux/ecosystem/atlassian/jira/4/4.3.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/4/4.3.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:4.3.1" + image: "epicmorg/jira:4.3.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:4.3.1-jdk6" + image: "epicmorg/jira:4.3.1-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/jira/4/4.3.2/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.3.2/Dockerfile index 6434cbf11..9d71f0261 100644 --- a/linux/ecosystem/atlassian/jira/4/4.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/4/4.3.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/4/4.3.2/docker-compose.yml index 7fc6ae9b6..57342ab7b 100644 --- a/linux/ecosystem/atlassian/jira/4/4.3.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/4/4.3.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:4.3.2" + image: "epicmorg/jira:4.3.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:4.3.2-jdk6" + image: "epicmorg/jira:4.3.2-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/jira/4/4.3.3/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.3.3/Dockerfile index c4ef60dd1..833532ba0 100644 --- a/linux/ecosystem/atlassian/jira/4/4.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/4/4.3.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/4/4.3.3/docker-compose.yml index 85934f091..7c659c570 100644 --- a/linux/ecosystem/atlassian/jira/4/4.3.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/4/4.3.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:4.3.3" + image: "epicmorg/jira:4.3.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:4.3.3-jdk6" + image: "epicmorg/jira:4.3.3-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/jira/4/4.3.4/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.3.4/Dockerfile index 82956ec15..229c18037 100644 --- a/linux/ecosystem/atlassian/jira/4/4.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/4/4.3.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/4/4.3.4/docker-compose.yml index a817898bb..684ec16f3 100644 --- a/linux/ecosystem/atlassian/jira/4/4.3.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/4/4.3.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:4.3.4" + image: "epicmorg/jira:4.3.4" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:4.3.4-jdk6" + image: "epicmorg/jira:4.3.4-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/jira/4/4.3/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.3/Dockerfile index 2aa353e14..d931c068e 100644 --- a/linux/ecosystem/atlassian/jira/4/4.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/4/4.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/4/4.3/docker-compose.yml index 9de1c4ced..1e3b06ef8 100644 --- a/linux/ecosystem/atlassian/jira/4/4.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/4/4.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:4.3" + image: "epicmorg/jira:4.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:4.3-jdk6" + image: "epicmorg/jira:4.3-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/jira/4/4.4.1/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.4.1/Dockerfile index b66d0c2c2..699558660 100644 --- a/linux/ecosystem/atlassian/jira/4/4.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,7 +29,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/4/4.4.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/4/4.4.1/docker-compose.yml index fc6adb853..dbba71cf1 100644 --- a/linux/ecosystem/atlassian/jira/4/4.4.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/4/4.4.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:4.4.1" + image: "epicmorg/jira:4.4.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:4.4.1-jdk6" + image: "epicmorg/jira:4.4.1-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/jira/4/4.4.3/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.4.3/Dockerfile index c0919e792..1814cb541 100644 --- a/linux/ecosystem/atlassian/jira/4/4.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/4/4.4.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/4/4.4.3/docker-compose.yml index 161f70343..4c4ec3504 100644 --- a/linux/ecosystem/atlassian/jira/4/4.4.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/4/4.4.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:4.4.3" + image: "epicmorg/jira:4.4.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:4.4.3-jdk6" + image: "epicmorg/jira:4.4.3-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/jira/4/4.4.4/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.4.4/Dockerfile index bf260af8e..6f6aa80ad 100644 --- a/linux/ecosystem/atlassian/jira/4/4.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/4/4.4.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/4/4.4.4/docker-compose.yml index e4611f548..91acbc0ce 100644 --- a/linux/ecosystem/atlassian/jira/4/4.4.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/4/4.4.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:4.4.4" + image: "epicmorg/jira:4.4.4" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:4.4.4-jdk6" + image: "epicmorg/jira:4.4.4-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/jira/4/4.4.5/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.4.5/Dockerfile index 0d9522dfb..08fa03edf 100644 --- a/linux/ecosystem/atlassian/jira/4/4.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.4.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/4/4.4.5/docker-compose.yml b/linux/ecosystem/atlassian/jira/4/4.4.5/docker-compose.yml index aab26d0a0..c2bca9049 100644 --- a/linux/ecosystem/atlassian/jira/4/4.4.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/4/4.4.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:4.4.5" + image: "epicmorg/jira:4.4.5" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:4.4.5-jdk6" + image: "epicmorg/jira:4.4.5-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/jira/4/4.4/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.4/Dockerfile index 9621545e9..1b8844433 100644 --- a/linux/ecosystem/atlassian/jira/4/4.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/4/4.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/4/4.4/docker-compose.yml index f45f4e1cb..d076198d7 100644 --- a/linux/ecosystem/atlassian/jira/4/4.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/4/4.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:4.4" + image: "epicmorg/jira:4.4" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:4.4-jdk6" + image: "epicmorg/jira:4.4-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/jira/5/5.0.1/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.0.1/Dockerfile index a650cfcea..00a28b37f 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/5/5.0.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/5/5.0.1/docker-compose.yml index ec1e635eb..0f2a2499b 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/5/5.0.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:5.0.1" + image: "epicmorg/jira:5.0.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:5.0.1-jdk6" + image: "epicmorg/jira:5.0.1-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/jira/5/5.0.2/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.0.2/Dockerfile index 72c087876..da2113701 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/5/5.0.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/5/5.0.2/docker-compose.yml index 4ed096063..7bf24bbf1 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/5/5.0.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:5.0.2" + image: "epicmorg/jira:5.0.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:5.0.2-jdk6" + image: "epicmorg/jira:5.0.2-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/jira/5/5.0.3/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.0.3/Dockerfile index fe71d1b62..e4fb4bb32 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/5/5.0.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/5/5.0.3/docker-compose.yml index 4cd421a53..3f16cba92 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/5/5.0.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:5.0.3" + image: "epicmorg/jira:5.0.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:5.0.3-jdk6" + image: "epicmorg/jira:5.0.3-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/jira/5/5.0.4/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.0.4/Dockerfile index 3b9403357..7b2298182 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/5/5.0.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/5/5.0.4/docker-compose.yml index c13afb7ba..5ce3fb1c6 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/5/5.0.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:5.0.4" + image: "epicmorg/jira:5.0.4" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:5.0.4-jdk6" + image: "epicmorg/jira:5.0.4-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/jira/5/5.0.5/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.0.5/Dockerfile index 2c9ebc4b5..d92193d0f 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.0.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/5/5.0.5/docker-compose.yml b/linux/ecosystem/atlassian/jira/5/5.0.5/docker-compose.yml index 3bef9f2c4..db2024d04 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/5/5.0.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:5.0.5" + image: "epicmorg/jira:5.0.5" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:5.0.5-jdk6" + image: "epicmorg/jira:5.0.5-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/jira/5/5.0.6/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.0.6/Dockerfile index 55703c238..e3350895c 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.0.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/5/5.0.6/docker-compose.yml b/linux/ecosystem/atlassian/jira/5/5.0.6/docker-compose.yml index 3afa7f1e8..cb866ff7b 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/5/5.0.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:5.0.6" + image: "epicmorg/jira:5.0.6" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:5.0.6-jdk6" + image: "epicmorg/jira:5.0.6-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/jira/5/5.0.7/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.0.7/Dockerfile index 164c63e16..40beb44bc 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.0.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/5/5.0.7/docker-compose.yml b/linux/ecosystem/atlassian/jira/5/5.0.7/docker-compose.yml index fcb58cb51..fe0e090c8 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/5/5.0.7/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:5.0.7" + image: "epicmorg/jira:5.0.7" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:5.0.7-jdk6" + image: "epicmorg/jira:5.0.7-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/jira/5/5.0/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.0/Dockerfile index 0dd67039a..333006660 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/5/5.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/5/5.0/docker-compose.yml index 67546a807..8361e1e44 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/5/5.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:5.0" + image: "epicmorg/jira:5.0" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:5.0-jdk6" + image: "epicmorg/jira:5.0-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/jira/5/5.1.1/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.1.1/Dockerfile index 82425ba8a..2d08a37b2 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/5/5.1.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/5/5.1.1/docker-compose.yml index d74952852..ada727999 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/5/5.1.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:5.1.1" + image: "epicmorg/jira:5.1.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:5.1.1-jdk6" + image: "epicmorg/jira:5.1.1-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/jira/5/5.1.2/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.1.2/Dockerfile index c1750b0c7..5f99afc32 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/5/5.1.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/5/5.1.2/docker-compose.yml index fa888cf76..2a8a0951e 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/5/5.1.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:5.1.2" + image: "epicmorg/jira:5.1.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:5.1.2-jdk6" + image: "epicmorg/jira:5.1.2-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/jira/5/5.1.3/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.1.3/Dockerfile index 72f513665..e75c924c6 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/5/5.1.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/5/5.1.3/docker-compose.yml index 43200709b..eb198fcee 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/5/5.1.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:5.1.3" + image: "epicmorg/jira:5.1.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:5.1.3-jdk6" + image: "epicmorg/jira:5.1.3-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/jira/5/5.1.4/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.1.4/Dockerfile index cb34eb620..45287d4db 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/5/5.1.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/5/5.1.4/docker-compose.yml index b328b3579..e21488bdc 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/5/5.1.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:5.1.4" + image: "epicmorg/jira:5.1.4" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:5.1.4-jdk6" + image: "epicmorg/jira:5.1.4-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/jira/5/5.1.5/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.1.5/Dockerfile index 9f25aeb86..b46c1a355 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.1.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/5/5.1.5/docker-compose.yml b/linux/ecosystem/atlassian/jira/5/5.1.5/docker-compose.yml index d25cb9117..46e0a8731 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/5/5.1.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:5.1.5" + image: "epicmorg/jira:5.1.5" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:5.1.5-jdk6" + image: "epicmorg/jira:5.1.5-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/jira/5/5.1.6/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.1.6/Dockerfile index ae96d9960..539abaa43 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.1.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/5/5.1.6/docker-compose.yml b/linux/ecosystem/atlassian/jira/5/5.1.6/docker-compose.yml index 197482f73..5c2f3bf69 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/5/5.1.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:5.1.6" + image: "epicmorg/jira:5.1.6" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:5.1.6-jdk6" + image: "epicmorg/jira:5.1.6-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/jira/5/5.1.7/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.1.7/Dockerfile index e9b8d1c6b..69c471142 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.1.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/5/5.1.7/docker-compose.yml b/linux/ecosystem/atlassian/jira/5/5.1.7/docker-compose.yml index 8641dd308..754fd08d0 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/5/5.1.7/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:5.1.7" + image: "epicmorg/jira:5.1.7" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:5.1.7-jdk6" + image: "epicmorg/jira:5.1.7-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/jira/5/5.1.8/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.1.8/Dockerfile index 05c50346c..953f16fb3 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.1.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/5/5.1.8/docker-compose.yml b/linux/ecosystem/atlassian/jira/5/5.1.8/docker-compose.yml index bbd7d6a54..d0c3250ec 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/5/5.1.8/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:5.1.8" + image: "epicmorg/jira:5.1.8" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:5.1.8-jdk6" + image: "epicmorg/jira:5.1.8-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/jira/5/5.1/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.1/Dockerfile index a35a0e8c5..31965a9c5 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/5/5.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/5/5.1/docker-compose.yml index d3b8f40c0..9c3edd25f 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/5/5.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:5.1" + image: "epicmorg/jira:5.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:5.1-jdk6" + image: "epicmorg/jira:5.1-jdk6" build: context: . diff --git a/linux/ecosystem/atlassian/jira/5/5.2.1/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.2.1/Dockerfile index b2d612bb8..30e04952b 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 fa9b9a535..aea6ff55f 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/jira/5/5.2.1/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/5/5.2.1/docker-compose.yml index 73e2800ec..bfc7fc017 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/5/5.2.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:5.2.1" + image: "epicmorg/jira:5.2.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:5.2.1-jdk6" + image: "epicmorg/jira:5.2.1-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:5.2.1-jdk7" + image: "epicmorg/jira:5.2.1-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/jira/5/5.2.10/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.2.10/Dockerfile index 4146f9159..cced13148 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.10/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 23f1867d1..3fa20b1c8 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.10/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/jira/5/5.2.10/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2.10/docker-compose.yml b/linux/ecosystem/atlassian/jira/5/5.2.10/docker-compose.yml index 347cb7d0e..d43352178 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.10/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/5/5.2.10/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:5.2.10" + image: "epicmorg/jira:5.2.10" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:5.2.10-jdk6" + image: "epicmorg/jira:5.2.10-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:5.2.10-jdk7" + image: "epicmorg/jira:5.2.10-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/jira/5/5.2.11/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.2.11/Dockerfile index 366765841..9da512770 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.11/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 234e2df50..dec20c9ae 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.11/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/jira/5/5.2.11/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2.11/docker-compose.yml b/linux/ecosystem/atlassian/jira/5/5.2.11/docker-compose.yml index d477d1875..7eb85b338 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.11/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/5/5.2.11/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:5.2.11" + image: "epicmorg/jira:5.2.11" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:5.2.11-jdk6" + image: "epicmorg/jira:5.2.11-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:5.2.11-jdk7" + image: "epicmorg/jira:5.2.11-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/jira/5/5.2.2/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.2.2/Dockerfile index 151ad43a9..0c509135f 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 55b8f806a..bec094ad3 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/jira/5/5.2.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/5/5.2.2/docker-compose.yml index f368e2f92..97a8f63ac 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/5/5.2.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:5.2.2" + image: "epicmorg/jira:5.2.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:5.2.2-jdk6" + image: "epicmorg/jira:5.2.2-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:5.2.2-jdk7" + image: "epicmorg/jira:5.2.2-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/jira/5/5.2.3/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.2.3/Dockerfile index 470c3333b..a42a8bb41 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 c2a1d1362..2ac7ac425 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/jira/5/5.2.3/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/5/5.2.3/docker-compose.yml index 665f3d7b2..32e731991 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/5/5.2.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:5.2.3" + image: "epicmorg/jira:5.2.3" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:5.2.3-jdk6" + image: "epicmorg/jira:5.2.3-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:5.2.3-jdk7" + image: "epicmorg/jira:5.2.3-jdk7" build: context: . dockerfile: Dockerfile.jdk7 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 b7ad239b6..5f67dff92 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 6ee4bf446..3b1354e3a 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 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2.4.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/5/5.2.4.1/docker-compose.yml index dca363779..b0afef597 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.4.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/5/5.2.4.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:5.2.4.1" + image: "epicmorg/jira:5.2.4.1" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:5.2.4.1-jdk6" + image: "epicmorg/jira:5.2.4.1-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:5.2.4.1-jdk7" + image: "epicmorg/jira:5.2.4.1-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/jira/5/5.2.4/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.2.4/Dockerfile index 812e2d5ac..3dd545086 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 2daf3b926..492edd8a4 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/jira/5/5.2.4/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/5/5.2.4/docker-compose.yml index ebe3b2b9a..a0d5c2bd7 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/5/5.2.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:5.2.4" + image: "epicmorg/jira:5.2.4" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:5.2.4-jdk6" + image: "epicmorg/jira:5.2.4-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:5.2.4-jdk7" + image: "epicmorg/jira:5.2.4-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/jira/5/5.2.5/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.2.5/Dockerfile index 6e19f7ba3..92fac130d 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 a7b2254bc..594b9da16 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/jira/5/5.2.5/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2.5/docker-compose.yml b/linux/ecosystem/atlassian/jira/5/5.2.5/docker-compose.yml index 8f74735a7..2eac6e6f8 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/5/5.2.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:5.2.5" + image: "epicmorg/jira:5.2.5" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:5.2.5-jdk6" + image: "epicmorg/jira:5.2.5-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:5.2.5-jdk7" + image: "epicmorg/jira:5.2.5-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/jira/5/5.2.6/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.2.6/Dockerfile index 1f7bc500b..a1fffdf69 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 318267572..9dbf3be37 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.6/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/jira/5/5.2.6/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2.6/docker-compose.yml b/linux/ecosystem/atlassian/jira/5/5.2.6/docker-compose.yml index 1cb0ee5e1..58fd4ead2 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/5/5.2.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:5.2.6" + image: "epicmorg/jira:5.2.6" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:5.2.6-jdk6" + image: "epicmorg/jira:5.2.6-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:5.2.6-jdk7" + image: "epicmorg/jira:5.2.6-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/jira/5/5.2.7/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.2.7/Dockerfile index e6242b3f3..62190c786 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 21fd5b896..ddd532518 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/jira/5/5.2.7/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2.7/docker-compose.yml b/linux/ecosystem/atlassian/jira/5/5.2.7/docker-compose.yml index 65b779d49..dc3201b98 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/5/5.2.7/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:5.2.7" + image: "epicmorg/jira:5.2.7" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:5.2.7-jdk6" + image: "epicmorg/jira:5.2.7-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:5.2.7-jdk7" + image: "epicmorg/jira:5.2.7-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/jira/5/5.2.8/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.2.8/Dockerfile index 5c9ff89b1..f1ca43309 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 2187b76b3..97702812e 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.8/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/jira/5/5.2.8/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2.8/docker-compose.yml b/linux/ecosystem/atlassian/jira/5/5.2.8/docker-compose.yml index 7fd58e29a..709e3168f 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/5/5.2.8/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:5.2.8" + image: "epicmorg/jira:5.2.8" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:5.2.8-jdk6" + image: "epicmorg/jira:5.2.8-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:5.2.8-jdk7" + image: "epicmorg/jira:5.2.8-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/jira/5/5.2.9/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.2.9/Dockerfile index cdbd828be..85a5277b5 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 9ec35b037..6421aefdf 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.9/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/jira/5/5.2.9/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2.9/docker-compose.yml b/linux/ecosystem/atlassian/jira/5/5.2.9/docker-compose.yml index 3f9413f8b..982980a07 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/5/5.2.9/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:5.2.9" + image: "epicmorg/jira:5.2.9" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:5.2.9-jdk6" + image: "epicmorg/jira:5.2.9-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:5.2.9-jdk7" + image: "epicmorg/jira:5.2.9-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/jira/5/5.2/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.2/Dockerfile index fb2eab52e..6d1042814 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk6 +FROM epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/jira/5/5.2/Dockerfile.jdk7 index d36f82af0..70ac6049d 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/jira/5/5.2/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/5/5.2/docker-compose.yml index 6340e4a19..23ccfc9e2 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/5/5.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:5.2" + image: "epicmorg/jira:5.2" build: context: . app-jdk6: - image: "quay.io/epicmorg/jira:5.2-jdk6" + image: "epicmorg/jira:5.2-jdk6" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:5.2-jdk7" + image: "epicmorg/jira:5.2-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/jira/6/6.0.1/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.0.1/Dockerfile index c31fe040c..f833532a2 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.0.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.0.1/docker-compose.yml index aa075f251..727588014 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.0.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:6.0.1" + image: "epicmorg/jira:6.0.1" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.0.1-jdk7" + image: "epicmorg/jira:6.0.1-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/jira/6/6.0.2/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.0.2/Dockerfile index 39c5a7642..89899a660 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.0.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.0.2/docker-compose.yml index e1fcca144..093c11293 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.0.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:6.0.2" + image: "epicmorg/jira:6.0.2" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.0.2-jdk7" + image: "epicmorg/jira:6.0.2-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/jira/6/6.0.3/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.0.3/Dockerfile index 0f0f18f90..a4281c603 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.0.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.0.3/docker-compose.yml index 7af52250c..0af601561 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.0.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:6.0.3" + image: "epicmorg/jira:6.0.3" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.0.3-jdk7" + image: "epicmorg/jira:6.0.3-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/jira/6/6.0.4/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.0.4/Dockerfile index 055720fcb..cc58ce012 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.0.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.0.4/docker-compose.yml index 47a689e4a..86f5aac86 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.0.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:6.0.4" + image: "epicmorg/jira:6.0.4" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.0.4-jdk7" + image: "epicmorg/jira:6.0.4-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/jira/6/6.0.5/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.0.5/Dockerfile index c7399bf77..5e1373e1e 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.0.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.0.5/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.0.5/docker-compose.yml index 2dc8a7b34..a6f99fd74 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.0.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:6.0.5" + image: "epicmorg/jira:6.0.5" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.0.5-jdk7" + image: "epicmorg/jira:6.0.5-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/jira/6/6.0.6/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.0.6/Dockerfile index 92eab3692..bd59280e1 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.0.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.0.6/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.0.6/docker-compose.yml index 3ee5701de..48a86cb29 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.0.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:6.0.6" + image: "epicmorg/jira:6.0.6" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.0.6-jdk7" + image: "epicmorg/jira:6.0.6-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/jira/6/6.0.7/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.0.7/Dockerfile index 654b2cf2c..d45809365 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.0.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.0.7/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.0.7/docker-compose.yml index d586b9278..74472b45d 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.0.7/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:6.0.7" + image: "epicmorg/jira:6.0.7" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.0.7-jdk7" + image: "epicmorg/jira:6.0.7-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/jira/6/6.0.8/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.0.8/Dockerfile index 6bc0dbd72..de6b348ec 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.0.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.0.8/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.0.8/docker-compose.yml index c70ea0924..15bc046a1 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.0.8/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:6.0.8" + image: "epicmorg/jira:6.0.8" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.0.8-jdk7" + image: "epicmorg/jira:6.0.8-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/jira/6/6.0/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.0/Dockerfile index 5d8cd3ca2..e55162af5 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.0/docker-compose.yml index 205190079..02bfc95a3 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:6.0" + image: "epicmorg/jira:6.0" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.0-jdk7" + image: "epicmorg/jira:6.0-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/jira/6/6.1.1/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.1.1/Dockerfile index 3f73cbaa4..ec38dbf06 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.1.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.1.1/docker-compose.yml index 7f561964d..946331604 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.1.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:6.1.1" + image: "epicmorg/jira:6.1.1" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.1.1-jdk7" + image: "epicmorg/jira:6.1.1-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/jira/6/6.1.2/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.1.2/Dockerfile index 64b029e40..2cf53fbfd 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.1.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.1.2/docker-compose.yml index 6131ac218..9de6e813a 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.1.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:6.1.2" + image: "epicmorg/jira:6.1.2" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.1.2-jdk7" + image: "epicmorg/jira:6.1.2-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/jira/6/6.1.3/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.1.3/Dockerfile index e62c61194..d1413ecdb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.1.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.1.3/docker-compose.yml index 4e359c7fe..7ffed4316 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.1.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:6.1.3" + image: "epicmorg/jira:6.1.3" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.1.3-jdk7" + image: "epicmorg/jira:6.1.3-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/jira/6/6.1.4/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.1.4/Dockerfile index 2937abd78..591dc3592 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.1.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.1.4/docker-compose.yml index 9831a6db7..ff0390e37 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.1.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:6.1.4" + image: "epicmorg/jira:6.1.4" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.1.4-jdk7" + image: "epicmorg/jira:6.1.4-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/jira/6/6.1.5/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.1.5/Dockerfile index af9bc9ac9..f4f3c92b3 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.1.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.1.5/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.1.5/docker-compose.yml index d7a19b297..3dfd32330 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.1.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:6.1.5" + image: "epicmorg/jira:6.1.5" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.1.5-jdk7" + image: "epicmorg/jira:6.1.5-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/jira/6/6.1.6/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.1.6/Dockerfile index 05b3520b5..be7616ff6 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.1.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.1.6/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.1.6/docker-compose.yml index e659d531f..9069ee55c 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.1.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:6.1.6" + image: "epicmorg/jira:6.1.6" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.1.6-jdk7" + image: "epicmorg/jira:6.1.6-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/jira/6/6.1.7/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.1.7/Dockerfile index d9c18358b..7e0836a2b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.1.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.1.7/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.1.7/docker-compose.yml index d5d923095..24dd218a5 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.1.7/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:6.1.7" + image: "epicmorg/jira:6.1.7" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.1.7-jdk7" + image: "epicmorg/jira:6.1.7-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/jira/6/6.1.8/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.1.8/Dockerfile index 14d1b6af0..6039fad72 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.1.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.1.8/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.1.8/docker-compose.yml index eb5ef8c51..62e432c16 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.1.8/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:6.1.8" + image: "epicmorg/jira:6.1.8" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.1.8-jdk7" + image: "epicmorg/jira:6.1.8-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/jira/6/6.1.9/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.1.9/Dockerfile index bead554ac..d243a6295 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.1.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.1.9/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.1.9/docker-compose.yml index a8e93a11d..b926aa9e7 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.1.9/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:6.1.9" + image: "epicmorg/jira:6.1.9" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.1.9-jdk7" + image: "epicmorg/jira:6.1.9-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/jira/6/6.1/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.1/Dockerfile index 59bab9ab1..625c8ec0d 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.1/docker-compose.yml index a8c850a79..1ee7f1107 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:6.1" + image: "epicmorg/jira:6.1" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.1-jdk7" + image: "epicmorg/jira:6.1-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/jira/6/6.2.1/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.2.1/Dockerfile index 42974d294..688eb3f92 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.2.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.2.1/docker-compose.yml index d7ad4ad26..8423b8000 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.2.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:6.2.1" + image: "epicmorg/jira:6.2.1" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.2.1-jdk7" + image: "epicmorg/jira:6.2.1-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/jira/6/6.2.2/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.2.2/Dockerfile index 54fb81ccc..f8acde079 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.2.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.2.2/docker-compose.yml index 6d3e0f80d..12ec3d7a2 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.2.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:6.2.2" + image: "epicmorg/jira:6.2.2" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.2.2-jdk7" + image: "epicmorg/jira:6.2.2-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/jira/6/6.2.3/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.2.3/Dockerfile index c7b6c194c..2b5d55cde 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.2.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.2.3/docker-compose.yml index 121983278..4ddc1a861 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.2.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:6.2.3" + image: "epicmorg/jira:6.2.3" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.2.3-jdk7" + image: "epicmorg/jira:6.2.3-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/jira/6/6.2.4/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.2.4/Dockerfile index 5f81f8a3e..a9a8a6216 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.2.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.2.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.2.4/docker-compose.yml index c8fe485dd..355ff892d 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.2.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:6.2.4" + image: "epicmorg/jira:6.2.4" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.2.4-jdk7" + image: "epicmorg/jira:6.2.4-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/jira/6/6.2.5/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.2.5/Dockerfile index 862db0727..68808319a 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.2.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.2.5/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.2.5/docker-compose.yml index 7c7fdc508..2137b1131 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.2.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:6.2.5" + image: "epicmorg/jira:6.2.5" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.2.5-jdk7" + image: "epicmorg/jira:6.2.5-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/jira/6/6.2.6/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.2.6/Dockerfile index bd0ce6057..ad51de78f 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.2.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.2.6/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.2.6/docker-compose.yml index fd1533f0e..5ac4686e7 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.2.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:6.2.6" + image: "epicmorg/jira:6.2.6" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.2.6-jdk7" + image: "epicmorg/jira:6.2.6-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/jira/6/6.2.7/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.2.7/Dockerfile index ce8a79226..f43fd5d2b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.2.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.2.7/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.2.7/docker-compose.yml index 51bb9fa03..ca2817298 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.2.7/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:6.2.7" + image: "epicmorg/jira:6.2.7" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.2.7-jdk7" + image: "epicmorg/jira:6.2.7-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/jira/6/6.2/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.2/Dockerfile index ef401cf4b..09a657ce5 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.2/docker-compose.yml index 8a8c3a8dc..6e8f29eb9 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:6.2" + image: "epicmorg/jira:6.2" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.2-jdk7" + image: "epicmorg/jira:6.2-jdk7" build: context: . diff --git a/linux/ecosystem/atlassian/jira/6/6.3.1/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.1/Dockerfile index 0148b6f83..f7a89a9c9 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 d372d0bd1..5476ac7b5 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.1/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.1/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.3.1/docker-compose.yml index 1506fc4fe..39cea0acb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.3.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:6.3.1" + image: "epicmorg/jira:6.3.1" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.3.1-jdk7" + image: "epicmorg/jira:6.3.1-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:6.3.1-jdk8" + image: "epicmorg/jira:6.3.1-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/jira/6/6.3.10/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.10/Dockerfile index 026c4ef0f..c0a2f759e 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.10/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 d35b7cb9a..77571d00e 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.10/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.10/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.10/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.3.10/docker-compose.yml index 1e76c6b83..a20ad57d4 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.10/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.3.10/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:6.3.10" + image: "epicmorg/jira:6.3.10" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.3.10-jdk7" + image: "epicmorg/jira:6.3.10-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:6.3.10-jdk8" + image: "epicmorg/jira:6.3.10-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/jira/6/6.3.11/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.11/Dockerfile index 69cc3cfab..502a975c7 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.11/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 e7d0ad6f6..08a813344 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.11/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.11/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.11/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.3.11/docker-compose.yml index 44216529a..99d3f90bf 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.11/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.3.11/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:6.3.11" + image: "epicmorg/jira:6.3.11" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.3.11-jdk7" + image: "epicmorg/jira:6.3.11-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:6.3.11-jdk8" + image: "epicmorg/jira:6.3.11-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/jira/6/6.3.12/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.12/Dockerfile index a9f0ee127..d0f5d6dd2 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.12/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 dc4d5e3d3..44c857fd2 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.12/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.12/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.12/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.3.12/docker-compose.yml index 47e1368b8..d81c61fa1 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.12/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.3.12/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:6.3.12" + image: "epicmorg/jira:6.3.12" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.3.12-jdk7" + image: "epicmorg/jira:6.3.12-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:6.3.12-jdk8" + image: "epicmorg/jira:6.3.12-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/jira/6/6.3.13/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.13/Dockerfile index 5c77f9186..918309392 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.13/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 5925ff4f4..d6a874675 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.13/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.13/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.13/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.3.13/docker-compose.yml index 0f480270b..e5ac910d6 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.13/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.3.13/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:6.3.13" + image: "epicmorg/jira:6.3.13" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.3.13-jdk7" + image: "epicmorg/jira:6.3.13-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:6.3.13-jdk8" + image: "epicmorg/jira:6.3.13-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/jira/6/6.3.14/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.14/Dockerfile index c77fe055d..018ca570d 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.14/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.14/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 a7093f769..543b1f6ba 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.14/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.14/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.14/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.3.14/docker-compose.yml index b76eadc99..7c5e68a90 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.14/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.3.14/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:6.3.14" + image: "epicmorg/jira:6.3.14" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.3.14-jdk7" + image: "epicmorg/jira:6.3.14-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:6.3.14-jdk8" + image: "epicmorg/jira:6.3.14-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/jira/6/6.3.15/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.15/Dockerfile index 049208516..7c09c670b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.15/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.15/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 63e365757..3a1766d47 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.15/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.15/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.15/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.3.15/docker-compose.yml index 5f875f3be..4e750b914 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.15/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.3.15/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:6.3.15" + image: "epicmorg/jira:6.3.15" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.3.15-jdk7" + image: "epicmorg/jira:6.3.15-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:6.3.15-jdk8" + image: "epicmorg/jira:6.3.15-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/jira/6/6.3.3/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.3/Dockerfile index 155976906..9ab5c707a 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 e41b771eb..479863288 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.3/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.3/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.3.3/docker-compose.yml index a04d091d0..6dfef352a 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.3.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:6.3.3" + image: "epicmorg/jira:6.3.3" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.3.3-jdk7" + image: "epicmorg/jira:6.3.3-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:6.3.3-jdk8" + image: "epicmorg/jira:6.3.3-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/jira/6/6.3.4/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.4/Dockerfile index f5fde5b3f..2fdee1c4d 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 d9faea861..a161e0787 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.4/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.4/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.3.4/docker-compose.yml index 8e5579fc3..1582016fa 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.3.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:6.3.4" + image: "epicmorg/jira:6.3.4" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.3.4-jdk7" + image: "epicmorg/jira:6.3.4-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:6.3.4-jdk8" + image: "epicmorg/jira:6.3.4-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/jira/6/6.3.5/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.5/Dockerfile index c7dc635c4..df8e1a590 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 b3ec187c4..8d3ac0d9c 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.5/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.5/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.5/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.3.5/docker-compose.yml index d19080197..159ed76b1 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.3.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:6.3.5" + image: "epicmorg/jira:6.3.5" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.3.5-jdk7" + image: "epicmorg/jira:6.3.5-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:6.3.5-jdk8" + image: "epicmorg/jira:6.3.5-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/jira/6/6.3.6/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.6/Dockerfile index f1b156fcf..7b105232e 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 2213205c2..4b9551338 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.6/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.6/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.6/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.3.6/docker-compose.yml index 2195ce17f..75901cb0d 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.3.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:6.3.6" + image: "epicmorg/jira:6.3.6" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.3.6-jdk7" + image: "epicmorg/jira:6.3.6-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:6.3.6-jdk8" + image: "epicmorg/jira:6.3.6-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/jira/6/6.3.7/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.7/Dockerfile index f4f3c7f92..543b11dca 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 a1500a120..1d38658b2 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.7/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.7/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.7/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.3.7/docker-compose.yml index 6342c1603..21cb2762a 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.3.7/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:6.3.7" + image: "epicmorg/jira:6.3.7" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.3.7-jdk7" + image: "epicmorg/jira:6.3.7-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:6.3.7-jdk8" + image: "epicmorg/jira:6.3.7-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/jira/6/6.3.8/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.8/Dockerfile index fbcfc914b..7fc74ccf5 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 60db678c0..739d23cd7 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.8/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.8/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.8/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.3.8/docker-compose.yml index 1574577cd..a24151490 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.3.8/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:6.3.8" + image: "epicmorg/jira:6.3.8" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.3.8-jdk7" + image: "epicmorg/jira:6.3.8-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:6.3.8-jdk8" + image: "epicmorg/jira:6.3.8-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/jira/6/6.3.9/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.9/Dockerfile index 67252304b..5b5fac5aa 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 ddc2dee01..4cec65e7a 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.9/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.9/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.9/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.3.9/docker-compose.yml index af65fa96b..d23177527 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.3.9/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:6.3.9" + image: "epicmorg/jira:6.3.9" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.3.9-jdk7" + image: "epicmorg/jira:6.3.9-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:6.3.9-jdk8" + image: "epicmorg/jira:6.3.9-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/jira/6/6.3/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3/Dockerfile index 82fe2746b..7e277fa8c 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.3/Dockerfile.jdk8 index 1ea9c3a80..51e3c0109 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.3/docker-compose.yml index e476e8d8c..a5fb9a85a 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:6.3" + image: "epicmorg/jira:6.3" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.3-jdk7" + image: "epicmorg/jira:6.3-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:6.3-jdk8" + image: "epicmorg/jira:6.3-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/jira/6/6.4.1/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.1/Dockerfile index abb65fdd8..76c3d19ec 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 d3a680ed9..5915cac16 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.1/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.1/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.4.1/docker-compose.yml index 4f626ea07..2f16cccc8 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.4.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:6.4.1" + image: "epicmorg/jira:6.4.1" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.4.1-jdk7" + image: "epicmorg/jira:6.4.1-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:6.4.1-jdk8" + image: "epicmorg/jira:6.4.1-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/jira/6/6.4.10/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.10/Dockerfile index 082445ae9..88926e582 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.10/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 218a0ca2f..fa20d8899 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.10/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.10/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.10/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.4.10/docker-compose.yml index f215821ec..ac04193c2 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.10/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.4.10/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:6.4.10" + image: "epicmorg/jira:6.4.10" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.4.10-jdk7" + image: "epicmorg/jira:6.4.10-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:6.4.10-jdk8" + image: "epicmorg/jira:6.4.10-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/jira/6/6.4.11/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.11/Dockerfile index 8b36d5b85..7ee67b6fc 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.11/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 51b5907df..921714b88 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.11/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.11/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.11/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.4.11/docker-compose.yml index dd75fb7d2..51b2125c3 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.11/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.4.11/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:6.4.11" + image: "epicmorg/jira:6.4.11" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.4.11-jdk7" + image: "epicmorg/jira:6.4.11-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:6.4.11-jdk8" + image: "epicmorg/jira:6.4.11-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/jira/6/6.4.12/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.12/Dockerfile index 7d481c96d..dcff17a38 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.12/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 221284815..e0f56caab 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.12/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.12/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.12/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.4.12/docker-compose.yml index 849a5d3eb..cb9a181cf 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.12/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.4.12/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:6.4.12" + image: "epicmorg/jira:6.4.12" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.4.12-jdk7" + image: "epicmorg/jira:6.4.12-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:6.4.12-jdk8" + image: "epicmorg/jira:6.4.12-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/jira/6/6.4.13/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.13/Dockerfile index c971de081..8687aa86a 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.13/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 041410099..bebac6ad5 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.13/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.13/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.13/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.4.13/docker-compose.yml index fcbbbca0d..19235dd62 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.13/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.4.13/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:6.4.13" + image: "epicmorg/jira:6.4.13" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.4.13-jdk7" + image: "epicmorg/jira:6.4.13-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:6.4.13-jdk8" + image: "epicmorg/jira:6.4.13-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/jira/6/6.4.14/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.14/Dockerfile index 8509e5712..97ef8d687 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.14/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.14/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 c1e02e135..2a52774c1 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.14/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.14/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.14/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.4.14/docker-compose.yml index e09ee046c..aa38e98f0 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.14/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.4.14/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:6.4.14" + image: "epicmorg/jira:6.4.14" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.4.14-jdk7" + image: "epicmorg/jira:6.4.14-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:6.4.14-jdk8" + image: "epicmorg/jira:6.4.14-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/jira/6/6.4.2/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.2/Dockerfile index cfd344229..bf31bad35 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 c0f6e8e42..d2ec41e80 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.2/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.2/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.4.2/docker-compose.yml index 766419ba1..c409cdc51 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.4.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:6.4.2" + image: "epicmorg/jira:6.4.2" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.4.2-jdk7" + image: "epicmorg/jira:6.4.2-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:6.4.2-jdk8" + image: "epicmorg/jira:6.4.2-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/jira/6/6.4.3/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.3/Dockerfile index 67468b21f..c705f8114 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 c3c88d3b3..86c22b63a 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.3/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.3/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.4.3/docker-compose.yml index 7b554b31f..cbd357498 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.4.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:6.4.3" + image: "epicmorg/jira:6.4.3" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.4.3-jdk7" + image: "epicmorg/jira:6.4.3-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:6.4.3-jdk8" + image: "epicmorg/jira:6.4.3-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/jira/6/6.4.4/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.4/Dockerfile index 6bc687035..50747ecf7 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 36c3f8bf0..0f16f0941 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.4/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.4/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.4.4/docker-compose.yml index 765f43303..81d0f445e 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.4.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:6.4.4" + image: "epicmorg/jira:6.4.4" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.4.4-jdk7" + image: "epicmorg/jira:6.4.4-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:6.4.4-jdk8" + image: "epicmorg/jira:6.4.4-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/jira/6/6.4.5/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.5/Dockerfile index 91b06376e..c3571869c 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 8b41a7610..a6c0841fe 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.5/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.5/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.5/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.4.5/docker-compose.yml index b11a9648a..597dedabe 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.4.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:6.4.5" + image: "epicmorg/jira:6.4.5" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.4.5-jdk7" + image: "epicmorg/jira:6.4.5-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:6.4.5-jdk8" + image: "epicmorg/jira:6.4.5-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/jira/6/6.4.6/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.6/Dockerfile index 25d072b06..9f63d39d6 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 ee2a34f02..e8168aa03 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.6/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.6/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.6/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.4.6/docker-compose.yml index 9e1514074..94c51c1fa 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.4.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:6.4.6" + image: "epicmorg/jira:6.4.6" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.4.6-jdk7" + image: "epicmorg/jira:6.4.6-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:6.4.6-jdk8" + image: "epicmorg/jira:6.4.6-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/jira/6/6.4.7/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.7/Dockerfile index 3c14c8073..1a90ec61d 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 4d256810d..4084a5e56 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.7/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.7/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.7/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.4.7/docker-compose.yml index 4e04ac633..c21947c94 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.4.7/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:6.4.7" + image: "epicmorg/jira:6.4.7" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.4.7-jdk7" + image: "epicmorg/jira:6.4.7-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:6.4.7-jdk8" + image: "epicmorg/jira:6.4.7-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/jira/6/6.4.8/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.8/Dockerfile index fcd3d98e9..8136af76e 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 7c65c3048..615372216 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.8/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.8/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.8/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.4.8/docker-compose.yml index 4a50b15ec..25f461dec 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.4.8/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:6.4.8" + image: "epicmorg/jira:6.4.8" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.4.8-jdk7" + image: "epicmorg/jira:6.4.8-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:6.4.8-jdk8" + image: "epicmorg/jira:6.4.8-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/jira/6/6.4.9/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.9/Dockerfile index 17307938a..4b8828ead 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 a0da4e2b6..eebaf44b9 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.9/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.9/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.9/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.4.9/docker-compose.yml index 71f293214..8e6c5665d 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.4.9/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:6.4.9" + image: "epicmorg/jira:6.4.9" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.4.9-jdk7" + image: "epicmorg/jira:6.4.9-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:6.4.9-jdk8" + image: "epicmorg/jira:6.4.9-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/jira/6/6.4/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4/Dockerfile index 6e8cb9034..33f0592a3 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk7 +FROM epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.4/Dockerfile.jdk8 index abf55c89f..b2557bc1b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4/Dockerfile.jdk8 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/6/6.4/docker-compose.yml index 963c9eac2..fd803cfe9 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/6/6.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:6.4" + image: "epicmorg/jira:6.4" build: context: . app-jdk7: - image: "quay.io/epicmorg/jira:6.4-jdk7" + image: "epicmorg/jira:6.4-jdk7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:6.4-jdk8" + image: "epicmorg/jira:6.4-jdk8" build: context: . dockerfile: Dockerfile.jdk8 diff --git a/linux/ecosystem/atlassian/jira/7/7.0.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.0.0/Dockerfile index 5eaa363a1..a8fa5bd99 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.0.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -27,7 +27,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf /tmp/atlassian-jira-software-${RELEASE}-jira-${RELEASE}.tar.gz --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.0.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.0.0/docker-compose.yml index be5ee31fb..f203f1572 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.0.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.0.0" + image: "epicmorg/jira:7.0.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.0.0-jdk8" + image: "epicmorg/jira:7.0.0-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.0.10/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.0.10/Dockerfile index d2bd42b75..96fc6c653 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.10/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.0.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -27,7 +27,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf /tmp/atlassian-jira-software-${RELEASE}-jira-${RELEASE}.tar.gz --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.0.10/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.0.10/docker-compose.yml index 669810f21..a7f528128 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.10/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.0.10/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.0.10" + image: "epicmorg/jira:7.0.10" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.0.10-jdk8" + image: "epicmorg/jira:7.0.10-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.0.11/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.0.11/Dockerfile index 42656e257..6a95d3313 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.11/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.0.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.0.11/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.0.11/docker-compose.yml index b42ebe86c..019072167 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.11/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.0.11/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.0.11" + image: "epicmorg/jira:7.0.11" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.0.11-jdk8" + image: "epicmorg/jira:7.0.11-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.0.2/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.0.2/Dockerfile index add7058a2..f7d318c1c 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -27,7 +27,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf /tmp/atlassian-jira-software-${RELEASE}-jira-${RELEASE}.tar.gz --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.0.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.0.2/docker-compose.yml index 2daf8303d..c76657d8a 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.0.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.0.2" + image: "epicmorg/jira:7.0.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.0.2-jdk8" + image: "epicmorg/jira:7.0.2-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.0.4/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.0.4/Dockerfile index a40cdd171..673d9b96c 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -27,7 +27,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf /tmp/atlassian-jira-software-${RELEASE}-jira-${RELEASE}.tar.gz --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.0.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.0.4/docker-compose.yml index 136f9ddf1..8fd9fc398 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.0.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.0.4" + image: "epicmorg/jira:7.0.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.0.4-jdk8" + image: "epicmorg/jira:7.0.4-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.0.5/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.0.5/Dockerfile index 746710128..a9d79deee 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.0.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -27,7 +27,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf /tmp/atlassian-jira-software-${RELEASE}-jira-${RELEASE}.tar.gz --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.0.5/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.0.5/docker-compose.yml index ab97e7f0f..c9e66297d 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.0.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.0.5" + image: "epicmorg/jira:7.0.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.0.5-jdk8" + image: "epicmorg/jira:7.0.5-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.0.9/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.0.9/Dockerfile index 0320ea9b0..82d139c00 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.0.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -27,7 +27,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf /tmp/atlassian-jira-software-${RELEASE}-jira-${RELEASE}.tar.gz --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.0.9/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.0.9/docker-compose.yml index ac7bd82b9..f1ecf55df 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.0.9/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.0.9" + image: "epicmorg/jira:7.0.9" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.0.9-jdk8" + image: "epicmorg/jira:7.0.9-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.1.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.1.0/Dockerfile index dd2222f46..2391786bb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -27,7 +27,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf /tmp/atlassian-jira-software-${RELEASE}-jira-${RELEASE}.tar.gz --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.1.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.1.0/docker-compose.yml index 975be0dc6..d1c271c05 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.1.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.1.0" + image: "epicmorg/jira:7.1.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.1.0-jdk8" + image: "epicmorg/jira:7.1.0-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.1.1/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.1.1/Dockerfile index 557f5b39d..50cf584fc 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -27,7 +27,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf /tmp/atlassian-jira-software-${RELEASE}-jira-${RELEASE}.tar.gz --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.1.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.1.1/docker-compose.yml index 57acc5173..dfd90cae4 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.1.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.1.1" + image: "epicmorg/jira:7.1.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.1.1-jdk8" + image: "epicmorg/jira:7.1.1-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.1.10/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.1.10/Dockerfile index 4bb93bde2..37c7e2224 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.10/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.1.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.1.10/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.1.10/docker-compose.yml index b930c476c..b234e0d81 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.10/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.1.10/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.1.10" + image: "epicmorg/jira:7.1.10" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.1.10-jdk8" + image: "epicmorg/jira:7.1.10-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.1.2/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.1.2/Dockerfile index cb4f4a32e..993e04979 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -27,7 +27,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf /tmp/atlassian-jira-software-${RELEASE}-jira-${RELEASE}.tar.gz --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.1.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.1.2/docker-compose.yml index 0996cc46e..61cf6640a 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.1.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.1.2" + image: "epicmorg/jira:7.1.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.1.2-jdk8" + image: "epicmorg/jira:7.1.2-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.1.4/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.1.4/Dockerfile index 52f277de4..48c520c6d 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -27,7 +27,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf /tmp/atlassian-jira-software-${RELEASE}-jira-${RELEASE}.tar.gz --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.1.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.1.4/docker-compose.yml index 9b43f6483..e50b71da9 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.1.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.1.4" + image: "epicmorg/jira:7.1.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.1.4-jdk8" + image: "epicmorg/jira:7.1.4-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.1.6/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.1.6/Dockerfile index 5651b86dd..16a8e8bd6 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.1.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -27,7 +27,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf /tmp/atlassian-jira-software-${RELEASE}-jira-${RELEASE}.tar.gz --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.1.6/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.1.6/docker-compose.yml index 7161871d6..dd1fc22dc 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.1.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.1.6" + image: "epicmorg/jira:7.1.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.1.6-jdk8" + image: "epicmorg/jira:7.1.6-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.1.7/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.1.7/Dockerfile index 990e78f5c..de25db381 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.1.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -27,7 +27,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf /tmp/atlassian-jira-software-${RELEASE}-jira-${RELEASE}.tar.gz --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.1.7/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.1.7/docker-compose.yml index 9a252b3bb..915994870 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.1.7/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.1.7" + image: "epicmorg/jira:7.1.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.1.7-jdk8" + image: "epicmorg/jira:7.1.7-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.1.8/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.1.8/Dockerfile index 83478a53d..95cc7a812 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.1.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -27,7 +27,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf /tmp/atlassian-jira-software-${RELEASE}-jira-${RELEASE}.tar.gz --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.1.8/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.1.8/docker-compose.yml index a28c9d41d..efbcc53e5 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.1.8/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.1.8" + image: "epicmorg/jira:7.1.8" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.1.8-jdk8" + image: "epicmorg/jira:7.1.8-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.1.9/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.1.9/Dockerfile index ce92b606f..684f96419 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.1.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.1.9/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.1.9/docker-compose.yml index 4ddaaf916..97da9d61a 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.1.9/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.1.9" + image: "epicmorg/jira:7.1.9" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.1.9-jdk8" + image: "epicmorg/jira:7.1.9-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.10.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.10.0/Dockerfile index c594a89a7..4877ea761 100644 --- a/linux/ecosystem/atlassian/jira/7/7.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.10.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.10.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.10.0/docker-compose.yml index 10dea870b..73f7db874 100644 --- a/linux/ecosystem/atlassian/jira/7/7.10.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.10.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.10.0" + image: "epicmorg/jira:7.10.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.10.0-jdk8" + image: "epicmorg/jira:7.10.0-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.10.1/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.10.1/Dockerfile index 50c63bcad..80aa95a01 100644 --- a/linux/ecosystem/atlassian/jira/7/7.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.10.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.10.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.10.1/docker-compose.yml index 0e5b69450..b2b58b992 100644 --- a/linux/ecosystem/atlassian/jira/7/7.10.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.10.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.10.1" + image: "epicmorg/jira:7.10.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.10.1-jdk8" + image: "epicmorg/jira:7.10.1-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.10.2/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.10.2/Dockerfile index ac129ccc0..19f854276 100644 --- a/linux/ecosystem/atlassian/jira/7/7.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.10.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.10.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.10.2/docker-compose.yml index bed9c778d..bf3718e01 100644 --- a/linux/ecosystem/atlassian/jira/7/7.10.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.10.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.10.2" + image: "epicmorg/jira:7.10.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.10.2-jdk8" + image: "epicmorg/jira:7.10.2-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.11.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.11.0/Dockerfile index 50b57231c..25ab12c9d 100644 --- a/linux/ecosystem/atlassian/jira/7/7.11.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.11.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.11.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.11.0/docker-compose.yml index 6d5c7ab32..1975b65c6 100644 --- a/linux/ecosystem/atlassian/jira/7/7.11.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.11.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.11.0" + image: "epicmorg/jira:7.11.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.11.0-jdk8" + image: "epicmorg/jira:7.11.0-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.11.1/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.11.1/Dockerfile index f52c9d77e..ff5ef33a0 100644 --- a/linux/ecosystem/atlassian/jira/7/7.11.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.11.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.11.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.11.1/docker-compose.yml index be508aa86..6367406e7 100644 --- a/linux/ecosystem/atlassian/jira/7/7.11.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.11.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.11.1" + image: "epicmorg/jira:7.11.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.11.1-jdk8" + image: "epicmorg/jira:7.11.1-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.11.2/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.11.2/Dockerfile index d591f546a..6d8cbb655 100644 --- a/linux/ecosystem/atlassian/jira/7/7.11.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.11.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.11.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.11.2/docker-compose.yml index 8c67500b9..860c179c6 100644 --- a/linux/ecosystem/atlassian/jira/7/7.11.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.11.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.11.2" + image: "epicmorg/jira:7.11.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.11.2-jdk8" + image: "epicmorg/jira:7.11.2-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.12.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.12.0/Dockerfile index 50866c63c..5924f2001 100644 --- a/linux/ecosystem/atlassian/jira/7/7.12.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.12.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.12.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.12.0/docker-compose.yml index 828c0b963..0f6da2c3a 100644 --- a/linux/ecosystem/atlassian/jira/7/7.12.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.12.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.12.0" + image: "epicmorg/jira:7.12.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.12.0-jdk8" + image: "epicmorg/jira:7.12.0-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.12.1/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.12.1/Dockerfile index 04b5425de..6a4c4398d 100644 --- a/linux/ecosystem/atlassian/jira/7/7.12.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.12.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.12.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.12.1/docker-compose.yml index 19292ee28..01145ed83 100644 --- a/linux/ecosystem/atlassian/jira/7/7.12.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.12.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.12.1" + image: "epicmorg/jira:7.12.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.12.1-jdk8" + image: "epicmorg/jira:7.12.1-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.12.3/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.12.3/Dockerfile index 5154d43f3..9cda0f4ac 100644 --- a/linux/ecosystem/atlassian/jira/7/7.12.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.12.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.12.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.12.3/docker-compose.yml index a5faaf241..32041a434 100644 --- a/linux/ecosystem/atlassian/jira/7/7.12.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.12.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.12.3" + image: "epicmorg/jira:7.12.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.12.3-jdk8" + image: "epicmorg/jira:7.12.3-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.13.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.0/Dockerfile index dc8cca832..4571cb480 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.13.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.13.0/docker-compose.yml index 0cddb0211..06ed33b4b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.13.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.13.0" + image: "epicmorg/jira:7.13.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.13.0-jdk8" + image: "epicmorg/jira:7.13.0-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.13.1/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.1/Dockerfile index 642a52b57..fbab4138e 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.13.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.13.1/docker-compose.yml index 91f048485..8c7975ea1 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.13.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.13.1" + image: "epicmorg/jira:7.13.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.13.1-jdk8" + image: "epicmorg/jira:7.13.1-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.13.11/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.11/Dockerfile index 067c3b452..5fced6d1b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.11/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.13.11/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.13.11/docker-compose.yml index 4b9fdd5d8..7bc8cdafb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.11/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.13.11/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.13.11" + image: "epicmorg/jira:7.13.11" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.13.11-jdk8" + image: "epicmorg/jira:7.13.11-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.13.12/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.12/Dockerfile index 50a3efcaf..8477b8e4d 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.12/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.13.12/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.13.12/docker-compose.yml index 03a32199b..fd22b36a8 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.12/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.13.12/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.13.12" + image: "epicmorg/jira:7.13.12" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.13.12-jdk8" + image: "epicmorg/jira:7.13.12-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.13.13/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.13/Dockerfile index 35353235e..03781550b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.13/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.13.13/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.13.13/docker-compose.yml index 8d5a03d89..9802eaedc 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.13/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.13.13/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.13.13" + image: "epicmorg/jira:7.13.13" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.13.13-jdk8" + image: "epicmorg/jira:7.13.13-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.13.14/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.14/Dockerfile index a89a92f85..c27a54388 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.14/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.14/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.13.14/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.13.14/docker-compose.yml index 8fc7d6eed..bff817f83 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.14/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.13.14/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.13.14" + image: "epicmorg/jira:7.13.14" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.13.14-jdk8" + image: "epicmorg/jira:7.13.14-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.13.15/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.15/Dockerfile index 835199d87..562ec6398 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.15/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.15/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.13.15/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.13.15/docker-compose.yml index c58e229db..73ec0d3f8 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.15/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.13.15/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.13.15" + image: "epicmorg/jira:7.13.15" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.13.15-jdk8" + image: "epicmorg/jira:7.13.15-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.13.16/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.16/Dockerfile index 1665577c5..355ba6311 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.16/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.13.16/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.13.16/docker-compose.yml index 0428e919a..a1ac6bdb1 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.16/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.13.16/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.13.16" + image: "epicmorg/jira:7.13.16" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.13.16-jdk8" + image: "epicmorg/jira:7.13.16-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.13.17/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.17/Dockerfile index 23825a4a8..296f74b3e 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.17/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.13.17/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.13.17/docker-compose.yml index bf54726ea..5c4f0ca7f 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.17/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.13.17/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.13.17" + image: "epicmorg/jira:7.13.17" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.13.17-jdk8" + image: "epicmorg/jira:7.13.17-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.13.18/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.18/Dockerfile index a5906a6a6..ee9a9213f 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.18/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.18/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.13.18/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.13.18/docker-compose.yml index 2ce3d48b6..649767a05 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.18/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.13.18/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.13.18" + image: "epicmorg/jira:7.13.18" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.13.18-jdk8" + image: "epicmorg/jira:7.13.18-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.13.2/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.2/Dockerfile index 45ca4efa9..b9b27773a 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.13.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.13.2/docker-compose.yml index 58785118f..e3ffa25d8 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.13.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.13.2" + image: "epicmorg/jira:7.13.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.13.2-jdk8" + image: "epicmorg/jira:7.13.2-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.13.3/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.3/Dockerfile index a4d2de204..8a2467b32 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.13.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.13.3/docker-compose.yml index 64e4b8acf..aaa54ff42 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.13.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.13.3" + image: "epicmorg/jira:7.13.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.13.3-jdk8" + image: "epicmorg/jira:7.13.3-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.13.4/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.4/Dockerfile index 7a71f1e25..8bbf2988e 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.13.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.13.4/docker-compose.yml index c458beb89..7481d630c 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.13.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.13.4" + image: "epicmorg/jira:7.13.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.13.4-jdk8" + image: "epicmorg/jira:7.13.4-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.13.5/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.5/Dockerfile index c1ff2f7b7..44e29f07f 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.13.5/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.13.5/docker-compose.yml index 45ef6f84c..6ae464eb5 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.13.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.13.5" + image: "epicmorg/jira:7.13.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.13.5-jdk8" + image: "epicmorg/jira:7.13.5-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.13.6/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.6/Dockerfile index a6684972e..e02e56d7e 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.13.6/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.13.6/docker-compose.yml index 1bbb7e0e6..1524659ea 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.13.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.13.6" + image: "epicmorg/jira:7.13.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.13.6-jdk8" + image: "epicmorg/jira:7.13.6-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.13.8/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.8/Dockerfile index fca849e4e..b53490690 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.13.8/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.13.8/docker-compose.yml index ba57b76e4..107b80a1e 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.13.8/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.13.8" + image: "epicmorg/jira:7.13.8" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.13.8-jdk8" + image: "epicmorg/jira:7.13.8-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.13.9/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.9/Dockerfile index 2e18625b2..579d4f163 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.13.9/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.13.9/docker-compose.yml index ab020454f..9f8704eee 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.13.9/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.13.9" + image: "epicmorg/jira:7.13.9" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.13.9-jdk8" + image: "epicmorg/jira:7.13.9-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.2.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.0/Dockerfile index eb5e00c0e..f5d205916 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.2.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.2.0/docker-compose.yml index e476190ad..1d247ce8c 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.2.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.2.0" + image: "epicmorg/jira:7.2.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.2.0-jdk8" + image: "epicmorg/jira:7.2.0-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.2.1/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.1/Dockerfile index 39b7e2a16..1cf8d0509 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.2.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.2.1/docker-compose.yml index 809b03588..49d33bf66 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.2.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.2.1" + image: "epicmorg/jira:7.2.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.2.1-jdk8" + image: "epicmorg/jira:7.2.1-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.2.10/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.10/Dockerfile index 94d00db83..5a8b30ffc 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.10/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.2.10/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.2.10/docker-compose.yml index 848b488b4..b516b1128 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.10/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.2.10/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.2.10" + image: "epicmorg/jira:7.2.10" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.2.10-jdk8" + image: "epicmorg/jira:7.2.10-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.2.11/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.11/Dockerfile index e201484b7..4d6c7d9c3 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.11/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.2.11/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.2.11/docker-compose.yml index bacd9e0b5..5e9514232 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.11/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.2.11/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.2.11" + image: "epicmorg/jira:7.2.11" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.2.11-jdk8" + image: "epicmorg/jira:7.2.11-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.2.12/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.12/Dockerfile index 9f16c57e7..7b80e9177 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.12/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.2.12/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.2.12/docker-compose.yml index d70ea5d7f..b006191c2 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.12/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.2.12/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.2.12" + image: "epicmorg/jira:7.2.12" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.2.12-jdk8" + image: "epicmorg/jira:7.2.12-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.2.13/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.13/Dockerfile index 382fc74ef..2b7caca97 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.13/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.2.13/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.2.13/docker-compose.yml index daa18422b..f0c04a888 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.13/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.2.13/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.2.13" + image: "epicmorg/jira:7.2.13" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.2.13-jdk8" + image: "epicmorg/jira:7.2.13-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.2.14/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.14/Dockerfile index 6f2532300..a5f7803c0 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.14/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.14/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.2.14/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.2.14/docker-compose.yml index de4b301a9..f2c45aed2 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.14/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.2.14/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.2.14" + image: "epicmorg/jira:7.2.14" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.2.14-jdk8" + image: "epicmorg/jira:7.2.14-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.2.15/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.15/Dockerfile index 350831a24..3c7c85366 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.15/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.15/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.2.15/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.2.15/docker-compose.yml index 03cb25bf7..040f8c615 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.15/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.2.15/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.2.15" + image: "epicmorg/jira:7.2.15" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.2.15-jdk8" + image: "epicmorg/jira:7.2.15-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.2.2/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.2/Dockerfile index 49b604612..ca952d2c3 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.2.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.2.2/docker-compose.yml index 45a1ff5a6..e5f64ce8e 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.2.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.2.2" + image: "epicmorg/jira:7.2.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.2.2-jdk8" + image: "epicmorg/jira:7.2.2-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.2.3/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.3/Dockerfile index 072e9f5d5..1bfda79b6 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.2.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.2.3/docker-compose.yml index 4718b883b..71df8ca8a 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.2.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.2.3" + image: "epicmorg/jira:7.2.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.2.3-jdk8" + image: "epicmorg/jira:7.2.3-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.2.4/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.4/Dockerfile index dd60dd274..c262eed56 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.2.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.2.4/docker-compose.yml index cef9db656..5cc93c198 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.2.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.2.4" + image: "epicmorg/jira:7.2.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.2.4-jdk8" + image: "epicmorg/jira:7.2.4-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.2.6/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.6/Dockerfile index ae3e88bd7..12ce3f105 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.2.6/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.2.6/docker-compose.yml index 7cb6ad939..acd16a5e8 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.2.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.2.6" + image: "epicmorg/jira:7.2.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.2.6-jdk8" + image: "epicmorg/jira:7.2.6-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.2.7/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.7/Dockerfile index b30d18d86..fb0b7ee87 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.2.7/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.2.7/docker-compose.yml index e8cf3eb8e..232c30d79 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.2.7/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.2.7" + image: "epicmorg/jira:7.2.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.2.7-jdk8" + image: "epicmorg/jira:7.2.7-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.2.8/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.8/Dockerfile index 3857d9f10..572c51dc9 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.2.8/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.2.8/docker-compose.yml index 7ebb94aa4..43b7c7905 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.2.8/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.2.8" + image: "epicmorg/jira:7.2.8" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.2.8-jdk8" + image: "epicmorg/jira:7.2.8-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.2.9/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.9/Dockerfile index c8924ed38..3491ec491 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.2.9/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.2.9/docker-compose.yml index edfb9b7e2..f08048adf 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.2.9/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.2.9" + image: "epicmorg/jira:7.2.9" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.2.9-jdk8" + image: "epicmorg/jira:7.2.9-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.3.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.3.0/Dockerfile index bc443e18a..d5b89b738 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.3.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.3.0/docker-compose.yml index d279c4c04..2b4c5d99e 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.3.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.3.0" + image: "epicmorg/jira:7.3.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.3.0-jdk8" + image: "epicmorg/jira:7.3.0-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.3.1/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.3.1/Dockerfile index 9b8205351..87a536784 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.3.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.3.1/docker-compose.yml index 96bf668f2..2c45845ec 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.3.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.3.1" + image: "epicmorg/jira:7.3.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.3.1-jdk8" + image: "epicmorg/jira:7.3.1-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.3.2/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.3.2/Dockerfile index 4c1095a87..1d0006f86 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.3.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.3.2/docker-compose.yml index 1b6d03054..49fb79c4b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.3.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.3.2" + image: "epicmorg/jira:7.3.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.3.2-jdk8" + image: "epicmorg/jira:7.3.2-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.3.3/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.3.3/Dockerfile index 3d778186a..16d000cbd 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.3.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.3.3/docker-compose.yml index 01b7acaf8..8cccabb34 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.3.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.3.3" + image: "epicmorg/jira:7.3.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.3.3-jdk8" + image: "epicmorg/jira:7.3.3-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.3.4/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.3.4/Dockerfile index 13436a1df..1eca97da3 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.3.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.3.4/docker-compose.yml index bfa911e93..815942d04 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.3.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.3.4" + image: "epicmorg/jira:7.3.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.3.4-jdk8" + image: "epicmorg/jira:7.3.4-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.3.5/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.3.5/Dockerfile index 17d388949..075b95b7b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.3.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.3.5/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.3.5/docker-compose.yml index 23a042a40..72a01e437 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.3.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.3.5" + image: "epicmorg/jira:7.3.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.3.5-jdk8" + image: "epicmorg/jira:7.3.5-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.3.6/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.3.6/Dockerfile index 041d88bdc..3bafc57f9 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.3.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.3.6/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.3.6/docker-compose.yml index 9302a95be..36f953908 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.3.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.3.6" + image: "epicmorg/jira:7.3.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.3.6-jdk8" + image: "epicmorg/jira:7.3.6-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.3.7/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.3.7/Dockerfile index cfa9111e3..8a5600185 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.3.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.3.7/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.3.7/docker-compose.yml index 3169ba5b3..a2dc2e0a1 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.3.7/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.3.7" + image: "epicmorg/jira:7.3.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.3.7-jdk8" + image: "epicmorg/jira:7.3.7-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.3.8/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.3.8/Dockerfile index 91701a3c6..699a5d728 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.3.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.3.8/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.3.8/docker-compose.yml index 92ec62509..f33edb817 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.3.8/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.3.8" + image: "epicmorg/jira:7.3.8" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.3.8-jdk8" + image: "epicmorg/jira:7.3.8-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.3.9/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.3.9/Dockerfile index 4e6aeec51..cc2c9dec2 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.3.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.3.9/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.3.9/docker-compose.yml index f0253cb40..82af35c17 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.3.9/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.3.9" + image: "epicmorg/jira:7.3.9" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.3.9-jdk8" + image: "epicmorg/jira:7.3.9-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.4.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.4.0/Dockerfile index 8a5390171..2cf8b4721 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.4.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.4.0/docker-compose.yml index 44db0425c..d19c81d80 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.4.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.4.0" + image: "epicmorg/jira:7.4.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.4.0-jdk8" + image: "epicmorg/jira:7.4.0-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.4.1/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.4.1/Dockerfile index 5e0c22435..090d08345 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.4.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.4.1/docker-compose.yml index 62d38e7f8..2fe4ad886 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.4.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.4.1" + image: "epicmorg/jira:7.4.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.4.1-jdk8" + image: "epicmorg/jira:7.4.1-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.4.2/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.4.2/Dockerfile index 567a44099..2173f1f97 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.4.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.4.2/docker-compose.yml index 719162958..70b1b9b57 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.4.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.4.2" + image: "epicmorg/jira:7.4.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.4.2-jdk8" + image: "epicmorg/jira:7.4.2-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.4.3/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.4.3/Dockerfile index 7fc0cb1fb..d0caa2426 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.4.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.4.3/docker-compose.yml index fb4fc6de0..89d4d1721 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.4.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.4.3" + image: "epicmorg/jira:7.4.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.4.3-jdk8" + image: "epicmorg/jira:7.4.3-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.4.4/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.4.4/Dockerfile index f8649060a..c642d75b1 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.4.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.4.4/docker-compose.yml index 6859b21df..c8d7f019c 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.4.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.4.4" + image: "epicmorg/jira:7.4.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.4.4-jdk8" + image: "epicmorg/jira:7.4.4-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.4.5/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.4.5/Dockerfile index 0cb02e247..af57d60e6 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.4.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.4.5/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.4.5/docker-compose.yml index c174dcd74..2ba9e52a3 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.4.5/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.4.5" + image: "epicmorg/jira:7.4.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.4.5-jdk8" + image: "epicmorg/jira:7.4.5-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.4.6/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.4.6/Dockerfile index c2c5741b6..8fcb10773 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.4.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.4.6/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.4.6/docker-compose.yml index b99462d77..bd3c0e02d 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.4.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.4.6" + image: "epicmorg/jira:7.4.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.4.6-jdk8" + image: "epicmorg/jira:7.4.6-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.5.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.5.0/Dockerfile index a79d7653f..56e00d604 100644 --- a/linux/ecosystem/atlassian/jira/7/7.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.5.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.5.0/docker-compose.yml index 9f4a06bbf..1e0ddcfda 100644 --- a/linux/ecosystem/atlassian/jira/7/7.5.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.5.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.5.0" + image: "epicmorg/jira:7.5.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.5.0-jdk8" + image: "epicmorg/jira:7.5.0-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.5.1/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.5.1/Dockerfile index 25b953f3c..d4736fe72 100644 --- a/linux/ecosystem/atlassian/jira/7/7.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.5.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.5.1/docker-compose.yml index 625f78245..52b9debc0 100644 --- a/linux/ecosystem/atlassian/jira/7/7.5.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.5.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.5.1" + image: "epicmorg/jira:7.5.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.5.1-jdk8" + image: "epicmorg/jira:7.5.1-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.5.2/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.5.2/Dockerfile index e0766cabd..66dc68a64 100644 --- a/linux/ecosystem/atlassian/jira/7/7.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.5.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.5.2/docker-compose.yml index ebdd0aa96..e811d3690 100644 --- a/linux/ecosystem/atlassian/jira/7/7.5.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.5.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.5.2" + image: "epicmorg/jira:7.5.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.5.2-jdk8" + image: "epicmorg/jira:7.5.2-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.5.3/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.5.3/Dockerfile index 78d457774..1c8d34656 100644 --- a/linux/ecosystem/atlassian/jira/7/7.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.5.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.5.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.5.3/docker-compose.yml index 3bd3be171..c4ed3d30a 100644 --- a/linux/ecosystem/atlassian/jira/7/7.5.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.5.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.5.3" + image: "epicmorg/jira:7.5.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.5.3-jdk8" + image: "epicmorg/jira:7.5.3-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.5.4/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.5.4/Dockerfile index f1f5e053d..fb37ebc10 100644 --- a/linux/ecosystem/atlassian/jira/7/7.5.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.5.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.5.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.5.4/docker-compose.yml index 9367e113a..12059f459 100644 --- a/linux/ecosystem/atlassian/jira/7/7.5.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.5.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.5.4" + image: "epicmorg/jira:7.5.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.5.4-jdk8" + image: "epicmorg/jira:7.5.4-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.6.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.0/Dockerfile index 7d27889d3..0ad591efa 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.6.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.6.0/docker-compose.yml index 097e4e61c..445dbccd4 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.6.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.6.0" + image: "epicmorg/jira:7.6.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.6.0-jdk8" + image: "epicmorg/jira:7.6.0-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.6.1/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.1/Dockerfile index d62c2fd04..700ecc000 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.6.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.6.1/docker-compose.yml index 360b3469a..db0836a75 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.6.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.6.1" + image: "epicmorg/jira:7.6.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.6.1-jdk8" + image: "epicmorg/jira:7.6.1-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.6.10/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.10/Dockerfile index d51d4fa1c..d5e21d058 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.10/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.6.10/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.6.10/docker-compose.yml index 9d6f6422e..d20edb9fd 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.10/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.6.10/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.6.10" + image: "epicmorg/jira:7.6.10" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.6.10-jdk8" + image: "epicmorg/jira:7.6.10-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.6.11/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.11/Dockerfile index 3e3df6b2b..2bc7feb96 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.11/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.6.11/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.6.11/docker-compose.yml index ff7dbf5e1..d37a9e55a 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.11/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.6.11/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.6.11" + image: "epicmorg/jira:7.6.11" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.6.11-jdk8" + image: "epicmorg/jira:7.6.11-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.6.12/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.12/Dockerfile index 58c60be60..e342a232b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.12/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.6.12/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.6.12/docker-compose.yml index 3eda846e8..211808e5a 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.12/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.6.12/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.6.12" + image: "epicmorg/jira:7.6.12" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.6.12-jdk8" + image: "epicmorg/jira:7.6.12-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.6.13/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.13/Dockerfile index f7427feb8..ade421f69 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.13/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.6.13/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.6.13/docker-compose.yml index 414f335a4..7c1f82ee3 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.13/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.6.13/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.6.13" + image: "epicmorg/jira:7.6.13" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.6.13-jdk8" + image: "epicmorg/jira:7.6.13-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.6.14/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.14/Dockerfile index e5e6e3f1d..733109e1c 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.14/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.14/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.6.14/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.6.14/docker-compose.yml index 408b1eb54..e518f6e82 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.14/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.6.14/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.6.14" + image: "epicmorg/jira:7.6.14" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.6.14-jdk8" + image: "epicmorg/jira:7.6.14-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.6.15/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.15/Dockerfile index e4b864f20..22ae5d64e 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.15/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.15/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.6.15/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.6.15/docker-compose.yml index eb26d108c..4118577e9 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.15/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.6.15/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.6.15" + image: "epicmorg/jira:7.6.15" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.6.15-jdk8" + image: "epicmorg/jira:7.6.15-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.6.16/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.16/Dockerfile index 025141885..fe0cd237e 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.16/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.6.16/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.6.16/docker-compose.yml index f7f15664b..46be207aa 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.16/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.6.16/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.6.16" + image: "epicmorg/jira:7.6.16" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.6.16-jdk8" + image: "epicmorg/jira:7.6.16-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.6.17/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.17/Dockerfile index e1098a232..1f5bf8cb1 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.17/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.6.17/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.6.17/docker-compose.yml index 4f78ba484..430bfd829 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.17/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.6.17/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.6.17" + image: "epicmorg/jira:7.6.17" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.6.17-jdk8" + image: "epicmorg/jira:7.6.17-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.6.2/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.2/Dockerfile index e1d4c6430..17aa1925b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.6.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.6.2/docker-compose.yml index 1380d860a..e5075c4b6 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.6.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.6.2" + image: "epicmorg/jira:7.6.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.6.2-jdk8" + image: "epicmorg/jira:7.6.2-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.6.3/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.3/Dockerfile index bc88d5a2c..974d2b3cc 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.6.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.6.3/docker-compose.yml index 52649a8c7..a7cd6573b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.6.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.6.3" + image: "epicmorg/jira:7.6.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.6.3-jdk8" + image: "epicmorg/jira:7.6.3-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.6.4/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.4/Dockerfile index d5373ece3..760cbe943 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.6.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.6.4/docker-compose.yml index 83699725f..1fd6ada91 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.6.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.6.4" + image: "epicmorg/jira:7.6.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.6.4-jdk8" + image: "epicmorg/jira:7.6.4-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.6.6/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.6/Dockerfile index 7de89aa80..c854d6893 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.6.6/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.6.6/docker-compose.yml index 9ed08b11a..45c25e113 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.6.6/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.6.6" + image: "epicmorg/jira:7.6.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.6.6-jdk8" + image: "epicmorg/jira:7.6.6-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.6.7/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.7/Dockerfile index 4b70ae186..64db053c7 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.6.7/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.6.7/docker-compose.yml index 5255e2fd3..db4095d85 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.6.7/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.6.7" + image: "epicmorg/jira:7.6.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.6.7-jdk8" + image: "epicmorg/jira:7.6.7-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.6.8/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.8/Dockerfile index 12cca940a..364917034 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.6.8/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.6.8/docker-compose.yml index 366bec6d7..c4d4a11e9 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.6.8/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.6.8" + image: "epicmorg/jira:7.6.8" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.6.8-jdk8" + image: "epicmorg/jira:7.6.8-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.6.9/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.9/Dockerfile index bb4d4dbad..bcae690a0 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.6.9/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.6.9/docker-compose.yml index a5a383f4c..b9876742e 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.6.9/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.6.9" + image: "epicmorg/jira:7.6.9" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.6.9-jdk8" + image: "epicmorg/jira:7.6.9-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.7.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.7.0/Dockerfile index cf99d66a7..491b3f323 100644 --- a/linux/ecosystem/atlassian/jira/7/7.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.7.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.7.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.7.0/docker-compose.yml index a4445788f..69c19229e 100644 --- a/linux/ecosystem/atlassian/jira/7/7.7.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.7.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.7.0" + image: "epicmorg/jira:7.7.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.7.0-jdk8" + image: "epicmorg/jira:7.7.0-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.7.1/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.7.1/Dockerfile index d33a2e5e1..2522d19bd 100644 --- a/linux/ecosystem/atlassian/jira/7/7.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.7.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.7.1/docker-compose.yml index dce8c0042..b79d93ef5 100644 --- a/linux/ecosystem/atlassian/jira/7/7.7.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.7.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.7.1" + image: "epicmorg/jira:7.7.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.7.1-jdk8" + image: "epicmorg/jira:7.7.1-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.7.2/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.7.2/Dockerfile index 5f456aaad..911be1194 100644 --- a/linux/ecosystem/atlassian/jira/7/7.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.7.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.7.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.7.2/docker-compose.yml index 5aa65e67b..fffef36d2 100644 --- a/linux/ecosystem/atlassian/jira/7/7.7.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.7.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.7.2" + image: "epicmorg/jira:7.7.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.7.2-jdk8" + image: "epicmorg/jira:7.7.2-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.7.4/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.7.4/Dockerfile index 1fa9e11eb..8d091237a 100644 --- a/linux/ecosystem/atlassian/jira/7/7.7.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.7.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.7.4/docker-compose.yml index 7589935e1..842ce43f6 100644 --- a/linux/ecosystem/atlassian/jira/7/7.7.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.7.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.7.4" + image: "epicmorg/jira:7.7.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.7.4-jdk8" + image: "epicmorg/jira:7.7.4-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.8.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.8.0/Dockerfile index 0df0871a5..5ef1f8bb0 100644 --- a/linux/ecosystem/atlassian/jira/7/7.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.8.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.8.0/docker-compose.yml index 44f635bac..9e01ab312 100644 --- a/linux/ecosystem/atlassian/jira/7/7.8.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.8.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.8.0" + image: "epicmorg/jira:7.8.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.8.0-jdk8" + image: "epicmorg/jira:7.8.0-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.8.1/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.8.1/Dockerfile index 6171358ea..ac4c2128c 100644 --- a/linux/ecosystem/atlassian/jira/7/7.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.8.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.8.1/docker-compose.yml index a32504cf6..0045183cd 100644 --- a/linux/ecosystem/atlassian/jira/7/7.8.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.8.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.8.1" + image: "epicmorg/jira:7.8.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.8.1-jdk8" + image: "epicmorg/jira:7.8.1-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.8.2/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.8.2/Dockerfile index 49b3c16a0..a59660056 100644 --- a/linux/ecosystem/atlassian/jira/7/7.8.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.8.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.8.2/docker-compose.yml index 62c3f5bd0..ddcca3a48 100644 --- a/linux/ecosystem/atlassian/jira/7/7.8.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.8.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.8.2" + image: "epicmorg/jira:7.8.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.8.2-jdk8" + image: "epicmorg/jira:7.8.2-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.8.4/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.8.4/Dockerfile index 705416e7a..15e03e8d6 100644 --- a/linux/ecosystem/atlassian/jira/7/7.8.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.8.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.8.4/docker-compose.yml index 82236cb0c..2cf509c97 100644 --- a/linux/ecosystem/atlassian/jira/7/7.8.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.8.4/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.8.4" + image: "epicmorg/jira:7.8.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.8.4-jdk8" + image: "epicmorg/jira:7.8.4-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.9.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.9.0/Dockerfile index 9d51e40e8..94a14da43 100644 --- a/linux/ecosystem/atlassian/jira/7/7.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.9.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.9.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.9.0/docker-compose.yml index 22db8a6c3..c45c11b42 100644 --- a/linux/ecosystem/atlassian/jira/7/7.9.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.9.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.9.0" + image: "epicmorg/jira:7.9.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.9.0-jdk8" + image: "epicmorg/jira:7.9.0-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/7/7.9.2/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.9.2/Dockerfile index fa9b08e63..1543585d6 100644 --- a/linux/ecosystem/atlassian/jira/7/7.9.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.9.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/7/7.9.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.9.2/docker-compose.yml index b9f697812..331b64dbf 100644 --- a/linux/ecosystem/atlassian/jira/7/7.9.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.9.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:7.9.2" + image: "epicmorg/jira:7.9.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:7.9.2-jdk8" + image: "epicmorg/jira:7.9.2-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/8/8.0.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.0.0/Dockerfile index ef29f1ee9..b603134bf 100644 --- a/linux/ecosystem/atlassian/jira/8/8.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.0.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.0.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.0.0/docker-compose.yml index e39a603eb..58f6725da 100644 --- a/linux/ecosystem/atlassian/jira/8/8.0.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.0.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:8.0.0" + image: "epicmorg/jira:8.0.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.0.0-jdk8" + image: "epicmorg/jira:8.0.0-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/8/8.0.2/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.0.2/Dockerfile index 04f322e05..01acf428d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.0.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.0.2/docker-compose.yml index 5622aaded..a291d41cf 100644 --- a/linux/ecosystem/atlassian/jira/8/8.0.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.0.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:8.0.2" + image: "epicmorg/jira:8.0.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.0.2-jdk8" + image: "epicmorg/jira:8.0.2-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/8/8.0.3/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.0.3/Dockerfile index c00d39d7d..642e59f70 100644 --- a/linux/ecosystem/atlassian/jira/8/8.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.0.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.0.3/docker-compose.yml index 7eefcd423..40fe1d113 100644 --- a/linux/ecosystem/atlassian/jira/8/8.0.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.0.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:8.0.3" + image: "epicmorg/jira:8.0.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.0.3-jdk8" + image: "epicmorg/jira:8.0.3-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/8/8.1.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.1.0/Dockerfile index 8cf301f2c..a2a9b533b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.1.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.1.0/docker-compose.yml index 129d619e8..a1707ac14 100644 --- a/linux/ecosystem/atlassian/jira/8/8.1.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.1.0/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:8.1.0" + image: "epicmorg/jira:8.1.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.1.0-jdk8" + image: "epicmorg/jira:8.1.0-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/8/8.1.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.1.1/Dockerfile index c7a73ec6b..e1daebae1 100644 --- a/linux/ecosystem/atlassian/jira/8/8.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.1.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.1.1/docker-compose.yml index efb826535..5a41039b7 100644 --- a/linux/ecosystem/atlassian/jira/8/8.1.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.1.1/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:8.1.1" + image: "epicmorg/jira:8.1.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.1.1-jdk8" + image: "epicmorg/jira:8.1.1-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/8/8.1.2/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.1.2/Dockerfile index 7bf627aba..1ac575c7a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.1.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.1.2/docker-compose.yml index 999c76377..f35f32140 100644 --- a/linux/ecosystem/atlassian/jira/8/8.1.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.1.2/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:8.1.2" + image: "epicmorg/jira:8.1.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.1.2-jdk8" + image: "epicmorg/jira:8.1.2-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/8/8.1.3/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.1.3/Dockerfile index 03c35b2bc..284ca7677 100644 --- a/linux/ecosystem/atlassian/jira/8/8.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.1.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.1.3/docker-compose.yml index b20362fa1..518978faa 100644 --- a/linux/ecosystem/atlassian/jira/8/8.1.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.1.3/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:8.1.3" + image: "epicmorg/jira:8.1.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.1.3-jdk8" + image: "epicmorg/jira:8.1.3-jdk8" build: context: . diff --git a/linux/ecosystem/atlassian/jira/8/8.10.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.10.0/Dockerfile index 608e3d2a2..5166337d2 100644 --- a/linux/ecosystem/atlassian/jira/8/8.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.10.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 837dec478..fb1bd4859 100644 --- a/linux/ecosystem/atlassian/jira/8/8.10.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.10.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.10.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.10.0/docker-compose.yml index 26c5c8494..b85f16e80 100644 --- a/linux/ecosystem/atlassian/jira/8/8.10.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.10.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.10.0" + image: "epicmorg/jira:8.10.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.10.0-jdk8" + image: "epicmorg/jira:8.10.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.10.0-jdk11" + image: "epicmorg/jira:8.10.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.10.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.10.1/Dockerfile index 4e91d8410..d90533862 100644 --- a/linux/ecosystem/atlassian/jira/8/8.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.10.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 38bcd293b..e51e47834 100644 --- a/linux/ecosystem/atlassian/jira/8/8.10.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.10.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.10.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.10.1/docker-compose.yml index f90346de2..c5aed4074 100644 --- a/linux/ecosystem/atlassian/jira/8/8.10.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.10.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.10.1" + image: "epicmorg/jira:8.10.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.10.1-jdk8" + image: "epicmorg/jira:8.10.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.10.1-jdk11" + image: "epicmorg/jira:8.10.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.11.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.11.0/Dockerfile index 7c09ee849..1a348506e 100644 --- a/linux/ecosystem/atlassian/jira/8/8.11.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.11.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 d1d953b6f..b57e1e7e0 100644 --- a/linux/ecosystem/atlassian/jira/8/8.11.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.11.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.11.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.11.0/docker-compose.yml index 43190bbf6..222f215f3 100644 --- a/linux/ecosystem/atlassian/jira/8/8.11.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.11.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.11.0" + image: "epicmorg/jira:8.11.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.11.0-jdk8" + image: "epicmorg/jira:8.11.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.11.0-jdk11" + image: "epicmorg/jira:8.11.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.11.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.11.1/Dockerfile index 2b3ffce5c..ea9f4ad95 100644 --- a/linux/ecosystem/atlassian/jira/8/8.11.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.11.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 99626c8a6..67891c2c3 100644 --- a/linux/ecosystem/atlassian/jira/8/8.11.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.11.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.11.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.11.1/docker-compose.yml index af558e861..93450f2d5 100644 --- a/linux/ecosystem/atlassian/jira/8/8.11.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.11.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.11.1" + image: "epicmorg/jira:8.11.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.11.1-jdk8" + image: "epicmorg/jira:8.11.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.11.1-jdk11" + image: "epicmorg/jira:8.11.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.12.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.12.0/Dockerfile index a329e706f..ab9d6bd1e 100644 --- a/linux/ecosystem/atlassian/jira/8/8.12.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.12.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 71b317c3a..975342d6c 100644 --- a/linux/ecosystem/atlassian/jira/8/8.12.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.12.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.12.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.12.0/docker-compose.yml index f8850dbaa..5ea57b81e 100644 --- a/linux/ecosystem/atlassian/jira/8/8.12.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.12.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.12.0" + image: "epicmorg/jira:8.12.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.12.0-jdk8" + image: "epicmorg/jira:8.12.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.12.0-jdk11" + image: "epicmorg/jira:8.12.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.12.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.12.1/Dockerfile index 053f039d8..cd92e4c3c 100644 --- a/linux/ecosystem/atlassian/jira/8/8.12.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.12.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 07855c62c..0b4b48daa 100644 --- a/linux/ecosystem/atlassian/jira/8/8.12.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.12.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.12.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.12.1/docker-compose.yml index 792ca6640..3b610424b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.12.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.12.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.12.1" + image: "epicmorg/jira:8.12.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.12.1-jdk8" + image: "epicmorg/jira:8.12.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.12.1-jdk11" + image: "epicmorg/jira:8.12.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.12.2/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.12.2/Dockerfile index a43eb8532..7bb9788e4 100644 --- a/linux/ecosystem/atlassian/jira/8/8.12.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.12.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 c2b2edae7..8999d5bba 100644 --- a/linux/ecosystem/atlassian/jira/8/8.12.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.12.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.12.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.12.2/docker-compose.yml index 0b003307c..24b1bcdf1 100644 --- a/linux/ecosystem/atlassian/jira/8/8.12.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.12.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.12.2" + image: "epicmorg/jira:8.12.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.12.2-jdk8" + image: "epicmorg/jira:8.12.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.12.2-jdk11" + image: "epicmorg/jira:8.12.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.12.3/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.12.3/Dockerfile index d7ce2bec5..9181b4dd0 100644 --- a/linux/ecosystem/atlassian/jira/8/8.12.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.12.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 ae82313d4..1ec211ec1 100644 --- a/linux/ecosystem/atlassian/jira/8/8.12.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.12.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.12.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.12.3/docker-compose.yml index b4c9625fb..c15a2a80d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.12.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.12.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.12.3" + image: "epicmorg/jira:8.12.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.12.3-jdk8" + image: "epicmorg/jira:8.12.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.12.3-jdk11" + image: "epicmorg/jira:8.12.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.13.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.0/Dockerfile index 824c2620b..18cba05c7 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 536619be1..55cc222d9 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.0/docker-compose.yml index f43941051..973390c25 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.13.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.13.0" + image: "epicmorg/jira:8.13.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.13.0-jdk8" + image: "epicmorg/jira:8.13.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.13.0-jdk11" + image: "epicmorg/jira:8.13.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.13.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.1/Dockerfile index f089408b5..94c9a2df5 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 8017e9a1f..d0467648d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.1/docker-compose.yml index be30d860c..41c6f04b5 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.13.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.13.1" + image: "epicmorg/jira:8.13.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.13.1-jdk8" + image: "epicmorg/jira:8.13.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.13.1-jdk11" + image: "epicmorg/jira:8.13.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.13.10/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.10/Dockerfile index 9eabbd2d5..d74ca8963 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.10/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 ef44d1c0a..4455b9994 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.10/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.10/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.10/docker-compose.yml index 59b1694f5..ce4cb26f1 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.10/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.13.10/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.13.10" + image: "epicmorg/jira:8.13.10" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.13.10-jdk8" + image: "epicmorg/jira:8.13.10-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.13.10-jdk11" + image: "epicmorg/jira:8.13.10-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.13.11/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.11/Dockerfile index b8bc6c3ca..aa0e97226 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.11/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 f54a9dd77..31ceca2b7 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.11/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.11/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.11/docker-compose.yml index e8414e7a9..6b127a9bc 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.11/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.13.11/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.13.11" + image: "epicmorg/jira:8.13.11" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.13.11-jdk8" + image: "epicmorg/jira:8.13.11-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.13.11-jdk11" + image: "epicmorg/jira:8.13.11-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.13.12/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.12/Dockerfile index a980c398a..1c5b97a4d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.12/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 bca691cd4..d8cbe61b9 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.12/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.12/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.12/docker-compose.yml index cc42b26b9..d437a9a6d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.12/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.13.12/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.13.12" + image: "epicmorg/jira:8.13.12" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.13.12-jdk8" + image: "epicmorg/jira:8.13.12-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.13.12-jdk11" + image: "epicmorg/jira:8.13.12-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.13.13/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.13/Dockerfile index 87ed16498..f7f504551 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.13/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 b57a9454b..afaaacfb8 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.13/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.13/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.13/docker-compose.yml index 8767424a2..e3f0182e7 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.13/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.13.13/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.13.13" + image: "epicmorg/jira:8.13.13" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.13.13-jdk8" + image: "epicmorg/jira:8.13.13-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.13.13-jdk11" + image: "epicmorg/jira:8.13.13-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.13.14/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.14/Dockerfile index 512dabfb1..24f4b5c79 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.14/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.14/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 436a31227..345516fe1 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.14/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.14/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.14/docker-compose.yml index 9c71e2d10..aff08797e 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.14/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.13.14/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.13.14" + image: "epicmorg/jira:8.13.14" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.13.14-jdk8" + image: "epicmorg/jira:8.13.14-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.13.14-jdk11" + image: "epicmorg/jira:8.13.14-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.13.15/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.15/Dockerfile index d1bc76327..b206f1a8e 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.15/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.15/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 408ab80b3..12bca44ec 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.15/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.15/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.15/docker-compose.yml index 8917b2c10..de5311575 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.15/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.13.15/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.13.15" + image: "epicmorg/jira:8.13.15" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.13.15-jdk8" + image: "epicmorg/jira:8.13.15-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.13.15-jdk11" + image: "epicmorg/jira:8.13.15-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.13.16/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.16/Dockerfile index 0198d1ac4..42b6e5434 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.16/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 37c887bab..1cc4098ea 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.16/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.16/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.16/docker-compose.yml index 438b7955a..5bc1cb7c2 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.16/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.13.16/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.13.16" + image: "epicmorg/jira:8.13.16" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.13.16-jdk8" + image: "epicmorg/jira:8.13.16-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.13.16-jdk11" + image: "epicmorg/jira:8.13.16-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.13.17/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.17/Dockerfile index 8025e846b..904e92752 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.17/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 8b6541870..ea31d63df 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.17/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.17/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.17/docker-compose.yml index ad0c4263f..15593216a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.17/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.13.17/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.13.17" + image: "epicmorg/jira:8.13.17" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.13.17-jdk8" + image: "epicmorg/jira:8.13.17-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.13.17-jdk11" + image: "epicmorg/jira:8.13.17-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.13.18/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.18/Dockerfile index f6b2b2b38..08d1a1cdd 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.18/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.18/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 996cd7dd7..8afb907b9 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.18/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.18/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.18/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.18/docker-compose.yml index 8b13843ef..9b16a8928 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.18/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.13.18/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.13.18" + image: "epicmorg/jira:8.13.18" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.13.18-jdk8" + image: "epicmorg/jira:8.13.18-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.13.18-jdk11" + image: "epicmorg/jira:8.13.18-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.13.19/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.19/Dockerfile index e47b7edbe..86a170a08 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.19/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.19/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 37d929fe7..1909a6b0b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.19/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.19/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.19/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.19/docker-compose.yml index bc88011ef..85bc4ff26 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.19/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.13.19/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.13.19" + image: "epicmorg/jira:8.13.19" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.13.19-jdk8" + image: "epicmorg/jira:8.13.19-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.13.19-jdk11" + image: "epicmorg/jira:8.13.19-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.13.2/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.2/Dockerfile index f7c58011d..9df431a50 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 635d34b56..bcf79496d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.2/docker-compose.yml index a3cfd78be..a45e6161f 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.13.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.13.2" + image: "epicmorg/jira:8.13.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.13.2-jdk8" + image: "epicmorg/jira:8.13.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.13.2-jdk11" + image: "epicmorg/jira:8.13.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.13.20/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.20/Dockerfile index d9aa4cfdc..221d3e5e0 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.20/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.20/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 0838e3bbc..e4d7d58a6 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.20/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.20/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.20/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.20/docker-compose.yml index 524988865..68815c707 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.20/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.13.20/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.13.20" + image: "epicmorg/jira:8.13.20" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.13.20-jdk8" + image: "epicmorg/jira:8.13.20-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.13.20-jdk11" + image: "epicmorg/jira:8.13.20-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.13.21/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.21/Dockerfile index 079121021..e93af66dc 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.21/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.21/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 8298d1204..c6641991f 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.21/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.21/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.21/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.21/docker-compose.yml index 4485a4e66..e1271b7ff 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.21/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.13.21/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.13.21" + image: "epicmorg/jira:8.13.21" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.13.21-jdk8" + image: "epicmorg/jira:8.13.21-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.13.21-jdk11" + image: "epicmorg/jira:8.13.21-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.13.22/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.22/Dockerfile index 430e59210..e37fb7dcb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.22/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.22/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 ba5a7b4de..eb8484325 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.22/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.22/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.22/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.22/docker-compose.yml index c63d5c220..12ca07619 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.22/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.13.22/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.13.22" + image: "epicmorg/jira:8.13.22" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.13.22-jdk8" + image: "epicmorg/jira:8.13.22-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.13.22-jdk11" + image: "epicmorg/jira:8.13.22-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.13.24/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.24/Dockerfile index 355812428..a055323ce 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.24/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.24/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 76c2f8132..fc498ecf0 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.24/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.24/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.24/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.24/docker-compose.yml index b6506c900..ed11ae60f 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.24/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.13.24/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.13.24" + image: "epicmorg/jira:8.13.24" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.13.24-jdk8" + image: "epicmorg/jira:8.13.24-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.13.24-jdk11" + image: "epicmorg/jira:8.13.24-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.13.25/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.25/Dockerfile index 1ff9b59d9..b5d001c16 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.25/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.25/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 b3a2a4d89..113629f92 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.25/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.25/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.25/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.25/docker-compose.yml index d8d80f313..c0bfe0457 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.25/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.13.25/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.13.25" + image: "epicmorg/jira:8.13.25" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.13.25-jdk8" + image: "epicmorg/jira:8.13.25-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.13.25-jdk11" + image: "epicmorg/jira:8.13.25-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.13.26/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.26/Dockerfile index 516a96d70..1d1b1b6e6 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.26/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.26/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 e77f5a64c..b1ce40b66 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.26/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.26/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.26/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.26/docker-compose.yml index 2dd51d364..46528cb00 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.26/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.13.26/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.13.26" + image: "epicmorg/jira:8.13.26" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.13.26-jdk8" + image: "epicmorg/jira:8.13.26-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.13.26-jdk11" + image: "epicmorg/jira:8.13.26-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.13.27/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.27/Dockerfile index b8220c51f..ac990494c 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.27/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.27/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 6adeae833..7ad7f5519 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.27/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.27/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.27/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.27/docker-compose.yml index 8d135513a..ae8379967 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.27/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.13.27/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.13.27" + image: "epicmorg/jira:8.13.27" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.13.27-jdk8" + image: "epicmorg/jira:8.13.27-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.13.27-jdk11" + image: "epicmorg/jira:8.13.27-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.13.3/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.3/Dockerfile index 2b606c430..9e39d5716 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 deef05aeb..12303170b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.3/docker-compose.yml index db161ca48..1f73008ad 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.13.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.13.3" + image: "epicmorg/jira:8.13.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.13.3-jdk8" + image: "epicmorg/jira:8.13.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.13.3-jdk11" + image: "epicmorg/jira:8.13.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.13.4/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.4/Dockerfile index f468cdea4..9dd101d0e 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 93abb3990..ee0d32165 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.4/docker-compose.yml index f2756d85e..a4f8ec6a8 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.13.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.13.4" + image: "epicmorg/jira:8.13.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.13.4-jdk8" + image: "epicmorg/jira:8.13.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.13.4-jdk11" + image: "epicmorg/jira:8.13.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.13.5/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.5/Dockerfile index 42797d3e7..04f29a0e6 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 6277bafab..c0e6faae5 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.5/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.5/docker-compose.yml index 6b4d9343b..798a2c56e 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.13.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.13.5" + image: "epicmorg/jira:8.13.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.13.5-jdk8" + image: "epicmorg/jira:8.13.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.13.5-jdk11" + image: "epicmorg/jira:8.13.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.13.6/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.6/Dockerfile index 32fdf7593..5a98947e5 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 73a826869..8ccb7aea1 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.6/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.6/docker-compose.yml index bdeb8ad18..7cab8e4c4 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.13.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.13.6" + image: "epicmorg/jira:8.13.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.13.6-jdk8" + image: "epicmorg/jira:8.13.6-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.13.6-jdk11" + image: "epicmorg/jira:8.13.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.13.7/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.7/Dockerfile index 4bbf4817e..f324fdb93 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 116d6ef95..504e4d5d2 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.7/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.7/docker-compose.yml index ed8462bef..03814b6fa 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.13.7/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.13.7" + image: "epicmorg/jira:8.13.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.13.7-jdk8" + image: "epicmorg/jira:8.13.7-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.13.7-jdk11" + image: "epicmorg/jira:8.13.7-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.13.8/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.8/Dockerfile index 09ca25c51..96dcec3d7 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 16bae17b6..640dc7195 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.8/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.8/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.8/docker-compose.yml index 079761f9e..64334b789 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.13.8/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.13.8" + image: "epicmorg/jira:8.13.8" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.13.8-jdk8" + image: "epicmorg/jira:8.13.8-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.13.8-jdk11" + image: "epicmorg/jira:8.13.8-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.13.9/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.9/Dockerfile index aebfb3e32..bb3bd562c 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 ca696eeb7..bc57f1dc2 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.9/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.9/docker-compose.yml index 54cc963a1..8e2f94c31 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.13.9/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.13.9" + image: "epicmorg/jira:8.13.9" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.13.9-jdk8" + image: "epicmorg/jira:8.13.9-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.13.9-jdk11" + image: "epicmorg/jira:8.13.9-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.14.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.14.0/Dockerfile index c1260e992..3f1de669a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.14.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.14.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 eabaabb7d..7fb3e5ac5 100644 --- a/linux/ecosystem/atlassian/jira/8/8.14.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.14.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.14.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.14.0/docker-compose.yml index 99895fc71..853e6c822 100644 --- a/linux/ecosystem/atlassian/jira/8/8.14.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.14.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.14.0" + image: "epicmorg/jira:8.14.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.14.0-jdk8" + image: "epicmorg/jira:8.14.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.14.0-jdk11" + image: "epicmorg/jira:8.14.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.14.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.14.1/Dockerfile index f647e07f5..a7498fe98 100644 --- a/linux/ecosystem/atlassian/jira/8/8.14.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.14.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 4d6f65117..52eac72c7 100644 --- a/linux/ecosystem/atlassian/jira/8/8.14.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.14.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.14.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.14.1/docker-compose.yml index 32b6da112..4b34e01e7 100644 --- a/linux/ecosystem/atlassian/jira/8/8.14.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.14.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.14.1" + image: "epicmorg/jira:8.14.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.14.1-jdk8" + image: "epicmorg/jira:8.14.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.14.1-jdk11" + image: "epicmorg/jira:8.14.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.15.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.15.0/Dockerfile index d2e7a4cba..6ab1e277d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.15.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.15.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 3337b800c..f75617e35 100644 --- a/linux/ecosystem/atlassian/jira/8/8.15.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.15.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.15.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.15.0/docker-compose.yml index ff8faf452..081b4046e 100644 --- a/linux/ecosystem/atlassian/jira/8/8.15.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.15.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.15.0" + image: "epicmorg/jira:8.15.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.15.0-jdk8" + image: "epicmorg/jira:8.15.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.15.0-jdk11" + image: "epicmorg/jira:8.15.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.15.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.15.1/Dockerfile index ade9f88f4..82fad131f 100644 --- a/linux/ecosystem/atlassian/jira/8/8.15.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.15.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 63aa162da..f0c6e4401 100644 --- a/linux/ecosystem/atlassian/jira/8/8.15.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.15.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.15.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.15.1/docker-compose.yml index cee0bb042..5b020f44f 100644 --- a/linux/ecosystem/atlassian/jira/8/8.15.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.15.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.15.1" + image: "epicmorg/jira:8.15.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.15.1-jdk8" + image: "epicmorg/jira:8.15.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.15.1-jdk11" + image: "epicmorg/jira:8.15.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.16.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.16.0/Dockerfile index 6d69f6b33..043d1f123 100644 --- a/linux/ecosystem/atlassian/jira/8/8.16.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.16.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 a40610732..f4f8325e1 100644 --- a/linux/ecosystem/atlassian/jira/8/8.16.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.16.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.16.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.16.0/docker-compose.yml index a517da8f5..77074d3da 100644 --- a/linux/ecosystem/atlassian/jira/8/8.16.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.16.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.16.0" + image: "epicmorg/jira:8.16.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.16.0-jdk8" + image: "epicmorg/jira:8.16.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.16.0-jdk11" + image: "epicmorg/jira:8.16.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.16.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.16.1/Dockerfile index fc4fec09a..8850465b2 100644 --- a/linux/ecosystem/atlassian/jira/8/8.16.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.16.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 5b250299e..cc82530f0 100644 --- a/linux/ecosystem/atlassian/jira/8/8.16.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.16.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.16.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.16.1/docker-compose.yml index ca3a0506c..bde09bc88 100644 --- a/linux/ecosystem/atlassian/jira/8/8.16.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.16.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.16.1" + image: "epicmorg/jira:8.16.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.16.1-jdk8" + image: "epicmorg/jira:8.16.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.16.1-jdk11" + image: "epicmorg/jira:8.16.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.16.2/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.16.2/Dockerfile index 447f1ef7b..d43cf7312 100644 --- a/linux/ecosystem/atlassian/jira/8/8.16.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.16.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 6e26d117b..ff99e7ebb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.16.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.16.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.16.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.16.2/docker-compose.yml index 5ce502e5b..0836b2e36 100644 --- a/linux/ecosystem/atlassian/jira/8/8.16.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.16.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.16.2" + image: "epicmorg/jira:8.16.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.16.2-jdk8" + image: "epicmorg/jira:8.16.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.16.2-jdk11" + image: "epicmorg/jira:8.16.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.17.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.17.0/Dockerfile index 0e30a3ad5..c5f8bec18 100644 --- a/linux/ecosystem/atlassian/jira/8/8.17.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.17.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 bd7c8a292..60c2c2e71 100644 --- a/linux/ecosystem/atlassian/jira/8/8.17.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.17.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.17.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.17.0/docker-compose.yml index 38269212c..c52781cac 100644 --- a/linux/ecosystem/atlassian/jira/8/8.17.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.17.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.17.0" + image: "epicmorg/jira:8.17.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.17.0-jdk8" + image: "epicmorg/jira:8.17.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.17.0-jdk11" + image: "epicmorg/jira:8.17.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.17.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.17.1/Dockerfile index faf272194..e31fdcc92 100644 --- a/linux/ecosystem/atlassian/jira/8/8.17.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.17.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 e7bfe4a4a..75bc592ec 100644 --- a/linux/ecosystem/atlassian/jira/8/8.17.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.17.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.17.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.17.1/docker-compose.yml index cb304d183..fb436217b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.17.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.17.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.17.1" + image: "epicmorg/jira:8.17.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.17.1-jdk8" + image: "epicmorg/jira:8.17.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.17.1-jdk11" + image: "epicmorg/jira:8.17.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.18.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.18.1/Dockerfile index 870388b5f..50379aa44 100644 --- a/linux/ecosystem/atlassian/jira/8/8.18.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.18.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 49e9f0c07..afa59ca65 100644 --- a/linux/ecosystem/atlassian/jira/8/8.18.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.18.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.18.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.18.1/docker-compose.yml index 6b5d5b8fe..a8e2996a1 100644 --- a/linux/ecosystem/atlassian/jira/8/8.18.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.18.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.18.1" + image: "epicmorg/jira:8.18.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.18.1-jdk8" + image: "epicmorg/jira:8.18.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.18.1-jdk11" + image: "epicmorg/jira:8.18.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.18.2/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.18.2/Dockerfile index 2bbe3fc7b..094a10e16 100644 --- a/linux/ecosystem/atlassian/jira/8/8.18.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.18.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 e32c8f7b5..a7c0bea16 100644 --- a/linux/ecosystem/atlassian/jira/8/8.18.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.18.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.18.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.18.2/docker-compose.yml index 7b0b8fca3..80d9e988a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.18.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.18.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.18.2" + image: "epicmorg/jira:8.18.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.18.2-jdk8" + image: "epicmorg/jira:8.18.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.18.2-jdk11" + image: "epicmorg/jira:8.18.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.19.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.19.0/Dockerfile index eaa5305c2..e806c6296 100644 --- a/linux/ecosystem/atlassian/jira/8/8.19.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.19.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 5eb80c22e..43c90c4e8 100644 --- a/linux/ecosystem/atlassian/jira/8/8.19.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.19.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.19.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.19.0/docker-compose.yml index 40600b958..1baf7dbc0 100644 --- a/linux/ecosystem/atlassian/jira/8/8.19.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.19.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.19.0" + image: "epicmorg/jira:8.19.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.19.0-jdk8" + image: "epicmorg/jira:8.19.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.19.0-jdk11" + image: "epicmorg/jira:8.19.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.19.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.19.1/Dockerfile index d1bb947ed..62eb621ba 100644 --- a/linux/ecosystem/atlassian/jira/8/8.19.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.19.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 ac1b11559..6edb8e543 100644 --- a/linux/ecosystem/atlassian/jira/8/8.19.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.19.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.19.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.19.1/docker-compose.yml index 59c921b3d..1690d4f62 100644 --- a/linux/ecosystem/atlassian/jira/8/8.19.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.19.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.19.1" + image: "epicmorg/jira:8.19.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.19.1-jdk8" + image: "epicmorg/jira:8.19.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.19.1-jdk11" + image: "epicmorg/jira:8.19.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.2.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.2.0/Dockerfile index 19fb2f109..d87df0f4a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 162760eac..9c1645cb2 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.2.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.2.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.2.0/docker-compose.yml index b99fa41a4..abffa17c5 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.2.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.2.0" + image: "epicmorg/jira:8.2.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.2.0-jdk8" + image: "epicmorg/jira:8.2.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.2.0-jdk11" + image: "epicmorg/jira:8.2.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.2.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.2.1/Dockerfile index eca84d0f8..7f8572dcf 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 7ab929c53..4508cb367 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.2.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.2.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.2.1/docker-compose.yml index f866c8938..6cef18b9a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.2.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.2.1" + image: "epicmorg/jira:8.2.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.2.1-jdk8" + image: "epicmorg/jira:8.2.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.2.1-jdk11" + image: "epicmorg/jira:8.2.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.2.2/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.2.2/Dockerfile index e5ebf8e0a..0ea912a9f 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.2.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 79568cfbf..9aa70e91d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.2.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.2.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.2.2/docker-compose.yml index 0c634d822..f3b9ce477 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.2.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.2.2" + image: "epicmorg/jira:8.2.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.2.2-jdk8" + image: "epicmorg/jira:8.2.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.2.2-jdk11" + image: "epicmorg/jira:8.2.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.2.3/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.2.3/Dockerfile index 1210daca9..2a2f5ed42 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.2.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 e4f484b42..f8adb1165 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.2.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.2.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.2.3/docker-compose.yml index 94df4bdb2..c1a8ae73b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.2.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.2.3" + image: "epicmorg/jira:8.2.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.2.3-jdk8" + image: "epicmorg/jira:8.2.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.2.3-jdk11" + image: "epicmorg/jira:8.2.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.2.4/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.2.4/Dockerfile index ca71e16f7..3dd41c91d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.2.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 34aa8ef10..d751ef488 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.2.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.2.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.2.4/docker-compose.yml index aa6a8f6c1..eceec625e 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.2.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.2.4" + image: "epicmorg/jira:8.2.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.2.4-jdk8" + image: "epicmorg/jira:8.2.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.2.4-jdk11" + image: "epicmorg/jira:8.2.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.2.5/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.2.5/Dockerfile index 9971012c8..ec07a24cf 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.2.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 07e6a5ed9..f14dd041a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.2.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.2.5/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.2.5/docker-compose.yml index a6d71ebe3..cfd17fc60 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.2.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.2.5" + image: "epicmorg/jira:8.2.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.2.5-jdk8" + image: "epicmorg/jira:8.2.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.2.5-jdk11" + image: "epicmorg/jira:8.2.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.2.6/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.2.6/Dockerfile index 1e7a6abd9..28b0dae08 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.2.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 ecac2f6e8..9375cc612 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.2.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.2.6/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.2.6/docker-compose.yml index 3eb5ea824..32162eb24 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.2.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.2.6" + image: "epicmorg/jira:8.2.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.2.6-jdk8" + image: "epicmorg/jira:8.2.6-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.2.6-jdk11" + image: "epicmorg/jira:8.2.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.20.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.0/Dockerfile index b6ce0bb9c..7c8bc4727 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 be05850d7..4a3b7286d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.0/docker-compose.yml index d783de2f5..64b98cab3 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.20.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.20.0" + image: "epicmorg/jira:8.20.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.20.0-jdk8" + image: "epicmorg/jira:8.20.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.20.0-jdk11" + image: "epicmorg/jira:8.20.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.20.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.1/Dockerfile index af7002cfa..28b98e370 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 30f09b2d8..3d2882729 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.1/docker-compose.yml index ba24a6b96..cd5adfc58 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.20.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.20.1" + image: "epicmorg/jira:8.20.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.20.1-jdk8" + image: "epicmorg/jira:8.20.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.20.1-jdk11" + image: "epicmorg/jira:8.20.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.20.10/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.10/Dockerfile index d5f9da7aa..b39f28f9b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.10/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 930f65434..c3e73c660 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.10/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.10/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.10/docker-compose.yml index 2ac6a375a..c7dd14795 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.10/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.20.10/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.20.10" + image: "epicmorg/jira:8.20.10" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.20.10-jdk8" + image: "epicmorg/jira:8.20.10-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.20.10-jdk11" + image: "epicmorg/jira:8.20.10-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.20.11/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.11/Dockerfile index 7fbee3d67..959619079 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.11/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 5b3d3a2e1..1f37558e4 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.11/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.11/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.11/docker-compose.yml index 725e54da6..bc4f6c04f 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.11/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.20.11/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.20.11" + image: "epicmorg/jira:8.20.11" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.20.11-jdk8" + image: "epicmorg/jira:8.20.11-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.20.11-jdk11" + image: "epicmorg/jira:8.20.11-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.20.12/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.12/Dockerfile index fb5e7bbdf..0a67c5581 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.12/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 3949ffda2..fbffe3a6f 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.12/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.12/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.12/docker-compose.yml index ca9b0f0f4..bf3ec3b51 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.12/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.20.12/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.20.12" + image: "epicmorg/jira:8.20.12" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.20.12-jdk8" + image: "epicmorg/jira:8.20.12-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.20.12-jdk11" + image: "epicmorg/jira:8.20.12-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.20.13/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.13/Dockerfile index d72259c0e..6ffbdf061 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.13/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 1deef5c9d..339d262dc 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.13/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.13/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.13/docker-compose.yml index 0f7a919f9..6bc090914 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.13/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.20.13/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.20.13" + image: "epicmorg/jira:8.20.13" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.20.13-jdk8" + image: "epicmorg/jira:8.20.13-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.20.13-jdk11" + image: "epicmorg/jira:8.20.13-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.20.14/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.14/Dockerfile index 9754f60df..ef4daac45 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.14/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.14/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 2eda6dd01..fecec5c13 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.14/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.14/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.14/docker-compose.yml index f4d80529e..024a39f08 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.14/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.20.14/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.20.14" + image: "epicmorg/jira:8.20.14" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.20.14-jdk8" + image: "epicmorg/jira:8.20.14-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.20.14-jdk11" + image: "epicmorg/jira:8.20.14-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.20.15/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.15/Dockerfile index 49dfcbbfe..1253f2872 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.15/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.15/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 bd78f6192..3986c8296 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.15/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.15/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.15/docker-compose.yml index d6d89e33a..70cd2ef1c 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.15/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.20.15/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.20.15" + image: "epicmorg/jira:8.20.15" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.20.15-jdk8" + image: "epicmorg/jira:8.20.15-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.20.15-jdk11" + image: "epicmorg/jira:8.20.15-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.20.16/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.16/Dockerfile index 82b289945..6556af359 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.16/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 0fa8233d6..77dc7cc06 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.16/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.16/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.16/docker-compose.yml index 0f9527cd7..aef65c8f9 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.16/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.20.16/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.20.16" + image: "epicmorg/jira:8.20.16" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.20.16-jdk8" + image: "epicmorg/jira:8.20.16-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.20.16-jdk11" + image: "epicmorg/jira:8.20.16-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.20.17/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.17/Dockerfile index ab6d8a9e6..24d02f5fc 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.17/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 457ceff4c..d63c84370 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.17/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.17/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.17/docker-compose.yml index 569147c8e..40a673e13 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.17/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.20.17/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.20.17" + image: "epicmorg/jira:8.20.17" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.20.17-jdk8" + image: "epicmorg/jira:8.20.17-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.20.17-jdk11" + image: "epicmorg/jira:8.20.17-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.20.19/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.19/Dockerfile index 275a7ba6b..451c11bf2 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.19/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.19/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 8705caf8b..413cd94a5 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.19/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.19/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.19/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.19/docker-compose.yml index 896522aea..56f57c64d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.19/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.20.19/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.20.19" + image: "epicmorg/jira:8.20.19" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.20.19-jdk8" + image: "epicmorg/jira:8.20.19-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.20.19-jdk11" + image: "epicmorg/jira:8.20.19-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.20.2/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.2/Dockerfile index e5e07c699..9f499aac5 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 5a77ef59e..f35f08e3f 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.2/docker-compose.yml index 930f15e20..bcd1fc840 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.20.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.20.2" + image: "epicmorg/jira:8.20.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.20.2-jdk8" + image: "epicmorg/jira:8.20.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.20.2-jdk11" + image: "epicmorg/jira:8.20.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.20.20/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.20/Dockerfile index 8912e0833..00d0f3daa 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.20/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.20/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 17e7cc5f8..e1e69f132 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.20/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.20/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.20/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.20/docker-compose.yml index ae3b124c8..e61871559 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.20/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.20.20/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.20.20" + image: "epicmorg/jira:8.20.20" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.20.20-jdk8" + image: "epicmorg/jira:8.20.20-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.20.20-jdk11" + image: "epicmorg/jira:8.20.20-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.20.21/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.21/Dockerfile index 4e53440bb..38c1501f5 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.21/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.21/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 f07fdb78a..47a8a676e 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.21/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.21/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.21/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.21/docker-compose.yml index d88a5f0c0..cf9935afd 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.21/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.20.21/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.20.21" + image: "epicmorg/jira:8.20.21" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.20.21-jdk8" + image: "epicmorg/jira:8.20.21-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.20.21-jdk11" + image: "epicmorg/jira:8.20.21-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.20.22/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.22/Dockerfile index 42f7caa31..05501b008 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.22/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.22/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 302245089..e5c3570f6 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.22/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.22/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.22/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.22/docker-compose.yml index 659d1fb65..5f3a9bd85 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.22/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.20.22/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.20.22" + image: "epicmorg/jira:8.20.22" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.20.22-jdk8" + image: "epicmorg/jira:8.20.22-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.20.22-jdk11" + image: "epicmorg/jira:8.20.22-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.20.23/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.23/Dockerfile index 4367bd60f..59026a42c 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.23/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.23/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 5398131f8..9c0a6d94b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.23/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.23/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.23/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.23/docker-compose.yml index 4d30963ba..fc320b136 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.23/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.20.23/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.20.23" + image: "epicmorg/jira:8.20.23" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.20.23-jdk8" + image: "epicmorg/jira:8.20.23-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.20.23-jdk11" + image: "epicmorg/jira:8.20.23-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.20.24/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.24/Dockerfile index abbc1b931..56220a66e 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.24/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.24/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 9b311d6af..44cc4cd70 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.24/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.24/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.24/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.24/docker-compose.yml index e0ec12025..8a08d7982 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.24/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.20.24/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.20.24" + image: "epicmorg/jira:8.20.24" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.20.24-jdk8" + image: "epicmorg/jira:8.20.24-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.20.24-jdk11" + image: "epicmorg/jira:8.20.24-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.20.25/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.25/Dockerfile index 9332575ff..7c91d7d99 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.25/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.25/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 8a8370472..a24ffda6f 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.25/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.25/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.25/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.25/docker-compose.yml index 1efdfa958..d1bfcf663 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.25/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.20.25/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.20.25" + image: "epicmorg/jira:8.20.25" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.20.25-jdk8" + image: "epicmorg/jira:8.20.25-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.20.25-jdk11" + image: "epicmorg/jira:8.20.25-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.20.26/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.26/Dockerfile index 9cc1c25bf..6d22bf617 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.26/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.26/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 08b88aaa0..273756c14 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.26/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.26/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.26/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.26/docker-compose.yml index fc35b7c25..7b3093639 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.26/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.20.26/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.20.26" + image: "epicmorg/jira:8.20.26" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.20.26-jdk8" + image: "epicmorg/jira:8.20.26-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.20.26-jdk11" + image: "epicmorg/jira:8.20.26-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.20.27/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.27/Dockerfile index f7b63a9fb..bc06b40c0 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.27/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.27/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 d2b03e824..ec8013bd9 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.27/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.27/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.27/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.27/docker-compose.yml index 030de8437..b42936003 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.27/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.20.27/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.20.27" + image: "epicmorg/jira:8.20.27" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.20.27-jdk8" + image: "epicmorg/jira:8.20.27-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.20.27-jdk11" + image: "epicmorg/jira:8.20.27-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.20.28/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.28/Dockerfile index 0e295b941..a24b008d2 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.28/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.28/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 5d62cb329..fe0a204fb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.28/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.28/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.28/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.28/docker-compose.yml index 27a511f68..5f08bbd8e 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.28/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.20.28/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.20.28" + image: "epicmorg/jira:8.20.28" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.20.28-jdk8" + image: "epicmorg/jira:8.20.28-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.20.28-jdk11" + image: "epicmorg/jira:8.20.28-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.20.29/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.29/Dockerfile index 6ff93910b..2c28d215a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.29/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.29/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 1a1e7a041..66aaf7024 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.29/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.29/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.29/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.29/docker-compose.yml index be2cd5172..3adace616 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.29/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.20.29/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.20.29" + image: "epicmorg/jira:8.20.29" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.20.29-jdk8" + image: "epicmorg/jira:8.20.29-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.20.29-jdk11" + image: "epicmorg/jira:8.20.29-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.20.3/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.3/Dockerfile index 771f1d9a7..cf063d3be 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 3940dc212..4a83736db 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.3/docker-compose.yml index 710525788..0d69c1e10 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.20.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.20.3" + image: "epicmorg/jira:8.20.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.20.3-jdk8" + image: "epicmorg/jira:8.20.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.20.3-jdk11" + image: "epicmorg/jira:8.20.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.20.30/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.30/Dockerfile index d1c034f58..95b2f3567 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.30/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.30/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 10bb7a261..8c5cd0a6a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.30/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.30/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.30/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.30/docker-compose.yml index 29b489e79..b1e8863bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.30/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.20.30/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.20.30" + image: "epicmorg/jira:8.20.30" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.20.30-jdk8" + image: "epicmorg/jira:8.20.30-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.20.30-jdk11" + image: "epicmorg/jira:8.20.30-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.20.4/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.4/Dockerfile index ff71aeb35..344739c6d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 33506dd18..6c3bac940 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.4/docker-compose.yml index aca5999fd..3a01efa90 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.20.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.20.4" + image: "epicmorg/jira:8.20.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.20.4-jdk8" + image: "epicmorg/jira:8.20.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.20.4-jdk11" + image: "epicmorg/jira:8.20.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.20.5/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.5/Dockerfile index e7b7b7f65..1168ac1a0 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 5cb4b7047..c5a62f5fa 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.5/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.5/docker-compose.yml index a121f1f9c..f175e996f 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.20.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.20.5" + image: "epicmorg/jira:8.20.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.20.5-jdk8" + image: "epicmorg/jira:8.20.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.20.5-jdk11" + image: "epicmorg/jira:8.20.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.20.6/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.6/Dockerfile index c23b2e469..08c8bda90 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 a06855717..8cfeeb6b9 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.6/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.6/docker-compose.yml index 4431d5e03..b9fb5a391 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.20.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.20.6" + image: "epicmorg/jira:8.20.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.20.6-jdk8" + image: "epicmorg/jira:8.20.6-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.20.6-jdk11" + image: "epicmorg/jira:8.20.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.20.7/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.7/Dockerfile index 9519e28ce..6c232d384 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 b2ff7678f..5de07b2bf 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.7/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.7/docker-compose.yml index 3a1dd8b90..3fbfc5c1c 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.20.7/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.20.7" + image: "epicmorg/jira:8.20.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.20.7-jdk8" + image: "epicmorg/jira:8.20.7-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.20.7-jdk11" + image: "epicmorg/jira:8.20.7-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.20.8/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.8/Dockerfile index e8b5b2671..3e5098796 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 dc80ae4c8..ec84e5f39 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.8/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.8/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.8/docker-compose.yml index fa677643b..4aca0ec6b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.20.8/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.20.8" + image: "epicmorg/jira:8.20.8" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.20.8-jdk8" + image: "epicmorg/jira:8.20.8-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.20.8-jdk11" + image: "epicmorg/jira:8.20.8-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.20.9/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.9/Dockerfile index 04a4b0011..e1a6e7ca1 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 67161bd5d..1a2bd6129 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.9/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.9/docker-compose.yml index 9f84f0632..5d1ae4425 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.20.9/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.20.9" + image: "epicmorg/jira:8.20.9" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.20.9-jdk8" + image: "epicmorg/jira:8.20.9-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.20.9-jdk11" + image: "epicmorg/jira:8.20.9-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.21.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.21.0/Dockerfile index e872c8057..677e65e21 100644 --- a/linux/ecosystem/atlassian/jira/8/8.21.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.21.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 ad560e6d2..60ef2d045 100644 --- a/linux/ecosystem/atlassian/jira/8/8.21.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.21.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.21.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.21.0/docker-compose.yml index cd9628234..669684aac 100644 --- a/linux/ecosystem/atlassian/jira/8/8.21.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.21.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.21.0" + image: "epicmorg/jira:8.21.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.21.0-jdk8" + image: "epicmorg/jira:8.21.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.21.0-jdk11" + image: "epicmorg/jira:8.21.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.21.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.21.1/Dockerfile index 696665e57..8d6868753 100644 --- a/linux/ecosystem/atlassian/jira/8/8.21.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.21.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 f409fb8fa..42bcd7eb5 100644 --- a/linux/ecosystem/atlassian/jira/8/8.21.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.21.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.21.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.21.1/docker-compose.yml index 6e5525ad2..4c40acb0d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.21.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.21.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.21.1" + image: "epicmorg/jira:8.21.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.21.1-jdk8" + image: "epicmorg/jira:8.21.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.21.1-jdk11" + image: "epicmorg/jira:8.21.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.22.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.22.0/Dockerfile index a664cfc56..28fb870c5 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.22.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 0b0568ed0..e28fe03d8 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.22.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.22.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.22.0/docker-compose.yml index eaf47bd39..9f80b5cff 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.22.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.22.0" + image: "epicmorg/jira:8.22.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.22.0-jdk8" + image: "epicmorg/jira:8.22.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.22.0-jdk11" + image: "epicmorg/jira:8.22.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.22.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.22.1/Dockerfile index 3788a1030..fad9fd190 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.22.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 ecdf333d3..28314d495 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.22.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.22.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.22.1/docker-compose.yml index 4e08f08c3..60a5abfa8 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.22.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.22.1" + image: "epicmorg/jira:8.22.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.22.1-jdk8" + image: "epicmorg/jira:8.22.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.22.1-jdk11" + image: "epicmorg/jira:8.22.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.22.2/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.22.2/Dockerfile index b8642228d..225b56c25 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.22.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 9d2e68220..13845d080 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.22.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.22.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.22.2/docker-compose.yml index 5b8dd714b..f54d6a93a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.22.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.22.2" + image: "epicmorg/jira:8.22.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.22.2-jdk8" + image: "epicmorg/jira:8.22.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.22.2-jdk11" + image: "epicmorg/jira:8.22.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.22.3/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.22.3/Dockerfile index 5b0c29d41..6561347db 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.22.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 67cba0ad3..ea414cc2a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.22.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.22.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.22.3/docker-compose.yml index 9240f48f5..0d2b17635 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.22.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.22.3" + image: "epicmorg/jira:8.22.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.22.3-jdk8" + image: "epicmorg/jira:8.22.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.22.3-jdk11" + image: "epicmorg/jira:8.22.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.22.4/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.22.4/Dockerfile index 839a6e004..0ff12f602 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.22.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 b65f83f6e..c1576fc71 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.22.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.22.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.22.4/docker-compose.yml index ecc5aba3c..676dbb9b5 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.22.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.22.4" + image: "epicmorg/jira:8.22.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.22.4-jdk8" + image: "epicmorg/jira:8.22.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.22.4-jdk11" + image: "epicmorg/jira:8.22.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.22.5/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.22.5/Dockerfile index e8175f768..a31e6e71c 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.22.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 94324bdef..f660ba600 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.22.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.22.5/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.22.5/docker-compose.yml index e0419791c..bee815c6d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.22.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.22.5" + image: "epicmorg/jira:8.22.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.22.5-jdk8" + image: "epicmorg/jira:8.22.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.22.5-jdk11" + image: "epicmorg/jira:8.22.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.22.6/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.22.6/Dockerfile index a96b8b011..bce65e095 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.22.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 4944547ed..7739a462d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.22.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.22.6/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.22.6/docker-compose.yml index 182e1a6b3..f2768326b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.22.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.22.6" + image: "epicmorg/jira:8.22.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.22.6-jdk8" + image: "epicmorg/jira:8.22.6-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.22.6-jdk11" + image: "epicmorg/jira:8.22.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.3.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.3.0/Dockerfile index 8aa6b4f91..d0ed6f588 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 810b3ae31..2a813a248 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.3.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.3.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.3.0/docker-compose.yml index 949641b27..155c59818 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.3.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.3.0" + image: "epicmorg/jira:8.3.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.3.0-jdk8" + image: "epicmorg/jira:8.3.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.3.0-jdk11" + image: "epicmorg/jira:8.3.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.3.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.3.1/Dockerfile index 617cd0142..1e363b373 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 a3f431dc8..95a5ce177 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.3.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.3.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.3.1/docker-compose.yml index 67c583572..a01f0fede 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.3.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.3.1" + image: "epicmorg/jira:8.3.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.3.1-jdk8" + image: "epicmorg/jira:8.3.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.3.1-jdk11" + image: "epicmorg/jira:8.3.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.3.2/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.3.2/Dockerfile index 889ba4f09..01af0d67f 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 dcfb94964..b57b9f41f 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.3.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.3.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.3.2/docker-compose.yml index efab75966..7c7f87a5b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.3.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.3.2" + image: "epicmorg/jira:8.3.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.3.2-jdk8" + image: "epicmorg/jira:8.3.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.3.2-jdk11" + image: "epicmorg/jira:8.3.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.3.3/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.3.3/Dockerfile index eebe4e04e..1b30c6ee8 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 f9067746a..f03dc44d0 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.3.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.3.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.3.3/docker-compose.yml index 4939ba085..7f139d634 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.3.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.3.3" + image: "epicmorg/jira:8.3.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.3.3-jdk8" + image: "epicmorg/jira:8.3.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.3.3-jdk11" + image: "epicmorg/jira:8.3.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.3.4/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.3.4/Dockerfile index 1282dc089..ffb0002f5 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 0d31a314f..22d6598f4 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.3.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.3.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.3.4/docker-compose.yml index 20c24f1b2..87b24f76b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.3.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.3.4" + image: "epicmorg/jira:8.3.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.3.4-jdk8" + image: "epicmorg/jira:8.3.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.3.4-jdk11" + image: "epicmorg/jira:8.3.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.3.5/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.3.5/Dockerfile index 0f6dbf8aa..0cd6ff6bf 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.3.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 955a9d2d0..b59648c97 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.3.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.3.5/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.3.5/docker-compose.yml index b23d2f19e..3b35f68a5 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.3.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.3.5" + image: "epicmorg/jira:8.3.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.3.5-jdk8" + image: "epicmorg/jira:8.3.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.3.5-jdk11" + image: "epicmorg/jira:8.3.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.4.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.4.0/Dockerfile index af27c7c68..b8011401a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 275efcbc8..e80d50d87 100644 --- a/linux/ecosystem/atlassian/jira/8/8.4.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.4.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.4.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.4.0/docker-compose.yml index cdb7f97d3..24a88bce6 100644 --- a/linux/ecosystem/atlassian/jira/8/8.4.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.4.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.4.0" + image: "epicmorg/jira:8.4.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.4.0-jdk8" + image: "epicmorg/jira:8.4.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.4.0-jdk11" + image: "epicmorg/jira:8.4.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.4.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.4.1/Dockerfile index 41bccfac9..91059c699 100644 --- a/linux/ecosystem/atlassian/jira/8/8.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 ac4dbc6d9..86973b805 100644 --- a/linux/ecosystem/atlassian/jira/8/8.4.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.4.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.4.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.4.1/docker-compose.yml index 7e338a78d..9924f79bb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.4.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.4.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.4.1" + image: "epicmorg/jira:8.4.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.4.1-jdk8" + image: "epicmorg/jira:8.4.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.4.1-jdk11" + image: "epicmorg/jira:8.4.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.4.2/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.4.2/Dockerfile index b044f4fdf..5a11f5595 100644 --- a/linux/ecosystem/atlassian/jira/8/8.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 bc9d35f42..29b863ee7 100644 --- a/linux/ecosystem/atlassian/jira/8/8.4.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.4.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.4.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.4.2/docker-compose.yml index aade39de8..8b401138a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.4.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.4.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.4.2" + image: "epicmorg/jira:8.4.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.4.2-jdk8" + image: "epicmorg/jira:8.4.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.4.2-jdk11" + image: "epicmorg/jira:8.4.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.4.3/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.4.3/Dockerfile index 24712d012..2b61a3d6b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 1b4d2c274..49ea276c9 100644 --- a/linux/ecosystem/atlassian/jira/8/8.4.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.4.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.4.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.4.3/docker-compose.yml index ce9552f44..e03a27d3e 100644 --- a/linux/ecosystem/atlassian/jira/8/8.4.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.4.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.4.3" + image: "epicmorg/jira:8.4.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.4.3-jdk8" + image: "epicmorg/jira:8.4.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.4.3-jdk11" + image: "epicmorg/jira:8.4.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.5.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.0/Dockerfile index 4bced3dd3..2cdf15e3b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 923b35867..c982c85d8 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.0/docker-compose.yml index 13f6ad778..7d9954be6 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.5.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.5.0" + image: "epicmorg/jira:8.5.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.5.0-jdk8" + image: "epicmorg/jira:8.5.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.5.0-jdk11" + image: "epicmorg/jira:8.5.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.5.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.1/Dockerfile index 8c9412aa6..be7c08d26 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 67cb01907..4aa1dc715 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.1/docker-compose.yml index ef8316580..0434542ae 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.5.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.5.1" + image: "epicmorg/jira:8.5.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.5.1-jdk8" + image: "epicmorg/jira:8.5.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.5.1-jdk11" + image: "epicmorg/jira:8.5.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.5.10/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.10/Dockerfile index 56cdc8fa2..d41ab7805 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.10/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 ad7c684ed..8e8fe3cee 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.10/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.10/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.10/docker-compose.yml index f1572bd56..e89609212 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.10/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.5.10/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.5.10" + image: "epicmorg/jira:8.5.10" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.5.10-jdk8" + image: "epicmorg/jira:8.5.10-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.5.10-jdk11" + image: "epicmorg/jira:8.5.10-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.5.11/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.11/Dockerfile index 7195218d1..44d67c8d7 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.11/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 70b27e75b..0d190e3af 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.11/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.11/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.11/docker-compose.yml index 539a89376..c1aa6d8fd 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.11/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.5.11/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.5.11" + image: "epicmorg/jira:8.5.11" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.5.11-jdk8" + image: "epicmorg/jira:8.5.11-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.5.11-jdk11" + image: "epicmorg/jira:8.5.11-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.5.12/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.12/Dockerfile index 154d87da8..efcf8c9e9 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.12/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 268f020dd..0ab14d617 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.12/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.12/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.12/docker-compose.yml index 90445df87..96a9d0c6d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.12/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.5.12/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.5.12" + image: "epicmorg/jira:8.5.12" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.5.12-jdk8" + image: "epicmorg/jira:8.5.12-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.5.12-jdk11" + image: "epicmorg/jira:8.5.12-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.5.13/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.13/Dockerfile index 116bf1b21..50107541e 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.13/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 1bbeb51fd..4141e7cbb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.13/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.13/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.13/docker-compose.yml index 7ef0e22a2..8c0399de6 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.13/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.5.13/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.5.13" + image: "epicmorg/jira:8.5.13" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.5.13-jdk8" + image: "epicmorg/jira:8.5.13-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.5.13-jdk11" + image: "epicmorg/jira:8.5.13-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.5.14/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.14/Dockerfile index 1d93c95b2..0eb96a071 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.14/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.14/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 9d91bdd96..642021df9 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.14/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.14/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.14/docker-compose.yml index 09345f68e..94a384501 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.14/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.5.14/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.5.14" + image: "epicmorg/jira:8.5.14" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.5.14-jdk8" + image: "epicmorg/jira:8.5.14-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.5.14-jdk11" + image: "epicmorg/jira:8.5.14-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.5.15/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.15/Dockerfile index 58fda7fc1..e6ca0c318 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.15/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.15/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 e46d140ff..ad00147d5 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.15/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.15/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.15/docker-compose.yml index 47b2e54d7..6c4627f51 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.15/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.5.15/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.5.15" + image: "epicmorg/jira:8.5.15" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.5.15-jdk8" + image: "epicmorg/jira:8.5.15-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.5.15-jdk11" + image: "epicmorg/jira:8.5.15-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.5.16/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.16/Dockerfile index fe5109e15..3e746af31 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.16/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 99bfb4a8c..794d51354 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.16/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.16/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.16/docker-compose.yml index 3600b4c4f..e1e33a293 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.16/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.5.16/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.5.16" + image: "epicmorg/jira:8.5.16" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.5.16-jdk8" + image: "epicmorg/jira:8.5.16-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.5.16-jdk11" + image: "epicmorg/jira:8.5.16-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.5.17/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.17/Dockerfile index fb818a7a1..14306c1cd 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.17/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 afbfe55d7..094d54661 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.17/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.17/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.17/docker-compose.yml index 3fd7a6270..c9a618141 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.17/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.5.17/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.5.17" + image: "epicmorg/jira:8.5.17" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.5.17-jdk8" + image: "epicmorg/jira:8.5.17-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.5.17-jdk11" + image: "epicmorg/jira:8.5.17-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.5.18/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.18/Dockerfile index 9f944de99..193b8b966 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.18/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.18/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 08b1668dc..93820d18a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.18/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.18/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.18/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.18/docker-compose.yml index 64226a384..226d2f9e6 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.18/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.5.18/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.5.18" + image: "epicmorg/jira:8.5.18" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.5.18-jdk8" + image: "epicmorg/jira:8.5.18-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.5.18-jdk11" + image: "epicmorg/jira:8.5.18-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.5.19/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.19/Dockerfile index 9549465e0..b9a44222a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.19/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.19/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 47e2a57f6..c03ec73cd 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.19/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.19/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.19/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.19/docker-compose.yml index f9a6946fb..89a9be633 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.19/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.5.19/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.5.19" + image: "epicmorg/jira:8.5.19" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.5.19-jdk8" + image: "epicmorg/jira:8.5.19-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.5.19-jdk11" + image: "epicmorg/jira:8.5.19-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.5.2/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.2/Dockerfile index ea8162734..3c9929fdb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 e19659246..515795d9c 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.2/docker-compose.yml index 22623c9e2..3f7d81519 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.5.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.5.2" + image: "epicmorg/jira:8.5.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.5.2-jdk8" + image: "epicmorg/jira:8.5.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.5.2-jdk11" + image: "epicmorg/jira:8.5.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.5.3/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.3/Dockerfile index 4a997f1e0..c6ccd5be0 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 af3dd7ff4..16ab0e283 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.3/docker-compose.yml index 95343f338..26ecfa347 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.5.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.5.3" + image: "epicmorg/jira:8.5.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.5.3-jdk8" + image: "epicmorg/jira:8.5.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.5.3-jdk11" + image: "epicmorg/jira:8.5.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.5.4/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.4/Dockerfile index 5a461a888..e6339985c 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 2988f7991..7ad4fba5b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.4/docker-compose.yml index e01a90902..f26f210e7 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.5.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.5.4" + image: "epicmorg/jira:8.5.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.5.4-jdk8" + image: "epicmorg/jira:8.5.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.5.4-jdk11" + image: "epicmorg/jira:8.5.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.5.5/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.5/Dockerfile index 4e0a287e3..ea9043d17 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 e897c12f9..7fb64ea13 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.5/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.5/docker-compose.yml index 6a16f2ccc..1777adae8 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.5.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.5.5" + image: "epicmorg/jira:8.5.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.5.5-jdk8" + image: "epicmorg/jira:8.5.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.5.5-jdk11" + image: "epicmorg/jira:8.5.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.5.6/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.6/Dockerfile index b0c7cf1f2..5ad2eb3f1 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 8f2f91fd7..46035b413 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.6/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.6/docker-compose.yml index 1f3431d43..278f2418a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.5.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.5.6" + image: "epicmorg/jira:8.5.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.5.6-jdk8" + image: "epicmorg/jira:8.5.6-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.5.6-jdk11" + image: "epicmorg/jira:8.5.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.5.7/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.7/Dockerfile index 0f8fa66f7..ca3d7932c 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 eb0c7e01e..fcad4c279 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.7/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.7/docker-compose.yml index 83a069e45..3196a47af 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.5.7/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.5.7" + image: "epicmorg/jira:8.5.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.5.7-jdk8" + image: "epicmorg/jira:8.5.7-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.5.7-jdk11" + image: "epicmorg/jira:8.5.7-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.5.8/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.8/Dockerfile index ec0711292..d74432703 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 53e175b90..d42bb2c03 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.8/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.8/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.8/docker-compose.yml index fd7a4307d..ef3a3cc91 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.5.8/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.5.8" + image: "epicmorg/jira:8.5.8" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.5.8-jdk8" + image: "epicmorg/jira:8.5.8-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.5.8-jdk11" + image: "epicmorg/jira:8.5.8-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.5.9/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.9/Dockerfile index c831d82eb..d3d773b64 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 cd348bcf9..a5ca71e3e 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.9/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.9/docker-compose.yml index f443798b9..77a64dba9 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.5.9/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.5.9" + image: "epicmorg/jira:8.5.9" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.5.9-jdk8" + image: "epicmorg/jira:8.5.9-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.5.9-jdk11" + image: "epicmorg/jira:8.5.9-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.6.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.6.0/Dockerfile index a68c62324..b81bbcfb6 100644 --- a/linux/ecosystem/atlassian/jira/8/8.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 dc03b7217..dea5e4b31 100644 --- a/linux/ecosystem/atlassian/jira/8/8.6.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.6.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.6.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.6.0/docker-compose.yml index 103500272..b71615e92 100644 --- a/linux/ecosystem/atlassian/jira/8/8.6.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.6.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.6.0" + image: "epicmorg/jira:8.6.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.6.0-jdk8" + image: "epicmorg/jira:8.6.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.6.0-jdk11" + image: "epicmorg/jira:8.6.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.6.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.6.1/Dockerfile index e191d4610..0ed777979 100644 --- a/linux/ecosystem/atlassian/jira/8/8.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 ba134db40..673feee92 100644 --- a/linux/ecosystem/atlassian/jira/8/8.6.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.6.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.6.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.6.1/docker-compose.yml index f547f95e1..bc5fdda5a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.6.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.6.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.6.1" + image: "epicmorg/jira:8.6.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.6.1-jdk8" + image: "epicmorg/jira:8.6.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.6.1-jdk11" + image: "epicmorg/jira:8.6.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.7.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.7.0/Dockerfile index e92881f2f..4e1a36e36 100644 --- a/linux/ecosystem/atlassian/jira/8/8.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.7.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 998b50617..67e3609a6 100644 --- a/linux/ecosystem/atlassian/jira/8/8.7.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.7.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.7.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.7.0/docker-compose.yml index ffbb71102..4b89f9a53 100644 --- a/linux/ecosystem/atlassian/jira/8/8.7.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.7.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.7.0" + image: "epicmorg/jira:8.7.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.7.0-jdk8" + image: "epicmorg/jira:8.7.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.7.0-jdk11" + image: "epicmorg/jira:8.7.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.7.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.7.1/Dockerfile index 1e5d0b71c..1b7434407 100644 --- a/linux/ecosystem/atlassian/jira/8/8.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 7451c5903..2cf1aaafa 100644 --- a/linux/ecosystem/atlassian/jira/8/8.7.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.7.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.7.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.7.1/docker-compose.yml index 74988c04d..3e56fc635 100644 --- a/linux/ecosystem/atlassian/jira/8/8.7.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.7.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.7.1" + image: "epicmorg/jira:8.7.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.7.1-jdk8" + image: "epicmorg/jira:8.7.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.7.1-jdk11" + image: "epicmorg/jira:8.7.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.8.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.8.0/Dockerfile index fce6c8f36..207c122f5 100644 --- a/linux/ecosystem/atlassian/jira/8/8.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 0cddabad1..ca98988d2 100644 --- a/linux/ecosystem/atlassian/jira/8/8.8.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.8.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.8.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.8.0/docker-compose.yml index 58a3b3f5c..05e3370b5 100644 --- a/linux/ecosystem/atlassian/jira/8/8.8.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.8.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.8.0" + image: "epicmorg/jira:8.8.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.8.0-jdk8" + image: "epicmorg/jira:8.8.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.8.0-jdk11" + image: "epicmorg/jira:8.8.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.8.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.8.1/Dockerfile index d469f859c..a5d5b537f 100644 --- a/linux/ecosystem/atlassian/jira/8/8.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 3cf4eef4f..15acb1f19 100644 --- a/linux/ecosystem/atlassian/jira/8/8.8.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.8.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.8.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.8.1/docker-compose.yml index f654e36ec..44956ce37 100644 --- a/linux/ecosystem/atlassian/jira/8/8.8.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.8.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.8.1" + image: "epicmorg/jira:8.8.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.8.1-jdk8" + image: "epicmorg/jira:8.8.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.8.1-jdk11" + image: "epicmorg/jira:8.8.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.9.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.9.0/Dockerfile index 1da148dbb..262607292 100644 --- a/linux/ecosystem/atlassian/jira/8/8.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.9.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 f789e246d..827f4b1a5 100644 --- a/linux/ecosystem/atlassian/jira/8/8.9.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.9.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.9.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.9.0/docker-compose.yml index d56ffb78e..c433367ee 100644 --- a/linux/ecosystem/atlassian/jira/8/8.9.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.9.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.9.0" + image: "epicmorg/jira:8.9.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.9.0-jdk8" + image: "epicmorg/jira:8.9.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.9.0-jdk11" + image: "epicmorg/jira:8.9.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/8/8.9.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.9.1/Dockerfile index 7f2336807..5a970137a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.9.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 046d3c03a..79b5d45ad 100644 --- a/linux/ecosystem/atlassian/jira/8/8.9.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.9.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/8/8.9.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.9.1/docker-compose.yml index ae6b90dce..706b8e426 100644 --- a/linux/ecosystem/atlassian/jira/8/8.9.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/8/8.9.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:8.9.1" + image: "epicmorg/jira:8.9.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:8.9.1-jdk8" + image: "epicmorg/jira:8.9.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:8.9.1-jdk11" + image: "epicmorg/jira:8.9.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.0.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.0.0/Dockerfile index 46c742465..d945968f8 100644 --- a/linux/ecosystem/atlassian/jira/9/9.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.0.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 cb7825513..acac4b620 100644 --- a/linux/ecosystem/atlassian/jira/9/9.0.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.0.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.0.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.0.0/docker-compose.yml index a1a8ad8b3..79876bafc 100644 --- a/linux/ecosystem/atlassian/jira/9/9.0.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.0.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:9.0.0" + image: "epicmorg/jira:9.0.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.0.0-jdk8" + image: "epicmorg/jira:9.0.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.0.0-jdk11" + image: "epicmorg/jira:9.0.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.1.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.1.0/Dockerfile index f87a4bae5..b6271a416 100644 --- a/linux/ecosystem/atlassian/jira/9/9.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 018894bc5..0f670117e 100644 --- a/linux/ecosystem/atlassian/jira/9/9.1.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.1.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.1.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.1.0/docker-compose.yml index 511c1ea74..85fc94edc 100644 --- a/linux/ecosystem/atlassian/jira/9/9.1.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.1.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:9.1.0" + image: "epicmorg/jira:9.1.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.1.0-jdk8" + image: "epicmorg/jira:9.1.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.1.0-jdk11" + image: "epicmorg/jira:9.1.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.1.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.1.1/Dockerfile index dc1fb2aa8..747da06cd 100644 --- a/linux/ecosystem/atlassian/jira/9/9.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 7d2911316..c13c20c19 100644 --- a/linux/ecosystem/atlassian/jira/9/9.1.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.1.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.1.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.1.1/docker-compose.yml index 59e7b8c34..230f7e830 100644 --- a/linux/ecosystem/atlassian/jira/9/9.1.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.1.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:9.1.1" + image: "epicmorg/jira:9.1.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.1.1-jdk8" + image: "epicmorg/jira:9.1.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.1.1-jdk11" + image: "epicmorg/jira:9.1.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.10.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.10.0/Dockerfile index 807531f9a..5c9466a75 100644 --- a/linux/ecosystem/atlassian/jira/9/9.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.10.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 9c17c714a..a8a86d0df 100644 --- a/linux/ecosystem/atlassian/jira/9/9.10.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.10.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 d1b4f09ae..e1bb59a68 100644 --- a/linux/ecosystem/atlassian/jira/9/9.10.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.10.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.10.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.10.0/docker-compose.yml index f36939dfc..ae7762169 100644 --- a/linux/ecosystem/atlassian/jira/9/9.10.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.10.0/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.10.0" + image: "epicmorg/jira:9.10.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.10.0-jdk8" + image: "epicmorg/jira:9.10.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.10.0-jdk11" + image: "epicmorg/jira:9.10.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.10.0-jdk17" + image: "epicmorg/jira:9.10.0-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.10.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.10.1/Dockerfile index 7ba506039..8d4fb4697 100644 --- a/linux/ecosystem/atlassian/jira/9/9.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.10.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 3c8b5a60d..8d9f91d11 100644 --- a/linux/ecosystem/atlassian/jira/9/9.10.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.10.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 25eed8013..8429c9f20 100644 --- a/linux/ecosystem/atlassian/jira/9/9.10.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.10.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.10.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.10.1/docker-compose.yml index afaa218db..e960a46b9 100644 --- a/linux/ecosystem/atlassian/jira/9/9.10.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.10.1/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.10.1" + image: "epicmorg/jira:9.10.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.10.1-jdk8" + image: "epicmorg/jira:9.10.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.10.1-jdk11" + image: "epicmorg/jira:9.10.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.10.1-jdk17" + image: "epicmorg/jira:9.10.1-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.10.2/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.10.2/Dockerfile index 80b71d6ec..05d8b3f12 100644 --- a/linux/ecosystem/atlassian/jira/9/9.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.10.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 3b5e5de0c..7708daafd 100644 --- a/linux/ecosystem/atlassian/jira/9/9.10.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.10.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 329a465a9..b3cb73c50 100644 --- a/linux/ecosystem/atlassian/jira/9/9.10.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.10.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.10.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.10.2/docker-compose.yml index 0455bf35b..34d6fb341 100644 --- a/linux/ecosystem/atlassian/jira/9/9.10.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.10.2/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.10.2" + image: "epicmorg/jira:9.10.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.10.2-jdk8" + image: "epicmorg/jira:9.10.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.10.2-jdk11" + image: "epicmorg/jira:9.10.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.10.2-jdk17" + image: "epicmorg/jira:9.10.2-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.11.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.11.0/Dockerfile index abfe9b4a6..e073a420c 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.11.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 f98424fa0..bc221d4a3 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.11.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 585287882..9f51cfd57 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.11.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.11.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.11.0/docker-compose.yml index eae03a1d3..88902f7bd 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.11.0/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.11.0" + image: "epicmorg/jira:9.11.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.11.0-jdk8" + image: "epicmorg/jira:9.11.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.11.0-jdk11" + image: "epicmorg/jira:9.11.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.11.0-jdk17" + image: "epicmorg/jira:9.11.0-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.11.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.11.1/Dockerfile index 7fe7730fa..2a3a0ffe5 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.11.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 2650587f1..9e377d261 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.11.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 2a4601d73..0a444f814 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.11.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.11.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.11.1/docker-compose.yml index d5113a31d..b1416ba54 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.11.1/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.11.1" + image: "epicmorg/jira:9.11.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.11.1-jdk8" + image: "epicmorg/jira:9.11.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.11.1-jdk11" + image: "epicmorg/jira:9.11.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.11.1-jdk17" + image: "epicmorg/jira:9.11.1-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.11.2/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.11.2/Dockerfile index 1a53251fd..51432e731 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.11.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 1eacdabe6..04d17105d 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.11.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 8ff1b0560..180daf522 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.11.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.11.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.11.2/docker-compose.yml index a152af2dc..db9d9f302 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.11.2/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.11.2" + image: "epicmorg/jira:9.11.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.11.2-jdk8" + image: "epicmorg/jira:9.11.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.11.2-jdk11" + image: "epicmorg/jira:9.11.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.11.2-jdk17" + image: "epicmorg/jira:9.11.2-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.11.3/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.11.3/Dockerfile index b0c1033e1..c474ae569 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.11.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 7581a5981..7ef29c54f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.11.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 b3fb121ff..20d0df44c 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.11.3/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.11.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.11.3/docker-compose.yml index dda2d6e66..0cf937248 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.11.3/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.11.3" + image: "epicmorg/jira:9.11.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.11.3-jdk8" + image: "epicmorg/jira:9.11.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.11.3-jdk11" + image: "epicmorg/jira:9.11.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.11.3-jdk17" + image: "epicmorg/jira:9.11.3-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.12.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.0/Dockerfile index 0e7ec6e51..0da2f14a1 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 3313fbdc5..4f7d4c8de 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 1765afe0e..3db04554f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.0/docker-compose.yml index 38a88542e..c7a21acf0 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.12.0/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.12.0" + image: "epicmorg/jira:9.12.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.12.0-jdk8" + image: "epicmorg/jira:9.12.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.12.0-jdk11" + image: "epicmorg/jira:9.12.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.12.0-jdk17" + image: "epicmorg/jira:9.12.0-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.12.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.1/Dockerfile index acdba64fb..60cc04e72 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 33d5a3070..06de36e63 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 af1cc80a3..d84016722 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.1/docker-compose.yml index 2a2200f0e..89a4c90cb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.12.1/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.12.1" + image: "epicmorg/jira:9.12.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.12.1-jdk8" + image: "epicmorg/jira:9.12.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.12.1-jdk11" + image: "epicmorg/jira:9.12.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.12.1-jdk17" + image: "epicmorg/jira:9.12.1-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.12.10/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.10/Dockerfile index ddd7a7645..ae1651519 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.10/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 39eca6f5b..2b08d19c5 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.10/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 209ea7601..87b2c62ef 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.10/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.10/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.10/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.10/docker-compose.yml index 748605887..6a745f440 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.10/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.12.10/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.12.10" + image: "epicmorg/jira:9.12.10" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.12.10-jdk8" + image: "epicmorg/jira:9.12.10-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.12.10-jdk11" + image: "epicmorg/jira:9.12.10-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.12.10-jdk17" + image: "epicmorg/jira:9.12.10-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.12.11/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.11/Dockerfile index e17eab7dd..5435f90c2 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.11/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 c851e6b4e..404f3fe64 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.11/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 13d5beec2..a827b404e 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.11/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.11/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.11/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.11/docker-compose.yml index e05c85d09..1069a3e65 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.11/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.12.11/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.12.11" + image: "epicmorg/jira:9.12.11" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.12.11-jdk8" + image: "epicmorg/jira:9.12.11-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.12.11-jdk11" + image: "epicmorg/jira:9.12.11-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.12.11-jdk17" + image: "epicmorg/jira:9.12.11-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.12.12/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.12/Dockerfile index 5c7c85e6f..507efa471 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.12/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 7f6a886fc..960ba1f6b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.12/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 613cf9312..7f3d872b9 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.12/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.12/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.12/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.12/docker-compose.yml index 12936e2d7..64772dd6b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.12/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.12.12/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.12.12" + image: "epicmorg/jira:9.12.12" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.12.12-jdk8" + image: "epicmorg/jira:9.12.12-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.12.12-jdk11" + image: "epicmorg/jira:9.12.12-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.12.12-jdk17" + image: "epicmorg/jira:9.12.12-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.12.13/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.13/Dockerfile index b432576c0..dcc150dec 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.13/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 4878ce4dd..37354c6e7 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.13/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 ea50b4d51..e6766e564 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.13/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.13/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.13/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.13/docker-compose.yml index 8cfd6aab7..132273c0f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.13/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.12.13/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.12.13" + image: "epicmorg/jira:9.12.13" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.12.13-jdk8" + image: "epicmorg/jira:9.12.13-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.12.13-jdk11" + image: "epicmorg/jira:9.12.13-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.12.13-jdk17" + image: "epicmorg/jira:9.12.13-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.12.14/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.14/Dockerfile index 76a244f2a..c7cdeecb6 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.14/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.14/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 94ab3f43a..5f54addc9 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.14/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 10743ee8c..43c595928 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.14/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.14/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.14/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.14/docker-compose.yml index 33a98ca4e..f92ec3ae0 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.14/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.12.14/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.12.14" + image: "epicmorg/jira:9.12.14" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.12.14-jdk8" + image: "epicmorg/jira:9.12.14-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.12.14-jdk11" + image: "epicmorg/jira:9.12.14-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.12.14-jdk17" + image: "epicmorg/jira:9.12.14-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.12.15/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.15/Dockerfile index 099edd95c..1629b6c5f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.15/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.15/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 0f1ab58d1..13537d7be 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.15/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 e9128bf00..f3c229d4f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.15/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.15/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.15/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.15/docker-compose.yml index 4031096bb..9cf568041 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.15/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.12.15/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.12.15" + image: "epicmorg/jira:9.12.15" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.12.15-jdk8" + image: "epicmorg/jira:9.12.15-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.12.15-jdk11" + image: "epicmorg/jira:9.12.15-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.12.15-jdk17" + image: "epicmorg/jira:9.12.15-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.12.16/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.16/Dockerfile index 50583b63e..05818213b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.16/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 e662ebead..ba024cdbc 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.16/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 9a9bb4bf6..82798799e 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.16/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.16/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.16/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.16/docker-compose.yml index e47c28ca1..2c8046f4f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.16/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.12.16/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.12.16" + image: "epicmorg/jira:9.12.16" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.12.16-jdk8" + image: "epicmorg/jira:9.12.16-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.12.16-jdk11" + image: "epicmorg/jira:9.12.16-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.12.16-jdk17" + image: "epicmorg/jira:9.12.16-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.12.17/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.17/Dockerfile index a0dd91279..b62b7234b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.17/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 057a9be1c..39244547f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.17/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 8db3fed2f..149bdedc1 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.17/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.17/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.17/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.17/docker-compose.yml index dd5d7d294..f73b81d5e 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.17/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.12.17/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.12.17" + image: "epicmorg/jira:9.12.17" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.12.17-jdk8" + image: "epicmorg/jira:9.12.17-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.12.17-jdk11" + image: "epicmorg/jira:9.12.17-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.12.17-jdk17" + image: "epicmorg/jira:9.12.17-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.12.18/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.18/Dockerfile index e5c203c83..3733a7ae1 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.18/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.18/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 c21d2cb5f..d131cf01d 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.18/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.18/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 738fd0805..f2a4ad020 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.18/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.18/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.18/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.18/docker-compose.yml index 5fdeb36fb..74fc8fdf9 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.18/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.12.18/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.12.18" + image: "epicmorg/jira:9.12.18" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.12.18-jdk8" + image: "epicmorg/jira:9.12.18-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.12.18-jdk11" + image: "epicmorg/jira:9.12.18-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.12.18-jdk17" + image: "epicmorg/jira:9.12.18-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.12.19/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.19/Dockerfile index eadc12402..281e44999 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.19/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.19/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 ee5fcd875..8a8906a80 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.19/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.19/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 825997d87..a6d84ae5f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.19/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.19/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.19/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.19/docker-compose.yml index 8ba1b4b7b..65787bd79 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.19/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.12.19/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.12.19" + image: "epicmorg/jira:9.12.19" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.12.19-jdk8" + image: "epicmorg/jira:9.12.19-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.12.19-jdk11" + image: "epicmorg/jira:9.12.19-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.12.19-jdk17" + image: "epicmorg/jira:9.12.19-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.12.2/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.2/Dockerfile index 429072b8d..5d89160b8 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 5e4005778..3fc178c16 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 dfa5f281f..39226f429 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.2/docker-compose.yml index 09c7e4c2f..16cd6cd5c 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.12.2/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.12.2" + image: "epicmorg/jira:9.12.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.12.2-jdk8" + image: "epicmorg/jira:9.12.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.12.2-jdk11" + image: "epicmorg/jira:9.12.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.12.2-jdk17" + image: "epicmorg/jira:9.12.2-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.12.20/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.20/Dockerfile index 780a26d9c..b66f7ee58 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.20/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.20/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 e95c3c345..e2da0c53f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.20/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.20/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 0f49fdcf9..b7ab4980a 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.20/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.20/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.20/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.20/docker-compose.yml index 162469d7e..f991d23d9 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.20/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.12.20/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.12.20" + image: "epicmorg/jira:9.12.20" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.12.20-jdk8" + image: "epicmorg/jira:9.12.20-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.12.20-jdk11" + image: "epicmorg/jira:9.12.20-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.12.20-jdk17" + image: "epicmorg/jira:9.12.20-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.12.21/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.21/Dockerfile index be13a62b6..71d693481 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.21/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.21/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 228fcf2a7..f46aac112 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.21/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.21/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 72145476c..249fa5bea 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.21/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.21/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.21/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.21/docker-compose.yml index f798a7856..cbcf25d1a 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.21/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.12.21/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.12.21" + image: "epicmorg/jira:9.12.21" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.12.21-jdk8" + image: "epicmorg/jira:9.12.21-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.12.21-jdk11" + image: "epicmorg/jira:9.12.21-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.12.21-jdk17" + image: "epicmorg/jira:9.12.21-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.12.22/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.22/Dockerfile index 3d1877ac1..80ef4d65a 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.22/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.22/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 407d1a0bb..80149bdaa 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.22/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.22/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 faa58b4d9..6d602ca0d 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.22/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.22/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.22/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.22/docker-compose.yml index 02bc6e00c..399c4e282 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.22/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.12.22/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.12.22" + image: "epicmorg/jira:9.12.22" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.12.22-jdk8" + image: "epicmorg/jira:9.12.22-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.12.22-jdk11" + image: "epicmorg/jira:9.12.22-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.12.22-jdk17" + image: "epicmorg/jira:9.12.22-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.12.3/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.3/Dockerfile index 4e42e46fd..417162710 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 ff3986423..a001de370 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 0015304c6..15841afd1 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.3/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.3/docker-compose.yml index 39752a6bf..0649a604f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.12.3/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.12.3" + image: "epicmorg/jira:9.12.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.12.3-jdk8" + image: "epicmorg/jira:9.12.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.12.3-jdk11" + image: "epicmorg/jira:9.12.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.12.3-jdk17" + image: "epicmorg/jira:9.12.3-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.12.4/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.4/Dockerfile index 7371755fc..85150fca3 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 41202b451..5ed1fb4fa 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 7f5900346..f8d0beecc 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.4/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.4/docker-compose.yml index fed5b8e78..e9327142e 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.12.4/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.12.4" + image: "epicmorg/jira:9.12.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.12.4-jdk8" + image: "epicmorg/jira:9.12.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.12.4-jdk11" + image: "epicmorg/jira:9.12.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.12.4-jdk17" + image: "epicmorg/jira:9.12.4-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.12.5/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.5/Dockerfile index 4ac76d857..83aebc3b8 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 dd184650f..555e91f98 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 5841efef2..105c9ed76 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.5/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.5/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.5/docker-compose.yml index 57526578f..2c4e7d0ee 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.12.5/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.12.5" + image: "epicmorg/jira:9.12.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.12.5-jdk8" + image: "epicmorg/jira:9.12.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.12.5-jdk11" + image: "epicmorg/jira:9.12.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.12.5-jdk17" + image: "epicmorg/jira:9.12.5-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.12.6/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.6/Dockerfile index 93f3907a5..25b3dfdbe 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 55885b580..9c0f989c3 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 8a7e96378..1c0caf1fe 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.6/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.6/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.6/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.6/docker-compose.yml index 10362127a..411b2f73c 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.12.6/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.12.6" + image: "epicmorg/jira:9.12.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.12.6-jdk8" + image: "epicmorg/jira:9.12.6-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.12.6-jdk11" + image: "epicmorg/jira:9.12.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.12.6-jdk17" + image: "epicmorg/jira:9.12.6-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.12.7/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.7/Dockerfile index 41816bd79..9f4374efe 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 dc617b0ab..d962f821f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 84a155b20..c096556f6 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.7/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.7/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.7/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.7/docker-compose.yml index c0976d9a0..8a831054a 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.12.7/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.12.7" + image: "epicmorg/jira:9.12.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.12.7-jdk8" + image: "epicmorg/jira:9.12.7-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.12.7-jdk11" + image: "epicmorg/jira:9.12.7-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.12.7-jdk17" + image: "epicmorg/jira:9.12.7-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.12.8/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.8/Dockerfile index 35ca6e2ec..982577b6d 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 d88b454ab..de5e90785 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.8/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 9c50f5a22..e7740af4e 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.8/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.8/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.8/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.8/docker-compose.yml index ccae00e13..6230a4ebe 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.12.8/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.12.8" + image: "epicmorg/jira:9.12.8" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.12.8-jdk8" + image: "epicmorg/jira:9.12.8-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.12.8-jdk11" + image: "epicmorg/jira:9.12.8-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.12.8-jdk17" + image: "epicmorg/jira:9.12.8-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.12.9/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.9/Dockerfile index 1c319fa00..639093fb8 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 8e9cc2c4a..2ef4f0d93 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 df5b128fe..a964c7719 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.9/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.9/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.9/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.9/docker-compose.yml index 1a102b219..f854fe4f3 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.12.9/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.12.9" + image: "epicmorg/jira:9.12.9" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.12.9-jdk8" + image: "epicmorg/jira:9.12.9-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.12.9-jdk11" + image: "epicmorg/jira:9.12.9-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.12.9-jdk17" + image: "epicmorg/jira:9.12.9-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.13.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.13.0/Dockerfile index 097f0f723..d4064b133 100644 --- a/linux/ecosystem/atlassian/jira/9/9.13.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.13.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 eddacc050..1ad74a8d6 100644 --- a/linux/ecosystem/atlassian/jira/9/9.13.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.13.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 e2d2fccab..938dc88a4 100644 --- a/linux/ecosystem/atlassian/jira/9/9.13.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.13.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.13.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.13.0/docker-compose.yml index d8b3e53c3..a69d7a410 100644 --- a/linux/ecosystem/atlassian/jira/9/9.13.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.13.0/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.13.0" + image: "epicmorg/jira:9.13.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.13.0-jdk8" + image: "epicmorg/jira:9.13.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.13.0-jdk11" + image: "epicmorg/jira:9.13.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.13.0-jdk17" + image: "epicmorg/jira:9.13.0-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.13.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.13.1/Dockerfile index 0bd69b3b3..463e600f4 100644 --- a/linux/ecosystem/atlassian/jira/9/9.13.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.13.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 5000ba127..fd42decb2 100644 --- a/linux/ecosystem/atlassian/jira/9/9.13.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.13.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 9dcf60d4b..da04a5fd6 100644 --- a/linux/ecosystem/atlassian/jira/9/9.13.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.13.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.13.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.13.1/docker-compose.yml index 9ae31eb08..74ea88e55 100644 --- a/linux/ecosystem/atlassian/jira/9/9.13.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.13.1/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.13.1" + image: "epicmorg/jira:9.13.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.13.1-jdk8" + image: "epicmorg/jira:9.13.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.13.1-jdk11" + image: "epicmorg/jira:9.13.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.13.1-jdk17" + image: "epicmorg/jira:9.13.1-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.14.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.14.0/Dockerfile index abad8e9e7..3234ac9b1 100644 --- a/linux/ecosystem/atlassian/jira/9/9.14.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.14.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 414317f40..1446f61a1 100644 --- a/linux/ecosystem/atlassian/jira/9/9.14.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.14.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 559fa4b1f..614e6f75c 100644 --- a/linux/ecosystem/atlassian/jira/9/9.14.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.14.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.14.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.14.0/docker-compose.yml index cf504bb1d..a3b8f0b35 100644 --- a/linux/ecosystem/atlassian/jira/9/9.14.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.14.0/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.14.0" + image: "epicmorg/jira:9.14.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.14.0-jdk8" + image: "epicmorg/jira:9.14.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.14.0-jdk11" + image: "epicmorg/jira:9.14.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.14.0-jdk17" + image: "epicmorg/jira:9.14.0-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.14.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.14.1/Dockerfile index 9173caf47..4ec6359cb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.14.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.14.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 14ea3dda3..9d312ad71 100644 --- a/linux/ecosystem/atlassian/jira/9/9.14.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.14.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 7671522c3..f94744e14 100644 --- a/linux/ecosystem/atlassian/jira/9/9.14.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.14.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.14.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.14.1/docker-compose.yml index a3a194959..712b0f293 100644 --- a/linux/ecosystem/atlassian/jira/9/9.14.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.14.1/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.14.1" + image: "epicmorg/jira:9.14.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.14.1-jdk8" + image: "epicmorg/jira:9.14.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.14.1-jdk11" + image: "epicmorg/jira:9.14.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.14.1-jdk17" + image: "epicmorg/jira:9.14.1-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.15.2/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.15.2/Dockerfile index 968d301d5..86c3019ac 100644 --- a/linux/ecosystem/atlassian/jira/9/9.15.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.15.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 748a74184..0732d1e4d 100644 --- a/linux/ecosystem/atlassian/jira/9/9.15.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.15.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 aa66eefbf..544d92882 100644 --- a/linux/ecosystem/atlassian/jira/9/9.15.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.15.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.15.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.15.2/docker-compose.yml index c8da962ee..cdfea1973 100644 --- a/linux/ecosystem/atlassian/jira/9/9.15.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.15.2/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.15.2" + image: "epicmorg/jira:9.15.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.15.2-jdk8" + image: "epicmorg/jira:9.15.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.15.2-jdk11" + image: "epicmorg/jira:9.15.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.15.2-jdk17" + image: "epicmorg/jira:9.15.2-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.16.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.16.0/Dockerfile index b437a132f..64f16c4f9 100644 --- a/linux/ecosystem/atlassian/jira/9/9.16.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.16.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 f15410cfd..d57d65a49 100644 --- a/linux/ecosystem/atlassian/jira/9/9.16.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.16.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 73d91a786..2cb0b565f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.16.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.16.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.16.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.16.0/docker-compose.yml index ef1261897..4e0ad79ab 100644 --- a/linux/ecosystem/atlassian/jira/9/9.16.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.16.0/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.16.0" + image: "epicmorg/jira:9.16.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.16.0-jdk8" + image: "epicmorg/jira:9.16.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.16.0-jdk11" + image: "epicmorg/jira:9.16.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.16.0-jdk17" + image: "epicmorg/jira:9.16.0-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.16.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.16.1/Dockerfile index 18b5867ef..ffb9113cc 100644 --- a/linux/ecosystem/atlassian/jira/9/9.16.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.16.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 bacb8ea2f..726c73502 100644 --- a/linux/ecosystem/atlassian/jira/9/9.16.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.16.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 9677c3922..5d177ece2 100644 --- a/linux/ecosystem/atlassian/jira/9/9.16.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.16.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.16.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.16.1/docker-compose.yml index 696b44ccf..9e92c13fd 100644 --- a/linux/ecosystem/atlassian/jira/9/9.16.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.16.1/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.16.1" + image: "epicmorg/jira:9.16.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.16.1-jdk8" + image: "epicmorg/jira:9.16.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.16.1-jdk11" + image: "epicmorg/jira:9.16.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.16.1-jdk17" + image: "epicmorg/jira:9.16.1-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.17.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.17.0/Dockerfile index c7d555640..a094a394e 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.17.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 b2da3ca8a..614dd6076 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.17.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 98a7a249d..1545efa5b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.17.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.17.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.17.0/docker-compose.yml index e17923dd9..fa13c20f7 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.17.0/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.17.0" + image: "epicmorg/jira:9.17.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.17.0-jdk8" + image: "epicmorg/jira:9.17.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.17.0-jdk11" + image: "epicmorg/jira:9.17.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.17.0-jdk17" + image: "epicmorg/jira:9.17.0-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.17.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.17.1/Dockerfile index 1605115cd..2dab29526 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.17.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 5580392c5..d89691c77 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.17.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 fb33eda3b..4b8851672 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.17.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.17.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.17.1/docker-compose.yml index 8a8334297..1452c42df 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.17.1/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.17.1" + image: "epicmorg/jira:9.17.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.17.1-jdk8" + image: "epicmorg/jira:9.17.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.17.1-jdk11" + image: "epicmorg/jira:9.17.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.17.1-jdk17" + image: "epicmorg/jira:9.17.1-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.17.2/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.17.2/Dockerfile index 948bf8732..8016c1c57 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.17.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 2e6b33288..24341221d 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.17.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 745f6552b..b5875d480 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.17.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.17.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.17.2/docker-compose.yml index b29a64766..bbbcd1423 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.17.2/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.17.2" + image: "epicmorg/jira:9.17.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.17.2-jdk8" + image: "epicmorg/jira:9.17.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.17.2-jdk11" + image: "epicmorg/jira:9.17.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.17.2-jdk17" + image: "epicmorg/jira:9.17.2-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.17.3/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.17.3/Dockerfile index 2388427c3..3e303c4b4 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.17.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 06e03bc74..2f96f8ee0 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.17.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 c2a93cd2b..d57011b16 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.17.3/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.17.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.17.3/docker-compose.yml index e16dae976..feda32b94 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.17.3/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.17.3" + image: "epicmorg/jira:9.17.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.17.3-jdk8" + image: "epicmorg/jira:9.17.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.17.3-jdk11" + image: "epicmorg/jira:9.17.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.17.3-jdk17" + image: "epicmorg/jira:9.17.3-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.17.4/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.17.4/Dockerfile index fb8ec01ab..c3afb9871 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.17.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 baabb5597..641017383 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.17.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 3113eedc7..4fbe21103 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.17.4/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.17.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.17.4/docker-compose.yml index 4712491db..604808f25 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.17.4/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.17.4" + image: "epicmorg/jira:9.17.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.17.4-jdk8" + image: "epicmorg/jira:9.17.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.17.4-jdk11" + image: "epicmorg/jira:9.17.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.17.4-jdk17" + image: "epicmorg/jira:9.17.4-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.17.5/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.17.5/Dockerfile index adea6de12..62e3cc675 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.17.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 dcb27627f..bbbe86850 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.17.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 abb72746a..8b56dca2a 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.17.5/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.17.5/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.17.5/docker-compose.yml index d928d8e0e..cff5e9de2 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.17.5/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.17.5" + image: "epicmorg/jira:9.17.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.17.5-jdk8" + image: "epicmorg/jira:9.17.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.17.5-jdk11" + image: "epicmorg/jira:9.17.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.17.5-jdk17" + image: "epicmorg/jira:9.17.5-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.2.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.2.0/Dockerfile index 594c2f31c..a829fcaa6 100644 --- a/linux/ecosystem/atlassian/jira/9/9.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 cce278085..e2f778e6e 100644 --- a/linux/ecosystem/atlassian/jira/9/9.2.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.2.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.2.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.2.0/docker-compose.yml index c550495f9..2698c0af2 100644 --- a/linux/ecosystem/atlassian/jira/9/9.2.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.2.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:9.2.0" + image: "epicmorg/jira:9.2.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.2.0-jdk8" + image: "epicmorg/jira:9.2.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.2.0-jdk11" + image: "epicmorg/jira:9.2.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.2.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.2.1/Dockerfile index 04a90fc07..281e21da5 100644 --- a/linux/ecosystem/atlassian/jira/9/9.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.2.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 e12fe426c..4ce976af2 100644 --- a/linux/ecosystem/atlassian/jira/9/9.2.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.2.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.2.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.2.1/docker-compose.yml index c84fe7e7f..b0d26feb3 100644 --- a/linux/ecosystem/atlassian/jira/9/9.2.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.2.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:9.2.1" + image: "epicmorg/jira:9.2.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.2.1-jdk8" + image: "epicmorg/jira:9.2.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.2.1-jdk11" + image: "epicmorg/jira:9.2.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.3.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.3.0/Dockerfile index c6b7d3cd9..c6ad54bc5 100644 --- a/linux/ecosystem/atlassian/jira/9/9.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 1921c7863..90b3b8c82 100644 --- a/linux/ecosystem/atlassian/jira/9/9.3.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.3.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.3.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.3.0/docker-compose.yml index 187390c7b..72251b687 100644 --- a/linux/ecosystem/atlassian/jira/9/9.3.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.3.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:9.3.0" + image: "epicmorg/jira:9.3.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.3.0-jdk8" + image: "epicmorg/jira:9.3.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.3.0-jdk11" + image: "epicmorg/jira:9.3.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.3.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.3.1/Dockerfile index e8722af35..c3a557d7a 100644 --- a/linux/ecosystem/atlassian/jira/9/9.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 39ce47150..eb529e4ef 100644 --- a/linux/ecosystem/atlassian/jira/9/9.3.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.3.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.3.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.3.1/docker-compose.yml index 23c8dbef5..46e50c7bc 100644 --- a/linux/ecosystem/atlassian/jira/9/9.3.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.3.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:9.3.1" + image: "epicmorg/jira:9.3.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.3.1-jdk8" + image: "epicmorg/jira:9.3.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.3.1-jdk11" + image: "epicmorg/jira:9.3.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.3.2/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.3.2/Dockerfile index 7a4f64610..75a3dacf8 100644 --- a/linux/ecosystem/atlassian/jira/9/9.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 c5132e233..858b2114c 100644 --- a/linux/ecosystem/atlassian/jira/9/9.3.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.3.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.3.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.3.2/docker-compose.yml index 2df83c451..0105ba1f1 100644 --- a/linux/ecosystem/atlassian/jira/9/9.3.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.3.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:9.3.2" + image: "epicmorg/jira:9.3.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.3.2-jdk8" + image: "epicmorg/jira:9.3.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.3.2-jdk11" + image: "epicmorg/jira:9.3.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.3.3/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.3.3/Dockerfile index f3ded7cb4..f81e386ad 100644 --- a/linux/ecosystem/atlassian/jira/9/9.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 82a009876..523753793 100644 --- a/linux/ecosystem/atlassian/jira/9/9.3.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.3.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.3.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.3.3/docker-compose.yml index 6489bcc76..53d579aeb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.3.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.3.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:9.3.3" + image: "epicmorg/jira:9.3.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.3.3-jdk8" + image: "epicmorg/jira:9.3.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.3.3-jdk11" + image: "epicmorg/jira:9.3.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.4.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.0/Dockerfile index 528530405..2b9604ea0 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 146eb28eb..8749e08ab 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.0/docker-compose.yml index 861757afa..edafcc2bf 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.4.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:9.4.0" + image: "epicmorg/jira:9.4.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.4.0-jdk8" + image: "epicmorg/jira:9.4.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.4.0-jdk11" + image: "epicmorg/jira:9.4.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.4.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.1/Dockerfile index 5d7e3ffb7..b44ce8551 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 e1cd53d5a..28e540c10 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.1/docker-compose.yml index dcd79d40f..07e66dbc3 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.4.1/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:9.4.1" + image: "epicmorg/jira:9.4.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.4.1-jdk8" + image: "epicmorg/jira:9.4.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.4.1-jdk11" + image: "epicmorg/jira:9.4.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.4.10/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.10/Dockerfile index 689d2d7c9..09b8d8a0c 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.10/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 9096d6c52..0208b7453 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.10/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.10/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.10/docker-compose.yml index d0d62eb9c..5b145339a 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.10/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.4.10/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:9.4.10" + image: "epicmorg/jira:9.4.10" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.4.10-jdk8" + image: "epicmorg/jira:9.4.10-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.4.10-jdk11" + image: "epicmorg/jira:9.4.10-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.4.11/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.11/Dockerfile index d41475497..a57491cb5 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.11/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 cc50a08ac..65aaf9e9d 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.11/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.11/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.11/docker-compose.yml index 4f1cf5539..093905b8f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.11/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.4.11/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:9.4.11" + image: "epicmorg/jira:9.4.11" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.4.11-jdk8" + image: "epicmorg/jira:9.4.11-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.4.11-jdk11" + image: "epicmorg/jira:9.4.11-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.4.12/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.12/Dockerfile index e39b6edbd..0cda6d097 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.12/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 80dabf90c..b68647961 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.12/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.12/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.12/docker-compose.yml index 1c67fda3e..25660265b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.12/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.4.12/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:9.4.12" + image: "epicmorg/jira:9.4.12" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.4.12-jdk8" + image: "epicmorg/jira:9.4.12-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.4.12-jdk11" + image: "epicmorg/jira:9.4.12-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.4.14/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.14/Dockerfile index af710a789..cdee128c0 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.14/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.14/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 2e131830d..1866577ee 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.14/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.14/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.14/docker-compose.yml index c24b5cd3f..3efac22b6 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.14/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.4.14/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:9.4.14" + image: "epicmorg/jira:9.4.14" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.4.14-jdk8" + image: "epicmorg/jira:9.4.14-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.4.14-jdk11" + image: "epicmorg/jira:9.4.14-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.4.15/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.15/Dockerfile index b2102ed8b..3f887e1f6 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.15/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.15/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 09af82622..18981f57f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.15/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.15/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.15/docker-compose.yml index 604c51982..11dc4340a 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.15/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.4.15/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:9.4.15" + image: "epicmorg/jira:9.4.15" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.4.15-jdk8" + image: "epicmorg/jira:9.4.15-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.4.15-jdk11" + image: "epicmorg/jira:9.4.15-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.4.16/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.16/Dockerfile index 4e16fb758..bd48c4247 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.16/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 18f8d286d..2c2248c09 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.16/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.16/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.16/docker-compose.yml index 0f5da86a5..3a9dec251 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.16/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.4.16/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:9.4.16" + image: "epicmorg/jira:9.4.16" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.4.16-jdk8" + image: "epicmorg/jira:9.4.16-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.4.16-jdk11" + image: "epicmorg/jira:9.4.16-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.4.17/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.17/Dockerfile index 62cc15f05..f29873459 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.17/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 0d5d36627..1def38b26 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.17/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.17/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.17/docker-compose.yml index 0587cefc3..5caf5dfd3 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.17/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.4.17/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:9.4.17" + image: "epicmorg/jira:9.4.17" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.4.17-jdk8" + image: "epicmorg/jira:9.4.17-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.4.17-jdk11" + image: "epicmorg/jira:9.4.17-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.4.18/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.18/Dockerfile index 4d694920f..2d28163a6 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.18/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.18/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 3772327bf..e160c06b3 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.18/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.18/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.18/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.18/docker-compose.yml index 7e3c51dcd..1a8923af5 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.18/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.4.18/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:9.4.18" + image: "epicmorg/jira:9.4.18" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.4.18-jdk8" + image: "epicmorg/jira:9.4.18-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.4.18-jdk11" + image: "epicmorg/jira:9.4.18-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.4.19/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.19/Dockerfile index 12fa93b4a..8bb3774d2 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.19/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.19/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 8e9ed4ca7..dccd0f7e8 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.19/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.19/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.19/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.19/docker-compose.yml index 87fdc2506..ebd20f39b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.19/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.4.19/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:9.4.19" + image: "epicmorg/jira:9.4.19" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.4.19-jdk8" + image: "epicmorg/jira:9.4.19-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.4.19-jdk11" + image: "epicmorg/jira:9.4.19-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.4.2/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.2/Dockerfile index c608fbe20..8a79106dc 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 11033ed80..330d46d81 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.2/docker-compose.yml index 894256134..5fce4a41d 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.4.2/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:9.4.2" + image: "epicmorg/jira:9.4.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.4.2-jdk8" + image: "epicmorg/jira:9.4.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.4.2-jdk11" + image: "epicmorg/jira:9.4.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.4.20/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.20/Dockerfile index c62d7d664..e510f65ce 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.20/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.20/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 383c49f80..2626a3580 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.20/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.20/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.20/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.20/docker-compose.yml index 7be9ac6c2..ccb45bb93 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.20/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.4.20/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:9.4.20" + image: "epicmorg/jira:9.4.20" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.4.20-jdk8" + image: "epicmorg/jira:9.4.20-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.4.20-jdk11" + image: "epicmorg/jira:9.4.20-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.4.21/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.21/Dockerfile index 98b3b720d..b0d9f044e 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.21/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.21/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 1a2edffe1..a5b70f30f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.21/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.21/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.21/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.21/docker-compose.yml index f3668d9db..bc7d7e3f5 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.21/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.4.21/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:9.4.21" + image: "epicmorg/jira:9.4.21" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.4.21-jdk8" + image: "epicmorg/jira:9.4.21-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.4.21-jdk11" + image: "epicmorg/jira:9.4.21-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.4.22/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.22/Dockerfile index 120f58758..66ee760b3 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.22/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.22/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 9f9b5c5bc..a1011b6cd 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.22/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.22/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.22/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.22/docker-compose.yml index d83c40ede..fc4c927e2 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.22/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.4.22/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:9.4.22" + image: "epicmorg/jira:9.4.22" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.4.22-jdk8" + image: "epicmorg/jira:9.4.22-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.4.22-jdk11" + image: "epicmorg/jira:9.4.22-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.4.23/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.23/Dockerfile index 9e607c96b..4d102f229 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.23/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.23/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 25dbf4b76..ec6b79cfb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.23/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.23/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.23/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.23/docker-compose.yml index 6430c2318..9165fa018 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.23/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.4.23/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:9.4.23" + image: "epicmorg/jira:9.4.23" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.4.23-jdk8" + image: "epicmorg/jira:9.4.23-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.4.23-jdk11" + image: "epicmorg/jira:9.4.23-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.4.24/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.24/Dockerfile index d61dde73f..00b8f42cf 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.24/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.24/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 4cb6289d0..8baf47de0 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.24/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.24/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.24/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.24/docker-compose.yml index 28cf0bfd9..f2376a25e 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.24/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.4.24/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:9.4.24" + image: "epicmorg/jira:9.4.24" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.4.24-jdk8" + image: "epicmorg/jira:9.4.24-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.4.24-jdk11" + image: "epicmorg/jira:9.4.24-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.4.25/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.25/Dockerfile index cb6d77b64..f7fd03057 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.25/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.25/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 19f4bce05..e956ecb8f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.25/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.25/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.25/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.25/docker-compose.yml index 0ef3a8d54..8e6c44112 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.25/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.4.25/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:9.4.25" + image: "epicmorg/jira:9.4.25" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.4.25-jdk8" + image: "epicmorg/jira:9.4.25-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.4.25-jdk11" + image: "epicmorg/jira:9.4.25-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.4.26/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.26/Dockerfile index ad341cecd..6f93f95a7 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.26/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.26/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 12da08301..c35d5e404 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.26/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.26/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.26/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.26/docker-compose.yml index 86e1db70d..91f8506ae 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.26/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.4.26/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:9.4.26" + image: "epicmorg/jira:9.4.26" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.4.26-jdk8" + image: "epicmorg/jira:9.4.26-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.4.26-jdk11" + image: "epicmorg/jira:9.4.26-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.4.27/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.27/Dockerfile index 100e8ba32..142a1cce8 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.27/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.27/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 2c05b98e3..822827670 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.27/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.27/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.27/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.27/docker-compose.yml index 9e74b5feb..68baf56c0 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.27/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.4.27/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:9.4.27" + image: "epicmorg/jira:9.4.27" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.4.27-jdk8" + image: "epicmorg/jira:9.4.27-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.4.27-jdk11" + image: "epicmorg/jira:9.4.27-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.4.28/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.28/Dockerfile index e791aa61d..255fcad54 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.28/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.28/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 ad0ba1c60..e99b9b3ae 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.28/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.28/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.28/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.28/docker-compose.yml index a151cd7f5..ff341034b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.28/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.4.28/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:9.4.28" + image: "epicmorg/jira:9.4.28" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.4.28-jdk8" + image: "epicmorg/jira:9.4.28-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.4.28-jdk11" + image: "epicmorg/jira:9.4.28-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.4.29/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.29/Dockerfile index 4476564c8..c62d292f8 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.29/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.29/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 0ea4a29b6..ef33fafa6 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.29/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.29/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.29/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.29/docker-compose.yml index bb20e7ab4..4f5110046 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.29/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.4.29/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:9.4.29" + image: "epicmorg/jira:9.4.29" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.4.29-jdk8" + image: "epicmorg/jira:9.4.29-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.4.29-jdk11" + image: "epicmorg/jira:9.4.29-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.4.3/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.3/Dockerfile index 6316c51b1..46db56f2d 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 778dbf1d3..e542b8e2a 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.3/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.3/docker-compose.yml index a1b263c18..74c5a237d 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.4.3/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:9.4.3" + image: "epicmorg/jira:9.4.3" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.4.3-jdk8" + image: "epicmorg/jira:9.4.3-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.4.3-jdk11" + image: "epicmorg/jira:9.4.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.4.30/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.30/Dockerfile index 772ac84e4..4931ab965 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.30/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.30/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 266670054..cf3bbedfc 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.30/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.30/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.30/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.30/docker-compose.yml index 81dfbd71a..8a4439f1b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.30/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.4.30/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:9.4.30" + image: "epicmorg/jira:9.4.30" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.4.30-jdk8" + image: "epicmorg/jira:9.4.30-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.4.30-jdk11" + image: "epicmorg/jira:9.4.30-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.4.4/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.4/Dockerfile index 27e110ee0..8bf856355 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 5088212be..e90b12074 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.4/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.4/docker-compose.yml index 772656699..0e73b83ca 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.4.4/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:9.4.4" + image: "epicmorg/jira:9.4.4" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.4.4-jdk8" + image: "epicmorg/jira:9.4.4-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.4.4-jdk11" + image: "epicmorg/jira:9.4.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.4.5/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.5/Dockerfile index d8aa2186a..b03795345 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 c93d15aee..16dd690cf 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.5/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.5/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.5/docker-compose.yml index cd8d6eb81..0ed5f7758 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.4.5/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:9.4.5" + image: "epicmorg/jira:9.4.5" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.4.5-jdk8" + image: "epicmorg/jira:9.4.5-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.4.5-jdk11" + image: "epicmorg/jira:9.4.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.4.6/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.6/Dockerfile index b433967e8..8bcc8bea5 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 d09515670..42ab9b333 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.6/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.6/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.6/docker-compose.yml index b6afc2977..90a9b905a 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.6/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.4.6/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:9.4.6" + image: "epicmorg/jira:9.4.6" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.4.6-jdk8" + image: "epicmorg/jira:9.4.6-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.4.6-jdk11" + image: "epicmorg/jira:9.4.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.4.7/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.7/Dockerfile index 56596f4ce..3ec076ed4 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 e9b34546b..090a7e24c 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.7/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.7/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.7/docker-compose.yml index aa99dce06..37cc08aea 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.7/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.4.7/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:9.4.7" + image: "epicmorg/jira:9.4.7" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.4.7-jdk8" + image: "epicmorg/jira:9.4.7-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.4.7-jdk11" + image: "epicmorg/jira:9.4.7-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.4.8/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.8/Dockerfile index 531f73908..f01419686 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 d57e3d685..74fae1493 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.8/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.8/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.8/docker-compose.yml index 679ff559a..a04d8378b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.4.8/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:9.4.8" + image: "epicmorg/jira:9.4.8" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.4.8-jdk8" + image: "epicmorg/jira:9.4.8-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.4.8-jdk11" + image: "epicmorg/jira:9.4.8-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.4.9/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.9/Dockerfile index 8c328db4b..ddd26b66d 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 b179ad431..3c6709de0 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.9/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.9/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.9/docker-compose.yml index c57a4b23d..0651a28f9 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.9/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.4.9/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "quay.io/epicmorg/jira:9.4.9" + image: "epicmorg/jira:9.4.9" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.4.9-jdk8" + image: "epicmorg/jira:9.4.9-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.4.9-jdk11" + image: "epicmorg/jira:9.4.9-jdk11" build: context: . dockerfile: Dockerfile.jdk11 diff --git a/linux/ecosystem/atlassian/jira/9/9.5.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.5.0/Dockerfile index 6ce6107c8..275d13d57 100644 --- a/linux/ecosystem/atlassian/jira/9/9.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 02c7d448b..e03703783 100644 --- a/linux/ecosystem/atlassian/jira/9/9.5.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.5.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 45d64d23e..9fdf83b7b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.5.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.5.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.5.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.5.0/docker-compose.yml index 245248dcb..ebc410920 100644 --- a/linux/ecosystem/atlassian/jira/9/9.5.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.5.0/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.5.0" + image: "epicmorg/jira:9.5.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.5.0-jdk8" + image: "epicmorg/jira:9.5.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.5.0-jdk11" + image: "epicmorg/jira:9.5.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.5.0-jdk17" + image: "epicmorg/jira:9.5.0-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.5.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.5.1/Dockerfile index 11f83d8e2..e2ed8510b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 7c2662c4d..fa873e505 100644 --- a/linux/ecosystem/atlassian/jira/9/9.5.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.5.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 cdbeca2df..ac2a77dda 100644 --- a/linux/ecosystem/atlassian/jira/9/9.5.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.5.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.5.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.5.1/docker-compose.yml index a2520b68d..78935bb82 100644 --- a/linux/ecosystem/atlassian/jira/9/9.5.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.5.1/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.5.1" + image: "epicmorg/jira:9.5.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.5.1-jdk8" + image: "epicmorg/jira:9.5.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.5.1-jdk11" + image: "epicmorg/jira:9.5.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.5.1-jdk17" + image: "epicmorg/jira:9.5.1-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.6.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.6.0/Dockerfile index c536cc287..fd1c6d98f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 0d846e1bc..458bd28d6 100644 --- a/linux/ecosystem/atlassian/jira/9/9.6.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.6.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 5ba13dbd3..41837ed8b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.6.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.6.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.6.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.6.0/docker-compose.yml index 56db38762..358222656 100644 --- a/linux/ecosystem/atlassian/jira/9/9.6.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.6.0/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.6.0" + image: "epicmorg/jira:9.6.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.6.0-jdk8" + image: "epicmorg/jira:9.6.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.6.0-jdk11" + image: "epicmorg/jira:9.6.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.6.0-jdk17" + image: "epicmorg/jira:9.6.0-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.7.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.7.0/Dockerfile index 385a4ddb9..13eb02efe 100644 --- a/linux/ecosystem/atlassian/jira/9/9.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.7.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 a8706db9d..810a18081 100644 --- a/linux/ecosystem/atlassian/jira/9/9.7.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.7.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 9aa324ad5..9e7fc6c7d 100644 --- a/linux/ecosystem/atlassian/jira/9/9.7.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.7.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.7.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.7.0/docker-compose.yml index 5ce9f4aa2..dfdae1c90 100644 --- a/linux/ecosystem/atlassian/jira/9/9.7.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.7.0/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.7.0" + image: "epicmorg/jira:9.7.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.7.0-jdk8" + image: "epicmorg/jira:9.7.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.7.0-jdk11" + image: "epicmorg/jira:9.7.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.7.0-jdk17" + image: "epicmorg/jira:9.7.0-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.7.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.7.1/Dockerfile index c05230b14..64641a9a8 100644 --- a/linux/ecosystem/atlassian/jira/9/9.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 a79075113..8ed64b759 100644 --- a/linux/ecosystem/atlassian/jira/9/9.7.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.7.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 c51a7d459..0d9e23241 100644 --- a/linux/ecosystem/atlassian/jira/9/9.7.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.7.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.7.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.7.1/docker-compose.yml index 5afa4d360..f480a256c 100644 --- a/linux/ecosystem/atlassian/jira/9/9.7.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.7.1/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.7.1" + image: "epicmorg/jira:9.7.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.7.1-jdk8" + image: "epicmorg/jira:9.7.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.7.1-jdk11" + image: "epicmorg/jira:9.7.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.7.1-jdk17" + image: "epicmorg/jira:9.7.1-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.7.2/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.7.2/Dockerfile index eff403db4..3190b6514 100644 --- a/linux/ecosystem/atlassian/jira/9/9.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.7.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 522c8d723..3706066b7 100644 --- a/linux/ecosystem/atlassian/jira/9/9.7.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.7.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 b5412f1cf..2cbbf2e54 100644 --- a/linux/ecosystem/atlassian/jira/9/9.7.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.7.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.7.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.7.2/docker-compose.yml index 77cacb4e7..41a3a3709 100644 --- a/linux/ecosystem/atlassian/jira/9/9.7.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.7.2/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.7.2" + image: "epicmorg/jira:9.7.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.7.2-jdk8" + image: "epicmorg/jira:9.7.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.7.2-jdk11" + image: "epicmorg/jira:9.7.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.7.2-jdk17" + image: "epicmorg/jira:9.7.2-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.8.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.8.0/Dockerfile index 91d9e4186..f850879e8 100644 --- a/linux/ecosystem/atlassian/jira/9/9.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 83bf246dc..c5bd0a4d6 100644 --- a/linux/ecosystem/atlassian/jira/9/9.8.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.8.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 f1c000fac..6a70a65f7 100644 --- a/linux/ecosystem/atlassian/jira/9/9.8.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.8.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.8.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.8.0/docker-compose.yml index 8f3d66649..556c70b9e 100644 --- a/linux/ecosystem/atlassian/jira/9/9.8.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.8.0/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.8.0" + image: "epicmorg/jira:9.8.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.8.0-jdk8" + image: "epicmorg/jira:9.8.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.8.0-jdk11" + image: "epicmorg/jira:9.8.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.8.0-jdk17" + image: "epicmorg/jira:9.8.0-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.8.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.8.1/Dockerfile index e07a3bc1f..20d47f802 100644 --- a/linux/ecosystem/atlassian/jira/9/9.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 8155b568a..9e4fdd29d 100644 --- a/linux/ecosystem/atlassian/jira/9/9.8.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.8.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 e66969e22..78dfca09d 100644 --- a/linux/ecosystem/atlassian/jira/9/9.8.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.8.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.8.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.8.1/docker-compose.yml index 4df6fb44c..b944bc49c 100644 --- a/linux/ecosystem/atlassian/jira/9/9.8.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.8.1/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.8.1" + image: "epicmorg/jira:9.8.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.8.1-jdk8" + image: "epicmorg/jira:9.8.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.8.1-jdk11" + image: "epicmorg/jira:9.8.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.8.1-jdk17" + image: "epicmorg/jira:9.8.1-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.8.2/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.8.2/Dockerfile index 87f343421..6c4b5bf9c 100644 --- a/linux/ecosystem/atlassian/jira/9/9.8.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 55c627e10..51014ed77 100644 --- a/linux/ecosystem/atlassian/jira/9/9.8.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.8.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 d64536ec8..bd13aaa65 100644 --- a/linux/ecosystem/atlassian/jira/9/9.8.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.8.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.8.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.8.2/docker-compose.yml index 6b2e418bb..3f1516129 100644 --- a/linux/ecosystem/atlassian/jira/9/9.8.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.8.2/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.8.2" + image: "epicmorg/jira:9.8.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.8.2-jdk8" + image: "epicmorg/jira:9.8.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.8.2-jdk11" + image: "epicmorg/jira:9.8.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.8.2-jdk17" + image: "epicmorg/jira:9.8.2-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.9.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.9.0/Dockerfile index d45fdcdae..0df65e67c 100644 --- a/linux/ecosystem/atlassian/jira/9/9.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.9.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 002ded3be..1cebf84c7 100644 --- a/linux/ecosystem/atlassian/jira/9/9.9.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.9.0/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 7917de358..5498b5fca 100644 --- a/linux/ecosystem/atlassian/jira/9/9.9.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.9.0/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.9.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.9.0/docker-compose.yml index 31d5b7186..216e46236 100644 --- a/linux/ecosystem/atlassian/jira/9/9.9.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.9.0/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.9.0" + image: "epicmorg/jira:9.9.0" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.9.0-jdk8" + image: "epicmorg/jira:9.9.0-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.9.0-jdk11" + image: "epicmorg/jira:9.9.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.9.0-jdk17" + image: "epicmorg/jira:9.9.0-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.9.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.9.1/Dockerfile index 0b9621ab6..9d9c482a8 100644 --- a/linux/ecosystem/atlassian/jira/9/9.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.9.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 4314b74b5..daf8dbc7c 100644 --- a/linux/ecosystem/atlassian/jira/9/9.9.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.9.1/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 7d2365f51..45790df23 100644 --- a/linux/ecosystem/atlassian/jira/9/9.9.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.9.1/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.9.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.9.1/docker-compose.yml index 222af32a2..7a4afc19f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.9.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.9.1/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.9.1" + image: "epicmorg/jira:9.9.1" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.9.1-jdk8" + image: "epicmorg/jira:9.9.1-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.9.1-jdk11" + image: "epicmorg/jira:9.9.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.9.1-jdk17" + image: "epicmorg/jira:9.9.1-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/9/9.9.2/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.9.2/Dockerfile index ba6ff020d..a2093b767 100644 --- a/linux/ecosystem/atlassian/jira/9/9.9.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.9.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 95a35a9e6..d561a5aee 100644 --- a/linux/ecosystem/atlassian/jira/9/9.9.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.9.2/Dockerfile.jdk11 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk11 +FROM epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ 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 b804335d1..ac9eb95b9 100644 --- a/linux/ecosystem/atlassian/jira/9/9.9.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.9.2/Dockerfile.jdk17 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/9/9.9.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.9.2/docker-compose.yml index c6c54664c..0c4c5fb7c 100644 --- a/linux/ecosystem/atlassian/jira/9/9.9.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/9/9.9.2/docker-compose.yml @@ -1,19 +1,19 @@ services: app: - image: "quay.io/epicmorg/jira:9.9.2" + image: "epicmorg/jira:9.9.2" build: context: . app-jdk8: - image: "quay.io/epicmorg/jira:9.9.2-jdk8" + image: "epicmorg/jira:9.9.2-jdk8" build: context: . app-jdk11: - image: "quay.io/epicmorg/jira:9.9.2-jdk11" + image: "epicmorg/jira:9.9.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "quay.io/epicmorg/jira:9.9.2-jdk17" + image: "epicmorg/jira:9.9.2-jdk17" build: context: . dockerfile: Dockerfile.jdk17 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/jira/latest/Dockerfile b/linux/ecosystem/atlassian/jira/latest/Dockerfile index e34b0fa98..da15cd463 100644 --- a/linux/ecosystem/atlassian/jira/latest/Dockerfile +++ b/linux/ecosystem/atlassian/jira/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk17 +FROM epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -28,7 +28,20 @@ EXPOSE 8080 ################################################################## # Installing ################################################################## -ADD ${DOWNLOAD_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${DOWNLOAD_URL}") \ + "${DOWNLOAD_URL}" + RUN mkdir -p ${JIRA_INSTALL_DIR} && \ tar -xzf ${TEMP_ARCHIVE} --strip-components=1 --directory "${JIRA_INSTALL_DIR}" && \ chown -R ${RUN_USER}:${RUN_GROUP} ${JIRA_INSTALL_DIR}/ && \ diff --git a/linux/ecosystem/atlassian/jira/latest/docker-compose.yml b/linux/ecosystem/atlassian/jira/latest/docker-compose.yml index 54f782637..d9f8ef750 100644 --- a/linux/ecosystem/atlassian/jira/latest/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/latest/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/jira:latest" + image: "epicmorg/jira:latest" build: context: . app-jdk17: - image: "quay.io/epicmorg/jira:latest-jdk17" + image: "epicmorg/jira:latest-jdk17" build: context: . diff --git a/linux/ecosystem/cassandra/3.11/Dockerfile b/linux/ecosystem/cassandra/3.11/Dockerfile index 3d5cb84de..1e2536ce3 100644 --- a/linux/ecosystem/cassandra/3.11/Dockerfile +++ b/linux/ecosystem/cassandra/3.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-python-2.7 as builder +FROM epicmorg/debian:bookworm-python-2.7 as builder RUN echo "=============================================" && \ python${PYTHON_VERSION} --version && \ @@ -18,7 +18,7 @@ RUN echo "=============================================" && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 ################################################################## # Python 2.7 diff --git a/linux/ecosystem/cassandra/3.11/docker-compose.yml b/linux/ecosystem/cassandra/3.11/docker-compose.yml index 0b3c2e5a3..c1f3b9cc2 100644 --- a/linux/ecosystem/cassandra/3.11/docker-compose.yml +++ b/linux/ecosystem/cassandra/3.11/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/cassandra:3.11" + image: "epicmorg/cassandra:3.11" build: context: . diff --git a/linux/ecosystem/electron-release-server/Dockerfile b/linux/ecosystem/electron-release-server/Dockerfile index 1f3f8f248..c75f2059d 100644 --- a/linux/ecosystem/electron-release-server/Dockerfile +++ b/linux/ecosystem/electron-release-server/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-nodejs19 +FROM epicmorg/debian:bookworm-nodejs19 RUN git clone https://github.com/ArekSredzki/electron-release-server.git /usr/src/electron-release-server diff --git a/linux/ecosystem/electron-release-server/docker-compose.yml b/linux/ecosystem/electron-release-server/docker-compose.yml index 56bc7be69..b49f83677 100644 --- a/linux/ecosystem/electron-release-server/docker-compose.yml +++ b/linux/ecosystem/electron-release-server/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/electron-release-server:latest" + image: "epicmorg/electron-release-server:latest" build: context: . diff --git a/linux/ecosystem/epicmorg/astra/1.7-alse/develop/Dockerfile b/linux/ecosystem/epicmorg/astra/1.7-alse/develop/Dockerfile index 090efa241..8272cd5fb 100644 --- a/linux/ecosystem/epicmorg/astra/1.7-alse/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/astra/1.7-alse/develop/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/astralinux:1.7-main +FROM epicmorg/astralinux:1.7-main LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -15,58 +15,74 @@ ARG STEAM_RUNTIME_SDK_URL=http://media.steampowered.com/client/runtime/steam-run ARG STEAM_RUNTIME_SDK_TEMP=/tmp/steam-runtime-sdk_latest.tar.xz # cmake compiller -ENV CMAKE_3_31_VERSION=3.31.6 -ENV CMAKE_3_31_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_31_VERSION} +ENV CMAKE_4_0_MIN_VERSION=4.0 +ENV CMAKE_4_0_VERSION=${CMAKE_4_0_MIN_VERSION}.3 +ENV CMAKE_4_0_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_4_0_MIN_VERSION} +ARG CMAKE_4_0_BIN_DIR=${CMAKE_4_0_DIR}/bin +ARG CMAKE_4_0_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_4_0_VERSION}/cmake-${CMAKE_4_0_VERSION}-linux-x86_64.tar.gz +ARG CMAKE_4_0_TEMP=/tmp/cmake-${CMAKE_4_0_VERSION}-linux-x86_64.tar.gz + +# cmake compiller +ENV CMAKE_3_31_MIN_VERSION=3.31 +ENV CMAKE_3_31_VERSION=${CMAKE_3_31_MIN_VERSION}.8 +ENV CMAKE_3_31_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_31_MIN_VERSION} ARG CMAKE_3_31_BIN_DIR=${CMAKE_3_31_DIR}/bin ARG CMAKE_3_31_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_31_VERSION}/cmake-${CMAKE_3_31_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_31_TEMP=/tmp/cmake-${CMAKE_3_31_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_30_VERSION=3.30.8 -ENV CMAKE_3_30_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_30_VERSION} +ENV CMAKE_3_30_MIN_VERSION=3.30 +ENV CMAKE_3_30_VERSION=${CMAKE_3_30_MIN_VERSION}.9 +ENV CMAKE_3_30_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_30_MIN_VERSION} ARG CMAKE_3_30_BIN_DIR=${CMAKE_3_30_DIR}/bin ARG CMAKE_3_30_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_30_VERSION}/cmake-${CMAKE_3_30_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_30_TEMP=/tmp/cmake-${CMAKE_3_30_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_21_VERSION=3.21.7 -ENV CMAKE_3_21_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_21_VERSION} +ENV CMAKE_3_21_MIN_VERSION=3.21 +ENV CMAKE_3_21_VERSION=${CMAKE_3_21_MIN_VERSION}.7 +ENV CMAKE_3_21_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_21_MIN_VERSION} ARG CMAKE_3_21_BIN_DIR=${CMAKE_3_21_DIR}/bin ARG CMAKE_3_21_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_21_VERSION}/cmake-${CMAKE_3_21_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_21_TEMP=/tmp/cmake-${CMAKE_3_21_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_20_VERSION=3.20.6 -ENV CMAKE_3_20_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_20_VERSION} +ENV CMAKE_3_20_MIN_VERSION=3.20 +ENV CMAKE_3_20_VERSION=${CMAKE_3_20_MIN_VERSION}.6 +ENV CMAKE_3_20_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_20_MIN_VERSION} ARG CMAKE_3_20_BIN_DIR=${CMAKE_3_20_DIR}/bin ARG CMAKE_3_20_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_20_VERSION}/cmake-${CMAKE_3_20_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_20_TEMP=/tmp/cmake-${CMAKE_3_20_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_19_VERSION=3.19.8 -ENV CMAKE_3_19_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_19_VERSION} +ENV CMAKE_3_19_MIN_VERSION=3.19 +ENV CMAKE_3_19_VERSION=${CMAKE_3_19_MIN_VERSION}.8 +ENV CMAKE_3_19_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_19_MIN_VERSION} ARG CMAKE_3_19_BIN_DIR=${CMAKE_3_19_DIR}/bin ARG CMAKE_3_19_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_19_VERSION}/cmake-${CMAKE_3_19_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_19_TEMP=/tmp/cmake-${CMAKE_3_19_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_18_VERSION=3.18.6 -ENV CMAKE_3_18_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_18_VERSION} +ENV CMAKE_3_18_MIN_VERSION=3.18 +ENV CMAKE_3_18_VERSION=${CMAKE_3_18_MIN_VERSION}.6 +ENV CMAKE_3_18_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_18_MIN_VERSION} ARG CMAKE_3_18_BIN_DIR=${CMAKE_3_18_DIR}/bin ARG CMAKE_3_18_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_18_VERSION}/cmake-${CMAKE_3_18_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_18_TEMP=/tmp/cmake-${CMAKE_3_18_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_16_VERSION=3.16.9 -ENV CMAKE_3_16_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_16_VERSION} +ENV CMAKE_3_16_MIN_VERSION=3.16 +ENV CMAKE_3_16_VERSION=${CMAKE_3_16_MIN_VERSION}.9 +ENV CMAKE_3_16_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_16_MIN_VERSION} ARG CMAKE_3_16_BIN_DIR=${CMAKE_3_16_DIR}/bin ARG CMAKE_3_16_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_16_VERSION}/cmake-${CMAKE_3_16_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_16_TEMP=/tmp/cmake-${CMAKE_3_16_VERSION}-linux-x86_64.tar.gz # flutter source tarball -ENV FLUTTER_VERSION=3.29.3 ENV FLUTTER_CHANNEL=stable -ENV FLUTTER_DIR=${EMG_LOCAL_BASE_DIR}/flutter/${FLUTTER_VERSION} +ENV FLUTTER_MIN_VERSION=3.32 +ENV FLUTTER_VERSION=${FLUTTER_MIN_VERSION}.8 +ENV FLUTTER_DIR=${EMG_LOCAL_BASE_DIR}/flutter/${FLUTTER_MIN_VERSION} ARG FLUTTER_BIN_DIR=${FLUTTER_DIR}/bin ARG FLUTTER_DOWNLOAD_URL=https://storage.googleapis.com/flutter_infra_release/releases/${FLUTTER_CHANNEL}/linux/flutter_linux_${FLUTTER_VERSION}-${FLUTTER_CHANNEL}.tar.xz ARG FLUTTER_TEMP=/tmp/flutter_linux_${FLUTTER_VERSION}-${FLUTTER_CHANNEL}.tar.xz @@ -79,8 +95,9 @@ ARG NINJA_DOWNLOAD_URL=https://github.com/ninja-build/ninja/releases/download/v$ ARG NINJA_TEMP=/tmp/ninja-linux.zip # GO source tarball -ENV GO_VERSION=1.24.2 -ENV GO_DIR=${EMG_LOCAL_BASE_DIR}/go/${GO_VERSION} +ENV GO_MIN_VERSION=1.24 +ENV GO_VERSION=${GO_MIN_VERSION}.5 +ENV GO_DIR=${EMG_LOCAL_BASE_DIR}/go/${GO_MIN_VERSION} ARG GO_BIN_DIR=${GO_DIR}/bin ARG GO_PATH_DIR=${GO_DIR}/gopath ARG GO_PATH_BIN_DIR=${GO_PATH_DIR}/bin @@ -242,8 +259,9 @@ ARG OPENSSL_111_TEMP=/tmp/openssl-${OPENSSL_111_VERSION}w.tar.gz ARG OPENSSL_111_TEMP_SRC=/tmp/openssl-${OPENSSL_111_VERSION}w # OpenSSL 3.0 -ENV OPENSSL_30_VERSION=3.0.16 -ENV OPENSSL_30_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_30_VERSION} +ENV OPENSSL_30_MIN_VERSION=3.0 +ENV OPENSSL_30_VERSION=${OPENSSL_30_MIN_VERSION}.17 +ENV OPENSSL_30_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_30_MIN_VERSION} ENV OPENSSL_30_BIN_DIR=${OPENSSL_30_DIR}/bin ENV OPENSSL_30_INC_DIR=${OPENSSL_30_DIR}/include ENV OPENSSL_30_LIB_DIR=${OPENSSL_30_DIR}/lib64 @@ -253,8 +271,9 @@ ARG OPENSSL_30_TEMP=/tmp/openssl-${OPENSSL_30_VERSION}.tar.gz ARG OPENSSL_30_TEMP_SRC=/tmp/openssl-${OPENSSL_30_VERSION} # OpenSSL 3.1 -ENV OPENSSL_31_VERSION=3.1.8 -ENV OPENSSL_31_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_31_VERSION} +ENV OPENSSL_31_MIN_VERSION=3.1 +ENV OPENSSL_31_VERSION=${OPENSSL_31_MIN_VERSION}.8 +ENV OPENSSL_31_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_31_MIN_VERSION} ENV OPENSSL_31_BIN_DIR=${OPENSSL_31_DIR}/bin ENV OPENSSL_31_INC_DIR=${OPENSSL_31_DIR}/include ENV OPENSSL_31_LIB_DIR=${OPENSSL_31_DIR}/lib64 @@ -264,8 +283,9 @@ ARG OPENSSL_31_TEMP=/tmp/openssl-${OPENSSL_31_VERSION}.tar.gz ARG OPENSSL_31_TEMP_SRC=/tmp/openssl-${OPENSSL_31_VERSION} # OpenSSL 3.2 -ENV OPENSSL_32_VERSION=3.2.4 -ENV OPENSSL_32_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_32_VERSION} +ENV OPENSSL_32_MIN_VERSION=3.2 +ENV OPENSSL_32_VERSION=${OPENSSL_32_MIN_VERSION}.5 +ENV OPENSSL_32_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_32_MIN_VERSION} ENV OPENSSL_32_BIN_DIR=${OPENSSL_32_DIR}/bin ENV OPENSSL_32_INC_DIR=${OPENSSL_32_DIR}/include ENV OPENSSL_32_LIB_DIR=${OPENSSL_32_DIR}/lib64 @@ -275,8 +295,9 @@ ARG OPENSSL_32_TEMP=/tmp/openssl-${OPENSSL_32_VERSION}.tar.gz ARG OPENSSL_32_TEMP_SRC=/tmp/openssl-${OPENSSL_32_VERSION} # OpenSSL 3.3 -ENV OPENSSL_33_VERSION=3.3.3 -ENV OPENSSL_33_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_33_VERSION} +ENV OPENSSL_33_MIN_VERSION=3.3 +ENV OPENSSL_33_VERSION=${OPENSSL_33_MIN_VERSION}.4 +ENV OPENSSL_33_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_33_MIN_VERSION} ENV OPENSSL_33_BIN_DIR=${OPENSSL_33_DIR}/bin ENV OPENSSL_33_INC_DIR=${OPENSSL_33_DIR}/include ENV OPENSSL_33_LIB_DIR=${OPENSSL_33_DIR}/lib64 @@ -286,8 +307,9 @@ ARG OPENSSL_33_TEMP=/tmp/openssl-${OPENSSL_33_VERSION}.tar.gz ARG OPENSSL_33_TEMP_SRC=/tmp/openssl-${OPENSSL_33_VERSION} # OpenSSL 3.4 -ENV OPENSSL_34_VERSION=3.4.1 -ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_VERSION} +ENV OPENSSL_34_MIN_VERSION=3.4 +ENV OPENSSL_34_VERSION=${OPENSSL_34_MIN_VERSION}.2 +ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_MIN_VERSION} ENV OPENSSL_34_BIN_DIR=${OPENSSL_34_DIR}/bin ENV OPENSSL_34_INC_DIR=${OPENSSL_34_DIR}/include ENV OPENSSL_34_LIB_DIR=${OPENSSL_34_DIR}/lib64 @@ -297,8 +319,9 @@ ARG OPENSSL_34_TEMP=/tmp/openssl-${OPENSSL_34_VERSION}.tar.gz ARG OPENSSL_34_TEMP_SRC=/tmp/openssl-${OPENSSL_34_VERSION} # OpenSSL 3.5 -ENV OPENSSL_35_VERSION=3.5.0 -ENV OPENSSL_35_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_35_VERSION} +ENV OPENSSL_35_MIN_VERSION=3.5 +ENV OPENSSL_35_VERSION=${OPENSSL_35_MIN_VERSION}.1 +ENV OPENSSL_35_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_35_MIN_VERSION} ENV OPENSSL_35_BIN_DIR=${OPENSSL_35_DIR}/bin ENV OPENSSL_35_INC_DIR=${OPENSSL_35_DIR}/include ENV OPENSSL_35_LIB_DIR=${OPENSSL_35_DIR}/lib64 diff --git a/linux/ecosystem/epicmorg/astra/1.7-alse/develop/docker-compose.yml b/linux/ecosystem/epicmorg/astra/1.7-alse/develop/docker-compose.yml index 0601363d2..0c19f84ea 100644 --- a/linux/ecosystem/epicmorg/astra/1.7-alse/develop/docker-compose.yml +++ b/linux/ecosystem/epicmorg/astra/1.7-alse/develop/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/astralinux:1.7-develop" + image: "epicmorg/astralinux:1.7-develop" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/epicmorg/astra/1.7-alse/main/Dockerfile b/linux/ecosystem/epicmorg/astra/1.7-alse/main/Dockerfile index 11ee67c84..19ff35a46 100644 --- a/linux/ecosystem/epicmorg/astra/1.7-alse/main/Dockerfile +++ b/linux/ecosystem/epicmorg/astra/1.7-alse/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/astralinux:1.7-slim +FROM epicmorg/astralinux:1.7-slim LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/astra/1.7-alse/main/docker-compose.yml b/linux/ecosystem/epicmorg/astra/1.7-alse/main/docker-compose.yml index 361f3b2e6..69b3eae82 100644 --- a/linux/ecosystem/epicmorg/astra/1.7-alse/main/docker-compose.yml +++ b/linux/ecosystem/epicmorg/astra/1.7-alse/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/astralinux:1.7-main" + image: "epicmorg/astralinux:1.7-main" build: context: . diff --git a/linux/ecosystem/epicmorg/astra/1.7-alse/python/python3.13/docker-compose.yml b/linux/ecosystem/epicmorg/astra/1.7-alse/python/python3.13/docker-compose.yml index 0e4636024..ef75f238c 100644 --- a/linux/ecosystem/epicmorg/astra/1.7-alse/python/python3.13/docker-compose.yml +++ b/linux/ecosystem/epicmorg/astra/1.7-alse/python/python3.13/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/astralinux:1.7-python3.13" + image: "epicmorg/astralinux:1.7-python3.13" build: context: . diff --git a/linux/ecosystem/epicmorg/astra/1.7-alse/rootfs/Dockerfile b/linux/ecosystem/epicmorg/astra/1.7-alse/rootfs/Dockerfile index 2c79508ed..a9d20c678 100644 --- a/linux/ecosystem/epicmorg/astra/1.7-alse/rootfs/Dockerfile +++ b/linux/ecosystem/epicmorg/astra/1.7-alse/rootfs/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/astralinux:1.7-rootfs +FROM epicmorg/astralinux:1.7-rootfs LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.authors="STAM, kasthack, Aleks-Z" diff --git a/linux/ecosystem/epicmorg/astra/1.7-alse/rootfs/docker-compose.yml b/linux/ecosystem/epicmorg/astra/1.7-alse/rootfs/docker-compose.yml index a9b84c8d4..52ef9c733 100644 --- a/linux/ecosystem/epicmorg/astra/1.7-alse/rootfs/docker-compose.yml +++ b/linux/ecosystem/epicmorg/astra/1.7-alse/rootfs/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/astralinux:1.7-rootfs" + image: "epicmorg/astralinux:1.7-rootfs" build: context: . diff --git a/linux/ecosystem/epicmorg/astra/1.7-alse/slim/Dockerfile b/linux/ecosystem/epicmorg/astra/1.7-alse/slim/Dockerfile index a15f4ee16..b5338d22d 100644 --- a/linux/ecosystem/epicmorg/astra/1.7-alse/slim/Dockerfile +++ b/linux/ecosystem/epicmorg/astra/1.7-alse/slim/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/astralinux:1.7-rootfs +FROM epicmorg/astralinux:1.7-rootfs LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ################################################################## diff --git a/linux/ecosystem/epicmorg/astra/1.7-alse/slim/docker-compose.yml b/linux/ecosystem/epicmorg/astra/1.7-alse/slim/docker-compose.yml index 15ee6b533..4e915135d 100644 --- a/linux/ecosystem/epicmorg/astra/1.7-alse/slim/docker-compose.yml +++ b/linux/ecosystem/epicmorg/astra/1.7-alse/slim/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/astralinux:1.7-slim" + image: "epicmorg/astralinux:1.7-slim" build: context: . diff --git a/linux/ecosystem/epicmorg/astra/1.8-alse/develop/Dockerfile b/linux/ecosystem/epicmorg/astra/1.8-alse/develop/Dockerfile index 46a4909e5..fc19ea577 100644 --- a/linux/ecosystem/epicmorg/astra/1.8-alse/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/astra/1.8-alse/develop/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/astralinux:1.8-main +FROM epicmorg/astralinux:1.8-main LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -15,58 +15,74 @@ ARG STEAM_RUNTIME_SDK_URL=http://media.steampowered.com/client/runtime/steam-run ARG STEAM_RUNTIME_SDK_TEMP=/tmp/steam-runtime-sdk_latest.tar.xz # cmake compiller -ENV CMAKE_3_31_VERSION=3.31.6 -ENV CMAKE_3_31_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_31_VERSION} +ENV CMAKE_4_0_MIN_VERSION=4.0 +ENV CMAKE_4_0_VERSION=${CMAKE_4_0_MIN_VERSION}.3 +ENV CMAKE_4_0_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_4_0_MIN_VERSION} +ARG CMAKE_4_0_BIN_DIR=${CMAKE_4_0_DIR}/bin +ARG CMAKE_4_0_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_4_0_VERSION}/cmake-${CMAKE_4_0_VERSION}-linux-x86_64.tar.gz +ARG CMAKE_4_0_TEMP=/tmp/cmake-${CMAKE_4_0_VERSION}-linux-x86_64.tar.gz + +# cmake compiller +ENV CMAKE_3_31_MIN_VERSION=3.31 +ENV CMAKE_3_31_VERSION=${CMAKE_3_31_MIN_VERSION}.8 +ENV CMAKE_3_31_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_31_MIN_VERSION} ARG CMAKE_3_31_BIN_DIR=${CMAKE_3_31_DIR}/bin ARG CMAKE_3_31_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_31_VERSION}/cmake-${CMAKE_3_31_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_31_TEMP=/tmp/cmake-${CMAKE_3_31_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_30_VERSION=3.30.8 -ENV CMAKE_3_30_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_30_VERSION} +ENV CMAKE_3_30_MIN_VERSION=3.30 +ENV CMAKE_3_30_VERSION=${CMAKE_3_30_MIN_VERSION}.9 +ENV CMAKE_3_30_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_30_MIN_VERSION} ARG CMAKE_3_30_BIN_DIR=${CMAKE_3_30_DIR}/bin ARG CMAKE_3_30_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_30_VERSION}/cmake-${CMAKE_3_30_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_30_TEMP=/tmp/cmake-${CMAKE_3_30_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_21_VERSION=3.21.7 -ENV CMAKE_3_21_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_21_VERSION} +ENV CMAKE_3_21_MIN_VERSION=3.21 +ENV CMAKE_3_21_VERSION=${CMAKE_3_21_MIN_VERSION}.7 +ENV CMAKE_3_21_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_21_MIN_VERSION} ARG CMAKE_3_21_BIN_DIR=${CMAKE_3_21_DIR}/bin ARG CMAKE_3_21_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_21_VERSION}/cmake-${CMAKE_3_21_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_21_TEMP=/tmp/cmake-${CMAKE_3_21_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_20_VERSION=3.20.6 -ENV CMAKE_3_20_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_20_VERSION} +ENV CMAKE_3_20_MIN_VERSION=3.20 +ENV CMAKE_3_20_VERSION=${CMAKE_3_20_MIN_VERSION}.6 +ENV CMAKE_3_20_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_20_MIN_VERSION} ARG CMAKE_3_20_BIN_DIR=${CMAKE_3_20_DIR}/bin ARG CMAKE_3_20_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_20_VERSION}/cmake-${CMAKE_3_20_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_20_TEMP=/tmp/cmake-${CMAKE_3_20_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_19_VERSION=3.19.8 -ENV CMAKE_3_19_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_19_VERSION} +ENV CMAKE_3_19_MIN_VERSION=3.19 +ENV CMAKE_3_19_VERSION=${CMAKE_3_19_MIN_VERSION}.8 +ENV CMAKE_3_19_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_19_MIN_VERSION} ARG CMAKE_3_19_BIN_DIR=${CMAKE_3_19_DIR}/bin ARG CMAKE_3_19_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_19_VERSION}/cmake-${CMAKE_3_19_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_19_TEMP=/tmp/cmake-${CMAKE_3_19_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_18_VERSION=3.18.6 -ENV CMAKE_3_18_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_18_VERSION} +ENV CMAKE_3_18_MIN_VERSION=3.18 +ENV CMAKE_3_18_VERSION=${CMAKE_3_18_MIN_VERSION}.6 +ENV CMAKE_3_18_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_18_MIN_VERSION} ARG CMAKE_3_18_BIN_DIR=${CMAKE_3_18_DIR}/bin ARG CMAKE_3_18_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_18_VERSION}/cmake-${CMAKE_3_18_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_18_TEMP=/tmp/cmake-${CMAKE_3_18_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_16_VERSION=3.16.9 -ENV CMAKE_3_16_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_16_VERSION} +ENV CMAKE_3_16_MIN_VERSION=3.16 +ENV CMAKE_3_16_VERSION=${CMAKE_3_16_MIN_VERSION}.9 +ENV CMAKE_3_16_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_16_MIN_VERSION} ARG CMAKE_3_16_BIN_DIR=${CMAKE_3_16_DIR}/bin ARG CMAKE_3_16_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_16_VERSION}/cmake-${CMAKE_3_16_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_16_TEMP=/tmp/cmake-${CMAKE_3_16_VERSION}-linux-x86_64.tar.gz # flutter source tarball -ENV FLUTTER_VERSION=3.29.3 ENV FLUTTER_CHANNEL=stable -ENV FLUTTER_DIR=${EMG_LOCAL_BASE_DIR}/flutter/${FLUTTER_VERSION} +ENV FLUTTER_MIN_VERSION=3.32 +ENV FLUTTER_VERSION=${FLUTTER_MIN_VERSION}.8 +ENV FLUTTER_DIR=${EMG_LOCAL_BASE_DIR}/flutter/${FLUTTER_MIN_VERSION} ARG FLUTTER_BIN_DIR=${FLUTTER_DIR}/bin ARG FLUTTER_DOWNLOAD_URL=https://storage.googleapis.com/flutter_infra_release/releases/${FLUTTER_CHANNEL}/linux/flutter_linux_${FLUTTER_VERSION}-${FLUTTER_CHANNEL}.tar.xz ARG FLUTTER_TEMP=/tmp/flutter_linux_${FLUTTER_VERSION}-${FLUTTER_CHANNEL}.tar.xz @@ -79,8 +95,9 @@ ARG NINJA_DOWNLOAD_URL=https://github.com/ninja-build/ninja/releases/download/v$ ARG NINJA_TEMP=/tmp/ninja-linux.zip # GO source tarball -ENV GO_VERSION=1.24.2 -ENV GO_DIR=${EMG_LOCAL_BASE_DIR}/go/${GO_VERSION} +ENV GO_MIN_VERSION=1.24 +ENV GO_VERSION=${GO_MIN_VERSION}.5 +ENV GO_DIR=${EMG_LOCAL_BASE_DIR}/go/${GO_MIN_VERSION} ARG GO_BIN_DIR=${GO_DIR}/bin ARG GO_PATH_DIR=${GO_DIR}/gopath ARG GO_PATH_BIN_DIR=${GO_PATH_DIR}/bin @@ -242,8 +259,9 @@ ARG OPENSSL_111_TEMP=/tmp/openssl-${OPENSSL_111_VERSION}w.tar.gz ARG OPENSSL_111_TEMP_SRC=/tmp/openssl-${OPENSSL_111_VERSION}w # OpenSSL 3.0 -ENV OPENSSL_30_VERSION=3.0.16 -ENV OPENSSL_30_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_30_VERSION} +ENV OPENSSL_30_MIN_VERSION=3.0 +ENV OPENSSL_30_VERSION=${OPENSSL_30_MIN_VERSION}.17 +ENV OPENSSL_30_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_30_MIN_VERSION} ENV OPENSSL_30_BIN_DIR=${OPENSSL_30_DIR}/bin ENV OPENSSL_30_INC_DIR=${OPENSSL_30_DIR}/include ENV OPENSSL_30_LIB_DIR=${OPENSSL_30_DIR}/lib64 @@ -253,8 +271,9 @@ ARG OPENSSL_30_TEMP=/tmp/openssl-${OPENSSL_30_VERSION}.tar.gz ARG OPENSSL_30_TEMP_SRC=/tmp/openssl-${OPENSSL_30_VERSION} # OpenSSL 3.1 -ENV OPENSSL_31_VERSION=3.1.8 -ENV OPENSSL_31_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_31_VERSION} +ENV OPENSSL_31_MIN_VERSION=3.1 +ENV OPENSSL_31_VERSION=${OPENSSL_31_MIN_VERSION}.8 +ENV OPENSSL_31_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_31_MIN_VERSION} ENV OPENSSL_31_BIN_DIR=${OPENSSL_31_DIR}/bin ENV OPENSSL_31_INC_DIR=${OPENSSL_31_DIR}/include ENV OPENSSL_31_LIB_DIR=${OPENSSL_31_DIR}/lib64 @@ -264,8 +283,9 @@ ARG OPENSSL_31_TEMP=/tmp/openssl-${OPENSSL_31_VERSION}.tar.gz ARG OPENSSL_31_TEMP_SRC=/tmp/openssl-${OPENSSL_31_VERSION} # OpenSSL 3.2 -ENV OPENSSL_32_VERSION=3.2.4 -ENV OPENSSL_32_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_32_VERSION} +ENV OPENSSL_32_MIN_VERSION=3.2 +ENV OPENSSL_32_VERSION=${OPENSSL_32_MIN_VERSION}.5 +ENV OPENSSL_32_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_32_MIN_VERSION} ENV OPENSSL_32_BIN_DIR=${OPENSSL_32_DIR}/bin ENV OPENSSL_32_INC_DIR=${OPENSSL_32_DIR}/include ENV OPENSSL_32_LIB_DIR=${OPENSSL_32_DIR}/lib64 @@ -275,8 +295,9 @@ ARG OPENSSL_32_TEMP=/tmp/openssl-${OPENSSL_32_VERSION}.tar.gz ARG OPENSSL_32_TEMP_SRC=/tmp/openssl-${OPENSSL_32_VERSION} # OpenSSL 3.3 -ENV OPENSSL_33_VERSION=3.3.3 -ENV OPENSSL_33_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_33_VERSION} +ENV OPENSSL_33_MIN_VERSION=3.3 +ENV OPENSSL_33_VERSION=${OPENSSL_33_MIN_VERSION}.4 +ENV OPENSSL_33_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_33_MIN_VERSION} ENV OPENSSL_33_BIN_DIR=${OPENSSL_33_DIR}/bin ENV OPENSSL_33_INC_DIR=${OPENSSL_33_DIR}/include ENV OPENSSL_33_LIB_DIR=${OPENSSL_33_DIR}/lib64 @@ -286,8 +307,9 @@ ARG OPENSSL_33_TEMP=/tmp/openssl-${OPENSSL_33_VERSION}.tar.gz ARG OPENSSL_33_TEMP_SRC=/tmp/openssl-${OPENSSL_33_VERSION} # OpenSSL 3.4 -ENV OPENSSL_34_VERSION=3.4.1 -ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_VERSION} +ENV OPENSSL_34_MIN_VERSION=3.4 +ENV OPENSSL_34_VERSION=${OPENSSL_34_MIN_VERSION}.2 +ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_MIN_VERSION} ENV OPENSSL_34_BIN_DIR=${OPENSSL_34_DIR}/bin ENV OPENSSL_34_INC_DIR=${OPENSSL_34_DIR}/include ENV OPENSSL_34_LIB_DIR=${OPENSSL_34_DIR}/lib64 @@ -297,8 +319,9 @@ ARG OPENSSL_34_TEMP=/tmp/openssl-${OPENSSL_34_VERSION}.tar.gz ARG OPENSSL_34_TEMP_SRC=/tmp/openssl-${OPENSSL_34_VERSION} # OpenSSL 3.5 -ENV OPENSSL_35_VERSION=3.5.0 -ENV OPENSSL_35_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_35_VERSION} +ENV OPENSSL_35_MIN_VERSION=3.5 +ENV OPENSSL_35_VERSION=${OPENSSL_35_MIN_VERSION}.1 +ENV OPENSSL_35_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_35_MIN_VERSION} ENV OPENSSL_35_BIN_DIR=${OPENSSL_35_DIR}/bin ENV OPENSSL_35_INC_DIR=${OPENSSL_35_DIR}/include ENV OPENSSL_35_LIB_DIR=${OPENSSL_35_DIR}/lib64 diff --git a/linux/ecosystem/epicmorg/astra/1.8-alse/develop/docker-compose.yml b/linux/ecosystem/epicmorg/astra/1.8-alse/develop/docker-compose.yml index e76d6b238..6a27d37e6 100644 --- a/linux/ecosystem/epicmorg/astra/1.8-alse/develop/docker-compose.yml +++ b/linux/ecosystem/epicmorg/astra/1.8-alse/develop/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/astralinux:1.8-develop" + image: "epicmorg/astralinux:1.8-develop" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/epicmorg/astra/1.8-alse/main/Dockerfile b/linux/ecosystem/epicmorg/astra/1.8-alse/main/Dockerfile index 33b2f30a3..4ce277210 100644 --- a/linux/ecosystem/epicmorg/astra/1.8-alse/main/Dockerfile +++ b/linux/ecosystem/epicmorg/astra/1.8-alse/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/astralinux:1.8-slim +FROM epicmorg/astralinux:1.8-slim LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/astra/1.8-alse/main/docker-compose.yml b/linux/ecosystem/epicmorg/astra/1.8-alse/main/docker-compose.yml index eed31b2ff..205f3bae2 100644 --- a/linux/ecosystem/epicmorg/astra/1.8-alse/main/docker-compose.yml +++ b/linux/ecosystem/epicmorg/astra/1.8-alse/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/astralinux:1.8-main" + image: "epicmorg/astralinux:1.8-main" build: context: . diff --git a/linux/ecosystem/epicmorg/astra/1.8-alse/rootfs/Dockerfile b/linux/ecosystem/epicmorg/astra/1.8-alse/rootfs/Dockerfile index 1f0790628..09e237650 100644 --- a/linux/ecosystem/epicmorg/astra/1.8-alse/rootfs/Dockerfile +++ b/linux/ecosystem/epicmorg/astra/1.8-alse/rootfs/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/astralinux:1.8-rootfs +FROM epicmorg/astralinux:1.8-rootfs LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.authors="STAM, kasthack, Aleks-Z" diff --git a/linux/ecosystem/epicmorg/astra/1.8-alse/rootfs/docker-compose.yml b/linux/ecosystem/epicmorg/astra/1.8-alse/rootfs/docker-compose.yml index 7b0e26e21..25717c44d 100644 --- a/linux/ecosystem/epicmorg/astra/1.8-alse/rootfs/docker-compose.yml +++ b/linux/ecosystem/epicmorg/astra/1.8-alse/rootfs/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/astralinux:1.8-rootfs" + image: "epicmorg/astralinux:1.8-rootfs" build: context: . diff --git a/linux/ecosystem/epicmorg/astra/1.8-alse/slim/Dockerfile b/linux/ecosystem/epicmorg/astra/1.8-alse/slim/Dockerfile index c81bbced7..7c9425027 100644 --- a/linux/ecosystem/epicmorg/astra/1.8-alse/slim/Dockerfile +++ b/linux/ecosystem/epicmorg/astra/1.8-alse/slim/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/astralinux:1.8-rootfs +FROM epicmorg/astralinux:1.8-rootfs LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ################################################################## diff --git a/linux/ecosystem/epicmorg/astra/1.8-alse/slim/docker-compose.yml b/linux/ecosystem/epicmorg/astra/1.8-alse/slim/docker-compose.yml index 73961a9ae..3fa115ba1 100644 --- a/linux/ecosystem/epicmorg/astra/1.8-alse/slim/docker-compose.yml +++ b/linux/ecosystem/epicmorg/astra/1.8-alse/slim/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/astralinux:1.8-slim" + image: "epicmorg/astralinux:1.8-slim" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/develop/Dockerfile index 9edd0f15d..e12e39ac8 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/develop/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:squeeze +FROM epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/develop/docker-compose.yml b/linux/ecosystem/epicmorg/debian/06-squeeze/develop/docker-compose.yml index a529002d1..35cfba7c5 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/develop/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/develop/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:squeeze-develop" + image: "epicmorg/debian:squeeze-develop" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk11/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk11/Dockerfile index 19c9e7bbc..6f48c0b4f 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:squeeze +FROM epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java11 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 9edd856a0..462be5cbb 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk11/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:squeeze-develop +FROM epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java11 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk11/docker-compose.yml b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk11/docker-compose.yml index e34779ed0..e5f76ad9b 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk11/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk11/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:squeeze-jdk11" + image: "epicmorg/debian:squeeze-jdk11" build: context: . app-develop: - image: "quay.io/epicmorg/debian:squeeze-develop-jdk11" + image: "epicmorg/debian:squeeze-develop-jdk11" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk16/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk16/Dockerfile index 133e0a47b..9b1f6229f 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:squeeze +FROM epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java16 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 7a1d107fe..7a2f5fe50 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk16/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:squeeze-develop +FROM epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java16 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk16/docker-compose.yml b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk16/docker-compose.yml index 61667e7f9..2642ea047 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk16/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk16/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:squeeze-jdk16" + image: "epicmorg/debian:squeeze-jdk16" build: context: . app-develop: - image: "quay.io/epicmorg/debian:squeeze-develop-jdk16" + image: "epicmorg/debian:squeeze-develop-jdk16" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk17/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk17/Dockerfile index eee5b8dab..f7a2540e3 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:squeeze +FROM epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java17 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 6809e4d2c..e689b5679 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk17/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:squeeze-develop +FROM epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java17 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk17/docker-compose.yml b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk17/docker-compose.yml index 69080eb82..96a64817e 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk17/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk17/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:squeeze-jdk17" + image: "epicmorg/debian:squeeze-jdk17" build: context: . app-develop: - image: "quay.io/epicmorg/debian:squeeze-develop-jdk17" + image: "epicmorg/debian:squeeze-develop-jdk17" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk18/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk18/Dockerfile index f4af41ea8..629490012 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk18/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk18/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:squeeze +FROM epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java18 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 82a07b22a..a8d2e97d0 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk18/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk18/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:squeeze-develop +FROM epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java18 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk18/docker-compose.yml b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk18/docker-compose.yml index 4aa8e6130..9184e47e6 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk18/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk18/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:squeeze-jdk18" + image: "epicmorg/debian:squeeze-jdk18" build: context: . app-develop: - image: "quay.io/epicmorg/debian:squeeze-develop-jdk18" + image: "epicmorg/debian:squeeze-develop-jdk18" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk19/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk19/Dockerfile index 27c5a1334..c989ea9d3 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk19/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk19/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:squeeze +FROM epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java19 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 df5c7de41..b1b980c68 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk19/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk19/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:squeeze-develop +FROM epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java19 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk19/docker-compose.yml b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk19/docker-compose.yml index 6dabb9ce8..b03933c1d 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk19/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk19/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:squeeze-jdk19" + image: "epicmorg/debian:squeeze-jdk19" build: context: . app-develop: - image: "quay.io/epicmorg/debian:squeeze-develop-jdk19" + image: "epicmorg/debian:squeeze-develop-jdk19" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk6/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk6/Dockerfile index 8f176b89a..f44b4c52a 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:squeeze +FROM epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -17,7 +17,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java6 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 7dfe8334a..3892ca8df 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:squeeze-develop +FROM epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -17,7 +17,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java6 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk6/docker-compose.yml b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk6/docker-compose.yml index d4c86f1b8..88691ed40 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk6/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk6/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:squeeze-jdk6" + image: "epicmorg/debian:squeeze-jdk6" build: context: . app-develop: - image: "quay.io/epicmorg/debian:squeeze-develop-jdk6" + image: "epicmorg/debian:squeeze-develop-jdk6" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk7/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk7/Dockerfile index 9748af29e..d6a56beac 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:squeeze +FROM epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -17,7 +17,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java7 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 16eddedf9..9c040eee1 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:squeeze-develop +FROM epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -17,7 +17,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java7 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk7/docker-compose.yml b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk7/docker-compose.yml index cc2df6f3c..90c16943a 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk7/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk7/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:squeeze-jdk7" + image: "epicmorg/debian:squeeze-jdk7" build: context: . app-develop: - image: "quay.io/epicmorg/debian:squeeze-develop-jdk7" + image: "epicmorg/debian:squeeze-develop-jdk7" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk8/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk8/Dockerfile index 34c8eba63..6ee59cee0 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:squeeze +FROM epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java8 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 67909d30a..88f765c5f 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:squeeze-develop +FROM epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java8 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk8/docker-compose.yml b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk8/docker-compose.yml index 27fe8adb6..215c6fa2f 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk8/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk8/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:squeeze-jdk8" + image: "epicmorg/debian:squeeze-jdk8" build: context: . app-develop: - image: "quay.io/epicmorg/debian:squeeze-develop-jdk8" + image: "epicmorg/debian:squeeze-develop-jdk8" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/main/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/main/Dockerfile index eb17018a2..19bd770a6 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:squeeze-slim +FROM epicmorg/debian:squeeze-slim LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/main/docker-compose.yml b/linux/ecosystem/epicmorg/debian/06-squeeze/main/docker-compose.yml index 5baf8ccb3..90312999f 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/main/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:squeeze" + image: "epicmorg/debian:squeeze" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node0.12/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node0.12/Dockerfile index e1a12b415..d0beebd00 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node0.12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node0.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:squeeze +FROM epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node0.12/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node0.12/Dockerfile.develop index c2da0d4eb..51bd1b556 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node0.12/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node0.12/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:squeeze-develop +FROM epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node0.12/docker-compose.yml b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node0.12/docker-compose.yml index 524f39608..cc96ad497 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node0.12/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node0.12/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:squeeze-nodejs0.12" + image: "epicmorg/debian:squeeze-nodejs0.12" build: context: . app-develop: - image: "quay.io/epicmorg/debian:squeeze-develop-nodejs0.12" + image: "epicmorg/debian:squeeze-develop-nodejs0.12" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node10/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node10/Dockerfile index a05371583..1939882de 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node10/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:squeeze +FROM epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node10/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node10/Dockerfile.develop index 77dfb0e91..782eb3678 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node10/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node10/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:squeeze-develop +FROM epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node10/docker-compose.yml b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node10/docker-compose.yml index dae703c91..a05059986 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node10/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node10/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:squeeze-nodejs10" + image: "epicmorg/debian:squeeze-nodejs10" build: context: . app-develop: - image: "quay.io/epicmorg/debian:squeeze-develop-nodejs10" + image: "epicmorg/debian:squeeze-develop-nodejs10" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node11/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node11/Dockerfile index 3903477c7..fd3e903b7 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:squeeze +FROM epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node11/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node11/Dockerfile.develop index b768f1ebd..fca08f2d0 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node11/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:squeeze-develop +FROM epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node11/docker-compose.yml b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node11/docker-compose.yml index 10ce1bffe..566037b1f 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node11/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node11/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:squeeze-nodejs11" + image: "epicmorg/debian:squeeze-nodejs11" build: context: . app-develop: - image: "quay.io/epicmorg/debian:squeeze-develop-nodejs11" + image: "epicmorg/debian:squeeze-develop-nodejs11" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node4/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node4/Dockerfile index e6cb1ffe1..0b86ece04 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node4/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:squeeze +FROM epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node4/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node4/Dockerfile.develop index 09769b2e1..6c8158dd2 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node4/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node4/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:squeeze-develop +FROM epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node4/docker-compose.yml b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node4/docker-compose.yml index cf1d6edd3..d122a6350 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node4/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node4/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:squeeze-nodejs4" + image: "epicmorg/debian:squeeze-nodejs4" build: context: . app-develop: - image: "quay.io/epicmorg/debian:squeeze-develop-nodejs4" + image: "epicmorg/debian:squeeze-develop-nodejs4" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node5/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node5/Dockerfile index 9526d1c97..507c24b3e 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node5/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:squeeze +FROM epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node5/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node5/Dockerfile.develop index 19d25f54d..95007b0ee 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node5/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node5/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:squeeze-develop +FROM epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node5/docker-compose.yml b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node5/docker-compose.yml index 55eacf624..0577e0334 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node5/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node5/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:squeeze-nodejs5" + image: "epicmorg/debian:squeeze-nodejs5" build: context: . app-develop: - image: "quay.io/epicmorg/debian:squeeze-develop-nodejs5" + image: "epicmorg/debian:squeeze-develop-nodejs5" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node6/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node6/Dockerfile index a47b036ab..c17ac3bc3 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:squeeze +FROM epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node6/Dockerfile.develop index 2c55e1861..a8632e858 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:squeeze-develop +FROM epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node6/docker-compose.yml b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node6/docker-compose.yml index ba983484f..cdee73513 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node6/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node6/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:squeeze-nodejs6" + image: "epicmorg/debian:squeeze-nodejs6" build: context: . app-develop: - image: "quay.io/epicmorg/debian:squeeze-develop-nodejs6" + image: "epicmorg/debian:squeeze-develop-nodejs6" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node7/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node7/Dockerfile index f2d4c9297..cc721e053 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:squeeze +FROM epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node7/Dockerfile.develop index 78db23bc5..2ed61272e 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:squeeze-develop +FROM epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node7/docker-compose.yml b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node7/docker-compose.yml index 670754c22..fd37f3e9a 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node7/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node7/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:squeeze-nodejs7" + image: "epicmorg/debian:squeeze-nodejs7" build: context: . app-develop: - image: "quay.io/epicmorg/debian:squeeze-develop-nodejs7" + image: "epicmorg/debian:squeeze-develop-nodejs7" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node8/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node8/Dockerfile index 40605e503..c15db9f72 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:squeeze +FROM epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node8/Dockerfile.develop index 2b01c2b71..29334c39b 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:squeeze-develop +FROM epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node8/docker-compose.yml b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node8/docker-compose.yml index dd3aa74a8..3be5ea6a4 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node8/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node8/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:squeeze-nodejs8" + image: "epicmorg/debian:squeeze-nodejs8" build: context: . app-develop: - image: "quay.io/epicmorg/debian:squeeze-develop-nodejs8" + image: "epicmorg/debian:squeeze-develop-nodejs8" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node9/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node9/Dockerfile index 823d7ebfd..15e13efcc 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node9/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:squeeze +FROM epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node9/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node9/Dockerfile.develop index bbf2d5414..375e15c55 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node9/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node9/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:squeeze-develop +FROM epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node9/docker-compose.yml b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node9/docker-compose.yml index 5722ba8c8..bbee75b42 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node9/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/nodejs/node9/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:squeeze-nodejs9" + image: "epicmorg/debian:squeeze-nodejs9" build: context: . app-develop: - image: "quay.io/epicmorg/debian:squeeze-develop-nodejs9" + image: "epicmorg/debian:squeeze-develop-nodejs9" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/slim/docker-compose.yml b/linux/ecosystem/epicmorg/debian/06-squeeze/slim/docker-compose.yml index 8e3cb75b2..c06b30e34 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/slim/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/slim/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:squeeze-slim" + image: "epicmorg/debian:squeeze-slim" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/develop/Dockerfile index cff986350..2a8cd357a 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/develop/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:wheezy +FROM epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/develop/docker-compose.yml b/linux/ecosystem/epicmorg/debian/07-wheezy/develop/docker-compose.yml index 5c32ad6a5..3dba82de8 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/develop/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/develop/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:wheezy-develop" + image: "epicmorg/debian:wheezy-develop" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk11/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk11/Dockerfile index 3a258543d..7fe0dc1a7 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:wheezy +FROM epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java11 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 4446bfbf1..db57a696d 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk11/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:wheezy-develop +FROM epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java11 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk11/docker-compose.yml b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk11/docker-compose.yml index 565f0cfa0..a9a3dbc94 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk11/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk11/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:wheezy-jdk11" + image: "epicmorg/debian:wheezy-jdk11" build: context: . app-develop: - image: "quay.io/epicmorg/debian:wheezy-develop-jdk11" + image: "epicmorg/debian:wheezy-develop-jdk11" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk16/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk16/Dockerfile index c7a1e8dfd..aa3556614 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:wheezy +FROM epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java16 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 7b62feb90..10d136716 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk16/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:wheezy-develop +FROM epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java16 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk16/docker-compose.yml b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk16/docker-compose.yml index fef5f78ac..baf7fd398 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk16/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk16/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:wheezy-jdk16" + image: "epicmorg/debian:wheezy-jdk16" build: context: . app-develop: - image: "quay.io/epicmorg/debian:wheezy-develop-jdk16" + image: "epicmorg/debian:wheezy-develop-jdk16" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk17/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk17/Dockerfile index 36b5cb169..561f02420 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:wheezy +FROM epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java17 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 60032fee4..dc5948be0 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk17/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:wheezy-develop +FROM epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java17 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk17/docker-compose.yml b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk17/docker-compose.yml index 19aa5e1d5..0532fe3a0 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk17/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk17/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:wheezy-jdk17" + image: "epicmorg/debian:wheezy-jdk17" build: context: . app-develop: - image: "quay.io/epicmorg/debian:wheezy-develop-jdk17" + image: "epicmorg/debian:wheezy-develop-jdk17" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk18/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk18/Dockerfile index e46048e11..367141398 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk18/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk18/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:wheezy +FROM epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java18 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 390d9c712..2699482a5 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk18/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk18/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:wheezy-develop +FROM epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java18 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk18/docker-compose.yml b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk18/docker-compose.yml index f995a7941..0c5c9fb41 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk18/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk18/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:wheezy-jdk18" + image: "epicmorg/debian:wheezy-jdk18" build: context: . app-develop: - image: "quay.io/epicmorg/debian:wheezy-develop-jdk18" + image: "epicmorg/debian:wheezy-develop-jdk18" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk19/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk19/Dockerfile index d946c7876..daa9fdefb 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk19/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk19/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:wheezy +FROM epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java19 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 448218961..d3cc7b2ef 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk19/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk19/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:wheezy-develop +FROM epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java19 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk19/docker-compose.yml b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk19/docker-compose.yml index 1c6996d26..3f62b1f74 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk19/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk19/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:wheezy-jdk19" + image: "epicmorg/debian:wheezy-jdk19" build: context: . app-develop: - image: "quay.io/epicmorg/debian:wheezy-develop-jdk19" + image: "epicmorg/debian:wheezy-develop-jdk19" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk6/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk6/Dockerfile index 4e74a3304..5932471d6 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:wheezy +FROM epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -17,7 +17,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java6 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 29c4e867b..b9180b198 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:wheezy-develop +FROM epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -17,7 +17,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java6 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk6/docker-compose.yml b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk6/docker-compose.yml index 9833a757a..5f5e2fa0e 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk6/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk6/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:wheezy-jdk6" + image: "epicmorg/debian:wheezy-jdk6" build: context: . app-develop: - image: "quay.io/epicmorg/debian:wheezy-develop-jdk6" + image: "epicmorg/debian:wheezy-develop-jdk6" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk7/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk7/Dockerfile index f1b82ce4e..f843cf990 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:wheezy +FROM epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -17,7 +17,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java7 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 ab5a1b672..eba15ece8 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:wheezy-develop +FROM epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -17,7 +17,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java7 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk7/docker-compose.yml b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk7/docker-compose.yml index 2cfc72d1b..61daae9ea 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk7/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk7/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:wheezy-jdk7" + image: "epicmorg/debian:wheezy-jdk7" build: context: . app-develop: - image: "quay.io/epicmorg/debian:wheezy-develop-jdk7" + image: "epicmorg/debian:wheezy-develop-jdk7" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk8/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk8/Dockerfile index ef2500fdb..2eb913b54 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:wheezy +FROM epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java8 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 659328dd3..968b60488 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:wheezy-develop +FROM epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java8 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk8/docker-compose.yml b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk8/docker-compose.yml index d8aa24f3c..d1274a72a 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk8/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk8/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:wheezy-jdk8" + image: "epicmorg/debian:wheezy-jdk8" build: context: . app-develop: - image: "quay.io/epicmorg/debian:wheezy-develop-jdk8" + image: "epicmorg/debian:wheezy-develop-jdk8" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/main/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/main/Dockerfile index 326849ede..1e895cd0d 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:wheezy-slim +FROM epicmorg/debian:wheezy-slim LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/main/docker-compose.yml b/linux/ecosystem/epicmorg/debian/07-wheezy/main/docker-compose.yml index 6ab3a937f..01890e150 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/main/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:wheezy" + image: "epicmorg/debian:wheezy" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node0.12/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node0.12/Dockerfile index 6fb282097..51e9631fd 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node0.12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node0.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:wheezy +FROM epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node0.12/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node0.12/Dockerfile.develop index f1a15e55d..496e237c5 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node0.12/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node0.12/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:wheezy-develop +FROM epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node0.12/docker-compose.yml b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node0.12/docker-compose.yml index f22b0ba4d..8a2cded81 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node0.12/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node0.12/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:wheezy-nodejs0.12" + image: "epicmorg/debian:wheezy-nodejs0.12" build: context: . app-develop: - image: "quay.io/epicmorg/debian:wheezy-develop-nodejs0.12" + image: "epicmorg/debian:wheezy-develop-nodejs0.12" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node10/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node10/Dockerfile index b6d9fadc7..9b9083275 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node10/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:wheezy +FROM epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node10/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node10/Dockerfile.develop index fe87ff92a..53f6616c6 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node10/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node10/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:wheezy-develop +FROM epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node10/docker-compose.yml b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node10/docker-compose.yml index 4d63b4523..2a263ad7a 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node10/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node10/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:wheezy-nodejs10" + image: "epicmorg/debian:wheezy-nodejs10" build: context: . app-develop: - image: "quay.io/epicmorg/debian:wheezy-develop-nodejs10" + image: "epicmorg/debian:wheezy-develop-nodejs10" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node11/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node11/Dockerfile index bff00d2a1..340acc631 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:wheezy +FROM epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node11/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node11/Dockerfile.develop index dbfdff960..e91bc64a3 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node11/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:wheezy-develop +FROM epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node11/docker-compose.yml b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node11/docker-compose.yml index 943e32cfd..808a76723 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node11/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node11/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:wheezy-nodejs11" + image: "epicmorg/debian:wheezy-nodejs11" build: context: . app-develop: - image: "quay.io/epicmorg/debian:wheezy-develop-nodejs11" + image: "epicmorg/debian:wheezy-develop-nodejs11" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node4/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node4/Dockerfile index 09c542944..b791f9e8c 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node4/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:wheezy +FROM epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node4/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node4/Dockerfile.develop index a9163e601..7befb549e 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node4/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node4/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:wheezy-develop +FROM epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node4/docker-compose.yml b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node4/docker-compose.yml index b264fd5ed..4fa1d1d4d 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node4/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node4/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:wheezy-nodejs4" + image: "epicmorg/debian:wheezy-nodejs4" build: context: . app-develop: - image: "quay.io/epicmorg/debian:wheezy-develop-nodejs4" + image: "epicmorg/debian:wheezy-develop-nodejs4" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node5/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node5/Dockerfile index 93a701dfe..984ef36f8 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node5/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:wheezy +FROM epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node5/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node5/Dockerfile.develop index 4d8534e77..7d2a28c48 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node5/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node5/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:wheezy-develop +FROM epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node5/docker-compose.yml b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node5/docker-compose.yml index 21bd0738d..359846a3b 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node5/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node5/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:wheezy-nodejs5" + image: "epicmorg/debian:wheezy-nodejs5" build: context: . app-develop: - image: "quay.io/epicmorg/debian:wheezy-develop-nodejs5" + image: "epicmorg/debian:wheezy-develop-nodejs5" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node6/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node6/Dockerfile index d865fac05..408ec5f80 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:wheezy +FROM epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node6/Dockerfile.develop index 832aba052..beb3e4d17 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:wheezy-develop +FROM epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node6/docker-compose.yml b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node6/docker-compose.yml index e859233b1..bbc7f5f9c 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node6/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node6/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:wheezy-nodejs6" + image: "epicmorg/debian:wheezy-nodejs6" build: context: . app-develop: - image: "quay.io/epicmorg/debian:wheezy-develop-nodejs6" + image: "epicmorg/debian:wheezy-develop-nodejs6" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node7/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node7/Dockerfile index df5bdb7da..92c361fd3 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:wheezy +FROM epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node7/Dockerfile.develop index e19f501aa..41b0110ff 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:wheezy-develop +FROM epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node7/docker-compose.yml b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node7/docker-compose.yml index 094b6f65b..3671aa82b 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node7/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node7/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:wheezy-nodejs7" + image: "epicmorg/debian:wheezy-nodejs7" build: context: . app-develop: - image: "quay.io/epicmorg/debian:wheezy-develop-nodejs7" + image: "epicmorg/debian:wheezy-develop-nodejs7" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node8/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node8/Dockerfile index 8650dc463..4d822aa8e 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:wheezy +FROM epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node8/Dockerfile.develop index 4c929f46a..4e6966b72 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:wheezy-develop +FROM epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node8/docker-compose.yml b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node8/docker-compose.yml index 5d5865b6a..c92caf5b9 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node8/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node8/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:wheezy-nodejs8" + image: "epicmorg/debian:wheezy-nodejs8" build: context: . app-develop: - image: "quay.io/epicmorg/debian:wheezy-develop-nodejs8" + image: "epicmorg/debian:wheezy-develop-nodejs8" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node9/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node9/Dockerfile index 9b6d60ff7..d3d8f408c 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node9/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:wheezy +FROM epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node9/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node9/Dockerfile.develop index 36564df6d..85bec0973 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node9/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node9/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:wheezy-develop +FROM epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node9/docker-compose.yml b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node9/docker-compose.yml index becd388d5..4dead1dbd 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node9/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/nodejs/node9/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:wheezy-nodejs9" + image: "epicmorg/debian:wheezy-nodejs9" build: context: . app-develop: - image: "quay.io/epicmorg/debian:wheezy-develop-nodejs9" + image: "epicmorg/debian:wheezy-develop-nodejs9" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/slim/docker-compose.yml b/linux/ecosystem/epicmorg/debian/07-wheezy/slim/docker-compose.yml index b213031d8..bb7a04a8c 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/slim/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/slim/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:wheezy-slim" + image: "epicmorg/debian:wheezy-slim" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/develop/Dockerfile index 595bbf127..647356f84 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/develop/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie +FROM epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -15,58 +15,74 @@ ARG STEAM_RUNTIME_SDK_URL=http://media.steampowered.com/client/runtime/steam-run ARG STEAM_RUNTIME_SDK_TEMP=/tmp/steam-runtime-sdk_latest.tar.xz # cmake compiller -ENV CMAKE_3_31_VERSION=3.31.6 -ENV CMAKE_3_31_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_31_VERSION} +ENV CMAKE_4_0_MIN_VERSION=4.0 +ENV CMAKE_4_0_VERSION=${CMAKE_4_0_MIN_VERSION}.3 +ENV CMAKE_4_0_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_4_0_MIN_VERSION} +ARG CMAKE_4_0_BIN_DIR=${CMAKE_4_0_DIR}/bin +ARG CMAKE_4_0_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_4_0_VERSION}/cmake-${CMAKE_4_0_VERSION}-linux-x86_64.tar.gz +ARG CMAKE_4_0_TEMP=/tmp/cmake-${CMAKE_4_0_VERSION}-linux-x86_64.tar.gz + +# cmake compiller +ENV CMAKE_3_31_MIN_VERSION=3.31 +ENV CMAKE_3_31_VERSION=${CMAKE_3_31_MIN_VERSION}.8 +ENV CMAKE_3_31_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_31_MIN_VERSION} ARG CMAKE_3_31_BIN_DIR=${CMAKE_3_31_DIR}/bin ARG CMAKE_3_31_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_31_VERSION}/cmake-${CMAKE_3_31_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_31_TEMP=/tmp/cmake-${CMAKE_3_31_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_30_VERSION=3.30.8 -ENV CMAKE_3_30_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_30_VERSION} +ENV CMAKE_3_30_MIN_VERSION=3.30 +ENV CMAKE_3_30_VERSION=${CMAKE_3_30_MIN_VERSION}.9 +ENV CMAKE_3_30_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_30_MIN_VERSION} ARG CMAKE_3_30_BIN_DIR=${CMAKE_3_30_DIR}/bin ARG CMAKE_3_30_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_30_VERSION}/cmake-${CMAKE_3_30_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_30_TEMP=/tmp/cmake-${CMAKE_3_30_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_21_VERSION=3.21.7 -ENV CMAKE_3_21_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_21_VERSION} +ENV CMAKE_3_21_MIN_VERSION=3.21 +ENV CMAKE_3_21_VERSION=${CMAKE_3_21_MIN_VERSION}.7 +ENV CMAKE_3_21_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_21_MIN_VERSION} ARG CMAKE_3_21_BIN_DIR=${CMAKE_3_21_DIR}/bin ARG CMAKE_3_21_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_21_VERSION}/cmake-${CMAKE_3_21_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_21_TEMP=/tmp/cmake-${CMAKE_3_21_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_20_VERSION=3.20.6 -ENV CMAKE_3_20_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_20_VERSION} +ENV CMAKE_3_20_MIN_VERSION=3.20 +ENV CMAKE_3_20_VERSION=${CMAKE_3_20_MIN_VERSION}.6 +ENV CMAKE_3_20_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_20_MIN_VERSION} ARG CMAKE_3_20_BIN_DIR=${CMAKE_3_20_DIR}/bin ARG CMAKE_3_20_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_20_VERSION}/cmake-${CMAKE_3_20_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_20_TEMP=/tmp/cmake-${CMAKE_3_20_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_19_VERSION=3.19.8 -ENV CMAKE_3_19_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_19_VERSION} +ENV CMAKE_3_19_MIN_VERSION=3.19 +ENV CMAKE_3_19_VERSION=${CMAKE_3_19_MIN_VERSION}.8 +ENV CMAKE_3_19_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_19_MIN_VERSION} ARG CMAKE_3_19_BIN_DIR=${CMAKE_3_19_DIR}/bin ARG CMAKE_3_19_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_19_VERSION}/cmake-${CMAKE_3_19_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_19_TEMP=/tmp/cmake-${CMAKE_3_19_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_18_VERSION=3.18.6 -ENV CMAKE_3_18_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_18_VERSION} +ENV CMAKE_3_18_MIN_VERSION=3.18 +ENV CMAKE_3_18_VERSION=${CMAKE_3_18_MIN_VERSION}.6 +ENV CMAKE_3_18_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_18_MIN_VERSION} ARG CMAKE_3_18_BIN_DIR=${CMAKE_3_18_DIR}/bin ARG CMAKE_3_18_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_18_VERSION}/cmake-${CMAKE_3_18_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_18_TEMP=/tmp/cmake-${CMAKE_3_18_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_16_VERSION=3.16.9 -ENV CMAKE_3_16_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_16_VERSION} +ENV CMAKE_3_16_MIN_VERSION=3.16 +ENV CMAKE_3_16_VERSION=${CMAKE_3_16_MIN_VERSION}.9 +ENV CMAKE_3_16_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_16_MIN_VERSION} ARG CMAKE_3_16_BIN_DIR=${CMAKE_3_16_DIR}/bin ARG CMAKE_3_16_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_16_VERSION}/cmake-${CMAKE_3_16_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_16_TEMP=/tmp/cmake-${CMAKE_3_16_VERSION}-linux-x86_64.tar.gz # flutter source tarball -ENV FLUTTER_VERSION=3.29.3 ENV FLUTTER_CHANNEL=stable -ENV FLUTTER_DIR=${EMG_LOCAL_BASE_DIR}/flutter/${FLUTTER_VERSION} +ENV FLUTTER_MIN_VERSION=3.32 +ENV FLUTTER_VERSION=${FLUTTER_MIN_VERSION}.8 +ENV FLUTTER_DIR=${EMG_LOCAL_BASE_DIR}/flutter/${FLUTTER_MIN_VERSION} ARG FLUTTER_BIN_DIR=${FLUTTER_DIR}/bin ARG FLUTTER_DOWNLOAD_URL=https://storage.googleapis.com/flutter_infra_release/releases/${FLUTTER_CHANNEL}/linux/flutter_linux_${FLUTTER_VERSION}-${FLUTTER_CHANNEL}.tar.xz ARG FLUTTER_TEMP=/tmp/flutter_linux_${FLUTTER_VERSION}-${FLUTTER_CHANNEL}.tar.xz @@ -79,8 +95,9 @@ ARG NINJA_DOWNLOAD_URL=https://github.com/ninja-build/ninja/releases/download/v$ ARG NINJA_TEMP=/tmp/ninja-linux.zip # GO source tarball -ENV GO_VERSION=1.24.2 -ENV GO_DIR=${EMG_LOCAL_BASE_DIR}/go/${GO_VERSION} +ENV GO_MIN_VERSION=1.24 +ENV GO_VERSION=${GO_MIN_VERSION}.5 +ENV GO_DIR=${EMG_LOCAL_BASE_DIR}/go/${GO_MIN_VERSION} ARG GO_BIN_DIR=${GO_DIR}/bin ARG GO_PATH_DIR=${GO_DIR}/gopath ARG GO_PATH_BIN_DIR=${GO_PATH_DIR}/bin diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/develop/docker-compose.yml b/linux/ecosystem/epicmorg/debian/08-jessie/develop/docker-compose.yml index 0bed2ded5..05346f3ec 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/develop/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/08-jessie/develop/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:jessie-develop" + image: "epicmorg/debian:jessie-develop" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk11/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk11/Dockerfile index 8278f1e92..c98a7852b 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie +FROM epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java11 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 bafff6869..62b96df65 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk11/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie-develop +FROM epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java11 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk11/docker-compose.yml b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk11/docker-compose.yml index 435dbe9b8..ca09145bd 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk11/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk11/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:jessie-jdk11" + image: "epicmorg/debian:jessie-jdk11" build: context: . app-develop: - image: "quay.io/epicmorg/debian:jessie-develop-jdk11" + image: "epicmorg/debian:jessie-develop-jdk11" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk16/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk16/Dockerfile index c44193c6a..97dfa8c59 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie +FROM epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java16 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 0dd8f8368..6f7a3eade 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk16/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie-develop +FROM epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java16 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk16/docker-compose.yml b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk16/docker-compose.yml index 3d0d210a2..70c389db3 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk16/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk16/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:jessie-jdk16" + image: "epicmorg/debian:jessie-jdk16" build: context: . app-develop: - image: "quay.io/epicmorg/debian:jessie-develop-jdk16" + image: "epicmorg/debian:jessie-develop-jdk16" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk17/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk17/Dockerfile index 4198eeb76..2cbdff458 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie +FROM epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java17 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 037aedf3b..d7887c8af 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk17/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie-develop +FROM epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java17 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk17/docker-compose.yml b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk17/docker-compose.yml index 848461112..09b27bbdf 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk17/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk17/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:jessie-jdk17" + image: "epicmorg/debian:jessie-jdk17" build: context: . app-develop: - image: "quay.io/epicmorg/debian:jessie-develop-jdk17" + image: "epicmorg/debian:jessie-develop-jdk17" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk18/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk18/Dockerfile index 95699062a..af66e8b76 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk18/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk18/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie +FROM epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java18 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 e9ec1c185..03fc29249 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk18/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk18/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie-develop +FROM epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java18 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk18/docker-compose.yml b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk18/docker-compose.yml index 3ed6b1208..2e1246e83 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk18/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk18/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:jessie-jdk18" + image: "epicmorg/debian:jessie-jdk18" build: context: . app-develop: - image: "quay.io/epicmorg/debian:jessie-develop-jdk18" + image: "epicmorg/debian:jessie-develop-jdk18" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk19/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk19/Dockerfile index 4b1827874..3412b00e1 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk19/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk19/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie +FROM epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java19 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 f7049f39e..770e4d7f8 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk19/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk19/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie-develop +FROM epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java19 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk19/docker-compose.yml b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk19/docker-compose.yml index f47d593df..ecdfd7d61 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk19/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk19/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:jessie-jdk19" + image: "epicmorg/debian:jessie-jdk19" build: context: . app-develop: - image: "quay.io/epicmorg/debian:jessie-develop-jdk19" + image: "epicmorg/debian:jessie-develop-jdk19" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk20/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk20/Dockerfile index a85cdfd73..45ccf95c8 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk20/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk20/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie +FROM epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java20 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 d146a6bd6..27e5a6ebc 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk20/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk20/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie-develop +FROM epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java20 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk20/docker-compose.yml b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk20/docker-compose.yml index 45a13324f..ee012c0d0 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk20/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk20/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:jessie-jdk20" + image: "epicmorg/debian:jessie-jdk20" build: context: . app-develop: - image: "quay.io/epicmorg/debian:jessie-develop-jdk20" + image: "epicmorg/debian:jessie-develop-jdk20" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk21/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk21/Dockerfile index d039b5cab..e24b03a37 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk21/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk21/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie +FROM epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java21 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 3950af2fb..1264e9936 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk21/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk21/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie-develop +FROM epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java21 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk21/docker-compose.yml b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk21/docker-compose.yml index cb5a78122..1f896c598 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk21/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk21/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:jessie-jdk21" + image: "epicmorg/debian:jessie-jdk21" build: context: . app-develop: - image: "quay.io/epicmorg/debian:jessie-develop-jdk21" + image: "epicmorg/debian:jessie-develop-jdk21" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk22/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk22/Dockerfile index 292ed0b19..93f88c4ad 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk22/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk22/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie +FROM epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java22 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 e6293a3b7..51617cc5f 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk22/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk22/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie-develop +FROM epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java22 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk22/docker-compose.yml b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk22/docker-compose.yml index 6267bb944..dfbd1cfde 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk22/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk22/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:jessie-jdk22" + image: "epicmorg/debian:jessie-jdk22" build: context: . app-develop: - image: "quay.io/epicmorg/debian:jessie-develop-jdk22" + image: "epicmorg/debian:jessie-develop-jdk22" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk6/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk6/Dockerfile index 7914fcc8c..70af961a0 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie +FROM epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -17,7 +17,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java6 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 445cc2470..7adcc41df 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie-develop +FROM epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -17,7 +17,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java6 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk6/docker-compose.yml b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk6/docker-compose.yml index dc23c930e..8b732c368 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk6/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk6/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:jessie-jdk6" + image: "epicmorg/debian:jessie-jdk6" build: context: . app-develop: - image: "quay.io/epicmorg/debian:jessie-develop-jdk6" + image: "epicmorg/debian:jessie-develop-jdk6" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk7/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk7/Dockerfile index fd912c8ab..f63084d29 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie +FROM epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -17,7 +17,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java7 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 2f129b617..93e137bed 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie-develop +FROM epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -17,7 +17,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java7 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk7/docker-compose.yml b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk7/docker-compose.yml index 60eb9faef..3fa3445ba 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk7/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk7/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:jessie-jdk7" + image: "epicmorg/debian:jessie-jdk7" build: context: . app-develop: - image: "quay.io/epicmorg/debian:jessie-develop-jdk7" + image: "epicmorg/debian:jessie-develop-jdk7" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk8/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk8/Dockerfile index b72fc3836..e42b6276e 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie +FROM epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java8 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 000bb6694..30077e3d9 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie-develop +FROM epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java8 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk8/docker-compose.yml b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk8/docker-compose.yml index 1007a9e3f..ea01b0758 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk8/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk8/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:jessie-jdk8" + image: "epicmorg/debian:jessie-jdk8" build: context: . app-develop: - image: "quay.io/epicmorg/debian:jessie-develop-jdk8" + image: "epicmorg/debian:jessie-develop-jdk8" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/main/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/main/Dockerfile index 5c7c212d1..4876935bb 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie-slim +FROM epicmorg/debian:jessie-slim LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/main/docker-compose.yml b/linux/ecosystem/epicmorg/debian/08-jessie/main/docker-compose.yml index ad7a4cba6..8751396e3 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/main/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/08-jessie/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:jessie" + image: "epicmorg/debian:jessie" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node0.12/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node0.12/Dockerfile index 4f9d47153..cf8bcdb57 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node0.12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node0.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie +FROM epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node0.12/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node0.12/Dockerfile.develop index dbf4615d0..138ac1cdf 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node0.12/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node0.12/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie-develop +FROM epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node0.12/docker-compose.yml b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node0.12/docker-compose.yml index 259032896..19261abe0 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node0.12/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node0.12/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:jessie-nodejs0.12" + image: "epicmorg/debian:jessie-nodejs0.12" build: context: . app-develop: - image: "quay.io/epicmorg/debian:jessie-develop-nodejs0.12" + image: "epicmorg/debian:jessie-develop-nodejs0.12" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node10/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node10/Dockerfile index 4a79d9add..a65c5165c 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node10/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie +FROM epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node10/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node10/Dockerfile.develop index 164bbc1e9..348f38f22 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node10/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node10/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie-develop +FROM epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node10/docker-compose.yml b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node10/docker-compose.yml index 2b856c990..136a52cc1 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node10/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node10/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:jessie-nodejs10" + image: "epicmorg/debian:jessie-nodejs10" build: context: . app-develop: - image: "quay.io/epicmorg/debian:jessie-develop-nodejs10" + image: "epicmorg/debian:jessie-develop-nodejs10" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node11/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node11/Dockerfile index ef82b4870..5fb4ba4c3 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie +FROM epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node11/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node11/Dockerfile.develop index 0c9a050c1..6c1b7fc5d 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node11/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie-develop +FROM epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node11/docker-compose.yml b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node11/docker-compose.yml index 4482cba20..22ba80e97 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node11/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node11/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:jessie-nodejs11" + image: "epicmorg/debian:jessie-nodejs11" build: context: . app-develop: - image: "quay.io/epicmorg/debian:jessie-develop-nodejs11" + image: "epicmorg/debian:jessie-develop-nodejs11" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node12/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node12/Dockerfile index d1ec9fe27..358bb6d2e 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie +FROM epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node12/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node12/Dockerfile.develop index 4c123c09a..f18b46eb2 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node12/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node12/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie-develop +FROM epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node12/docker-compose.yml b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node12/docker-compose.yml index 927708266..94b14d065 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node12/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node12/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:jessie-nodejs12" + image: "epicmorg/debian:jessie-nodejs12" build: context: . app-develop: - image: "quay.io/epicmorg/debian:jessie-develop-nodejs12" + image: "epicmorg/debian:jessie-develop-nodejs12" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node13/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node13/Dockerfile index aa5317a44..f8fc07447 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node13/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie +FROM epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node13/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node13/Dockerfile.develop index 855706699..c670071bb 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node13/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node13/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie-develop +FROM epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node13/docker-compose.yml b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node13/docker-compose.yml index e2b07c127..5545977fd 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node13/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node13/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:jessie-nodejs13" + image: "epicmorg/debian:jessie-nodejs13" build: context: . app-develop: - image: "quay.io/epicmorg/debian:jessie-develop-nodejs13" + image: "epicmorg/debian:jessie-develop-nodejs13" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node14/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node14/Dockerfile index 2789b021e..94411ddce 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node14/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node14/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie +FROM epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node14/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node14/Dockerfile.develop index f576d2e44..9a5e28204 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node14/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node14/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie-develop +FROM epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node14/docker-compose.yml b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node14/docker-compose.yml index 0979f7329..1ab5d3707 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node14/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node14/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:jessie-nodejs14" + image: "epicmorg/debian:jessie-nodejs14" build: context: . app-develop: - image: "quay.io/epicmorg/debian:jessie-develop-nodejs14" + image: "epicmorg/debian:jessie-develop-nodejs14" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node15/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node15/Dockerfile index d553fbcfe..d218e9d5d 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node15/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node15/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie +FROM epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node15/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node15/Dockerfile.develop index 2059d7e10..09ecbedb1 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node15/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node15/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie-develop +FROM epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node15/docker-compose.yml b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node15/docker-compose.yml index 65e1ecb70..adbdcd348 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node15/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node15/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:jessie-nodejs15" + image: "epicmorg/debian:jessie-nodejs15" build: context: . app-develop: - image: "quay.io/epicmorg/debian:jessie-develop-nodejs15" + image: "epicmorg/debian:jessie-develop-nodejs15" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node16/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node16/Dockerfile index e5decc2e8..1d541923a 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie +FROM epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node16/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node16/Dockerfile.develop index 9fd46e80f..11161c0eb 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node16/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie-develop +FROM epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node16/docker-compose.yml b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node16/docker-compose.yml index 05fe757ea..a641dfced 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node16/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node16/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:jessie-nodejs16" + image: "epicmorg/debian:jessie-nodejs16" build: context: . app-develop: - image: "quay.io/epicmorg/debian:jessie-develop-nodejs16" + image: "epicmorg/debian:jessie-develop-nodejs16" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node17/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node17/Dockerfile index 59c081eed..3249aa37c 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie +FROM epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node17/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node17/Dockerfile.develop index 85d6ef401..bc0874f94 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node17/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie-develop +FROM epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node17/docker-compose.yml b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node17/docker-compose.yml index 4b8ec4c18..66244f99e 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node17/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node17/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:jessie-nodejs17" + image: "epicmorg/debian:jessie-nodejs17" build: context: . app-develop: - image: "quay.io/epicmorg/debian:jessie-develop-nodejs17" + image: "epicmorg/debian:jessie-develop-nodejs17" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node4/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node4/Dockerfile index 9cd10dd3b..b02a89846 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node4/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie +FROM epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node4/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node4/Dockerfile.develop index 2efeabe76..80582e82b 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node4/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node4/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie-develop +FROM epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node4/docker-compose.yml b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node4/docker-compose.yml index 35ab6b124..599654779 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node4/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node4/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:jessie-nodejs4" + image: "epicmorg/debian:jessie-nodejs4" build: context: . app-develop: - image: "quay.io/epicmorg/debian:jessie-develop-nodejs4" + image: "epicmorg/debian:jessie-develop-nodejs4" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node5/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node5/Dockerfile index 686b6013f..44a72e48f 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node5/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie +FROM epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node5/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node5/Dockerfile.develop index b5735c8da..10b0b2fcf 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node5/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node5/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie-develop +FROM epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node5/docker-compose.yml b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node5/docker-compose.yml index 4130d27f4..6a50493ff 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node5/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node5/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:jessie-nodejs5" + image: "epicmorg/debian:jessie-nodejs5" build: context: . app-develop: - image: "quay.io/epicmorg/debian:jessie-develop-nodejs5" + image: "epicmorg/debian:jessie-develop-nodejs5" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node6/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node6/Dockerfile index 24b3de735..8c293dd35 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie +FROM epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node6/Dockerfile.develop index 0242f5bdc..f4142155b 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie-develop +FROM epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node6/docker-compose.yml b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node6/docker-compose.yml index b4bf1b035..a813427c8 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node6/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node6/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:jessie-nodejs6" + image: "epicmorg/debian:jessie-nodejs6" build: context: . app-develop: - image: "quay.io/epicmorg/debian:jessie-develop-nodejs6" + image: "epicmorg/debian:jessie-develop-nodejs6" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node7/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node7/Dockerfile index cdeee97c2..4631139b6 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie +FROM epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node7/Dockerfile.develop index fd352330a..e98f86ac7 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie-develop +FROM epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node7/docker-compose.yml b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node7/docker-compose.yml index e6c5afbd0..62cfdcbc0 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node7/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node7/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:jessie-nodejs7" + image: "epicmorg/debian:jessie-nodejs7" build: context: . app-develop: - image: "quay.io/epicmorg/debian:jessie-develop-nodejs7" + image: "epicmorg/debian:jessie-develop-nodejs7" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node8/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node8/Dockerfile index 94e628391..9068f8a75 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie +FROM epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node8/Dockerfile.develop index 942f33161..0c5a6f6ea 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie-develop +FROM epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node8/docker-compose.yml b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node8/docker-compose.yml index 0dd1e7ab1..a02e01fde 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node8/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node8/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:jessie-nodejs8" + image: "epicmorg/debian:jessie-nodejs8" build: context: . app-develop: - image: "quay.io/epicmorg/debian:jessie-develop-nodejs8" + image: "epicmorg/debian:jessie-develop-nodejs8" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node9/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node9/Dockerfile index edbcb698e..6d7ef8c92 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node9/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie +FROM epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node9/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node9/Dockerfile.develop index ab36df5a0..928d89e10 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node9/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node9/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:jessie-develop +FROM epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node9/docker-compose.yml b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node9/docker-compose.yml index 385db980c..5396630bb 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node9/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/08-jessie/nodejs/node9/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:jessie-nodejs9" + image: "epicmorg/debian:jessie-nodejs9" build: context: . app-develop: - image: "quay.io/epicmorg/debian:jessie-develop-nodejs9" + image: "epicmorg/debian:jessie-develop-nodejs9" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/slim/docker-compose.yml b/linux/ecosystem/epicmorg/debian/08-jessie/slim/docker-compose.yml index b6e88c23d..86f0173b8 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/slim/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/08-jessie/slim/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:jessie-slim" + image: "epicmorg/debian:jessie-slim" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/develop/Dockerfile index f84bbd61d..0ce17d4fb 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/develop/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch +FROM epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -15,58 +15,74 @@ ARG STEAM_RUNTIME_SDK_URL=http://media.steampowered.com/client/runtime/steam-run ARG STEAM_RUNTIME_SDK_TEMP=/tmp/steam-runtime-sdk_latest.tar.xz # cmake compiller -ENV CMAKE_3_31_VERSION=3.31.6 -ENV CMAKE_3_31_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_31_VERSION} +ENV CMAKE_4_0_MIN_VERSION=4.0 +ENV CMAKE_4_0_VERSION=${CMAKE_4_0_MIN_VERSION}.3 +ENV CMAKE_4_0_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_4_0_MIN_VERSION} +ARG CMAKE_4_0_BIN_DIR=${CMAKE_4_0_DIR}/bin +ARG CMAKE_4_0_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_4_0_VERSION}/cmake-${CMAKE_4_0_VERSION}-linux-x86_64.tar.gz +ARG CMAKE_4_0_TEMP=/tmp/cmake-${CMAKE_4_0_VERSION}-linux-x86_64.tar.gz + +# cmake compiller +ENV CMAKE_3_31_MIN_VERSION=3.31 +ENV CMAKE_3_31_VERSION=${CMAKE_3_31_MIN_VERSION}.8 +ENV CMAKE_3_31_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_31_MIN_VERSION} ARG CMAKE_3_31_BIN_DIR=${CMAKE_3_31_DIR}/bin ARG CMAKE_3_31_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_31_VERSION}/cmake-${CMAKE_3_31_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_31_TEMP=/tmp/cmake-${CMAKE_3_31_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_30_VERSION=3.30.8 -ENV CMAKE_3_30_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_30_VERSION} +ENV CMAKE_3_30_MIN_VERSION=3.30 +ENV CMAKE_3_30_VERSION=${CMAKE_3_30_MIN_VERSION}.9 +ENV CMAKE_3_30_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_30_MIN_VERSION} ARG CMAKE_3_30_BIN_DIR=${CMAKE_3_30_DIR}/bin ARG CMAKE_3_30_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_30_VERSION}/cmake-${CMAKE_3_30_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_30_TEMP=/tmp/cmake-${CMAKE_3_30_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_21_VERSION=3.21.7 -ENV CMAKE_3_21_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_21_VERSION} +ENV CMAKE_3_21_MIN_VERSION=3.21 +ENV CMAKE_3_21_VERSION=${CMAKE_3_21_MIN_VERSION}.7 +ENV CMAKE_3_21_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_21_MIN_VERSION} ARG CMAKE_3_21_BIN_DIR=${CMAKE_3_21_DIR}/bin ARG CMAKE_3_21_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_21_VERSION}/cmake-${CMAKE_3_21_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_21_TEMP=/tmp/cmake-${CMAKE_3_21_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_20_VERSION=3.20.6 -ENV CMAKE_3_20_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_20_VERSION} +ENV CMAKE_3_20_MIN_VERSION=3.20 +ENV CMAKE_3_20_VERSION=${CMAKE_3_20_MIN_VERSION}.6 +ENV CMAKE_3_20_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_20_MIN_VERSION} ARG CMAKE_3_20_BIN_DIR=${CMAKE_3_20_DIR}/bin ARG CMAKE_3_20_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_20_VERSION}/cmake-${CMAKE_3_20_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_20_TEMP=/tmp/cmake-${CMAKE_3_20_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_19_VERSION=3.19.8 -ENV CMAKE_3_19_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_19_VERSION} +ENV CMAKE_3_19_MIN_VERSION=3.19 +ENV CMAKE_3_19_VERSION=${CMAKE_3_19_MIN_VERSION}.8 +ENV CMAKE_3_19_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_19_MIN_VERSION} ARG CMAKE_3_19_BIN_DIR=${CMAKE_3_19_DIR}/bin ARG CMAKE_3_19_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_19_VERSION}/cmake-${CMAKE_3_19_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_19_TEMP=/tmp/cmake-${CMAKE_3_19_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_18_VERSION=3.18.6 -ENV CMAKE_3_18_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_18_VERSION} +ENV CMAKE_3_18_MIN_VERSION=3.18 +ENV CMAKE_3_18_VERSION=${CMAKE_3_18_MIN_VERSION}.6 +ENV CMAKE_3_18_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_18_MIN_VERSION} ARG CMAKE_3_18_BIN_DIR=${CMAKE_3_18_DIR}/bin ARG CMAKE_3_18_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_18_VERSION}/cmake-${CMAKE_3_18_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_18_TEMP=/tmp/cmake-${CMAKE_3_18_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_16_VERSION=3.16.9 -ENV CMAKE_3_16_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_16_VERSION} +ENV CMAKE_3_16_MIN_VERSION=3.16 +ENV CMAKE_3_16_VERSION=${CMAKE_3_16_MIN_VERSION}.9 +ENV CMAKE_3_16_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_16_MIN_VERSION} ARG CMAKE_3_16_BIN_DIR=${CMAKE_3_16_DIR}/bin ARG CMAKE_3_16_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_16_VERSION}/cmake-${CMAKE_3_16_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_16_TEMP=/tmp/cmake-${CMAKE_3_16_VERSION}-linux-x86_64.tar.gz # flutter source tarball -ENV FLUTTER_VERSION=3.29.3 ENV FLUTTER_CHANNEL=stable -ENV FLUTTER_DIR=${EMG_LOCAL_BASE_DIR}/flutter/${FLUTTER_VERSION} +ENV FLUTTER_MIN_VERSION=3.32 +ENV FLUTTER_VERSION=${FLUTTER_MIN_VERSION}.8 +ENV FLUTTER_DIR=${EMG_LOCAL_BASE_DIR}/flutter/${FLUTTER_MIN_VERSION} ARG FLUTTER_BIN_DIR=${FLUTTER_DIR}/bin ARG FLUTTER_DOWNLOAD_URL=https://storage.googleapis.com/flutter_infra_release/releases/${FLUTTER_CHANNEL}/linux/flutter_linux_${FLUTTER_VERSION}-${FLUTTER_CHANNEL}.tar.xz ARG FLUTTER_TEMP=/tmp/flutter_linux_${FLUTTER_VERSION}-${FLUTTER_CHANNEL}.tar.xz @@ -79,8 +95,9 @@ ARG NINJA_DOWNLOAD_URL=https://github.com/ninja-build/ninja/releases/download/v$ ARG NINJA_TEMP=/tmp/ninja-linux.zip # GO source tarball -ENV GO_VERSION=1.24.2 -ENV GO_DIR=${EMG_LOCAL_BASE_DIR}/go/${GO_VERSION} +ENV GO_MIN_VERSION=1.24 +ENV GO_VERSION=${GO_MIN_VERSION}.5 +ENV GO_DIR=${EMG_LOCAL_BASE_DIR}/go/${GO_MIN_VERSION} ARG GO_BIN_DIR=${GO_DIR}/bin ARG GO_PATH_DIR=${GO_DIR}/gopath ARG GO_PATH_BIN_DIR=${GO_PATH_DIR}/bin diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/develop/docker-compose.yml b/linux/ecosystem/epicmorg/debian/09-stretch/develop/docker-compose.yml index 60ee6ad8e..b090f80e0 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/develop/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/09-stretch/develop/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:stretch-develop" + image: "epicmorg/debian:stretch-develop" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk11/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk11/Dockerfile index 46b4e3431..eac693a07 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch +FROM epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java11 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 ad85504c8..a51c277bb 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk11/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch-develop +FROM epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java11 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk11/docker-compose.yml b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk11/docker-compose.yml index f88bf6a60..076137e0d 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk11/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk11/docker-compose.yml @@ -1,11 +1,11 @@ services: app: - image: "quay.io/epicmorg/debian:stretch-jdk11" + image: "epicmorg/debian:stretch-jdk11" build: context: . dockerfile: ./Dockerfile app-develop: - image: "quay.io/epicmorg/debian:stretch-develop-jdk11" + image: "epicmorg/debian:stretch-develop-jdk11" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk16/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk16/Dockerfile index 734d11f59..237b4b6f5 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch +FROM epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java16 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 096b2f4fe..c9fde5443 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk16/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch-develop +FROM epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java16 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk16/docker-compose.yml b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk16/docker-compose.yml index d08fcc9f9..f83880180 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk16/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk16/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:stretch-jdk16" + image: "epicmorg/debian:stretch-jdk16" build: context: . app-develop: - image: "quay.io/epicmorg/debian:stretch-develop-jdk16" + image: "epicmorg/debian:stretch-develop-jdk16" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk17/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk17/Dockerfile index f312e0f8d..98580f181 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch +FROM epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java17 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 3b3536468..09f8a7e99 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk17/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch-develop +FROM epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java17 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk17/docker-compose.yml b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk17/docker-compose.yml index b1ffc7605..c458f0daf 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk17/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk17/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:stretch-jdk17" + image: "epicmorg/debian:stretch-jdk17" build: context: . app-develop: - image: "quay.io/epicmorg/debian:stretch-develop-jdk17" + image: "epicmorg/debian:stretch-develop-jdk17" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk18/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk18/Dockerfile index 891f9737e..b22d0fd2d 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk18/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk18/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch +FROM epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java18 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 663953cc0..443add929 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk18/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk18/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch-develop +FROM epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java18 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk18/docker-compose.yml b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk18/docker-compose.yml index 065ebf8e1..0727c7b00 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk18/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk18/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:stretch-jdk18" + image: "epicmorg/debian:stretch-jdk18" build: context: . app-develop: - image: "quay.io/epicmorg/debian:stretch-develop-jdk18" + image: "epicmorg/debian:stretch-develop-jdk18" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk19/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk19/Dockerfile index 60c0c1c7c..08c4ba417 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk19/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk19/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch +FROM epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java19 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 6e05d1e41..6ff804734 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk19/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk19/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch-develop +FROM epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java19 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk19/docker-compose.yml b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk19/docker-compose.yml index 327fbcca0..38e062b26 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk19/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk19/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:stretch-jdk19" + image: "epicmorg/debian:stretch-jdk19" build: context: . app-develop: - image: "quay.io/epicmorg/debian:stretch-develop-jdk19" + image: "epicmorg/debian:stretch-develop-jdk19" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk20/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk20/Dockerfile index 292f255d3..322f96e88 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk20/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk20/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch +FROM epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java20 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 c1af1461d..78a642acd 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk20/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk20/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch-develop +FROM epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java20 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk20/docker-compose.yml b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk20/docker-compose.yml index 0f047aca1..6383b9044 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk20/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk20/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:stretch-jdk20" + image: "epicmorg/debian:stretch-jdk20" build: context: . app-develop: - image: "quay.io/epicmorg/debian:stretch-develop-jdk20" + image: "epicmorg/debian:stretch-develop-jdk20" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk21/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk21/Dockerfile index 89803e81b..dffc8b9fd 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk21/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk21/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch +FROM epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java21 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 c8058b29a..ec78a139f 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk21/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk21/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch-develop +FROM epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java21 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk21/docker-compose.yml b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk21/docker-compose.yml index e8839d79c..f72e69bfb 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk21/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk21/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:stretch-jdk21" + image: "epicmorg/debian:stretch-jdk21" build: context: . app-develop: - image: "quay.io/epicmorg/debian:stretch-develop-jdk21" + image: "epicmorg/debian:stretch-develop-jdk21" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk22/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk22/Dockerfile index 4d4917796..00901fbe7 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk22/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk22/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch +FROM epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java22 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 241fb5b0f..e6b9c9ddd 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk22/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk22/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch-develop +FROM epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java22 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk22/docker-compose.yml b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk22/docker-compose.yml index 954366447..59fc67d2a 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk22/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk22/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:stretch-jdk22" + image: "epicmorg/debian:stretch-jdk22" build: context: . app-develop: - image: "quay.io/epicmorg/debian:stretch-develop-jdk22" + image: "epicmorg/debian:stretch-develop-jdk22" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk6/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk6/Dockerfile index a80a557b1..d5098a59b 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch +FROM epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -17,7 +17,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java6 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 bbbe2dce3..1ef3aed35 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch-develop +FROM epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -17,7 +17,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java6 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk6/docker-compose.yml b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk6/docker-compose.yml index 611cfa731..ff363ba72 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk6/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk6/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:stretch-jdk6" + image: "epicmorg/debian:stretch-jdk6" build: context: . app-develop: - image: "quay.io/epicmorg/debian:stretch-develop-jdk6" + image: "epicmorg/debian:stretch-develop-jdk6" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk7/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk7/Dockerfile index 9db045493..689d03a08 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch +FROM epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -17,7 +17,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java7 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 db0e7bff3..96b0c46d9 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch-develop +FROM epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -17,7 +17,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java7 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk7/docker-compose.yml b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk7/docker-compose.yml index 8049d2b60..2b887cb11 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk7/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk7/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:stretch-jdk7" + image: "epicmorg/debian:stretch-jdk7" build: context: . app-develop: - image: "quay.io/epicmorg/debian:stretch-develop-jdk7" + image: "epicmorg/debian:stretch-develop-jdk7" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk8/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk8/Dockerfile index ea7b69e8e..e237caec7 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch +FROM epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java8 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 0312e42d5..a64b4bcf8 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch-develop +FROM epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java8 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk8/docker-compose.yml b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk8/docker-compose.yml index 4f134a298..82c8359ab 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk8/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk8/docker-compose.yml @@ -1,11 +1,11 @@ services: app: - image: "quay.io/epicmorg/debian:stretch-jdk8" + image: "epicmorg/debian:stretch-jdk8" build: context: . dockerfile: ./Dockerfile app-develop: - image: "quay.io/epicmorg/debian:stretch-develop-jdk8" + image: "epicmorg/debian:stretch-develop-jdk8" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/main/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/main/Dockerfile index 5509c5538..7e4491184 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch-slim +FROM epicmorg/debian:stretch-slim LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/main/docker-compose.yml b/linux/ecosystem/epicmorg/debian/09-stretch/main/docker-compose.yml index 4add02b84..6e6a99ec3 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/main/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/09-stretch/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:stretch" + image: "epicmorg/debian:stretch" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node0.12/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node0.12/Dockerfile index 1a2078732..4290efe14 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node0.12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node0.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch +FROM epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node0.12/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node0.12/Dockerfile.develop index c829fedce..54e4f1379 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node0.12/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node0.12/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch-develop +FROM epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node0.12/docker-compose.yml b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node0.12/docker-compose.yml index a354ba775..11d9e8a23 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node0.12/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node0.12/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:stretch-nodejs0.12" + image: "epicmorg/debian:stretch-nodejs0.12" build: context: . app-develop: - image: "quay.io/epicmorg/debian:stretch-develop-nodejs0.12" + image: "epicmorg/debian:stretch-develop-nodejs0.12" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node10/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node10/Dockerfile index 192cc02a7..6a7659ff5 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node10/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch +FROM epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node10/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node10/Dockerfile.develop index 146d6d1ab..790e19a89 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node10/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node10/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch-develop +FROM epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node10/docker-compose.yml b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node10/docker-compose.yml index f61cd3ac0..2a0c0fc72 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node10/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node10/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:stretch-nodejs10" + image: "epicmorg/debian:stretch-nodejs10" build: context: . app-develop: - image: "quay.io/epicmorg/debian:stretch-develop-nodejs10" + image: "epicmorg/debian:stretch-develop-nodejs10" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node11/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node11/Dockerfile index b973bf0f7..57e1bc181 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch +FROM epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node11/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node11/Dockerfile.develop index d60836c86..174e19956 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node11/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch-develop +FROM epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node11/docker-compose.yml b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node11/docker-compose.yml index a41c4a2ca..29f7a2136 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node11/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node11/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:stretch-nodejs11" + image: "epicmorg/debian:stretch-nodejs11" build: context: . app-develop: - image: "quay.io/epicmorg/debian:stretch-develop-nodejs11" + image: "epicmorg/debian:stretch-develop-nodejs11" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node12/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node12/Dockerfile index c0228c4ba..8c5b0fed9 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch +FROM epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node12/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node12/Dockerfile.develop index 69c372193..4f5fd1597 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node12/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node12/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch-develop +FROM epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node12/docker-compose.yml b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node12/docker-compose.yml index 35ebb4386..a2022fa0e 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node12/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node12/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:stretch-nodejs12" + image: "epicmorg/debian:stretch-nodejs12" build: context: . app-develop: - image: "quay.io/epicmorg/debian:stretch-develop-nodejs12" + image: "epicmorg/debian:stretch-develop-nodejs12" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node13/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node13/Dockerfile index 0124be54a..cbfdd1c39 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node13/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch +FROM epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node13/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node13/Dockerfile.develop index 42e4b36a4..f8224e2ba 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node13/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node13/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch-develop +FROM epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node13/docker-compose.yml b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node13/docker-compose.yml index 31cb0c7d0..5d02a6489 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node13/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node13/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:stretch-nodejs13" + image: "epicmorg/debian:stretch-nodejs13" build: context: . app-develop: - image: "quay.io/epicmorg/debian:stretch-develop-nodejs13" + image: "epicmorg/debian:stretch-develop-nodejs13" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node14/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node14/Dockerfile index a2b5770e9..b63c5ded5 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node14/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node14/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch +FROM epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node14/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node14/Dockerfile.develop index c024b24ae..51d24a40e 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node14/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node14/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch-develop +FROM epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node14/docker-compose.yml b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node14/docker-compose.yml index 79dd85f75..4505a6332 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node14/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node14/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:stretch-nodejs14" + image: "epicmorg/debian:stretch-nodejs14" build: context: . app-develop: - image: "quay.io/epicmorg/debian:stretch-develop-nodejs14" + image: "epicmorg/debian:stretch-develop-nodejs14" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node15/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node15/Dockerfile index 1b065af70..09c516e89 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node15/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node15/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch +FROM epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node15/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node15/Dockerfile.develop index bdcad4bac..ffdd3dba2 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node15/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node15/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch-develop +FROM epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node15/docker-compose.yml b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node15/docker-compose.yml index a1e23fade..de3e73a8e 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node15/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node15/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:stretch-nodejs15" + image: "epicmorg/debian:stretch-nodejs15" build: context: . app-develop: - image: "quay.io/epicmorg/debian:stretch-develop-nodejs15" + image: "epicmorg/debian:stretch-develop-nodejs15" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node16/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node16/Dockerfile index 6106ada80..4b008c36b 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch +FROM epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node16/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node16/Dockerfile.develop index b280499c8..581ae3285 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node16/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch-develop +FROM epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node16/docker-compose.yml b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node16/docker-compose.yml index 87ac31838..483228507 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node16/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node16/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:stretch-nodejs16" + image: "epicmorg/debian:stretch-nodejs16" build: context: . app-develop: - image: "quay.io/epicmorg/debian:stretch-develop-nodejs16" + image: "epicmorg/debian:stretch-develop-nodejs16" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node17/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node17/Dockerfile index 090c63686..8f2e0f276 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch +FROM epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node17/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node17/Dockerfile.develop index 99741d4b1..555885286 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node17/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch-develop +FROM epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node17/docker-compose.yml b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node17/docker-compose.yml index 5bed48d97..aa16024f6 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node17/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node17/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:stretch-nodejs17" + image: "epicmorg/debian:stretch-nodejs17" build: context: . app-develop: - image: "quay.io/epicmorg/debian:stretch-develop-nodejs17" + image: "epicmorg/debian:stretch-develop-nodejs17" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node4/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node4/Dockerfile index a1cb79445..5305bae00 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node4/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch +FROM epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node4/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node4/Dockerfile.develop index 00bc4c07a..feec795a7 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node4/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node4/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch-develop +FROM epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node4/docker-compose.yml b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node4/docker-compose.yml index 673a72381..ba47d96f0 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node4/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node4/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:stretch-nodejs4" + image: "epicmorg/debian:stretch-nodejs4" build: context: . app-develop: - image: "quay.io/epicmorg/debian:stretch-develop-nodejs4" + image: "epicmorg/debian:stretch-develop-nodejs4" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node5/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node5/Dockerfile index 883f84adf..3fa0d05e7 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node5/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch +FROM epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node5/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node5/Dockerfile.develop index 721c5da52..01887df77 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node5/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node5/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch-develop +FROM epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node5/docker-compose.yml b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node5/docker-compose.yml index ce2257a28..1dddfb29c 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node5/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node5/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:stretch-nodejs5" + image: "epicmorg/debian:stretch-nodejs5" build: context: . app-develop: - image: "quay.io/epicmorg/debian:stretch-develop-nodejs5" + image: "epicmorg/debian:stretch-develop-nodejs5" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node6/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node6/Dockerfile index b1cadb5a5..44443336b 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch +FROM epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node6/Dockerfile.develop index 368fb3a55..456eef28c 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch-develop +FROM epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node6/docker-compose.yml b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node6/docker-compose.yml index 13449acb4..e56922fa3 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node6/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node6/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:stretch-nodejs6" + image: "epicmorg/debian:stretch-nodejs6" build: context: . app-develop: - image: "quay.io/epicmorg/debian:stretch-develop-nodejs6" + image: "epicmorg/debian:stretch-develop-nodejs6" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node7/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node7/Dockerfile index a9b1e1db6..10f3c788e 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch +FROM epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node7/Dockerfile.develop index 8ed206785..f11780a62 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch-develop +FROM epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node7/docker-compose.yml b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node7/docker-compose.yml index 5bb2d7e8d..ef0b03cff 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node7/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node7/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:stretch-nodejs7" + image: "epicmorg/debian:stretch-nodejs7" build: context: . app-develop: - image: "quay.io/epicmorg/debian:stretch-develop-nodejs7" + image: "epicmorg/debian:stretch-develop-nodejs7" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node8/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node8/Dockerfile index b87cd8b2f..ffc1aee06 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch +FROM epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node8/Dockerfile.develop index 7b7d39e14..44afd1550 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch-develop +FROM epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node8/docker-compose.yml b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node8/docker-compose.yml index 9e2b265f3..e0684dd43 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node8/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node8/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:stretch-nodejs8" + image: "epicmorg/debian:stretch-nodejs8" build: context: . app-develop: - image: "quay.io/epicmorg/debian:stretch-develop-nodejs8" + image: "epicmorg/debian:stretch-develop-nodejs8" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node9/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node9/Dockerfile index 4d756cb25..29b224607 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node9/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch +FROM epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node9/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node9/Dockerfile.develop index 66951ff43..1aaa2be71 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node9/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node9/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:stretch-develop +FROM epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node9/docker-compose.yml b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node9/docker-compose.yml index c78d7ed17..65fd2d54d 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node9/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/09-stretch/nodejs/node9/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:stretch-nodejs9" + image: "epicmorg/debian:stretch-nodejs9" build: context: . app-develop: - image: "quay.io/epicmorg/debian:stretch-develop-nodejs9" + image: "epicmorg/debian:stretch-develop-nodejs9" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/slim/docker-compose.yml b/linux/ecosystem/epicmorg/debian/09-stretch/slim/docker-compose.yml index 028b3d8dd..a630eb8d6 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/slim/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/09-stretch/slim/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:stretch-slim" + image: "epicmorg/debian:stretch-slim" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/10-buster/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/develop/Dockerfile index 3f833b585..34dac16c4 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/develop/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster +FROM epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -15,58 +15,74 @@ ARG STEAM_RUNTIME_SDK_URL=http://media.steampowered.com/client/runtime/steam-run ARG STEAM_RUNTIME_SDK_TEMP=/tmp/steam-runtime-sdk_latest.tar.xz # cmake compiller -ENV CMAKE_3_31_VERSION=3.31.6 -ENV CMAKE_3_31_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_31_VERSION} +ENV CMAKE_4_0_MIN_VERSION=4.0 +ENV CMAKE_4_0_VERSION=${CMAKE_4_0_MIN_VERSION}.3 +ENV CMAKE_4_0_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_4_0_MIN_VERSION} +ARG CMAKE_4_0_BIN_DIR=${CMAKE_4_0_DIR}/bin +ARG CMAKE_4_0_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_4_0_VERSION}/cmake-${CMAKE_4_0_VERSION}-linux-x86_64.tar.gz +ARG CMAKE_4_0_TEMP=/tmp/cmake-${CMAKE_4_0_VERSION}-linux-x86_64.tar.gz + +# cmake compiller +ENV CMAKE_3_31_MIN_VERSION=3.31 +ENV CMAKE_3_31_VERSION=${CMAKE_3_31_MIN_VERSION}.8 +ENV CMAKE_3_31_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_31_MIN_VERSION} ARG CMAKE_3_31_BIN_DIR=${CMAKE_3_31_DIR}/bin ARG CMAKE_3_31_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_31_VERSION}/cmake-${CMAKE_3_31_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_31_TEMP=/tmp/cmake-${CMAKE_3_31_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_30_VERSION=3.30.8 -ENV CMAKE_3_30_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_30_VERSION} +ENV CMAKE_3_30_MIN_VERSION=3.30 +ENV CMAKE_3_30_VERSION=${CMAKE_3_30_MIN_VERSION}.9 +ENV CMAKE_3_30_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_30_MIN_VERSION} ARG CMAKE_3_30_BIN_DIR=${CMAKE_3_30_DIR}/bin ARG CMAKE_3_30_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_30_VERSION}/cmake-${CMAKE_3_30_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_30_TEMP=/tmp/cmake-${CMAKE_3_30_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_21_VERSION=3.21.7 -ENV CMAKE_3_21_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_21_VERSION} +ENV CMAKE_3_21_MIN_VERSION=3.21 +ENV CMAKE_3_21_VERSION=${CMAKE_3_21_MIN_VERSION}.7 +ENV CMAKE_3_21_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_21_MIN_VERSION} ARG CMAKE_3_21_BIN_DIR=${CMAKE_3_21_DIR}/bin ARG CMAKE_3_21_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_21_VERSION}/cmake-${CMAKE_3_21_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_21_TEMP=/tmp/cmake-${CMAKE_3_21_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_20_VERSION=3.20.6 -ENV CMAKE_3_20_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_20_VERSION} +ENV CMAKE_3_20_MIN_VERSION=3.20 +ENV CMAKE_3_20_VERSION=${CMAKE_3_20_MIN_VERSION}.6 +ENV CMAKE_3_20_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_20_MIN_VERSION} ARG CMAKE_3_20_BIN_DIR=${CMAKE_3_20_DIR}/bin ARG CMAKE_3_20_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_20_VERSION}/cmake-${CMAKE_3_20_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_20_TEMP=/tmp/cmake-${CMAKE_3_20_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_19_VERSION=3.19.8 -ENV CMAKE_3_19_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_19_VERSION} +ENV CMAKE_3_19_MIN_VERSION=3.19 +ENV CMAKE_3_19_VERSION=${CMAKE_3_19_MIN_VERSION}.8 +ENV CMAKE_3_19_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_19_MIN_VERSION} ARG CMAKE_3_19_BIN_DIR=${CMAKE_3_19_DIR}/bin ARG CMAKE_3_19_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_19_VERSION}/cmake-${CMAKE_3_19_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_19_TEMP=/tmp/cmake-${CMAKE_3_19_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_18_VERSION=3.18.6 -ENV CMAKE_3_18_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_18_VERSION} +ENV CMAKE_3_18_MIN_VERSION=3.18 +ENV CMAKE_3_18_VERSION=${CMAKE_3_18_MIN_VERSION}.6 +ENV CMAKE_3_18_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_18_MIN_VERSION} ARG CMAKE_3_18_BIN_DIR=${CMAKE_3_18_DIR}/bin ARG CMAKE_3_18_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_18_VERSION}/cmake-${CMAKE_3_18_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_18_TEMP=/tmp/cmake-${CMAKE_3_18_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_16_VERSION=3.16.9 -ENV CMAKE_3_16_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_16_VERSION} +ENV CMAKE_3_16_MIN_VERSION=3.16 +ENV CMAKE_3_16_VERSION=${CMAKE_3_16_MIN_VERSION}.9 +ENV CMAKE_3_16_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_16_MIN_VERSION} ARG CMAKE_3_16_BIN_DIR=${CMAKE_3_16_DIR}/bin ARG CMAKE_3_16_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_16_VERSION}/cmake-${CMAKE_3_16_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_16_TEMP=/tmp/cmake-${CMAKE_3_16_VERSION}-linux-x86_64.tar.gz # flutter source tarball -ENV FLUTTER_VERSION=3.29.3 ENV FLUTTER_CHANNEL=stable -ENV FLUTTER_DIR=${EMG_LOCAL_BASE_DIR}/flutter/${FLUTTER_VERSION} +ENV FLUTTER_MIN_VERSION=3.32 +ENV FLUTTER_VERSION=${FLUTTER_MIN_VERSION}.8 +ENV FLUTTER_DIR=${EMG_LOCAL_BASE_DIR}/flutter/${FLUTTER_MIN_VERSION} ARG FLUTTER_BIN_DIR=${FLUTTER_DIR}/bin ARG FLUTTER_DOWNLOAD_URL=https://storage.googleapis.com/flutter_infra_release/releases/${FLUTTER_CHANNEL}/linux/flutter_linux_${FLUTTER_VERSION}-${FLUTTER_CHANNEL}.tar.xz ARG FLUTTER_TEMP=/tmp/flutter_linux_${FLUTTER_VERSION}-${FLUTTER_CHANNEL}.tar.xz @@ -79,8 +95,9 @@ ARG NINJA_DOWNLOAD_URL=https://github.com/ninja-build/ninja/releases/download/v$ ARG NINJA_TEMP=/tmp/ninja-linux.zip # GO source tarball -ENV GO_VERSION=1.24.2 -ENV GO_DIR=${EMG_LOCAL_BASE_DIR}/go/${GO_VERSION} +ENV GO_MIN_VERSION=1.24 +ENV GO_VERSION=${GO_MIN_VERSION}.5 +ENV GO_DIR=${EMG_LOCAL_BASE_DIR}/go/${GO_MIN_VERSION} ARG GO_BIN_DIR=${GO_DIR}/bin ARG GO_PATH_DIR=${GO_DIR}/gopath ARG GO_PATH_BIN_DIR=${GO_PATH_DIR}/bin diff --git a/linux/ecosystem/epicmorg/debian/10-buster/develop/docker-compose.yml b/linux/ecosystem/epicmorg/debian/10-buster/develop/docker-compose.yml index 3d99dc663..a7c0099d4 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/develop/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/10-buster/develop/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:buster-develop" + image: "epicmorg/debian:buster-develop" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk11/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk11/Dockerfile index ca0c38406..293ffb625 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster +FROM epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java11 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 f10c963d8..6a0123e42 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk11/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster-develop +FROM epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java11 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk11/docker-compose.yml b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk11/docker-compose.yml index fb33ee9f9..0a5133384 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk11/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk11/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:buster-jdk11" + image: "epicmorg/debian:buster-jdk11" build: context: . app-develop: - image: "quay.io/epicmorg/debian:buster-develop-jdk11" + image: "epicmorg/debian:buster-develop-jdk11" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk16/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk16/Dockerfile index db216e28b..9a5abf2ae 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster +FROM epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java16 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 8a3a23dd9..b403480fe 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk16/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster-develop +FROM epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java16 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk16/docker-compose.yml b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk16/docker-compose.yml index 07b4b558a..9ec1e586d 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk16/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk16/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:buster-jdk16" + image: "epicmorg/debian:buster-jdk16" build: context: . app-develop: - image: "quay.io/epicmorg/debian:buster-develop-jdk16" + image: "epicmorg/debian:buster-develop-jdk16" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk17/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk17/Dockerfile index fa565798a..e5e4b258c 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster +FROM epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java17 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 f51aa8983..4a394516d 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk17/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster-develop +FROM epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java17 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk17/docker-compose.yml b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk17/docker-compose.yml index d6e8e7ab5..c135cf3e6 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk17/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk17/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:buster-jdk17" + image: "epicmorg/debian:buster-jdk17" build: context: . app-develop: - image: "quay.io/epicmorg/debian:buster-develop-jdk17" + image: "epicmorg/debian:buster-develop-jdk17" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk18/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk18/Dockerfile index a95ed2d8f..62cff50ff 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk18/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk18/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster +FROM epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java18 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 69981551a..604e2c158 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk18/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk18/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster-develop +FROM epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java18 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk18/docker-compose.yml b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk18/docker-compose.yml index 0189971d6..18399a867 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk18/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk18/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:buster-jdk18" + image: "epicmorg/debian:buster-jdk18" build: context: . app-develop: - image: "quay.io/epicmorg/debian:buster-develop-jdk18" + image: "epicmorg/debian:buster-develop-jdk18" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk19/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk19/Dockerfile index 14652f900..20c8e8e73 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk19/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk19/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster +FROM epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java19 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 fe795905e..3cab66870 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk19/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk19/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster-develop +FROM epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java19 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk19/docker-compose.yml b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk19/docker-compose.yml index 1092b3a1c..4ceafc2de 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk19/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk19/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:buster-jdk19" + image: "epicmorg/debian:buster-jdk19" build: context: . app-develop: - image: "quay.io/epicmorg/debian:buster-develop-jdk19" + image: "epicmorg/debian:buster-develop-jdk19" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk20/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk20/Dockerfile index 0ae4f9cd4..34620e923 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk20/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk20/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster +FROM epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java20 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 506ff7bdd..7852ec30e 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk20/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk20/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster-develop +FROM epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java20 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk20/docker-compose.yml b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk20/docker-compose.yml index 15312f0aa..7c863bf42 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk20/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk20/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:buster-jdk20" + image: "epicmorg/debian:buster-jdk20" build: context: . app-develop: - image: "quay.io/epicmorg/debian:buster-develop-jdk20" + image: "epicmorg/debian:buster-develop-jdk20" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk21/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk21/Dockerfile index 860346801..5afd61f75 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk21/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk21/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster +FROM epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java21 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 47b0a3ece..78856a21a 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk21/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk21/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster-develop +FROM epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java21 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk21/docker-compose.yml b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk21/docker-compose.yml index 4f0481c65..b406dcbc8 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk21/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk21/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:buster-jdk21" + image: "epicmorg/debian:buster-jdk21" build: context: . app-develop: - image: "quay.io/epicmorg/debian:buster-develop-jdk21" + image: "epicmorg/debian:buster-develop-jdk21" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk22/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk22/Dockerfile index 6c468304e..4b18b7659 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk22/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk22/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster +FROM epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java22 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 56390ccc8..967c4e36a 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk22/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk22/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster-develop +FROM epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java22 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk22/docker-compose.yml b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk22/docker-compose.yml index b7463b29c..46f1234f7 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk22/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk22/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:buster-jdk22" + image: "epicmorg/debian:buster-jdk22" build: context: . app-develop: - image: "quay.io/epicmorg/debian:buster-develop-jdk22" + image: "epicmorg/debian:buster-develop-jdk22" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk6/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk6/Dockerfile index 637584f46..dfadc4bd0 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster +FROM epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -17,7 +17,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java6 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 e058a8810..f2119e7f6 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster-develop +FROM epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -17,7 +17,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java6 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk6/docker-compose.yml b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk6/docker-compose.yml index e9dab8b5e..4cb84e7a8 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk6/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk6/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:buster-jdk6" + image: "epicmorg/debian:buster-jdk6" build: context: . app-develop: - image: "quay.io/epicmorg/debian:buster-develop-jdk6" + image: "epicmorg/debian:buster-develop-jdk6" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk7/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk7/Dockerfile index a94f34193..9579f577b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster +FROM epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -17,7 +17,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java7 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 3b27b0103..d76d7fca6 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster-develop +FROM epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -17,7 +17,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java7 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk7/docker-compose.yml b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk7/docker-compose.yml index 296892a3c..cacf01288 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk7/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk7/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:buster-jdk7" + image: "epicmorg/debian:buster-jdk7" build: context: . app-develop: - image: "quay.io/epicmorg/debian:buster-develop-jdk7" + image: "epicmorg/debian:buster-develop-jdk7" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk8/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk8/Dockerfile index b11ee5977..6aa1faa89 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster +FROM epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java8 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 403f4c0dd..a916d87b2 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster-develop +FROM epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java8 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk8/docker-compose.yml b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk8/docker-compose.yml index 4aa8928b2..b435de59a 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk8/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk8/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:buster-jdk8" + image: "epicmorg/debian:buster-jdk8" build: context: . app-develop: - image: "quay.io/epicmorg/debian:buster-develop-jdk8" + image: "epicmorg/debian:buster-develop-jdk8" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/10-buster/main/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/main/Dockerfile index 498177892..bfb06634c 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster-slim +FROM epicmorg/debian:buster-slim LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/main/docker-compose.yml b/linux/ecosystem/epicmorg/debian/10-buster/main/docker-compose.yml index b12e9f2bf..a50e10e7f 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/main/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/10-buster/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:buster" + image: "epicmorg/debian:buster" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node0.12/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node0.12/Dockerfile index 9a1aa098d..5510569d8 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node0.12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node0.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster +FROM epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node0.12/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node0.12/Dockerfile.develop index a1286001f..dbf152680 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node0.12/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node0.12/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster-develop +FROM epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node0.12/docker-compose.yml b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node0.12/docker-compose.yml index 1045b4562..2e6a85afc 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node0.12/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node0.12/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:buster-nodejs0.12" + image: "epicmorg/debian:buster-nodejs0.12" build: context: . app-develop: - image: "quay.io/epicmorg/debian:buster-develop-nodejs0.12" + image: "epicmorg/debian:buster-develop-nodejs0.12" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node10/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node10/Dockerfile index 20a5d8f92..1913de151 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node10/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster +FROM epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node10/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node10/Dockerfile.develop index 3a571d480..e1b6a6aa5 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node10/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node10/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster-develop +FROM epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node10/docker-compose.yml b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node10/docker-compose.yml index 4a3a5cf7d..31b6a358d 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node10/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node10/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:buster-nodejs10" + image: "epicmorg/debian:buster-nodejs10" build: context: . app-develop: - image: "quay.io/epicmorg/debian:buster-develop-nodejs10" + image: "epicmorg/debian:buster-develop-nodejs10" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node11/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node11/Dockerfile index 7adea8856..c4c0ab990 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster +FROM epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node11/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node11/Dockerfile.develop index 0bdd24137..cfabffde6 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node11/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster-develop +FROM epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node11/docker-compose.yml b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node11/docker-compose.yml index 0155a16e2..2f5ac03b2 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node11/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node11/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:buster-nodejs11" + image: "epicmorg/debian:buster-nodejs11" build: context: . app-develop: - image: "quay.io/epicmorg/debian:buster-develop-nodejs11" + image: "epicmorg/debian:buster-develop-nodejs11" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node12/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node12/Dockerfile index 6c2246c1f..f6b2a8df4 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster +FROM epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node12/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node12/Dockerfile.develop index 223be9521..4ab1d01f4 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node12/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node12/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster-develop +FROM epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node12/docker-compose.yml b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node12/docker-compose.yml index 9f6358b32..e65392d02 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node12/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node12/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:buster-nodejs12" + image: "epicmorg/debian:buster-nodejs12" build: context: . app-develop: - image: "quay.io/epicmorg/debian:buster-develop-nodejs12" + image: "epicmorg/debian:buster-develop-nodejs12" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node13/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node13/Dockerfile index 1157115fe..5cf60be77 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node13/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster +FROM epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node13/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node13/Dockerfile.develop index f3bc0acb6..57021fac8 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node13/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node13/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster-develop +FROM epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node13/docker-compose.yml b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node13/docker-compose.yml index 43a69eb53..417fe8fe7 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node13/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node13/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:buster-nodejs13" + image: "epicmorg/debian:buster-nodejs13" build: context: . app-develop: - image: "quay.io/epicmorg/debian:buster-develop-nodejs13" + image: "epicmorg/debian:buster-develop-nodejs13" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node14/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node14/Dockerfile index deea8f531..373799bb8 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node14/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node14/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster +FROM epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node14/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node14/Dockerfile.develop index 3b3d86fa0..90b4e5146 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node14/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node14/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster-develop +FROM epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node14/docker-compose.yml b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node14/docker-compose.yml index a842019c0..e886e62ec 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node14/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node14/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:buster-nodejs14" + image: "epicmorg/debian:buster-nodejs14" build: context: . app-develop: - image: "quay.io/epicmorg/debian:buster-develop-nodejs14" + image: "epicmorg/debian:buster-develop-nodejs14" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node15/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node15/Dockerfile index ae1072f1c..2ca9550ac 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node15/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node15/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster +FROM epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node15/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node15/Dockerfile.develop index a19c186a8..4bf82c8d4 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node15/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node15/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster-develop +FROM epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node15/docker-compose.yml b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node15/docker-compose.yml index 7f3e3d07c..a104ee9a4 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node15/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node15/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:buster-nodejs15" + image: "epicmorg/debian:buster-nodejs15" build: context: . app-develop: - image: "quay.io/epicmorg/debian:buster-develop-nodejs15" + image: "epicmorg/debian:buster-develop-nodejs15" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node16/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node16/Dockerfile index 9439b99a5..87e92e8b1 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster +FROM epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node16/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node16/Dockerfile.develop index 7049be33c..9f4e5ea24 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node16/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster-develop +FROM epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node16/docker-compose.yml b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node16/docker-compose.yml index ef278e9fc..929a6db61 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node16/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node16/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:buster-nodejs16" + image: "epicmorg/debian:buster-nodejs16" build: context: . app-develop: - image: "quay.io/epicmorg/debian:buster-develop-nodejs16" + image: "epicmorg/debian:buster-develop-nodejs16" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node17/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node17/Dockerfile index f122e460d..0551413bf 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster +FROM epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node17/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node17/Dockerfile.develop index d370beb92..0c316bc4b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node17/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster-develop +FROM epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node17/docker-compose.yml b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node17/docker-compose.yml index 8bc0b1133..c8c50b252 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node17/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node17/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:buster-nodejs17" + image: "epicmorg/debian:buster-nodejs17" build: context: . app-develop: - image: "quay.io/epicmorg/debian:buster-develop-nodejs17" + image: "epicmorg/debian:buster-develop-nodejs17" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node18/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node18/Dockerfile index 6c661b759..cfd04326e 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node18/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node18/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster +FROM epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node18/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node18/Dockerfile.develop index e72fb07d2..43094afb4 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node18/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node18/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster-develop +FROM epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node18/docker-compose.yml b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node18/docker-compose.yml index 82d8db8aa..8288b0bbb 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node18/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node18/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:buster-nodejs18" + image: "epicmorg/debian:buster-nodejs18" build: context: . app-develop: - image: "quay.io/epicmorg/debian:buster-develop-nodejs18" + image: "epicmorg/debian:buster-develop-nodejs18" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node19/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node19/Dockerfile index e32ba7fa2..de9a3aeb5 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node19/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node19/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster +FROM epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node19/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node19/Dockerfile.develop index bf53ecf8e..0292daacd 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node19/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node19/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster-develop +FROM epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node19/docker-compose.yml b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node19/docker-compose.yml index 9092ce940..f0a856438 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node19/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node19/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:buster-nodejs19" + image: "epicmorg/debian:buster-nodejs19" build: context: . app-develop: - image: "quay.io/epicmorg/debian:buster-develop-nodejs19" + image: "epicmorg/debian:buster-develop-nodejs19" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node20/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node20/Dockerfile index 911c430eb..de3ae1567 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node20/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node20/Dockerfile @@ -1,10 +1,10 @@ -FROM quay.io/epicmorg/debian:buster +FROM epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=20 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.19.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.19.4 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node20/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node20/Dockerfile.develop index a9b9b77a1..9f4bebf09 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node20/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node20/Dockerfile.develop @@ -1,10 +1,10 @@ -FROM quay.io/epicmorg/debian:buster-develop +FROM epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=20 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.19.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.19.4 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node20/docker-compose.yml b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node20/docker-compose.yml index 5ff45f0c2..c20ad44f7 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node20/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node20/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:buster-nodejs20" + image: "epicmorg/debian:buster-nodejs20" build: context: . app-develop: - image: "quay.io/epicmorg/debian:buster-develop-nodejs20" + image: "epicmorg/debian:buster-develop-nodejs20" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node21/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node21/Dockerfile index 2d5090e1e..549760c1d 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node21/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node21/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster +FROM epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node21/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node21/Dockerfile.develop index 03c2a1c44..6652e0f04 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node21/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node21/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster-develop +FROM epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node21/docker-compose.yml b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node21/docker-compose.yml index 9f8327ddc..536e1fc65 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node21/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node21/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:buster-nodejs21" + image: "epicmorg/debian:buster-nodejs21" build: context: . app-develop: - image: "quay.io/epicmorg/debian:buster-develop-nodejs21" + image: "epicmorg/debian:buster-develop-nodejs21" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node22/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node22/Dockerfile index 6487f00e7..39014e1f8 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node22/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node22/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster +FROM epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node22/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node22/Dockerfile.develop index c862ac518..0cfc33f2e 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node22/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node22/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster-develop +FROM epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node22/docker-compose.yml b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node22/docker-compose.yml index 34f1e6ef0..0e0a73b68 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node22/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node22/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:buster-nodejs22" + image: "epicmorg/debian:buster-nodejs22" build: context: . app-develop: - image: "quay.io/epicmorg/debian:buster-develop-nodejs22" + image: "epicmorg/debian:buster-develop-nodejs22" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node4/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node4/Dockerfile index 3cb6ce654..3d1e92168 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node4/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster +FROM epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node4/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node4/Dockerfile.develop index 05a4490d3..8d246eda9 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node4/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node4/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster-develop +FROM epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node4/docker-compose.yml b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node4/docker-compose.yml index 5afa199b3..f5403b1f3 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node4/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node4/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:buster-nodejs4" + image: "epicmorg/debian:buster-nodejs4" build: context: . app-develop: - image: "quay.io/epicmorg/debian:buster-develop-nodejs4" + image: "epicmorg/debian:buster-develop-nodejs4" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node5/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node5/Dockerfile index 0e86e425a..b7c46229a 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node5/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster +FROM epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node5/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node5/Dockerfile.develop index 6eb00376a..7b2159d0e 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node5/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node5/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster-develop +FROM epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node5/docker-compose.yml b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node5/docker-compose.yml index 20589fd52..d096e8216 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node5/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node5/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:buster-nodejs5" + image: "epicmorg/debian:buster-nodejs5" build: context: . app-develop: - image: "quay.io/epicmorg/debian:buster-develop-nodejs5" + image: "epicmorg/debian:buster-develop-nodejs5" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node6/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node6/Dockerfile index c01050e27..860c435fe 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster +FROM epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node6/Dockerfile.develop index c60763ef1..7475a7497 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster-develop +FROM epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node6/docker-compose.yml b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node6/docker-compose.yml index b40a0124e..4a2f391a1 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node6/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node6/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:buster-nodejs6" + image: "epicmorg/debian:buster-nodejs6" build: context: . app-develop: - image: "quay.io/epicmorg/debian:buster-develop-nodejs6" + image: "epicmorg/debian:buster-develop-nodejs6" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node7/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node7/Dockerfile index 74c55973d..91b2a6f9b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster +FROM epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node7/Dockerfile.develop index 7dc494885..449659fc6 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster-develop +FROM epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node7/docker-compose.yml b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node7/docker-compose.yml index e60d87f2b..d99e12b8d 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node7/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node7/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:buster-nodejs7" + image: "epicmorg/debian:buster-nodejs7" build: context: . app-develop: - image: "quay.io/epicmorg/debian:buster-develop-nodejs7" + image: "epicmorg/debian:buster-develop-nodejs7" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node8/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node8/Dockerfile index e1064a1d0..b80c69d71 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster +FROM epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node8/Dockerfile.develop index d557f93e6..ea96f908a 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster-develop +FROM epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node8/docker-compose.yml b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node8/docker-compose.yml index e6f233f37..d11b3214e 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node8/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node8/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:buster-nodejs8" + image: "epicmorg/debian:buster-nodejs8" build: context: . app-develop: - image: "quay.io/epicmorg/debian:buster-develop-nodejs8" + image: "epicmorg/debian:buster-develop-nodejs8" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node9/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node9/Dockerfile index e70bfb988..cf11ee6f3 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node9/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster +FROM epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node9/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node9/Dockerfile.develop index 78bbbaf9a..3ba3dd835 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node9/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node9/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:buster-develop +FROM epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node9/docker-compose.yml b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node9/docker-compose.yml index 865df1f30..5cfe0919a 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node9/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node9/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:buster-nodejs9" + image: "epicmorg/debian:buster-nodejs9" build: context: . app-develop: - image: "quay.io/epicmorg/debian:buster-develop-nodejs9" + image: "epicmorg/debian:buster-develop-nodejs9" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/10-buster/slim/docker-compose.yml b/linux/ecosystem/epicmorg/debian/10-buster/slim/docker-compose.yml index 0aa207bab..bf471ced7 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/slim/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/10-buster/slim/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:buster-slim" + image: "epicmorg/debian:buster-slim" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/develop/Dockerfile index 0c9eab1ca..27027865f 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/develop/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -15,58 +15,74 @@ ARG STEAM_RUNTIME_SDK_URL=http://media.steampowered.com/client/runtime/steam-run ARG STEAM_RUNTIME_SDK_TEMP=/tmp/steam-runtime-sdk_latest.tar.xz # cmake compiller -ENV CMAKE_3_31_VERSION=3.31.6 -ENV CMAKE_3_31_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_31_VERSION} +ENV CMAKE_4_0_MIN_VERSION=4.0 +ENV CMAKE_4_0_VERSION=${CMAKE_4_0_MIN_VERSION}.3 +ENV CMAKE_4_0_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_4_0_MIN_VERSION} +ARG CMAKE_4_0_BIN_DIR=${CMAKE_4_0_DIR}/bin +ARG CMAKE_4_0_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_4_0_VERSION}/cmake-${CMAKE_4_0_VERSION}-linux-x86_64.tar.gz +ARG CMAKE_4_0_TEMP=/tmp/cmake-${CMAKE_4_0_VERSION}-linux-x86_64.tar.gz + +# cmake compiller +ENV CMAKE_3_31_MIN_VERSION=3.31 +ENV CMAKE_3_31_VERSION=${CMAKE_3_31_MIN_VERSION}.8 +ENV CMAKE_3_31_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_31_MIN_VERSION} ARG CMAKE_3_31_BIN_DIR=${CMAKE_3_31_DIR}/bin ARG CMAKE_3_31_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_31_VERSION}/cmake-${CMAKE_3_31_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_31_TEMP=/tmp/cmake-${CMAKE_3_31_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_30_VERSION=3.30.8 -ENV CMAKE_3_30_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_30_VERSION} +ENV CMAKE_3_30_MIN_VERSION=3.30 +ENV CMAKE_3_30_VERSION=${CMAKE_3_30_MIN_VERSION}.9 +ENV CMAKE_3_30_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_30_MIN_VERSION} ARG CMAKE_3_30_BIN_DIR=${CMAKE_3_30_DIR}/bin ARG CMAKE_3_30_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_30_VERSION}/cmake-${CMAKE_3_30_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_30_TEMP=/tmp/cmake-${CMAKE_3_30_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_21_VERSION=3.21.7 -ENV CMAKE_3_21_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_21_VERSION} +ENV CMAKE_3_21_MIN_VERSION=3.21 +ENV CMAKE_3_21_VERSION=${CMAKE_3_21_MIN_VERSION}.7 +ENV CMAKE_3_21_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_21_MIN_VERSION} ARG CMAKE_3_21_BIN_DIR=${CMAKE_3_21_DIR}/bin ARG CMAKE_3_21_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_21_VERSION}/cmake-${CMAKE_3_21_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_21_TEMP=/tmp/cmake-${CMAKE_3_21_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_20_VERSION=3.20.6 -ENV CMAKE_3_20_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_20_VERSION} +ENV CMAKE_3_20_MIN_VERSION=3.20 +ENV CMAKE_3_20_VERSION=${CMAKE_3_20_MIN_VERSION}.6 +ENV CMAKE_3_20_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_20_MIN_VERSION} ARG CMAKE_3_20_BIN_DIR=${CMAKE_3_20_DIR}/bin ARG CMAKE_3_20_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_20_VERSION}/cmake-${CMAKE_3_20_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_20_TEMP=/tmp/cmake-${CMAKE_3_20_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_19_VERSION=3.19.8 -ENV CMAKE_3_19_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_19_VERSION} +ENV CMAKE_3_19_MIN_VERSION=3.19 +ENV CMAKE_3_19_VERSION=${CMAKE_3_19_MIN_VERSION}.8 +ENV CMAKE_3_19_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_19_MIN_VERSION} ARG CMAKE_3_19_BIN_DIR=${CMAKE_3_19_DIR}/bin ARG CMAKE_3_19_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_19_VERSION}/cmake-${CMAKE_3_19_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_19_TEMP=/tmp/cmake-${CMAKE_3_19_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_18_VERSION=3.18.6 -ENV CMAKE_3_18_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_18_VERSION} +ENV CMAKE_3_18_MIN_VERSION=3.18 +ENV CMAKE_3_18_VERSION=${CMAKE_3_18_MIN_VERSION}.6 +ENV CMAKE_3_18_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_18_MIN_VERSION} ARG CMAKE_3_18_BIN_DIR=${CMAKE_3_18_DIR}/bin ARG CMAKE_3_18_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_18_VERSION}/cmake-${CMAKE_3_18_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_18_TEMP=/tmp/cmake-${CMAKE_3_18_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_16_VERSION=3.16.9 -ENV CMAKE_3_16_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_16_VERSION} +ENV CMAKE_3_16_MIN_VERSION=3.16 +ENV CMAKE_3_16_VERSION=${CMAKE_3_16_MIN_VERSION}.9 +ENV CMAKE_3_16_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_16_MIN_VERSION} ARG CMAKE_3_16_BIN_DIR=${CMAKE_3_16_DIR}/bin ARG CMAKE_3_16_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_16_VERSION}/cmake-${CMAKE_3_16_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_16_TEMP=/tmp/cmake-${CMAKE_3_16_VERSION}-linux-x86_64.tar.gz # flutter source tarball -ENV FLUTTER_VERSION=3.29.3 ENV FLUTTER_CHANNEL=stable -ENV FLUTTER_DIR=${EMG_LOCAL_BASE_DIR}/flutter/${FLUTTER_VERSION} +ENV FLUTTER_MIN_VERSION=3.32 +ENV FLUTTER_VERSION=${FLUTTER_MIN_VERSION}.8 +ENV FLUTTER_DIR=${EMG_LOCAL_BASE_DIR}/flutter/${FLUTTER_MIN_VERSION} ARG FLUTTER_BIN_DIR=${FLUTTER_DIR}/bin ARG FLUTTER_DOWNLOAD_URL=https://storage.googleapis.com/flutter_infra_release/releases/${FLUTTER_CHANNEL}/linux/flutter_linux_${FLUTTER_VERSION}-${FLUTTER_CHANNEL}.tar.xz ARG FLUTTER_TEMP=/tmp/flutter_linux_${FLUTTER_VERSION}-${FLUTTER_CHANNEL}.tar.xz @@ -79,8 +95,9 @@ ARG NINJA_DOWNLOAD_URL=https://github.com/ninja-build/ninja/releases/download/v$ ARG NINJA_TEMP=/tmp/ninja-linux.zip # GO source tarball -ENV GO_VERSION=1.24.2 -ENV GO_DIR=${EMG_LOCAL_BASE_DIR}/go/${GO_VERSION} +ENV GO_MIN_VERSION=1.24 +ENV GO_VERSION=${GO_MIN_VERSION}.5 +ENV GO_DIR=${EMG_LOCAL_BASE_DIR}/go/${GO_MIN_VERSION} ARG GO_BIN_DIR=${GO_DIR}/bin ARG GO_PATH_DIR=${GO_DIR}/gopath ARG GO_PATH_BIN_DIR=${GO_PATH_DIR}/bin @@ -242,8 +259,9 @@ ARG OPENSSL_111_TEMP=/tmp/openssl-${OPENSSL_111_VERSION}w.tar.gz ARG OPENSSL_111_TEMP_SRC=/tmp/openssl-${OPENSSL_111_VERSION}w # OpenSSL 3.0 -ENV OPENSSL_30_VERSION=3.0.16 -ENV OPENSSL_30_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_30_VERSION} +ENV OPENSSL_30_MIN_VERSION=3.0 +ENV OPENSSL_30_VERSION=${OPENSSL_30_MIN_VERSION}.17 +ENV OPENSSL_30_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_30_MIN_VERSION} ENV OPENSSL_30_BIN_DIR=${OPENSSL_30_DIR}/bin ENV OPENSSL_30_INC_DIR=${OPENSSL_30_DIR}/include ENV OPENSSL_30_LIB_DIR=${OPENSSL_30_DIR}/lib64 @@ -253,8 +271,9 @@ ARG OPENSSL_30_TEMP=/tmp/openssl-${OPENSSL_30_VERSION}.tar.gz ARG OPENSSL_30_TEMP_SRC=/tmp/openssl-${OPENSSL_30_VERSION} # OpenSSL 3.1 -ENV OPENSSL_31_VERSION=3.1.8 -ENV OPENSSL_31_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_31_VERSION} +ENV OPENSSL_31_MIN_VERSION=3.1 +ENV OPENSSL_31_VERSION=${OPENSSL_31_MIN_VERSION}.8 +ENV OPENSSL_31_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_31_MIN_VERSION} ENV OPENSSL_31_BIN_DIR=${OPENSSL_31_DIR}/bin ENV OPENSSL_31_INC_DIR=${OPENSSL_31_DIR}/include ENV OPENSSL_31_LIB_DIR=${OPENSSL_31_DIR}/lib64 @@ -264,8 +283,9 @@ ARG OPENSSL_31_TEMP=/tmp/openssl-${OPENSSL_31_VERSION}.tar.gz ARG OPENSSL_31_TEMP_SRC=/tmp/openssl-${OPENSSL_31_VERSION} # OpenSSL 3.2 -ENV OPENSSL_32_VERSION=3.2.4 -ENV OPENSSL_32_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_32_VERSION} +ENV OPENSSL_32_MIN_VERSION=3.2 +ENV OPENSSL_32_VERSION=${OPENSSL_32_MIN_VERSION}.5 +ENV OPENSSL_32_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_32_MIN_VERSION} ENV OPENSSL_32_BIN_DIR=${OPENSSL_32_DIR}/bin ENV OPENSSL_32_INC_DIR=${OPENSSL_32_DIR}/include ENV OPENSSL_32_LIB_DIR=${OPENSSL_32_DIR}/lib64 @@ -275,8 +295,9 @@ ARG OPENSSL_32_TEMP=/tmp/openssl-${OPENSSL_32_VERSION}.tar.gz ARG OPENSSL_32_TEMP_SRC=/tmp/openssl-${OPENSSL_32_VERSION} # OpenSSL 3.3 -ENV OPENSSL_33_VERSION=3.3.3 -ENV OPENSSL_33_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_33_VERSION} +ENV OPENSSL_33_MIN_VERSION=3.3 +ENV OPENSSL_33_VERSION=${OPENSSL_33_MIN_VERSION}.4 +ENV OPENSSL_33_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_33_MIN_VERSION} ENV OPENSSL_33_BIN_DIR=${OPENSSL_33_DIR}/bin ENV OPENSSL_33_INC_DIR=${OPENSSL_33_DIR}/include ENV OPENSSL_33_LIB_DIR=${OPENSSL_33_DIR}/lib64 @@ -286,8 +307,9 @@ ARG OPENSSL_33_TEMP=/tmp/openssl-${OPENSSL_33_VERSION}.tar.gz ARG OPENSSL_33_TEMP_SRC=/tmp/openssl-${OPENSSL_33_VERSION} # OpenSSL 3.4 -ENV OPENSSL_34_VERSION=3.4.1 -ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_VERSION} +ENV OPENSSL_34_MIN_VERSION=3.4 +ENV OPENSSL_34_VERSION=${OPENSSL_34_MIN_VERSION}.2 +ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_MIN_VERSION} ENV OPENSSL_34_BIN_DIR=${OPENSSL_34_DIR}/bin ENV OPENSSL_34_INC_DIR=${OPENSSL_34_DIR}/include ENV OPENSSL_34_LIB_DIR=${OPENSSL_34_DIR}/lib64 @@ -297,8 +319,9 @@ ARG OPENSSL_34_TEMP=/tmp/openssl-${OPENSSL_34_VERSION}.tar.gz ARG OPENSSL_34_TEMP_SRC=/tmp/openssl-${OPENSSL_34_VERSION} # OpenSSL 3.5 -ENV OPENSSL_35_VERSION=3.5.0 -ENV OPENSSL_35_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_35_VERSION} +ENV OPENSSL_35_MIN_VERSION=3.5 +ENV OPENSSL_35_VERSION=${OPENSSL_35_MIN_VERSION}.1 +ENV OPENSSL_35_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_35_MIN_VERSION} ENV OPENSSL_35_BIN_DIR=${OPENSSL_35_DIR}/bin ENV OPENSSL_35_INC_DIR=${OPENSSL_35_DIR}/include ENV OPENSSL_35_LIB_DIR=${OPENSSL_35_DIR}/lib64 diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/develop/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/develop/docker-compose.yml index f02e1fc1d..cc77f8421 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/develop/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/develop/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-develop" + image: "epicmorg/debian:bullseye-develop" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet5/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet5/Dockerfile index f982bb6c0..41348b282 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet5/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet5/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet5/Dockerfile.develop index 9bf56a589..0fa607a8c 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet5/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet5/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet5/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet5/docker-compose.yml index 629538ec4..a978723f7 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet5/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet5/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-dotnet5" + image: "epicmorg/debian:bullseye-dotnet5" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-dotnet5" + image: "epicmorg/debian:bullseye-develop-dotnet5" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet6/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet6/Dockerfile index 1e6aaaf1e..3d8d63a6e 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet6/Dockerfile.develop index 3ffae57c9..5b833dd32 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet6/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet6/docker-compose.yml index 8972711bc..f4c329ff6 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet6/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet6/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-dotnet6" + image: "epicmorg/debian:bullseye-dotnet6" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-dotnet6" + image: "epicmorg/debian:bullseye-develop-dotnet6" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet7/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet7/Dockerfile index b3ce4092d..0efca03f8 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet7/Dockerfile.develop index 37c1f758e..e82c085f0 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet7/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet7/docker-compose.yml index 038611ebe..428e4f0a0 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet7/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet7/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-dotnet7" + image: "epicmorg/debian:bullseye-dotnet7" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-dotnet7" + image: "epicmorg/debian:bullseye-develop-dotnet7" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet8/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet8/Dockerfile index 36cfcb442..33b7a9078 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet8/Dockerfile.develop index 999721139..c1dad0c21 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet8/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet8/docker-compose.yml index cd58e6551..b311e807d 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet8/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet8/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-dotnet8" + image: "epicmorg/debian:bullseye-dotnet8" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-dotnet8" + image: "epicmorg/debian:bullseye-develop-dotnet8" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet9/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet9/Dockerfile index 1dd12706b..c647e8f00 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet9/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet9/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet9/Dockerfile.develop index aae82c518..e83796945 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet9/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet9/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet9/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet9/docker-compose.yml index aec2e3ea3..51f969065 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet9/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/dotnet9/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-dotnet9" + image: "epicmorg/debian:bullseye-dotnet9" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-dotnet9" + image: "epicmorg/debian:bullseye-develop-dotnet9" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/lts/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/lts/Dockerfile index 2a96604dc..4bdb54d7e 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/lts/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/lts/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/lts/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/lts/Dockerfile.develop index 162b3be3a..0c70b80fa 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/lts/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/lts/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/lts/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/lts/docker-compose.yml index 4afe72ed8..d1f4c0a0b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/lts/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/lts/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-dotnet-lts" + image: "epicmorg/debian:bullseye-dotnet-lts" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-dotnet-lts" + image: "epicmorg/debian:bullseye-develop-dotnet-lts" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/sts/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/sts/Dockerfile index 7b67cd71f..ece8f616f 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/sts/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/sts/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/sts/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/sts/Dockerfile.develop index ee66e45a9..e848ce265 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/sts/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/sts/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/sts/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/sts/docker-compose.yml index 00880f8f3..bc3465852 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/sts/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/dotnet/sts/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-dotnet-sts" + image: "epicmorg/debian:bullseye-dotnet-sts" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-dotnet-sts" + image: "epicmorg/debian:bullseye-develop-dotnet-sts" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk11/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk11/Dockerfile index 837808e78..01b9fc437 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java11 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 fe43750c5..5dc37b555 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk11/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java11 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk11/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk11/docker-compose.yml index 6369ef35e..dbdac0176 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk11/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk11/docker-compose.yml @@ -1,11 +1,11 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-jdk11" + image: "epicmorg/debian:bullseye-jdk11" build: context: . dockerfile: ./Dockerfile app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-jdk11" + image: "epicmorg/debian:bullseye-develop-jdk11" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk16/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk16/Dockerfile index 6e60afc4f..633dc19ee 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java16 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 680076c08..b48e360c4 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk16/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java16 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk16/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk16/docker-compose.yml index 809fa9fa9..8c5ae5985 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk16/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk16/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-jdk16" + image: "epicmorg/debian:bullseye-jdk16" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-jdk16" + image: "epicmorg/debian:bullseye-develop-jdk16" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk17/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk17/Dockerfile index 0ca17065a..bebec7402 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java17 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 18d1c97cc..5efc4f406 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk17/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java17 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk17/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk17/docker-compose.yml index d4c6acaa9..a621c0590 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk17/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk17/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-jdk17" + image: "epicmorg/debian:bullseye-jdk17" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-jdk17" + image: "epicmorg/debian:bullseye-develop-jdk17" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk18/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk18/Dockerfile index b3e483499..a92a265b2 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk18/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk18/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java18 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 4dde0a32f..ef2b45b85 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk18/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk18/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java18 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk18/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk18/docker-compose.yml index 3803eedbb..7f75b5fed 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk18/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk18/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-jdk18" + image: "epicmorg/debian:bullseye-jdk18" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-jdk18" + image: "epicmorg/debian:bullseye-develop-jdk18" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk19/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk19/Dockerfile index 781b5160e..36d014cf3 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk19/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk19/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java19 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 bf6580200..eadd531cf 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk19/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk19/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java19 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk19/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk19/docker-compose.yml index 83bd96100..476b82477 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk19/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk19/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-jdk19" + image: "epicmorg/debian:bullseye-jdk19" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-jdk19" + image: "epicmorg/debian:bullseye-develop-jdk19" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk20/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk20/Dockerfile index 775700b4d..0ac66981c 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk20/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk20/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java20 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 0a8c2986b..cec696a9e 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk20/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk20/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java20 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk20/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk20/docker-compose.yml index 95c5518c7..43ccf9534 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk20/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk20/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-jdk20" + image: "epicmorg/debian:bullseye-jdk20" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-jdk20" + image: "epicmorg/debian:bullseye-develop-jdk20" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk21/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk21/Dockerfile index 6dafdae7b..d98a41aae 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk21/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk21/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java21 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 3f6b76410..a6c7764b1 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk21/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk21/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java21 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk21/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk21/docker-compose.yml index 384ea1659..dafb7fc92 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk21/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk21/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-jdk21" + image: "epicmorg/debian:bullseye-jdk21" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-jdk21" + image: "epicmorg/debian:bullseye-develop-jdk21" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk22/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk22/Dockerfile index bdb5ae501..c83b44609 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk22/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk22/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java22 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 91a443f52..283549104 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk22/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk22/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java22 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk22/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk22/docker-compose.yml index fc5bb73f7..6f87597a6 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk22/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk22/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-jdk22" + image: "epicmorg/debian:bullseye-jdk22" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-jdk22" + image: "epicmorg/debian:bullseye-develop-jdk22" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk23/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk23/Dockerfile index f98a2c1c7..d1923f4c1 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk23/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk23/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java23 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 c9bdd3ad3..5c8dc06db 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk23/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk23/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java23 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk23/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk23/docker-compose.yml index dae969a27..7536bfa33 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk23/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk23/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-jdk23" + image: "epicmorg/debian:bullseye-jdk23" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-jdk23" + image: "epicmorg/debian:bullseye-develop-jdk23" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk6/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk6/Dockerfile index 8b19ad28c..ba911b379 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -17,7 +17,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java6 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 6eb7ed5ca..39e62890d 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -17,7 +17,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java6 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk6/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk6/docker-compose.yml index 9a9ab653c..40d36000f 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk6/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk6/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-jdk6" + image: "epicmorg/debian:bullseye-jdk6" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-jdk6" + image: "epicmorg/debian:bullseye-develop-jdk6" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk7/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk7/Dockerfile index c992d0a69..de35ffcdb 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -17,7 +17,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java7 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 009ba80ea..eab144d1c 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -17,7 +17,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java7 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk7/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk7/docker-compose.yml index c0ea50848..8c8781381 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk7/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk7/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-jdk7" + image: "epicmorg/debian:bullseye-jdk7" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-jdk7" + image: "epicmorg/debian:bullseye-develop-jdk7" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk8/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk8/Dockerfile index 12ba95cf3..2ce4d5d9b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java8 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 c13586773..519614c6e 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java8 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk8/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk8/docker-compose.yml index fcb3d0ad7..e803931d5 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk8/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk8/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-jdk8" + image: "epicmorg/debian:bullseye-jdk8" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-jdk8" + image: "epicmorg/debian:bullseye-develop-jdk8" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/main/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/main/Dockerfile index 556caaebb..e1f26519a 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-slim +FROM epicmorg/debian:bullseye-slim LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/main/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/main/docker-compose.yml index 329369b86..2a3427849 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/main/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye" + image: "epicmorg/debian:bullseye" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/current/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/current/Dockerfile index c2a4a9be5..a21202073 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/current/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/current/Dockerfile @@ -1,10 +1,10 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=23 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.11.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.11.1 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/current/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/current/Dockerfile.develop index bed60999b..7ca4711f8 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/current/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/current/Dockerfile.develop @@ -1,10 +1,10 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=23 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.11.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.11.1 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/current/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/current/docker-compose.yml index d7d3623b6..457a90c1b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/current/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/current/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-nodejs-current" + image: "epicmorg/debian:bullseye-nodejs-current" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-nodejs-current" + image: "epicmorg/debian:bullseye-develop-nodejs-current" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/lts/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/lts/Dockerfile index a90dc3908..82689037e 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/lts/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/lts/Dockerfile @@ -1,10 +1,10 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=22 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.14.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.17.1 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/lts/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/lts/Dockerfile.develop index 0a6df92f1..aaed434ba 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/lts/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/lts/Dockerfile.develop @@ -1,10 +1,10 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=22 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.14.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.17.1 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/lts/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/lts/docker-compose.yml index 3a94e3eb9..326fc8ad4 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/lts/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/lts/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-nodejs-lts" + image: "epicmorg/debian:bullseye-nodejs-lts" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-nodejs-lts" + image: "epicmorg/debian:bullseye-develop-nodejs-lts" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node0.12/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node0.12/Dockerfile index 52411267e..979f95001 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node0.12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node0.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node0.12/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node0.12/Dockerfile.develop index 41db9610a..fc92cc5e5 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node0.12/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node0.12/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node0.12/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node0.12/docker-compose.yml index 88127b320..23390d971 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node0.12/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node0.12/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-nodejs0.12" + image: "epicmorg/debian:bullseye-nodejs0.12" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-nodejs0.12" + image: "epicmorg/debian:bullseye-develop-nodejs0.12" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node10/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node10/Dockerfile index 703a7dd39..a143e3aaa 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node10/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node10/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node10/Dockerfile.develop index 7c3b3db69..629a24a7d 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node10/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node10/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node10/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node10/docker-compose.yml index 1a0ffa758..9a1336fda 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node10/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node10/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-nodejs10" + image: "epicmorg/debian:bullseye-nodejs10" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-nodejs10" + image: "epicmorg/debian:bullseye-develop-nodejs10" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node11/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node11/Dockerfile index 24491baa0..ef5c04219 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node11/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node11/Dockerfile.develop index 1c48ce2af..d8e5f8e3f 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node11/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node11/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node11/docker-compose.yml index 6e3b2508b..b89ab01cd 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node11/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node11/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-nodejs11" + image: "epicmorg/debian:bullseye-nodejs11" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-nodejs11" + image: "epicmorg/debian:bullseye-develop-nodejs11" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node12/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node12/Dockerfile index 8fff5dfbb..e8c94bd96 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node12/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node12/Dockerfile.develop index f2d2e3aac..554633656 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node12/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node12/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node12/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node12/docker-compose.yml index d66903e75..456844807 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node12/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node12/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-nodejs12" + image: "epicmorg/debian:bullseye-nodejs12" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-nodejs12" + image: "epicmorg/debian:bullseye-develop-nodejs12" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node13/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node13/Dockerfile index c2de1b403..2e96a1f54 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node13/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node13/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node13/Dockerfile.develop index 516fabd5e..fc5fa3143 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node13/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node13/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node13/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node13/docker-compose.yml index d4ea4a00a..32c40a73d 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node13/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node13/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-nodejs13" + image: "epicmorg/debian:bullseye-nodejs13" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-nodejs13" + image: "epicmorg/debian:bullseye-develop-nodejs13" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node14/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node14/Dockerfile index 03c0b5507..80bf8218d 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node14/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node14/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node14/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node14/Dockerfile.develop index 92d910f70..02be4f142 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node14/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node14/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node14/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node14/docker-compose.yml index 9f0cba05f..0f9ace14f 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node14/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node14/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-nodejs14" + image: "epicmorg/debian:bullseye-nodejs14" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-nodejs14" + image: "epicmorg/debian:bullseye-develop-nodejs14" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node15/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node15/Dockerfile index db02dd4a4..3742f1079 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node15/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node15/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node15/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node15/Dockerfile.develop index 66ef31a82..b6d32d6db 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node15/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node15/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node15/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node15/docker-compose.yml index ca66a6144..9294350fa 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node15/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node15/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-nodejs15" + image: "epicmorg/debian:bullseye-nodejs15" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-nodejs15" + image: "epicmorg/debian:bullseye-develop-nodejs15" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node16/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node16/Dockerfile index a5d1d604c..e23eba5b6 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node16/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node16/Dockerfile.develop index 04bef3ef9..4b4e1f191 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node16/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node16/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node16/docker-compose.yml index 05bfeecf2..a7f222e19 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node16/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node16/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-nodejs16" + image: "epicmorg/debian:bullseye-nodejs16" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-nodejs16" + image: "epicmorg/debian:bullseye-develop-nodejs16" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node17/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node17/Dockerfile index e443e7666..8da3b8f83 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node17/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node17/Dockerfile.develop index 77007f4fd..9e23687a6 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node17/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node17/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node17/docker-compose.yml index cfa5447a3..d85a416d9 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node17/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node17/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-nodejs17" + image: "epicmorg/debian:bullseye-nodejs17" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-nodejs17" + image: "epicmorg/debian:bullseye-develop-nodejs17" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node18/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node18/Dockerfile index d634d5131..aabd1e9d8 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node18/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node18/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node18/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node18/Dockerfile.develop index 3be26fb6f..eae28e65c 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node18/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node18/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node18/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node18/docker-compose.yml index 526df0146..9ff2d73e9 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node18/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node18/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-nodejs18" + image: "epicmorg/debian:bullseye-nodejs18" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-nodejs18" + image: "epicmorg/debian:bullseye-develop-nodejs18" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node19/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node19/Dockerfile index 85c620aa8..beccd45a1 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node19/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node19/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node19/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node19/Dockerfile.develop index 2b692a4a6..67e70c33c 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node19/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node19/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node19/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node19/docker-compose.yml index e0a918c17..f257d5943 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node19/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node19/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-nodejs19" + image: "epicmorg/debian:bullseye-nodejs19" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-nodejs19" + image: "epicmorg/debian:bullseye-develop-nodejs19" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node20/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node20/Dockerfile index 1900dc906..99c9daf80 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node20/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node20/Dockerfile @@ -1,10 +1,10 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=20 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.19.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.19.4 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node20/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node20/Dockerfile.develop index c19203cf1..a40080b1c 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node20/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node20/Dockerfile.develop @@ -1,10 +1,10 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=20 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.19.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.19.4 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node20/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node20/docker-compose.yml index dc64c95bd..4746019b5 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node20/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node20/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-nodejs20" + image: "epicmorg/debian:bullseye-nodejs20" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-nodejs20" + image: "epicmorg/debian:bullseye-develop-nodejs20" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node21/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node21/Dockerfile index 1df2662d0..39bda8ca6 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node21/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node21/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node21/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node21/Dockerfile.develop index fe2bee3d9..b971c5831 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node21/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node21/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node21/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node21/docker-compose.yml index fbeda7d67..079044359 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node21/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node21/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-nodejs21" + image: "epicmorg/debian:bullseye-nodejs21" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-nodejs21" + image: "epicmorg/debian:bullseye-develop-nodejs21" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node22/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node22/Dockerfile index 7cd3a8b63..caf19bb0a 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node22/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node22/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node22/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node22/Dockerfile.develop index 1927605e1..487eb7879 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node22/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node22/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node22/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node22/docker-compose.yml index fe010bc2b..a19cb0a7d 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node22/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node22/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-nodejs22" + image: "epicmorg/debian:bullseye-nodejs22" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-nodejs22" + image: "epicmorg/debian:bullseye-develop-nodejs22" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node23/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node23/Dockerfile index c2a4a9be5..a21202073 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node23/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node23/Dockerfile @@ -1,10 +1,10 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=23 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.11.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.11.1 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node23/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node23/Dockerfile.develop index bed60999b..7ca4711f8 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node23/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node23/Dockerfile.develop @@ -1,10 +1,10 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=23 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.11.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.11.1 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node23/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node23/docker-compose.yml index 557eee9b8..a79ec590f 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node23/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node23/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-nodejs23" + image: "epicmorg/debian:bullseye-nodejs23" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-nodejs23" + image: "epicmorg/debian:bullseye-develop-nodejs23" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node24/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node24/Dockerfile new file mode 100644 index 000000000..6b4e21c59 --- /dev/null +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node24/Dockerfile @@ -0,0 +1,45 @@ +FROM epicmorg/debian:bullseye +LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" + +ARG DEBIAN_FRONTEND=noninteractive + +ARG K_NODE_MAJOR_VERSION=24 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.4.1 +ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz +ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz + +################################################################## +# Node.js 24.x +################################################################## +RUN groupadd -g 1337 node && \ + useradd -u 1337 --gid node --shell /bin/bash --create-home node + +ADD ${K_NODE_URL} /tmp +ADD ${K_NODE_HEADERS_URL} /tmp + +RUN tar -xzf /tmp/node-v${K_NODE_VERSION}-linux-x64.tar.gz --strip-components=1 --directory /usr/local && \ + tar -xzf /tmp/node-v${K_NODE_VERSION}-headers.tar.gz --strip-components=1 --directory /usr/local && \ + rm -rfv /usr/local/CHANGELOG.md /usr/local/LICENSE /usr/local/README.md + +RUN npm install -g pnpm yarn + +################################################################## +# Version after install +################################################################## +RUN echo "=============================================" && \ + echo node $(node --version) && \ + echo npm $(npm --version) && \ + echo yarn $(yarn --version) && \ + echo pnpm $(pnpm --version) && \ + echo "=============================================" + +################################################################## +# Cleanup +################################################################## +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /var/cache/apt/archives/*.deb && \ + rm -rfv /root/tmp/* && \ + rm -rfv /tmp/* diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node24/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node24/Dockerfile.develop new file mode 100644 index 000000000..41aca0269 --- /dev/null +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node24/Dockerfile.develop @@ -0,0 +1,45 @@ +FROM epicmorg/debian:bullseye-develop +LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" + +ARG DEBIAN_FRONTEND=noninteractive + +ARG K_NODE_MAJOR_VERSION=24 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.4.1 +ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz +ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz + +################################################################## +# Node.js 24.x +################################################################## +RUN groupadd -g 1337 node && \ + useradd -u 1337 --gid node --shell /bin/bash --create-home node + +ADD ${K_NODE_URL} /tmp +ADD ${K_NODE_HEADERS_URL} /tmp + +RUN tar -xzf /tmp/node-v${K_NODE_VERSION}-linux-x64.tar.gz --strip-components=1 --directory /usr/local && \ + tar -xzf /tmp/node-v${K_NODE_VERSION}-headers.tar.gz --strip-components=1 --directory /usr/local && \ + rm -rfv /usr/local/CHANGELOG.md /usr/local/LICENSE /usr/local/README.md + +RUN npm install -g pnpm yarn + +################################################################## +# Version after install +################################################################## +RUN echo "=============================================" && \ + echo node $(node --version) && \ + echo npm $(npm --version) && \ + echo yarn $(yarn --version) && \ + echo pnpm $(pnpm --version) && \ + echo "=============================================" + +################################################################## +# Cleanup +################################################################## +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /var/cache/apt/archives/*.deb && \ + rm -rfv /root/tmp/* && \ + rm -rfv /tmp/* diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node24/Makefile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node24/Makefile new file mode 100644 index 000000000..1e4371492 --- /dev/null +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node24/Makefile @@ -0,0 +1,44 @@ +all: app + +app: + make pip + make build + make deploy + make clean + +build: + make build-buildah + +deploy: + make deploy-buildah + +build-buildah: + buildah-wrapper --build + +deploy-buildah: + buildah-wrapper --deploy + +build-kaniko: + kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:debug --dry-run + +deploy-kaniko: + kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:debug + +build-compose: + docker-compose build --compress --parallel --progress plain + +deploy-compose: + docker-compose push + +clean: + docker container prune -f + docker image prune -f + docker network prune -f + docker volume prune -f + docker system prune -af + buildah rm -a + buildah rmi -a + +pip: + pip3 install --break-system-packages --no-cache-dir kaniko-wrapper buildah-wrapper + pip install --break-system-packages --no-cache-dir kaniko-wrapper buildah-wrapper \ No newline at end of file diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node24/README.md b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node24/README.md new file mode 100644 index 000000000..b53fe01e8 --- /dev/null +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node24/README.md @@ -0,0 +1,93 @@ +## TeamCity Minimal Build Agent + +[](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) + +This is an official [JetBrains TeamCity](https://www.jetbrains.com/teamcity/) minimal build agent image. + + More details about tags and components are [here](https://github.com/JetBrains/teamcity-docker-images/blob/master/generated/teamcity-minimal-agent.md). + +The [TeamCity build agent](https://www.jetbrains.com/help/teamcity/build-agent.html) connects to the TeamCity server and spawns the actual build processes. +You can use the ```jetbrains/teamcity-server``` image to run a TeamCity server. + +This minimal image adds just a TeamCity agent without any tools like VCS clients, etc. It is suitable for simple builds and can serve as a base for your custom images. For Java or .NET development we recommend using the default build agent image [jetbrains/teamcity-agent](https://hub.docker.com/r/jetbrains/teamcity-agent/). + +## How to Use This Image + +Pull the TeamCity minimal image from the Docker Hub Repository: + +``` +jetbrains/teamcity-minimal-agent +``` +  +and use the following command to start a container with TeamCity agent running inside +a Linux container: + +``` +docker run -it -e SERVER_URL="" \ + -v :/data/teamcity_agent/conf \ + jetbrains/teamcity-minimal-agent +``` +  +or a Windows container: +``` +docker run -it -e SERVER_URL="" + -v :C:/BuildAgent/conf + jetbrains/teamcity-minimal-agent +``` +where `` is the full URL for TeamCity server, accessible by the agent. Note that `localhost` will not generally not work as it will refer to the `localhost` inside the container. +`` is the host machine directory to serve as the TeamCity agent config directory. We recommend providing this binding in order to persist the agent configuration, e.g. authorization on the server. Note that you should map a different folder for every new agent you create. + +Since version 2020.1, TeamCity agent Docker images __run under a non-root user__. Refer to our [upgrade notes](https://www.jetbrains.com/help/teamcity/upgrade-notes.html#UpgradeNotes-AgentDockerimagesrunundernon-rootuser) for information on possible affected use cases. + +When you run the agent for the first time, you should authorize it via the TeamCity server UI: go to the **Unauthorized Agents** page in your browser. See [more details](https://www.jetbrains.com/help/teamcity/build-agent.html). + +All information about agent authorization is stored in agent's configuration folder. If you stop the container with the agent and then start a new one with the same config folder, the agent's name and authorization state will be preserved. + +TeamCity agent does not need manual upgrade: it will upgrade itself automatically on connecting to an upgraded server. + +### Agent Image Environment Variables + +- **SERVER_URL** - URL of the TeamCity server agent will connect to +- **AGENT_NAME** - (optional) Name of the agent in TeamCity UI, autogenerated if omitted +- **AGENT_TOKEN** - (optional) Agent authorization token, if unset, the agent should be [authorized](https://www.jetbrains.com/help/teamcity/build-agent.html#BuildAgent-BuildAgentStatus) via TeamCity UI. +- **OWN_ADDRESS** - (optional, linux only) IP address build agent binds to, autodetected +- **OWN_PORT** - (optional, linux only) Port build agent binds to, 9090 by default + +### Windows Containers Limitations + +The details on the known problems in Windows containers are available in the [TeamCity documentation](https://www.jetbrains.com/help/teamcity/known-issues.html#KnownIssues-WindowsDockerContainers). + +## Customization + +You can customize the image via the usual Docker procedure: + +1. Run the image +``` +docker run -it -e SERVER_URL="" \ + -v :/data/teamcity_agent/conf \ + --name="my-customized-agent" \ + jetbrains/teamcity-minimal-agent \ +``` +2. Enter the container +``` +docker exec -it my-customized-agent bash +``` + +3. Change whatever you need +4. Exit and [create a new image](https://docs.docker.com/engine/reference/commandline/commit/) from the container +``` +docker commit my-customized-agent +``` + +## License + +The image is available under the [TeamCity license](https://www.jetbrains.com/teamcity/buy/license.html). +TeamCity is free for perpetual use with the limitation of 100 build configurations (jobs) and 3 agents. [Licensing details](https://www.jetbrains.com/help/teamcity/licensing-policy.html). + +## Feedback + +Report issues of suggestions to the official TeamCity [issue tracker](https://youtrack.jetbrains.com/issues/TW). + +## Other TeamCity Images +* [TeamCity Server](https://hub.docker.com/r/jetbrains/teamcity-server/) +* [Build Agent](https://hub.docker.com/r/jetbrains/teamcity-agent/) diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node24/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node24/docker-compose.yml new file mode 100644 index 000000000..64a82da5b --- /dev/null +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node24/docker-compose.yml @@ -0,0 +1,10 @@ +services: + app: + image: "epicmorg/debian:bullseye-nodejs24" + build: + context: . + app-develop: + image: "epicmorg/debian:bullseye-develop-nodejs24" + build: + context: . + dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node4/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node4/Dockerfile index 2d7a7959e..be26d53a1 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node4/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node4/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node4/Dockerfile.develop index 4acf5303a..d9604a606 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node4/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node4/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node4/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node4/docker-compose.yml index b85c06f40..7f26dd098 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node4/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node4/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-nodejs4" + image: "epicmorg/debian:bullseye-nodejs4" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-nodejs4" + image: "epicmorg/debian:bullseye-develop-nodejs4" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node5/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node5/Dockerfile index e2cd5bd8f..09ac75907 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node5/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node5/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node5/Dockerfile.develop index 35123d0bd..9e5c64d1b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node5/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node5/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node5/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node5/docker-compose.yml index b1d448aeb..ffca25de6 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node5/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node5/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-nodejs5" + image: "epicmorg/debian:bullseye-nodejs5" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-nodejs5" + image: "epicmorg/debian:bullseye-develop-nodejs5" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node6/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node6/Dockerfile index 3009ee3a6..5da03b57f 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node6/Dockerfile.develop index 27c936eec..88ef3903f 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node6/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node6/docker-compose.yml index b3b17bf59..3e3da5344 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node6/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node6/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-nodejs6" + image: "epicmorg/debian:bullseye-nodejs6" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-nodejs6" + image: "epicmorg/debian:bullseye-develop-nodejs6" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node7/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node7/Dockerfile index 5ddb4def0..f41758dd4 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node7/Dockerfile.develop index a0dfa923e..a4bcc1e0a 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node7/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node7/docker-compose.yml index ace7c2326..cfec11f83 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node7/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node7/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-nodejs7" + image: "epicmorg/debian:bullseye-nodejs7" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-nodejs7" + image: "epicmorg/debian:bullseye-develop-nodejs7" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node8/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node8/Dockerfile index 0adf68244..964cb89be 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node8/Dockerfile.develop index 186e48e9b..c71df0522 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node8/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node8/docker-compose.yml index 8e3f9f041..27ac3feba 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node8/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node8/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-nodejs8" + image: "epicmorg/debian:bullseye-nodejs8" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-nodejs8" + image: "epicmorg/debian:bullseye-develop-nodejs8" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node9/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node9/Dockerfile index 7eab2ec2b..1b8161b03 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node9/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node9/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node9/Dockerfile.develop index fde846bcd..23a9f5d5e 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node9/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node9/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop +FROM epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node9/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node9/docker-compose.yml index e99bc43f1..f19f014c2 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node9/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node9/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-nodejs9" + image: "epicmorg/debian:bullseye-nodejs9" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bullseye-develop-nodejs9" + image: "epicmorg/debian:bullseye-develop-nodejs9" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/2.6/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/2.6/Dockerfile index 48063eabc..c8d349ede 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/2.6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/2.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop as builder +FROM epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -58,7 +58,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/2.6/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/python/2.6/docker-compose.yml index c941cf77f..17e10a7bd 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/2.6/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/2.6/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-python-2.6" + image: "epicmorg/debian:bullseye-python-2.6" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/2.7/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/2.7/Dockerfile index d44ad014a..41504fa3c 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/2.7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/2.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop as builder +FROM epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -63,7 +63,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/2.7/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/python/2.7/docker-compose.yml index 3edb6fcdb..10bbf60aa 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/2.7/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/2.7/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-python-2.7" + image: "epicmorg/debian:bullseye-python-2.7" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.0/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.0/Dockerfile index 0ef99c6a2..89b270102 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.0/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop as builder +FROM epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -69,7 +69,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.0/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.0/docker-compose.yml index 34ba172c1..b8829bc07 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.0/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.0/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-python-3.0" + image: "epicmorg/debian:bullseye-python-3.0" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.1/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.1/Dockerfile index 6194fefca..9c215477a 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.1/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop as builder +FROM epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -69,7 +69,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.1/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.1/docker-compose.yml index 87d5914c1..9ae3d3254 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.1/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.1/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-python-3.1" + image: "epicmorg/debian:bullseye-python-3.1" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.10/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.10/Dockerfile index 28d1d7a7e..286cf510a 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.10/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop as builder +FROM epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -24,7 +24,7 @@ RUN apt update && apt install -y \ ARG LD_CONF_DIR=/etc/ld.so.conf.d/ ENV PYTHON_VERSION=3.10 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.17 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.18 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye RUN apt-get remove -y python3-pip @@ -89,8 +89,9 @@ ARG LD_CONF_DIR=/etc/ld.so.conf.d/ ################################################################## # OpenSSL 3.4 ################################################################## -ENV OPENSSL_34_VERSION=3.4.1 -ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_VERSION} +ENV OPENSSL_34_MIN_VERSION=3.4 +ENV OPENSSL_34_VERSION=${OPENSSL_34_MIN_VERSION}.2 +ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_MIN_VERSION} ENV OPENSSL_34_BIN_DIR=${OPENSSL_34_DIR}/bin ENV OPENSSL_34_INC_DIR=${OPENSSL_34_DIR}/include ENV OPENSSL_34_LIB_DIR=${OPENSSL_34_DIR}/lib64 @@ -100,7 +101,7 @@ ENV OPENSSL_34_SRC_DIR=/usr/local/src/openssl/${OPENSSL_34_VERSION} # Python 3.10 ################################################################## ENV PYTHON_VERSION=3.10 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.17 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.18 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.10/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.10/docker-compose.yml index e9c1a5484..7add013e4 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.10/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.10/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-python-3.10" + image: "epicmorg/debian:bullseye-python-3.10" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.11/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.11/Dockerfile index a8839867f..1ac4448c7 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop as builder +FROM epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -24,7 +24,7 @@ RUN apt update && apt install -y \ ARG LD_CONF_DIR=/etc/ld.so.conf.d/ ENV PYTHON_VERSION=3.11 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.12 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.13 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye RUN apt-get remove -y python3-pip @@ -89,8 +89,9 @@ ARG LD_CONF_DIR=/etc/ld.so.conf.d/ ################################################################## # OpenSSL 3.4 ################################################################## -ENV OPENSSL_34_VERSION=3.4.1 -ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_VERSION} +ENV OPENSSL_34_MIN_VERSION=3.4 +ENV OPENSSL_34_VERSION=${OPENSSL_34_MIN_VERSION}.2 +ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_MIN_VERSION} ENV OPENSSL_34_BIN_DIR=${OPENSSL_34_DIR}/bin ENV OPENSSL_34_INC_DIR=${OPENSSL_34_DIR}/include ENV OPENSSL_34_LIB_DIR=${OPENSSL_34_DIR}/lib64 @@ -100,7 +101,7 @@ ENV OPENSSL_34_SRC_DIR=/usr/local/src/openssl/${OPENSSL_34_VERSION} # Python 3.11 ################################################################## ENV PYTHON_VERSION=3.11 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.12 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.13 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.11/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.11/docker-compose.yml index e690dc72e..40302b957 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.11/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.11/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-python-3.11" + image: "epicmorg/debian:bullseye-python-3.11" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.12/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.12/Dockerfile index 3e5396f54..132507f0a 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop as builder +FROM epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -24,7 +24,7 @@ RUN apt update && apt install -y \ ARG LD_CONF_DIR=/etc/ld.so.conf.d/ ENV PYTHON_VERSION=3.12 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.10 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.11 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye RUN apt-get remove -y python3-pip @@ -89,8 +89,9 @@ ARG LD_CONF_DIR=/etc/ld.so.conf.d/ ################################################################## # OpenSSL 3.4 ################################################################## -ENV OPENSSL_34_VERSION=3.4.1 -ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_VERSION} +ENV OPENSSL_34_MIN_VERSION=3.4 +ENV OPENSSL_34_VERSION=${OPENSSL_34_MIN_VERSION}.2 +ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_MIN_VERSION} ENV OPENSSL_34_BIN_DIR=${OPENSSL_34_DIR}/bin ENV OPENSSL_34_INC_DIR=${OPENSSL_34_DIR}/include ENV OPENSSL_34_LIB_DIR=${OPENSSL_34_DIR}/lib64 @@ -100,7 +101,7 @@ ENV OPENSSL_34_SRC_DIR=/usr/local/src/openssl/${OPENSSL_34_VERSION} # Python 3.12 ################################################################## ENV PYTHON_VERSION=3.12 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.10 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.11 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.12/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.12/docker-compose.yml index 3bc410a2f..57e4ab2b5 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.12/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.12/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-python-3.12" + image: "epicmorg/debian:bullseye-python-3.12" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.13/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.13/Dockerfile index c5212ecfb..1c67523ab 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.13/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop as builder +FROM epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -24,7 +24,7 @@ RUN apt update && apt install -y \ ARG LD_CONF_DIR=/etc/ld.so.conf.d/ ENV PYTHON_VERSION=3.13 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.3 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.5 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye RUN apt-get remove -y python3-pip @@ -89,8 +89,9 @@ ARG LD_CONF_DIR=/etc/ld.so.conf.d/ ################################################################## # OpenSSL 3.4 ################################################################## -ENV OPENSSL_34_VERSION=3.4.1 -ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_VERSION} +ENV OPENSSL_34_MIN_VERSION=3.4 +ENV OPENSSL_34_VERSION=${OPENSSL_34_MIN_VERSION}.2 +ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_MIN_VERSION} ENV OPENSSL_34_BIN_DIR=${OPENSSL_34_DIR}/bin ENV OPENSSL_34_INC_DIR=${OPENSSL_34_DIR}/include ENV OPENSSL_34_LIB_DIR=${OPENSSL_34_DIR}/lib64 @@ -100,7 +101,7 @@ ENV OPENSSL_34_SRC_DIR=/usr/local/src/openssl/${OPENSSL_34_VERSION} # Python 3.13 ################################################################## ENV PYTHON_VERSION=3.13 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.3 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.5 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.13/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.13/docker-compose.yml index 242ed48fb..8b87c27e2 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.13/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.13/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-python-3.13" + image: "epicmorg/debian:bullseye-python-3.13" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.2/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.2/Dockerfile index 6c6488d18..8174e0d20 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.2/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop as builder +FROM epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -72,7 +72,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.2/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.2/docker-compose.yml index fedbeb971..403c050a3 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.2/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.2/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-python-3.2" + image: "epicmorg/debian:bullseye-python-3.2" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.3/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.3/Dockerfile index 1346c4d70..5b4e2e7e7 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.3/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop as builder +FROM epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -71,7 +71,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.3/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.3/docker-compose.yml index 6f72fa1f3..fcfefbc56 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.3/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.3/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-python-3.3" + image: "epicmorg/debian:bullseye-python-3.3" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.4/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.4/Dockerfile index da3014fb6..b2a9e9266 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.4/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop as builder +FROM epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -72,7 +72,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.4/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.4/docker-compose.yml index fe9bb5555..b4b540cc4 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.4/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.4/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-python-3.4" + image: "epicmorg/debian:bullseye-python-3.4" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.5/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.5/Dockerfile index 88778e6ab..cc37e0b4c 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.5/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop as builder +FROM epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -74,7 +74,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.5/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.5/docker-compose.yml index 2b0e070dd..55ce09a18 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.5/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.5/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-python-3.5" + image: "epicmorg/debian:bullseye-python-3.5" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.6/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.6/Dockerfile index 22a9bc9a6..30a7481b5 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop as builder +FROM epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -75,7 +75,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.6/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.6/docker-compose.yml index 214b5ca3d..304946543 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.6/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.6/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-python-3.6" + image: "epicmorg/debian:bullseye-python-3.6" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.7/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.7/Dockerfile index 25de0206d..abee9bf5c 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop as builder +FROM epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.7/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.7/docker-compose.yml index 742860791..698fd5026 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.7/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.7/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-python-3.7" + image: "epicmorg/debian:bullseye-python-3.7" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.8/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.8/Dockerfile index ded80fa13..e293e5e0c 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop as builder +FROM epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.8/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.8/docker-compose.yml index 9c84ca9d2..86f856ed1 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.8/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.8/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-python-3.8" + image: "epicmorg/debian:bullseye-python-3.8" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.9/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.9/Dockerfile index 2272a2af0..3e3174521 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.9/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop as builder +FROM epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -24,7 +24,7 @@ RUN apt update && apt install -y \ ARG LD_CONF_DIR=/etc/ld.so.conf.d/ ENV PYTHON_VERSION=3.9 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.22 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.23 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye RUN apt-get remove -y python3-pip @@ -100,7 +100,7 @@ ENV OPENSSL_111_SRC_DIR=/usr/local/src/openssl/${OPENSSL_111_VERSION} # Python 3.9 ################################################################## ENV PYTHON_VERSION=3.9 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.22 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.23 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.9/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.9/docker-compose.yml index 5a54829dc..ec9d50594 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.9/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/python/3.9/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-python-3.9" + image: "epicmorg/debian:bullseye-python-3.9" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/slim/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/slim/docker-compose.yml index dcbbbaeb0..c6f36ec16 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/slim/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/slim/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bullseye-slim" + image: "epicmorg/debian:bullseye-slim" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/amxx-sdk/1.10/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/amxx-sdk/1.10/Dockerfile index 006bb31ba..ffac21bde 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/amxx-sdk/1.10/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/amxx-sdk/1.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/amxx-sdk/1.10/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/amxx-sdk/1.10/docker-compose.yml index 37226e7ef..631a7b2ec 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/amxx-sdk/1.10/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/amxx-sdk/1.10/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:amxx-sdk-rc" + image: "epicmorg/gitlab-runner:amxx-sdk-rc" build: context: . app-19: - image: "quay.io/epicmorg/gitlab-runner:amxx-sdk-1.10" + image: "epicmorg/gitlab-runner:amxx-sdk-1.10" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/amxx-sdk/1.9/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/amxx-sdk/1.9/Dockerfile index c4307d075..3dd740290 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/amxx-sdk/1.9/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/amxx-sdk/1.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/amxx-sdk/1.9/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/amxx-sdk/1.9/docker-compose.yml index eb7be6a74..3cb8ef219 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/amxx-sdk/1.9/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/amxx-sdk/1.9/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:amxx-sdk" + image: "epicmorg/gitlab-runner:amxx-sdk" build: context: . app-19: - image: "quay.io/epicmorg/gitlab-runner:amxx-sdk-1.9" + image: "epicmorg/gitlab-runner:amxx-sdk-1.9" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/android-sdk/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/android-sdk/Dockerfile index 7bae499a7..31bb85d6d 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/android-sdk/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/android-sdk/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop-jdk17 +FROM epicmorg/debian:bookworm-develop-jdk17 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/android-sdk/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/android-sdk/docker-compose.yml index 86c049e04..4b95a06e0 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/android-sdk/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/android-sdk/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-android-sdk" + image: "epicmorg/debian:bookworm-android-sdk" build: context: . app-jdk17: - image: "quay.io/epicmorg/debian:bookworm-android-sdk-jdk17" + image: "epicmorg/debian:bookworm-android-sdk-jdk17" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/atlassian-sdk/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/atlassian-sdk/Dockerfile index 1e37f8851..af2c35a17 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/atlassian-sdk/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/atlassian-sdk/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-jdk8 +FROM epicmorg/debian:bookworm-jdk8 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/atlassian-sdk/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/atlassian-sdk/docker-compose.yml index 7909613bf..b60e31b30 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/atlassian-sdk/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/atlassian-sdk/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-atlassian-sdk" + image: "epicmorg/debian:bookworm-atlassian-sdk" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/develop/Dockerfile index 16a60f90b..dbcd1ecbe 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/develop/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -15,58 +15,74 @@ ARG STEAM_RUNTIME_SDK_URL=http://media.steampowered.com/client/runtime/steam-run ARG STEAM_RUNTIME_SDK_TEMP=/tmp/steam-runtime-sdk_latest.tar.xz # cmake compiller -ENV CMAKE_3_31_VERSION=3.31.6 -ENV CMAKE_3_31_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_31_VERSION} +ENV CMAKE_4_0_MIN_VERSION=4.0 +ENV CMAKE_4_0_VERSION=${CMAKE_4_0_MIN_VERSION}.3 +ENV CMAKE_4_0_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_4_0_MIN_VERSION} +ARG CMAKE_4_0_BIN_DIR=${CMAKE_4_0_DIR}/bin +ARG CMAKE_4_0_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_4_0_VERSION}/cmake-${CMAKE_4_0_VERSION}-linux-x86_64.tar.gz +ARG CMAKE_4_0_TEMP=/tmp/cmake-${CMAKE_4_0_VERSION}-linux-x86_64.tar.gz + +# cmake compiller +ENV CMAKE_3_31_MIN_VERSION=3.31 +ENV CMAKE_3_31_VERSION=${CMAKE_3_31_MIN_VERSION}.8 +ENV CMAKE_3_31_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_31_MIN_VERSION} ARG CMAKE_3_31_BIN_DIR=${CMAKE_3_31_DIR}/bin ARG CMAKE_3_31_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_31_VERSION}/cmake-${CMAKE_3_31_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_31_TEMP=/tmp/cmake-${CMAKE_3_31_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_30_VERSION=3.30.8 -ENV CMAKE_3_30_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_30_VERSION} +ENV CMAKE_3_30_MIN_VERSION=3.30 +ENV CMAKE_3_30_VERSION=${CMAKE_3_30_MIN_VERSION}.9 +ENV CMAKE_3_30_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_30_MIN_VERSION} ARG CMAKE_3_30_BIN_DIR=${CMAKE_3_30_DIR}/bin ARG CMAKE_3_30_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_30_VERSION}/cmake-${CMAKE_3_30_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_30_TEMP=/tmp/cmake-${CMAKE_3_30_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_21_VERSION=3.21.7 -ENV CMAKE_3_21_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_21_VERSION} +ENV CMAKE_3_21_MIN_VERSION=3.21 +ENV CMAKE_3_21_VERSION=${CMAKE_3_21_MIN_VERSION}.7 +ENV CMAKE_3_21_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_21_MIN_VERSION} ARG CMAKE_3_21_BIN_DIR=${CMAKE_3_21_DIR}/bin ARG CMAKE_3_21_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_21_VERSION}/cmake-${CMAKE_3_21_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_21_TEMP=/tmp/cmake-${CMAKE_3_21_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_20_VERSION=3.20.6 -ENV CMAKE_3_20_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_20_VERSION} +ENV CMAKE_3_20_MIN_VERSION=3.20 +ENV CMAKE_3_20_VERSION=${CMAKE_3_20_MIN_VERSION}.6 +ENV CMAKE_3_20_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_20_MIN_VERSION} ARG CMAKE_3_20_BIN_DIR=${CMAKE_3_20_DIR}/bin ARG CMAKE_3_20_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_20_VERSION}/cmake-${CMAKE_3_20_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_20_TEMP=/tmp/cmake-${CMAKE_3_20_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_19_VERSION=3.19.8 -ENV CMAKE_3_19_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_19_VERSION} +ENV CMAKE_3_19_MIN_VERSION=3.19 +ENV CMAKE_3_19_VERSION=${CMAKE_3_19_MIN_VERSION}.8 +ENV CMAKE_3_19_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_19_MIN_VERSION} ARG CMAKE_3_19_BIN_DIR=${CMAKE_3_19_DIR}/bin ARG CMAKE_3_19_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_19_VERSION}/cmake-${CMAKE_3_19_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_19_TEMP=/tmp/cmake-${CMAKE_3_19_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_18_VERSION=3.18.6 -ENV CMAKE_3_18_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_18_VERSION} +ENV CMAKE_3_18_MIN_VERSION=3.18 +ENV CMAKE_3_18_VERSION=${CMAKE_3_18_MIN_VERSION}.6 +ENV CMAKE_3_18_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_18_MIN_VERSION} ARG CMAKE_3_18_BIN_DIR=${CMAKE_3_18_DIR}/bin ARG CMAKE_3_18_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_18_VERSION}/cmake-${CMAKE_3_18_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_18_TEMP=/tmp/cmake-${CMAKE_3_18_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_16_VERSION=3.16.9 -ENV CMAKE_3_16_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_16_VERSION} +ENV CMAKE_3_16_MIN_VERSION=3.16 +ENV CMAKE_3_16_VERSION=${CMAKE_3_16_MIN_VERSION}.9 +ENV CMAKE_3_16_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_16_MIN_VERSION} ARG CMAKE_3_16_BIN_DIR=${CMAKE_3_16_DIR}/bin ARG CMAKE_3_16_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_16_VERSION}/cmake-${CMAKE_3_16_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_16_TEMP=/tmp/cmake-${CMAKE_3_16_VERSION}-linux-x86_64.tar.gz # flutter source tarball -ENV FLUTTER_VERSION=3.29.3 ENV FLUTTER_CHANNEL=stable -ENV FLUTTER_DIR=${EMG_LOCAL_BASE_DIR}/flutter/${FLUTTER_VERSION} +ENV FLUTTER_MIN_VERSION=3.32 +ENV FLUTTER_VERSION=${FLUTTER_MIN_VERSION}.8 +ENV FLUTTER_DIR=${EMG_LOCAL_BASE_DIR}/flutter/${FLUTTER_MIN_VERSION} ARG FLUTTER_BIN_DIR=${FLUTTER_DIR}/bin ARG FLUTTER_DOWNLOAD_URL=https://storage.googleapis.com/flutter_infra_release/releases/${FLUTTER_CHANNEL}/linux/flutter_linux_${FLUTTER_VERSION}-${FLUTTER_CHANNEL}.tar.xz ARG FLUTTER_TEMP=/tmp/flutter_linux_${FLUTTER_VERSION}-${FLUTTER_CHANNEL}.tar.xz @@ -80,7 +96,7 @@ ARG NINJA_TEMP=/tmp/ninja-linux.zip # GO source tarball ENV GO_MIN_VERSION=1.24 -ENV GO_VERSION=${GO_MIN_VERSION}.3 +ENV GO_VERSION=${GO_MIN_VERSION}.5 ENV GO_DIR=${EMG_LOCAL_BASE_DIR}/go/${GO_MIN_VERSION} ARG GO_BIN_DIR=${GO_DIR}/bin ARG GO_PATH_DIR=${GO_DIR}/gopath @@ -243,8 +259,9 @@ ARG OPENSSL_111_TEMP=/tmp/openssl-${OPENSSL_111_VERSION}w.tar.gz ARG OPENSSL_111_TEMP_SRC=/tmp/openssl-${OPENSSL_111_VERSION}w # OpenSSL 3.0 -ENV OPENSSL_30_VERSION=3.0.16 -ENV OPENSSL_30_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_30_VERSION} +ENV OPENSSL_30_MIN_VERSION=3.0 +ENV OPENSSL_30_VERSION=${OPENSSL_30_MIN_VERSION}.17 +ENV OPENSSL_30_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_30_MIN_VERSION} ENV OPENSSL_30_BIN_DIR=${OPENSSL_30_DIR}/bin ENV OPENSSL_30_INC_DIR=${OPENSSL_30_DIR}/include ENV OPENSSL_30_LIB_DIR=${OPENSSL_30_DIR}/lib64 @@ -254,8 +271,9 @@ ARG OPENSSL_30_TEMP=/tmp/openssl-${OPENSSL_30_VERSION}.tar.gz ARG OPENSSL_30_TEMP_SRC=/tmp/openssl-${OPENSSL_30_VERSION} # OpenSSL 3.1 -ENV OPENSSL_31_VERSION=3.1.8 -ENV OPENSSL_31_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_31_VERSION} +ENV OPENSSL_31_MIN_VERSION=3.1 +ENV OPENSSL_31_VERSION=${OPENSSL_31_MIN_VERSION}.8 +ENV OPENSSL_31_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_31_MIN_VERSION} ENV OPENSSL_31_BIN_DIR=${OPENSSL_31_DIR}/bin ENV OPENSSL_31_INC_DIR=${OPENSSL_31_DIR}/include ENV OPENSSL_31_LIB_DIR=${OPENSSL_31_DIR}/lib64 @@ -265,8 +283,9 @@ ARG OPENSSL_31_TEMP=/tmp/openssl-${OPENSSL_31_VERSION}.tar.gz ARG OPENSSL_31_TEMP_SRC=/tmp/openssl-${OPENSSL_31_VERSION} # OpenSSL 3.2 -ENV OPENSSL_32_VERSION=3.2.4 -ENV OPENSSL_32_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_32_VERSION} +ENV OPENSSL_32_MIN_VERSION=3.2 +ENV OPENSSL_32_VERSION=${OPENSSL_32_MIN_VERSION}.5 +ENV OPENSSL_32_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_32_MIN_VERSION} ENV OPENSSL_32_BIN_DIR=${OPENSSL_32_DIR}/bin ENV OPENSSL_32_INC_DIR=${OPENSSL_32_DIR}/include ENV OPENSSL_32_LIB_DIR=${OPENSSL_32_DIR}/lib64 @@ -276,8 +295,9 @@ ARG OPENSSL_32_TEMP=/tmp/openssl-${OPENSSL_32_VERSION}.tar.gz ARG OPENSSL_32_TEMP_SRC=/tmp/openssl-${OPENSSL_32_VERSION} # OpenSSL 3.3 -ENV OPENSSL_33_VERSION=3.3.3 -ENV OPENSSL_33_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_33_VERSION} +ENV OPENSSL_33_MIN_VERSION=3.3 +ENV OPENSSL_33_VERSION=${OPENSSL_33_MIN_VERSION}.4 +ENV OPENSSL_33_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_33_MIN_VERSION} ENV OPENSSL_33_BIN_DIR=${OPENSSL_33_DIR}/bin ENV OPENSSL_33_INC_DIR=${OPENSSL_33_DIR}/include ENV OPENSSL_33_LIB_DIR=${OPENSSL_33_DIR}/lib64 @@ -287,8 +307,9 @@ ARG OPENSSL_33_TEMP=/tmp/openssl-${OPENSSL_33_VERSION}.tar.gz ARG OPENSSL_33_TEMP_SRC=/tmp/openssl-${OPENSSL_33_VERSION} # OpenSSL 3.4 -ENV OPENSSL_34_VERSION=3.4.1 -ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_VERSION} +ENV OPENSSL_34_MIN_VERSION=3.4 +ENV OPENSSL_34_VERSION=${OPENSSL_34_MIN_VERSION}.2 +ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_MIN_VERSION} ENV OPENSSL_34_BIN_DIR=${OPENSSL_34_DIR}/bin ENV OPENSSL_34_INC_DIR=${OPENSSL_34_DIR}/include ENV OPENSSL_34_LIB_DIR=${OPENSSL_34_DIR}/lib64 @@ -298,8 +319,9 @@ ARG OPENSSL_34_TEMP=/tmp/openssl-${OPENSSL_34_VERSION}.tar.gz ARG OPENSSL_34_TEMP_SRC=/tmp/openssl-${OPENSSL_34_VERSION} # OpenSSL 3.5 -ENV OPENSSL_35_VERSION=3.5.0 -ENV OPENSSL_35_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_35_VERSION} +ENV OPENSSL_35_MIN_VERSION=3.5 +ENV OPENSSL_35_VERSION=${OPENSSL_35_MIN_VERSION}.1 +ENV OPENSSL_35_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_35_MIN_VERSION} ENV OPENSSL_35_BIN_DIR=${OPENSSL_35_DIR}/bin ENV OPENSSL_35_INC_DIR=${OPENSSL_35_DIR}/include ENV OPENSSL_35_LIB_DIR=${OPENSSL_35_DIR}/lib64 diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/develop/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/develop/docker-compose.yml index 93793e719..3b949034f 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/develop/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/develop/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-develop" + image: "epicmorg/debian:bookworm-develop" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet5/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet5/Dockerfile index a32dbae4a..6752fb627 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet5/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet5/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet5/Dockerfile.develop index f95a44200..04c392a95 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet5/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet5/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet5/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet5/docker-compose.yml index 6c4f648a5..ec969dbaa 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet5/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet5/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-dotnet5" + image: "epicmorg/debian:bookworm-dotnet5" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-dotnet5" + image: "epicmorg/debian:bookworm-develop-dotnet5" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet6/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet6/Dockerfile index 1fcaae0ab..9ef629de9 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet6/Dockerfile.develop index eaae5fefc..f45ecfdbd 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet6/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet6/docker-compose.yml index aaa8379e8..aa607fec7 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet6/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet6/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-dotnet6" + image: "epicmorg/debian:bookworm-dotnet6" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-dotnet6" + image: "epicmorg/debian:bookworm-develop-dotnet6" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet7/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet7/Dockerfile index cb7f7e3ee..007aea741 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet7/Dockerfile.develop index 9d27ca261..893b68045 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet7/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet7/docker-compose.yml index 4abc0145a..a95b0ad82 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet7/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet7/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-dotnet7" + image: "epicmorg/debian:bookworm-dotnet7" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-dotnet7" + image: "epicmorg/debian:bookworm-develop-dotnet7" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet8/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet8/Dockerfile index 27c6fd781..21454dac9 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet8/Dockerfile.develop index 85557a213..c3b255b04 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet8/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet8/docker-compose.yml index cc29a919d..2226ffa84 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet8/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet8/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-dotnet8" + image: "epicmorg/debian:bookworm-dotnet8" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-dotnet8" + image: "epicmorg/debian:bookworm-develop-dotnet8" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet9/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet9/Dockerfile index 49b456e8c..000cbc6a2 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet9/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet9/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet9/Dockerfile.develop index d3317fc39..4dd4d3194 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet9/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet9/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet9/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet9/docker-compose.yml index ccdd65b57..bc156b8ae 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet9/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/dotnet9/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-dotnet9" + image: "epicmorg/debian:bookworm-dotnet9" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-dotnet9" + image: "epicmorg/debian:bookworm-develop-dotnet9" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/lts/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/lts/Dockerfile index 0450b6e3e..df4e8ab45 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/lts/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/lts/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/lts/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/lts/Dockerfile.develop index c5961a7c0..3daa83f72 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/lts/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/lts/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/lts/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/lts/docker-compose.yml index 7afae75d2..0069acbe6 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/lts/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/lts/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-dotnet-lts" + image: "epicmorg/debian:bookworm-dotnet-lts" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-dotnet-lts" + image: "epicmorg/debian:bookworm-develop-dotnet-lts" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/sts/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/sts/Dockerfile index 26658a473..2e2f67125 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/sts/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/sts/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/sts/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/sts/Dockerfile.develop index 305429585..f2675ff52 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/sts/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/sts/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/sts/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/sts/docker-compose.yml index e808b6f0e..eab5f6a50 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/sts/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/dotnet/sts/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-dotnet-sts" + image: "epicmorg/debian:bookworm-dotnet-sts" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-dotnet-sts" + image: "epicmorg/debian:bookworm-develop-dotnet-sts" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk11/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk11/Dockerfile index 7a05d2fac..7c3863b98 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java11 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 238ec23d2..fa9d095f5 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk11/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java11 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk11/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk11/docker-compose.yml index 14aeca18e..0d739f5da 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk11/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk11/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-jdk11" + image: "epicmorg/debian:bookworm-jdk11" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-jdk11" + image: "epicmorg/debian:bookworm-develop-jdk11" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk16/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk16/Dockerfile index 5eb07aaf0..2494f5b0c 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java16 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 2f6a8e331..1eab9c15c 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk16/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java16 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk16/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk16/docker-compose.yml index 5e60a5b8e..c3e87e766 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk16/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk16/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-jdk16" + image: "epicmorg/debian:bookworm-jdk16" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-jdk16" + image: "epicmorg/debian:bookworm-develop-jdk16" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk17/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk17/Dockerfile index 2178a0773..59d34e8bd 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java17 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 813360fed..be5b106d4 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk17/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java17 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk17/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk17/docker-compose.yml index 6fd933315..24f4d0746 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk17/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk17/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-jdk17" + image: "epicmorg/debian:bookworm-jdk17" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-jdk17" + image: "epicmorg/debian:bookworm-develop-jdk17" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk18/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk18/Dockerfile index ba25cfb0e..cf16abd6e 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk18/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk18/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java18 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 d407d35c6..10c614b27 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk18/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk18/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java18 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk18/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk18/docker-compose.yml index 8ee9e7103..9dd020939 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk18/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk18/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-jdk18" + image: "epicmorg/debian:bookworm-jdk18" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-jdk18" + image: "epicmorg/debian:bookworm-develop-jdk18" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk19/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk19/Dockerfile index a7d28787a..c4ebcca7f 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk19/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk19/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java19 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 d4715a910..917fc310b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk19/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk19/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java19 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk19/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk19/docker-compose.yml index 936e7d6b4..70a9abd5a 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk19/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk19/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-jdk19" + image: "epicmorg/debian:bookworm-jdk19" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-jdk19" + image: "epicmorg/debian:bookworm-develop-jdk19" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk20/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk20/Dockerfile index 69d52f101..5833797eb 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk20/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk20/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java20 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 1bde6a857..14013b67f 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk20/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk20/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java20 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk20/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk20/docker-compose.yml index 28547e05b..63b014dc7 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk20/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk20/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-jdk20" + image: "epicmorg/debian:bookworm-jdk20" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-jdk20" + image: "epicmorg/debian:bookworm-develop-jdk20" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk21/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk21/Dockerfile index ca115c0cd..9edb63b3f 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk21/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk21/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java21 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 9930db8bd..3db516cc9 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk21/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk21/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java21 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk21/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk21/docker-compose.yml index c9e876ba9..1c9fa280b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk21/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk21/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-jdk21" + image: "epicmorg/debian:bookworm-jdk21" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-jdk21" + image: "epicmorg/debian:bookworm-develop-jdk21" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk22/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk22/Dockerfile index bcb883441..725ecc1e6 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk22/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk22/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java22 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 6261fb33f..eaf6a391f 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk22/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk22/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java22 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk22/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk22/docker-compose.yml index ad82996e1..d273badb6 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk22/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk22/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-jdk22" + image: "epicmorg/debian:bookworm-jdk22" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-jdk22" + image: "epicmorg/debian:bookworm-develop-jdk22" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk23/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk23/Dockerfile index d0665f948..68dfbd3b7 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk23/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk23/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java23 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 a439920f9..b1b8663f4 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk23/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk23/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java23 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk23/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk23/docker-compose.yml index 0b699cee2..e0de41a56 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk23/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk23/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-jdk23" + image: "epicmorg/debian:bookworm-jdk23" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-jdk23" + image: "epicmorg/debian:bookworm-develop-jdk23" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk6/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk6/Dockerfile index a874e71ad..676805233 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -17,7 +17,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java6 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 8fa8a82c7..892582f97 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -17,7 +17,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java6 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk6/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk6/docker-compose.yml index ec04a81cc..b990825ce 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk6/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk6/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-jdk6" + image: "epicmorg/debian:bookworm-jdk6" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-jdk6" + image: "epicmorg/debian:bookworm-develop-jdk6" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk7/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk7/Dockerfile index f9d0922fa..9e5d16070 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -17,7 +17,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java7 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 036cf70a1..e105d6fec 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -17,7 +17,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java7 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk7/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk7/docker-compose.yml index 04b00a11b..bd1546826 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk7/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk7/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-jdk7" + image: "epicmorg/debian:bookworm-jdk7" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-jdk7" + image: "epicmorg/debian:bookworm-develop-jdk7" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk8/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk8/Dockerfile index b0ffbb271..a7fa0c02b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java8 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 c23563d62..887e871c7 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java8 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk8/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk8/docker-compose.yml index 5750e2ab0..a36549c71 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk8/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk8/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-jdk8" + image: "epicmorg/debian:bookworm-jdk8" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-jdk8" + image: "epicmorg/debian:bookworm-develop-jdk8" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/main/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/main/Dockerfile index f71f68e2f..1f76e1da0 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-slim +FROM epicmorg/debian:bookworm-slim LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/main/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/main/docker-compose.yml index 8ea91ebf1..d16af8ec7 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/main/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm" + image: "epicmorg/debian:bookworm" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/current/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/current/Dockerfile index c98a36af3..5376d9bde 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/current/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/current/Dockerfile @@ -1,10 +1,10 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=23 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.11.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.11.1 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/current/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/current/Dockerfile.develop index 1bcd9ff1c..69d058438 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/current/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/current/Dockerfile.develop @@ -1,10 +1,10 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=23 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.11.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.11.1 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/current/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/current/docker-compose.yml index abe4babff..0b115ab36 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/current/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/current/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-nodejs-current" + image: "epicmorg/debian:bookworm-nodejs-current" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-nodejs-current" + image: "epicmorg/debian:bookworm-develop-nodejs-current" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/lts/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/lts/Dockerfile index bf6ff4e39..b09efdb9d 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/lts/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/lts/Dockerfile @@ -1,10 +1,10 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=22 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.14.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.17.1 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/lts/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/lts/Dockerfile.develop index 2ab8e1bae..29e9db48c 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/lts/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/lts/Dockerfile.develop @@ -1,10 +1,10 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=22 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.14.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.17.1 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/lts/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/lts/docker-compose.yml index eae007965..7088e315b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/lts/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/lts/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-nodejs-lts" + image: "epicmorg/debian:bookworm-nodejs-lts" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-nodejs-lts" + image: "epicmorg/debian:bookworm-develop-nodejs-lts" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node0.12/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node0.12/Dockerfile index 099abca22..c1e2dc68a 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node0.12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node0.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node0.12/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node0.12/Dockerfile.develop index c159d6194..f3e27737c 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node0.12/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node0.12/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node0.12/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node0.12/docker-compose.yml index 0d4d8c3c8..ff602a729 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node0.12/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node0.12/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-nodejs0.12" + image: "epicmorg/debian:bookworm-nodejs0.12" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-nodejs0.12" + image: "epicmorg/debian:bookworm-develop-nodejs0.12" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node10/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node10/Dockerfile index 8b26d19ec..d86a74db5 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node10/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node10/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node10/Dockerfile.develop index 56ed8d1b2..193a4c788 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node10/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node10/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node10/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node10/docker-compose.yml index d4a91420f..99b2d3027 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node10/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node10/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-nodejs10" + image: "epicmorg/debian:bookworm-nodejs10" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-nodejs10" + image: "epicmorg/debian:bookworm-develop-nodejs10" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node11/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node11/Dockerfile index c84fc7859..a8eb706eb 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node11/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node11/Dockerfile.develop index 55920fd98..4cd18d710 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node11/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node11/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node11/docker-compose.yml index e7abc1beb..700e9c4e6 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node11/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node11/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-nodejs11" + image: "epicmorg/debian:bookworm-nodejs11" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-nodejs11" + image: "epicmorg/debian:bookworm-develop-nodejs11" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node12/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node12/Dockerfile index 3f25f7033..85643faf4 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node12/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node12/Dockerfile.develop index 902ae6901..3412e870f 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node12/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node12/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node12/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node12/docker-compose.yml index ca0a1198a..1ce6ebcf1 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node12/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node12/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-nodejs12" + image: "epicmorg/debian:bookworm-nodejs12" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-nodejs12" + image: "epicmorg/debian:bookworm-develop-nodejs12" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node13/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node13/Dockerfile index ebecef865..3a252dd8a 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node13/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node13/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node13/Dockerfile.develop index 3e62da90a..3bfc6142f 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node13/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node13/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node13/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node13/docker-compose.yml index 507256c53..e81466d7d 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node13/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node13/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-nodejs13" + image: "epicmorg/debian:bookworm-nodejs13" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-nodejs13" + image: "epicmorg/debian:bookworm-develop-nodejs13" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node14/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node14/Dockerfile index e2f0a9e5d..eab58810b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node14/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node14/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node14/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node14/Dockerfile.develop index 5a403a7ba..0152d3c9c 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node14/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node14/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node14/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node14/docker-compose.yml index 6100e2d86..1a8cb4422 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node14/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node14/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-nodejs14" + image: "epicmorg/debian:bookworm-nodejs14" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-nodejs14" + image: "epicmorg/debian:bookworm-develop-nodejs14" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node15/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node15/Dockerfile index 487b1fd8a..280f34300 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node15/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node15/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node15/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node15/Dockerfile.develop index 0aa06d1cf..84558e037 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node15/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node15/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node15/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node15/docker-compose.yml index f82d052ae..f20172760 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node15/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node15/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-nodejs15" + image: "epicmorg/debian:bookworm-nodejs15" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-nodejs15" + image: "epicmorg/debian:bookworm-develop-nodejs15" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node16/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node16/Dockerfile index 16247813b..d2cf3639d 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node16/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node16/Dockerfile.develop index 4a1ea7b82..ed41a7d06 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node16/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node16/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node16/docker-compose.yml index 1d7569377..36ceda510 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node16/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node16/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-nodejs16" + image: "epicmorg/debian:bookworm-nodejs16" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-nodejs16" + image: "epicmorg/debian:bookworm-develop-nodejs16" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node17/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node17/Dockerfile index 5a4d0a3d9..90588f031 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node17/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node17/Dockerfile.develop index 63118c4c3..bfdc1b9ce 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node17/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node17/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node17/docker-compose.yml index 7db892922..4202d336e 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node17/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node17/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-nodejs17" + image: "epicmorg/debian:bookworm-nodejs17" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-nodejs17" + image: "epicmorg/debian:bookworm-develop-nodejs17" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node18/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node18/Dockerfile index c3e0f899e..2ea37c8f4 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node18/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node18/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node18/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node18/Dockerfile.develop index 8051a2027..0666b1047 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node18/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node18/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node18/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node18/docker-compose.yml index 4d8e2494d..ab1e7015c 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node18/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node18/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-nodejs18" + image: "epicmorg/debian:bookworm-nodejs18" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-nodejs18" + image: "epicmorg/debian:bookworm-develop-nodejs18" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node19/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node19/Dockerfile index df87bb37b..09b81d105 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node19/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node19/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node19/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node19/Dockerfile.develop index b3db8850d..093d6ae8f 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node19/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node19/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node19/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node19/docker-compose.yml index 111bce21e..8da36f4ef 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node19/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node19/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-nodejs19" + image: "epicmorg/debian:bookworm-nodejs19" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-nodejs19" + image: "epicmorg/debian:bookworm-develop-nodejs19" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node20/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node20/Dockerfile index 281d06b1d..ddddad977 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node20/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node20/Dockerfile @@ -1,10 +1,10 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=20 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.19.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.19.4 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node20/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node20/Dockerfile.develop index 6f5a3eeb8..f6717b88c 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node20/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node20/Dockerfile.develop @@ -1,10 +1,10 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=20 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.19.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.19.4 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node20/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node20/docker-compose.yml index 1b2e28379..e079b1705 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node20/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node20/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-nodejs20" + image: "epicmorg/debian:bookworm-nodejs20" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-nodejs20" + image: "epicmorg/debian:bookworm-develop-nodejs20" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node21/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node21/Dockerfile index 83c783d5c..57bf5ef40 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node21/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node21/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node21/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node21/Dockerfile.develop index 2ab5c5597..13dab3692 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node21/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node21/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node21/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node21/docker-compose.yml index 29191a812..00c7b9fea 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node21/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node21/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-nodejs21" + image: "epicmorg/debian:bookworm-nodejs21" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-nodejs21" + image: "epicmorg/debian:bookworm-develop-nodejs21" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node22/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node22/Dockerfile index 39cde3b73..8ec906079 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node22/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node22/Dockerfile @@ -1,10 +1,10 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=22 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.14.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.17.1 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node22/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node22/Dockerfile.develop index 80ba14bb3..3b2599e6b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node22/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node22/Dockerfile.develop @@ -1,10 +1,10 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=22 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.14.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.17.1 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node22/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node22/docker-compose.yml index fec117814..b54019fac 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node22/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node22/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-nodejs22" + image: "epicmorg/debian:bookworm-nodejs22" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-nodejs22" + image: "epicmorg/debian:bookworm-develop-nodejs22" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node23/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node23/Dockerfile index c98a36af3..5376d9bde 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node23/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node23/Dockerfile @@ -1,10 +1,10 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=23 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.11.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.11.1 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node23/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node23/Dockerfile.develop index 1bcd9ff1c..69d058438 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node23/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node23/Dockerfile.develop @@ -1,10 +1,10 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=23 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.11.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.11.1 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node23/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node23/docker-compose.yml index 628407c75..02c36e5e5 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node23/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node23/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-nodejs23" + image: "epicmorg/debian:bookworm-nodejs23" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-nodejs23" + image: "epicmorg/debian:bookworm-develop-nodejs23" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node24/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node24/Dockerfile new file mode 100644 index 000000000..fcce26bec --- /dev/null +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node24/Dockerfile @@ -0,0 +1,45 @@ +FROM epicmorg/debian:bookworm +LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" + +ARG DEBIAN_FRONTEND=noninteractive + +ARG K_NODE_MAJOR_VERSION=24 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.4.1 +ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz +ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz + +################################################################## +# Node.js 24.x +################################################################## +RUN groupadd -g 1337 node && \ + useradd -u 1337 --gid node --shell /bin/bash --create-home node + +ADD ${K_NODE_URL} /tmp +ADD ${K_NODE_HEADERS_URL} /tmp + +RUN tar -xzf /tmp/node-v${K_NODE_VERSION}-linux-x64.tar.gz --strip-components=1 --directory /usr/local && \ + tar -xzf /tmp/node-v${K_NODE_VERSION}-headers.tar.gz --strip-components=1 --directory /usr/local && \ + rm -rfv /usr/local/CHANGELOG.md /usr/local/LICENSE /usr/local/README.md + +RUN npm install -g pnpm yarn + +################################################################## +# Version after install +################################################################## +RUN echo "=============================================" && \ + echo node $(node --version) && \ + echo npm $(npm --version) && \ + echo yarn $(yarn --version) && \ + echo pnpm $(pnpm --version) && \ + echo "=============================================" + +################################################################## +# Cleanup +################################################################## +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /var/cache/apt/archives/*.deb && \ + rm -rfv /root/tmp/* && \ + rm -rfv /tmp/* diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node24/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node24/Dockerfile.develop new file mode 100644 index 000000000..1e225981d --- /dev/null +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node24/Dockerfile.develop @@ -0,0 +1,45 @@ +FROM epicmorg/debian:bookworm-develop +LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" + +ARG DEBIAN_FRONTEND=noninteractive + +ARG K_NODE_MAJOR_VERSION=24 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.4.1 +ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz +ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz + +################################################################## +# Node.js 24.x +################################################################## +RUN groupadd -g 1337 node && \ + useradd -u 1337 --gid node --shell /bin/bash --create-home node + +ADD ${K_NODE_URL} /tmp +ADD ${K_NODE_HEADERS_URL} /tmp + +RUN tar -xzf /tmp/node-v${K_NODE_VERSION}-linux-x64.tar.gz --strip-components=1 --directory /usr/local && \ + tar -xzf /tmp/node-v${K_NODE_VERSION}-headers.tar.gz --strip-components=1 --directory /usr/local && \ + rm -rfv /usr/local/CHANGELOG.md /usr/local/LICENSE /usr/local/README.md + +RUN npm install -g pnpm yarn + +################################################################## +# Version after install +################################################################## +RUN echo "=============================================" && \ + echo node $(node --version) && \ + echo npm $(npm --version) && \ + echo yarn $(yarn --version) && \ + echo pnpm $(pnpm --version) && \ + echo "=============================================" + +################################################################## +# Cleanup +################################################################## +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /var/cache/apt/archives/*.deb && \ + rm -rfv /root/tmp/* && \ + rm -rfv /tmp/* diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node24/Makefile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node24/Makefile new file mode 100644 index 000000000..1e4371492 --- /dev/null +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node24/Makefile @@ -0,0 +1,44 @@ +all: app + +app: + make pip + make build + make deploy + make clean + +build: + make build-buildah + +deploy: + make deploy-buildah + +build-buildah: + buildah-wrapper --build + +deploy-buildah: + buildah-wrapper --deploy + +build-kaniko: + kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:debug --dry-run + +deploy-kaniko: + kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:debug + +build-compose: + docker-compose build --compress --parallel --progress plain + +deploy-compose: + docker-compose push + +clean: + docker container prune -f + docker image prune -f + docker network prune -f + docker volume prune -f + docker system prune -af + buildah rm -a + buildah rmi -a + +pip: + pip3 install --break-system-packages --no-cache-dir kaniko-wrapper buildah-wrapper + pip install --break-system-packages --no-cache-dir kaniko-wrapper buildah-wrapper \ No newline at end of file diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node24/README.md b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node24/README.md new file mode 100644 index 000000000..b53fe01e8 --- /dev/null +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node24/README.md @@ -0,0 +1,93 @@ +## TeamCity Minimal Build Agent + +[](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) + +This is an official [JetBrains TeamCity](https://www.jetbrains.com/teamcity/) minimal build agent image. + + More details about tags and components are [here](https://github.com/JetBrains/teamcity-docker-images/blob/master/generated/teamcity-minimal-agent.md). + +The [TeamCity build agent](https://www.jetbrains.com/help/teamcity/build-agent.html) connects to the TeamCity server and spawns the actual build processes. +You can use the ```jetbrains/teamcity-server``` image to run a TeamCity server. + +This minimal image adds just a TeamCity agent without any tools like VCS clients, etc. It is suitable for simple builds and can serve as a base for your custom images. For Java or .NET development we recommend using the default build agent image [jetbrains/teamcity-agent](https://hub.docker.com/r/jetbrains/teamcity-agent/). + +## How to Use This Image + +Pull the TeamCity minimal image from the Docker Hub Repository: + +``` +jetbrains/teamcity-minimal-agent +``` +  +and use the following command to start a container with TeamCity agent running inside +a Linux container: + +``` +docker run -it -e SERVER_URL="" \ + -v :/data/teamcity_agent/conf \ + jetbrains/teamcity-minimal-agent +``` +  +or a Windows container: +``` +docker run -it -e SERVER_URL="" + -v :C:/BuildAgent/conf + jetbrains/teamcity-minimal-agent +``` +where `` is the full URL for TeamCity server, accessible by the agent. Note that `localhost` will not generally not work as it will refer to the `localhost` inside the container. +`` is the host machine directory to serve as the TeamCity agent config directory. We recommend providing this binding in order to persist the agent configuration, e.g. authorization on the server. Note that you should map a different folder for every new agent you create. + +Since version 2020.1, TeamCity agent Docker images __run under a non-root user__. Refer to our [upgrade notes](https://www.jetbrains.com/help/teamcity/upgrade-notes.html#UpgradeNotes-AgentDockerimagesrunundernon-rootuser) for information on possible affected use cases. + +When you run the agent for the first time, you should authorize it via the TeamCity server UI: go to the **Unauthorized Agents** page in your browser. See [more details](https://www.jetbrains.com/help/teamcity/build-agent.html). + +All information about agent authorization is stored in agent's configuration folder. If you stop the container with the agent and then start a new one with the same config folder, the agent's name and authorization state will be preserved. + +TeamCity agent does not need manual upgrade: it will upgrade itself automatically on connecting to an upgraded server. + +### Agent Image Environment Variables + +- **SERVER_URL** - URL of the TeamCity server agent will connect to +- **AGENT_NAME** - (optional) Name of the agent in TeamCity UI, autogenerated if omitted +- **AGENT_TOKEN** - (optional) Agent authorization token, if unset, the agent should be [authorized](https://www.jetbrains.com/help/teamcity/build-agent.html#BuildAgent-BuildAgentStatus) via TeamCity UI. +- **OWN_ADDRESS** - (optional, linux only) IP address build agent binds to, autodetected +- **OWN_PORT** - (optional, linux only) Port build agent binds to, 9090 by default + +### Windows Containers Limitations + +The details on the known problems in Windows containers are available in the [TeamCity documentation](https://www.jetbrains.com/help/teamcity/known-issues.html#KnownIssues-WindowsDockerContainers). + +## Customization + +You can customize the image via the usual Docker procedure: + +1. Run the image +``` +docker run -it -e SERVER_URL="" \ + -v :/data/teamcity_agent/conf \ + --name="my-customized-agent" \ + jetbrains/teamcity-minimal-agent \ +``` +2. Enter the container +``` +docker exec -it my-customized-agent bash +``` + +3. Change whatever you need +4. Exit and [create a new image](https://docs.docker.com/engine/reference/commandline/commit/) from the container +``` +docker commit my-customized-agent +``` + +## License + +The image is available under the [TeamCity license](https://www.jetbrains.com/teamcity/buy/license.html). +TeamCity is free for perpetual use with the limitation of 100 build configurations (jobs) and 3 agents. [Licensing details](https://www.jetbrains.com/help/teamcity/licensing-policy.html). + +## Feedback + +Report issues of suggestions to the official TeamCity [issue tracker](https://youtrack.jetbrains.com/issues/TW). + +## Other TeamCity Images +* [TeamCity Server](https://hub.docker.com/r/jetbrains/teamcity-server/) +* [Build Agent](https://hub.docker.com/r/jetbrains/teamcity-agent/) diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node24/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node24/docker-compose.yml new file mode 100644 index 000000000..0b8ced1e0 --- /dev/null +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node24/docker-compose.yml @@ -0,0 +1,10 @@ +services: + app: + image: "epicmorg/debian:bookworm-nodejs24" + build: + context: . + app-develop: + image: "epicmorg/debian:bookworm-develop-nodejs24" + build: + context: . + dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node4/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node4/Dockerfile index 823233fba..af43dc83d 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node4/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node4/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node4/Dockerfile.develop index c288b6b8f..baaa6346e 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node4/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node4/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node4/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node4/docker-compose.yml index 2ee6179d8..b9dfda4cf 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node4/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node4/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-nodejs4" + image: "epicmorg/debian:bookworm-nodejs4" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-nodejs4" + image: "epicmorg/debian:bookworm-develop-nodejs4" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node5/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node5/Dockerfile index 22e3efdfd..afd792aab 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node5/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node5/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node5/Dockerfile.develop index e3299ad38..9ceca2e83 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node5/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node5/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node5/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node5/docker-compose.yml index ffb5e701f..bc7673a92 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node5/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node5/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-nodejs5" + image: "epicmorg/debian:bookworm-nodejs5" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-nodejs5" + image: "epicmorg/debian:bookworm-develop-nodejs5" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node6/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node6/Dockerfile index f48287c0b..151b55a47 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node6/Dockerfile.develop index 5352ff5c7..0f12c1c65 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node6/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node6/docker-compose.yml index 5dcaf7bde..cad7219f6 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node6/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node6/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-nodejs6" + image: "epicmorg/debian:bookworm-nodejs6" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-nodejs6" + image: "epicmorg/debian:bookworm-develop-nodejs6" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node7/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node7/Dockerfile index 1b6b9a8b6..82832922e 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node7/Dockerfile.develop index 647b4da5e..810ca360f 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node7/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node7/docker-compose.yml index 46bd01eb8..6b31f91b0 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node7/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node7/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-nodejs7" + image: "epicmorg/debian:bookworm-nodejs7" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-nodejs7" + image: "epicmorg/debian:bookworm-develop-nodejs7" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node8/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node8/Dockerfile index 10c931e56..3f5933528 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node8/Dockerfile.develop index 366d464f8..a2902c284 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node8/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node8/docker-compose.yml index 49d2e9358..ca59162a1 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node8/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node8/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-nodejs8" + image: "epicmorg/debian:bookworm-nodejs8" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-nodejs8" + image: "epicmorg/debian:bookworm-develop-nodejs8" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node9/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node9/Dockerfile index 37c0d0cd6..408bc952c 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node9/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node9/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node9/Dockerfile.develop index e72a83487..7f46f9fd6 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node9/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node9/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node9/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node9/docker-compose.yml index 445c88703..3b0285c4d 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node9/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node9/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-nodejs9" + image: "epicmorg/debian:bookworm-nodejs9" build: context: . app-develop: - image: "quay.io/epicmorg/debian:bookworm-develop-nodejs9" + image: "epicmorg/debian:bookworm-develop-nodejs9" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.5/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.5/Dockerfile index 66df90c2c..2f0836284 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.5/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.5/Dockerfile.dev b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.5/Dockerfile.dev index a2e95a514..ad54fae72 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.5/Dockerfile.dev +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.5/Dockerfile.dev @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bullseye-develop AS builder +FROM epicmorg/debian:bullseye-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.5/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.5/docker-compose.yml index 9bc693be2..baaf36873 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.5/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.5/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-php5.5" + image: "epicmorg/debian:bookworm-php5.5" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.6/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.6/Dockerfile index e8d823526..6f6e1268d 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.6/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.6/docker-compose.yml index cd9dbaae1..372239e54 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.6/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php5.6/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-php5.6" + image: "epicmorg/debian:bookworm-php5.6" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.0/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.0/Dockerfile index 83c7d1c5f..13749085b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.0/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop AS builder +FROM epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -91,7 +91,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.0/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.0/docker-compose.yml index 5d8004e30..84e36e33d 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.0/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.0/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-php7.0" + image: "epicmorg/debian:bookworm-php7.0" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.1/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.1/Dockerfile index 52b352c95..d2649e634 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.1/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop AS builder +FROM epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -91,7 +91,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.1/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.1/docker-compose.yml index ec098599d..111d9aa97 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.1/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.1/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-php7.1" + image: "epicmorg/debian:bookworm-php7.1" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.2/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.2/Dockerfile index e0e1ecc14..b061a98ec 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.2/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop AS builder +FROM epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -90,7 +90,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.2/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.2/docker-compose.yml index 90cf42772..703731416 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.2/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.2/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-php7.2" + image: "epicmorg/debian:bookworm-php7.2" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.3/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.3/Dockerfile index 36231ae75..03936e860 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.3/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop AS builder +FROM epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -90,7 +90,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.3/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.3/docker-compose.yml index 7ef974eda..8c509435d 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.3/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.3/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-php7.3" + image: "epicmorg/debian:bookworm-php7.3" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.4/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.4/Dockerfile index 980235c70..e445ddd20 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.4/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop AS builder +FROM epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -96,7 +96,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.4/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.4/docker-compose.yml index cfc15b726..23bb58940 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.4/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php7.4/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-php7.4" + image: "epicmorg/debian:bookworm-php7.4" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.0/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.0/Dockerfile index 53cbc6077..02f7d1979 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.0/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.0/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.0/docker-compose.yml index cdbcb049b..5f035fea3 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.0/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.0/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-php8.0" + image: "epicmorg/debian:bookworm-php8.0" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.1/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.1/Dockerfile index a2b48320f..f5d3cd8cb 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.1/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.1/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.1/docker-compose.yml index 1603a7f38..7607a4737 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.1/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.1/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-php8.1" + image: "epicmorg/debian:bookworm-php8.1" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.2/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.2/Dockerfile index 41f77ce1e..c43391be9 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.2/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.2/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.2/docker-compose.yml index 300fb8acf..21f0c3ea1 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.2/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.2/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-php8.2" + image: "epicmorg/debian:bookworm-php8.2" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.3/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.3/Dockerfile index 166e4fcdf..cf13cbb6f 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.3/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.3/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.3/docker-compose.yml index 9ef476311..9f125c626 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.3/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.3/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-php8.3" + image: "epicmorg/debian:bookworm-php8.3" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.4/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.4/Dockerfile index a8204e6e7..ce44e0824 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.4/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.4/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.4/docker-compose.yml index 1a121b60a..43f95a9e4 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.4/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/php/php8.4/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-php8.4" + image: "epicmorg/debian:bookworm-php8.4" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/2.6/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/2.6/Dockerfile index dccb30821..18851da57 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/2.6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/2.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop as builder +FROM epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -59,7 +59,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/2.6/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/python/2.6/docker-compose.yml index f0d7511c8..3a0db954e 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/2.6/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/2.6/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-python-2.6" + image: "epicmorg/debian:bookworm-python-2.6" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/2.7/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/2.7/Dockerfile index 88c3b6cf3..9bd4b0da9 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/2.7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/2.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop as builder +FROM epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -64,7 +64,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/2.7/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/python/2.7/docker-compose.yml index 3c66e07c5..100d0202c 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/2.7/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/2.7/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-python-2.7" + image: "epicmorg/debian:bookworm-python-2.7" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.0/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.0/Dockerfile index dc7ff331f..47eee105f 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.0/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop as builder +FROM epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -70,7 +70,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.0/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.0/docker-compose.yml index ef6ce2e19..5d467e2db 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.0/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.0/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-python-3.0" + image: "epicmorg/debian:bookworm-python-3.0" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.1/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.1/Dockerfile index 491e34132..d295c8e7e 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.1/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop as builder +FROM epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -70,7 +70,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.1/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.1/docker-compose.yml index 9053beea4..8d5da63ad 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.1/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.1/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-python-3.1" + image: "epicmorg/debian:bookworm-python-3.1" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.10/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.10/Dockerfile index 377e8acde..efa89ea6a 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.10/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop as builder +FROM epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -25,7 +25,7 @@ ARG LD_CONF_DIR=/etc/ld.so.conf.d/ ENV REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt ENV PYTHON_VERSION=3.10 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.17 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.18 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src @@ -80,7 +80,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm RUN apt-get remove -y python3-pip @@ -90,8 +90,9 @@ ARG LD_CONF_DIR=/etc/ld.so.conf.d/ ################################################################## # OpenSSL 3.4 ################################################################## -ENV OPENSSL_34_VERSION=3.4.1 -ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_VERSION} +ENV OPENSSL_34_MIN_VERSION=3.4 +ENV OPENSSL_34_VERSION=${OPENSSL_34_MIN_VERSION}.2 +ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_MIN_VERSION} ENV OPENSSL_34_BIN_DIR=${OPENSSL_34_DIR}/bin ENV OPENSSL_34_INC_DIR=${OPENSSL_34_DIR}/include ENV OPENSSL_34_LIB_DIR=${OPENSSL_34_DIR}/lib64 @@ -102,7 +103,7 @@ ENV OPENSSL_34_SRC_DIR=/usr/local/src/openssl/${OPENSSL_34_VERSION} ################################################################## ENV REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt ENV PYTHON_VERSION=3.10 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.17 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.18 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.10/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.10/docker-compose.yml index 94fe64bfe..67f1a42f7 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.10/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.10/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-python-3.10" + image: "epicmorg/debian:bookworm-python-3.10" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.11/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.11/Dockerfile index 13ef2805a..836b47981 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop as builder +FROM epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -25,7 +25,7 @@ ARG LD_CONF_DIR=/etc/ld.so.conf.d/ ENV REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt ENV PYTHON_VERSION=3.11 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.12 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.13 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src @@ -80,7 +80,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm RUN apt-get remove -y python3-pip @@ -90,8 +90,9 @@ ARG LD_CONF_DIR=/etc/ld.so.conf.d/ ################################################################## # OpenSSL 3.4 ################################################################## -ENV OPENSSL_34_VERSION=3.4.1 -ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_VERSION} +ENV OPENSSL_34_MIN_VERSION=3.4 +ENV OPENSSL_34_VERSION=${OPENSSL_34_MIN_VERSION}.2 +ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_MIN_VERSION} ENV OPENSSL_34_BIN_DIR=${OPENSSL_34_DIR}/bin ENV OPENSSL_34_INC_DIR=${OPENSSL_34_DIR}/include ENV OPENSSL_34_LIB_DIR=${OPENSSL_34_DIR}/lib64 @@ -102,7 +103,7 @@ ENV OPENSSL_34_SRC_DIR=/usr/local/src/openssl/${OPENSSL_34_VERSION} ################################################################## ENV REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt ENV PYTHON_VERSION=3.11 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.12 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.13 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.11/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.11/docker-compose.yml index f2930f4b4..ef49818ce 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.11/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.11/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-python-3.11" + image: "epicmorg/debian:bookworm-python-3.11" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.12/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.12/Dockerfile index bab19ded7..02494ef9e 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop as builder +FROM epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -25,7 +25,7 @@ ARG LD_CONF_DIR=/etc/ld.so.conf.d/ ENV REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt ENV PYTHON_VERSION=3.12 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.10 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.11 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src @@ -80,7 +80,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm RUN apt-get remove -y python3-pip @@ -90,8 +90,9 @@ ARG LD_CONF_DIR=/etc/ld.so.conf.d/ ################################################################## # OpenSSL 3.4 ################################################################## -ENV OPENSSL_34_VERSION=3.4.1 -ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_VERSION} +ENV OPENSSL_34_MIN_VERSION=3.4 +ENV OPENSSL_34_VERSION=${OPENSSL_34_MIN_VERSION}.2 +ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_MIN_VERSION} ENV OPENSSL_34_BIN_DIR=${OPENSSL_34_DIR}/bin ENV OPENSSL_34_INC_DIR=${OPENSSL_34_DIR}/include ENV OPENSSL_34_LIB_DIR=${OPENSSL_34_DIR}/lib64 @@ -102,7 +103,7 @@ ENV OPENSSL_34_SRC_DIR=/usr/local/src/openssl/${OPENSSL_34_VERSION} ################################################################## ENV REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt ENV PYTHON_VERSION=3.12 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.10 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.11 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.12/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.12/docker-compose.yml index caa241268..bbe553058 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.12/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.12/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-python-3.12" + image: "epicmorg/debian:bookworm-python-3.12" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.13/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.13/Dockerfile index adfeee32e..1d659df63 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.13/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop as builder +FROM epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -25,7 +25,7 @@ ARG LD_CONF_DIR=/etc/ld.so.conf.d/ ENV REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt ENV PYTHON_VERSION=3.13 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.3 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.5 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src @@ -80,7 +80,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm RUN apt-get remove -y python3-pip @@ -90,8 +90,9 @@ ARG LD_CONF_DIR=/etc/ld.so.conf.d/ ################################################################## # OpenSSL 3.4 ################################################################## -ENV OPENSSL_34_VERSION=3.4.1 -ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_VERSION} +ENV OPENSSL_34_MIN_VERSION=3.4 +ENV OPENSSL_34_VERSION=${OPENSSL_34_MIN_VERSION}.2 +ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_MIN_VERSION} ENV OPENSSL_34_BIN_DIR=${OPENSSL_34_DIR}/bin ENV OPENSSL_34_INC_DIR=${OPENSSL_34_DIR}/include ENV OPENSSL_34_LIB_DIR=${OPENSSL_34_DIR}/lib64 @@ -102,7 +103,7 @@ ENV OPENSSL_34_SRC_DIR=/usr/local/src/openssl/${OPENSSL_34_VERSION} ################################################################## ENV REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt ENV PYTHON_VERSION=3.13 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.3 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.5 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.13/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.13/docker-compose.yml index 663ad5698..d4a4f68f3 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.13/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.13/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-python-3.13" + image: "epicmorg/debian:bookworm-python-3.13" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.2/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.2/Dockerfile index 6e1362df0..4e2c4a734 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.2/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop as builder +FROM epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -73,7 +73,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.2/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.2/docker-compose.yml index 4a81ecf17..66e7b2304 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.2/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.2/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-python-3.2" + image: "epicmorg/debian:bookworm-python-3.2" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.3/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.3/Dockerfile index 374579939..a8eb214d7 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.3/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop as builder +FROM epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -72,7 +72,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.3/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.3/docker-compose.yml index a2fbe5fe2..279eab128 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.3/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.3/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-python-3.3" + image: "epicmorg/debian:bookworm-python-3.3" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.4/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.4/Dockerfile index 18b04f662..0ac39809d 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.4/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop as builder +FROM epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -73,7 +73,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.4/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.4/docker-compose.yml index 4be900bf6..927f456b2 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.4/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.4/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-python-3.4" + image: "epicmorg/debian:bookworm-python-3.4" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.5/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.5/Dockerfile index 3edb0c0b5..3c6b97f8a 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.5/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop as builder +FROM epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -75,7 +75,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.5/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.5/docker-compose.yml index 07aba1652..c8bfb6cc0 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.5/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.5/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-python-3.5" + image: "epicmorg/debian:bookworm-python-3.5" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.6/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.6/Dockerfile index 8b97c0cf1..0d76c3107 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop as builder +FROM epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -76,7 +76,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.6/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.6/docker-compose.yml index c272edd7c..524d93614 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.6/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.6/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-python-3.6" + image: "epicmorg/debian:bookworm-python-3.6" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.7/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.7/Dockerfile index 021e90dad..f547c995e 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop as builder +FROM epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -80,7 +80,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.7/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.7/docker-compose.yml index c4a03499a..dba77a4da 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.7/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.7/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-python-3.7" + image: "epicmorg/debian:bookworm-python-3.7" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.8/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.8/Dockerfile index 73e37c102..deb05d3ae 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop as builder +FROM epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -80,7 +80,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.8/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.8/docker-compose.yml index f54abe6b4..943a4b5d6 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.8/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.8/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-python-3.8" + image: "epicmorg/debian:bookworm-python-3.8" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.9/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.9/Dockerfile index 602f97b95..665ec5c46 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.9/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop as builder +FROM epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -25,7 +25,7 @@ ARG LD_CONF_DIR=/etc/ld.so.conf.d/ ENV REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt ENV PYTHON_VERSION=3.9 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.22 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.23 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src @@ -80,7 +80,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm RUN apt-get remove -y python3-pip @@ -102,7 +102,7 @@ ENV OPENSSL_111_SRC_DIR=/usr/local/src/openssl/${OPENSSL_111_VERSION} ################################################################## ENV REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt ENV PYTHON_VERSION=3.9 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.22 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.23 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.9/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.9/docker-compose.yml index 54a49ca5c..34f6a5939 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.9/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/python/3.9/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-python-3.9" + image: "epicmorg/debian:bookworm-python-3.9" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/slim/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/slim/docker-compose.yml index 3d2b1b650..ff66149cf 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/slim/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/slim/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:bookworm-slim" + image: "epicmorg/debian:bookworm-slim" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/develop/Dockerfile index 20ad3774f..8638ca3e5 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/develop/Dockerfile @@ -1,7 +1,7 @@ ################################################################## # Temp Layer - Dirty Hack ################################################################## -FROM quay.io/epicmorg/debian:bookworm as temp-dpkg +FROM epicmorg/debian:bookworm as temp-dpkg RUN mkdir -p /tmp/debs WORKDIR /tmp/debs RUN cd /tmp/debs && \ @@ -12,7 +12,7 @@ RUN cd /tmp/debs && \ ################################################################## # Main Layer ################################################################## -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -29,58 +29,74 @@ ARG STEAM_RUNTIME_SDK_URL=http://media.steampowered.com/client/runtime/steam-run ARG STEAM_RUNTIME_SDK_TEMP=/tmp/steam-runtime-sdk_latest.tar.xz # cmake compiller -ENV CMAKE_3_31_VERSION=3.31.6 -ENV CMAKE_3_31_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_31_VERSION} +ENV CMAKE_4_0_MIN_VERSION=4.0 +ENV CMAKE_4_0_VERSION=${CMAKE_4_0_MIN_VERSION}.3 +ENV CMAKE_4_0_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_4_0_MIN_VERSION} +ARG CMAKE_4_0_BIN_DIR=${CMAKE_4_0_DIR}/bin +ARG CMAKE_4_0_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_4_0_VERSION}/cmake-${CMAKE_4_0_VERSION}-linux-x86_64.tar.gz +ARG CMAKE_4_0_TEMP=/tmp/cmake-${CMAKE_4_0_VERSION}-linux-x86_64.tar.gz + +# cmake compiller +ENV CMAKE_3_31_MIN_VERSION=3.31 +ENV CMAKE_3_31_VERSION=${CMAKE_3_31_MIN_VERSION}.8 +ENV CMAKE_3_31_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_31_MIN_VERSION} ARG CMAKE_3_31_BIN_DIR=${CMAKE_3_31_DIR}/bin ARG CMAKE_3_31_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_31_VERSION}/cmake-${CMAKE_3_31_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_31_TEMP=/tmp/cmake-${CMAKE_3_31_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_30_VERSION=3.30.8 -ENV CMAKE_3_30_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_30_VERSION} +ENV CMAKE_3_30_MIN_VERSION=3.30 +ENV CMAKE_3_30_VERSION=${CMAKE_3_30_MIN_VERSION}.9 +ENV CMAKE_3_30_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_30_MIN_VERSION} ARG CMAKE_3_30_BIN_DIR=${CMAKE_3_30_DIR}/bin ARG CMAKE_3_30_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_30_VERSION}/cmake-${CMAKE_3_30_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_30_TEMP=/tmp/cmake-${CMAKE_3_30_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_21_VERSION=3.21.7 -ENV CMAKE_3_21_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_21_VERSION} +ENV CMAKE_3_21_MIN_VERSION=3.21 +ENV CMAKE_3_21_VERSION=${CMAKE_3_21_MIN_VERSION}.7 +ENV CMAKE_3_21_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_21_MIN_VERSION} ARG CMAKE_3_21_BIN_DIR=${CMAKE_3_21_DIR}/bin ARG CMAKE_3_21_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_21_VERSION}/cmake-${CMAKE_3_21_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_21_TEMP=/tmp/cmake-${CMAKE_3_21_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_20_VERSION=3.20.6 -ENV CMAKE_3_20_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_20_VERSION} +ENV CMAKE_3_20_MIN_VERSION=3.20 +ENV CMAKE_3_20_VERSION=${CMAKE_3_20_MIN_VERSION}.6 +ENV CMAKE_3_20_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_20_MIN_VERSION} ARG CMAKE_3_20_BIN_DIR=${CMAKE_3_20_DIR}/bin ARG CMAKE_3_20_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_20_VERSION}/cmake-${CMAKE_3_20_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_20_TEMP=/tmp/cmake-${CMAKE_3_20_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_19_VERSION=3.19.8 -ENV CMAKE_3_19_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_19_VERSION} +ENV CMAKE_3_19_MIN_VERSION=3.19 +ENV CMAKE_3_19_VERSION=${CMAKE_3_19_MIN_VERSION}.8 +ENV CMAKE_3_19_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_19_MIN_VERSION} ARG CMAKE_3_19_BIN_DIR=${CMAKE_3_19_DIR}/bin ARG CMAKE_3_19_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_19_VERSION}/cmake-${CMAKE_3_19_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_19_TEMP=/tmp/cmake-${CMAKE_3_19_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_18_VERSION=3.18.6 -ENV CMAKE_3_18_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_18_VERSION} +ENV CMAKE_3_18_MIN_VERSION=3.18 +ENV CMAKE_3_18_VERSION=${CMAKE_3_18_MIN_VERSION}.6 +ENV CMAKE_3_18_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_18_MIN_VERSION} ARG CMAKE_3_18_BIN_DIR=${CMAKE_3_18_DIR}/bin ARG CMAKE_3_18_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_18_VERSION}/cmake-${CMAKE_3_18_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_18_TEMP=/tmp/cmake-${CMAKE_3_18_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_16_VERSION=3.16.9 -ENV CMAKE_3_16_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_16_VERSION} +ENV CMAKE_3_16_MIN_VERSION=3.16 +ENV CMAKE_3_16_VERSION=${CMAKE_3_16_MIN_VERSION}.9 +ENV CMAKE_3_16_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_16_MIN_VERSION} ARG CMAKE_3_16_BIN_DIR=${CMAKE_3_16_DIR}/bin ARG CMAKE_3_16_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_16_VERSION}/cmake-${CMAKE_3_16_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_16_TEMP=/tmp/cmake-${CMAKE_3_16_VERSION}-linux-x86_64.tar.gz # flutter source tarball -ENV FLUTTER_VERSION=3.29.3 ENV FLUTTER_CHANNEL=stable -ENV FLUTTER_DIR=${EMG_LOCAL_BASE_DIR}/flutter/${FLUTTER_VERSION} +ENV FLUTTER_MIN_VERSION=3.32 +ENV FLUTTER_VERSION=${FLUTTER_MIN_VERSION}.8 +ENV FLUTTER_DIR=${EMG_LOCAL_BASE_DIR}/flutter/${FLUTTER_MIN_VERSION} ARG FLUTTER_BIN_DIR=${FLUTTER_DIR}/bin ARG FLUTTER_DOWNLOAD_URL=https://storage.googleapis.com/flutter_infra_release/releases/${FLUTTER_CHANNEL}/linux/flutter_linux_${FLUTTER_VERSION}-${FLUTTER_CHANNEL}.tar.xz ARG FLUTTER_TEMP=/tmp/flutter_linux_${FLUTTER_VERSION}-${FLUTTER_CHANNEL}.tar.xz @@ -93,8 +109,9 @@ ARG NINJA_DOWNLOAD_URL=https://github.com/ninja-build/ninja/releases/download/v$ ARG NINJA_TEMP=/tmp/ninja-linux.zip # GO source tarball -ENV GO_VERSION=1.24.2 -ENV GO_DIR=${EMG_LOCAL_BASE_DIR}/go/${GO_VERSION} +ENV GO_MIN_VERSION=1.24 +ENV GO_VERSION=${GO_MIN_VERSION}.5 +ENV GO_DIR=${EMG_LOCAL_BASE_DIR}/go/${GO_MIN_VERSION} ARG GO_BIN_DIR=${GO_DIR}/bin ARG GO_PATH_DIR=${GO_DIR}/gopath ARG GO_PATH_BIN_DIR=${GO_PATH_DIR}/bin @@ -256,8 +273,9 @@ ARG OPENSSL_111_TEMP=/tmp/openssl-${OPENSSL_111_VERSION}w.tar.gz ARG OPENSSL_111_TEMP_SRC=/tmp/openssl-${OPENSSL_111_VERSION}w # OpenSSL 3.0 -ENV OPENSSL_30_VERSION=3.0.16 -ENV OPENSSL_30_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_30_VERSION} +ENV OPENSSL_30_MIN_VERSION=3.0 +ENV OPENSSL_30_VERSION=${OPENSSL_30_MIN_VERSION}.17 +ENV OPENSSL_30_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_30_MIN_VERSION} ENV OPENSSL_30_BIN_DIR=${OPENSSL_30_DIR}/bin ENV OPENSSL_30_INC_DIR=${OPENSSL_30_DIR}/include ENV OPENSSL_30_LIB_DIR=${OPENSSL_30_DIR}/lib64 @@ -267,8 +285,9 @@ ARG OPENSSL_30_TEMP=/tmp/openssl-${OPENSSL_30_VERSION}.tar.gz ARG OPENSSL_30_TEMP_SRC=/tmp/openssl-${OPENSSL_30_VERSION} # OpenSSL 3.1 -ENV OPENSSL_31_VERSION=3.1.8 -ENV OPENSSL_31_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_31_VERSION} +ENV OPENSSL_31_MIN_VERSION=3.1 +ENV OPENSSL_31_VERSION=${OPENSSL_31_MIN_VERSION}.8 +ENV OPENSSL_31_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_31_MIN_VERSION} ENV OPENSSL_31_BIN_DIR=${OPENSSL_31_DIR}/bin ENV OPENSSL_31_INC_DIR=${OPENSSL_31_DIR}/include ENV OPENSSL_31_LIB_DIR=${OPENSSL_31_DIR}/lib64 @@ -278,8 +297,9 @@ ARG OPENSSL_31_TEMP=/tmp/openssl-${OPENSSL_31_VERSION}.tar.gz ARG OPENSSL_31_TEMP_SRC=/tmp/openssl-${OPENSSL_31_VERSION} # OpenSSL 3.2 -ENV OPENSSL_32_VERSION=3.2.4 -ENV OPENSSL_32_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_32_VERSION} +ENV OPENSSL_32_MIN_VERSION=3.2 +ENV OPENSSL_32_VERSION=${OPENSSL_32_MIN_VERSION}.5 +ENV OPENSSL_32_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_32_MIN_VERSION} ENV OPENSSL_32_BIN_DIR=${OPENSSL_32_DIR}/bin ENV OPENSSL_32_INC_DIR=${OPENSSL_32_DIR}/include ENV OPENSSL_32_LIB_DIR=${OPENSSL_32_DIR}/lib64 @@ -289,8 +309,9 @@ ARG OPENSSL_32_TEMP=/tmp/openssl-${OPENSSL_32_VERSION}.tar.gz ARG OPENSSL_32_TEMP_SRC=/tmp/openssl-${OPENSSL_32_VERSION} # OpenSSL 3.3 -ENV OPENSSL_33_VERSION=3.3.3 -ENV OPENSSL_33_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_33_VERSION} +ENV OPENSSL_33_MIN_VERSION=3.3 +ENV OPENSSL_33_VERSION=${OPENSSL_33_MIN_VERSION}.4 +ENV OPENSSL_33_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_33_MIN_VERSION} ENV OPENSSL_33_BIN_DIR=${OPENSSL_33_DIR}/bin ENV OPENSSL_33_INC_DIR=${OPENSSL_33_DIR}/include ENV OPENSSL_33_LIB_DIR=${OPENSSL_33_DIR}/lib64 @@ -300,8 +321,9 @@ ARG OPENSSL_33_TEMP=/tmp/openssl-${OPENSSL_33_VERSION}.tar.gz ARG OPENSSL_33_TEMP_SRC=/tmp/openssl-${OPENSSL_33_VERSION} # OpenSSL 3.4 -ENV OPENSSL_34_VERSION=3.4.1 -ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_VERSION} +ENV OPENSSL_34_MIN_VERSION=3.4 +ENV OPENSSL_34_VERSION=${OPENSSL_34_MIN_VERSION}.2 +ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_MIN_VERSION} ENV OPENSSL_34_BIN_DIR=${OPENSSL_34_DIR}/bin ENV OPENSSL_34_INC_DIR=${OPENSSL_34_DIR}/include ENV OPENSSL_34_LIB_DIR=${OPENSSL_34_DIR}/lib64 @@ -311,8 +333,9 @@ ARG OPENSSL_34_TEMP=/tmp/openssl-${OPENSSL_34_VERSION}.tar.gz ARG OPENSSL_34_TEMP_SRC=/tmp/openssl-${OPENSSL_34_VERSION} # OpenSSL 3.5 -ENV OPENSSL_35_VERSION=3.5.0 -ENV OPENSSL_35_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_35_VERSION} +ENV OPENSSL_35_MIN_VERSION=3.5 +ENV OPENSSL_35_VERSION=${OPENSSL_35_MIN_VERSION}.1 +ENV OPENSSL_35_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_35_MIN_VERSION} ENV OPENSSL_35_BIN_DIR=${OPENSSL_35_DIR}/bin ENV OPENSSL_35_INC_DIR=${OPENSSL_35_DIR}/include ENV OPENSSL_35_LIB_DIR=${OPENSSL_35_DIR}/lib64 diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/develop/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/develop/docker-compose.yml index 8ebd65ada..00a0953d0 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/develop/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/develop/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-develop" + image: "epicmorg/debian:trixie-develop" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet5/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet5/Dockerfile index 5479d71ce..1e60404e0 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet5/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet5/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet5/Dockerfile.develop index db1cb33c0..7d01dd416 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet5/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet5/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet5/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet5/docker-compose.yml index 33fa3c8a9..3990eb74d 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet5/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet5/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-dotnet5" + image: "epicmorg/debian:trixie-dotnet5" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-dotnet5" + image: "epicmorg/debian:trixie-develop-dotnet5" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet6/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet6/Dockerfile index 1f502141c..21a373fb8 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet6/Dockerfile.develop index 5f0e3f478..6a4149198 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet6/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet6/docker-compose.yml index e78d3470d..1fb52aa8e 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet6/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet6/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-dotnet6" + image: "epicmorg/debian:trixie-dotnet6" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-dotnet6" + image: "epicmorg/debian:trixie-develop-dotnet6" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet7/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet7/Dockerfile index ae0fa905b..2ca358d15 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet7/Dockerfile.develop index 34c5d8f1b..d67c57db8 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet7/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet7/docker-compose.yml index d0e3bd0bd..88c2bd504 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet7/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet7/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-dotnet7" + image: "epicmorg/debian:trixie-dotnet7" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-dotnet7" + image: "epicmorg/debian:trixie-develop-dotnet7" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet8/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet8/Dockerfile index fe0550a07..850e03fd7 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet8/Dockerfile.develop index b93de17e8..f47f019f7 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet8/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet8/docker-compose.yml index 7c5064988..e7bfa207b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet8/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet8/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-dotnet8" + image: "epicmorg/debian:trixie-dotnet8" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-dotnet8" + image: "epicmorg/debian:trixie-develop-dotnet8" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet9/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet9/Dockerfile index 139c977b1..03a9391fd 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet9/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet9/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet9/Dockerfile.develop index 9750c91a8..664306d48 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet9/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet9/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet9/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet9/docker-compose.yml index 8388b9a89..65fd1486d 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet9/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/dotnet9/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-dotnet9" + image: "epicmorg/debian:trixie-dotnet9" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-dotnet9" + image: "epicmorg/debian:trixie-develop-dotnet9" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/lts/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/lts/Dockerfile index 784c943a7..18f084cf4 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/lts/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/lts/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/lts/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/lts/Dockerfile.develop index d9900c5b0..2e0f9a58e 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/lts/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/lts/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/lts/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/lts/docker-compose.yml index ceb75cadf..bc7737153 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/lts/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/lts/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-dotnet-lts" + image: "epicmorg/debian:trixie-dotnet-lts" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-dotnet-lts" + image: "epicmorg/debian:trixie-develop-dotnet-lts" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/sts/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/sts/Dockerfile index a30f58ea3..18b2e639d 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/sts/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/sts/Dockerfile @@ -1,7 +1,7 @@ -FROM quay.io/epicmorg/debian:trixie-develop as builder +FROM epicmorg/debian:trixie-develop as builder RUN echo "Just temp lyer to copy OpenSSL" -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/sts/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/sts/Dockerfile.develop index 2cc652618..7a207ad2c 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/sts/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/sts/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/sts/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/sts/docker-compose.yml index e61741fa7..3fbc8ee09 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/sts/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/sts/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-dotnet-sts" + image: "epicmorg/debian:trixie-dotnet-sts" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-dotnet-sts" + image: "epicmorg/debian:trixie-develop-dotnet-sts" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk11/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk11/Dockerfile index cdd30944f..df38c12d2 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java11 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 8a1f80a0c..064b4b9a4 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk11/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java11 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk11/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk11/docker-compose.yml index 3b35b0514..7e34ec3b2 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk11/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk11/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-jdk11" + image: "epicmorg/debian:trixie-jdk11" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-jdk11" + image: "epicmorg/debian:trixie-develop-jdk11" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk16/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk16/Dockerfile index 774c3e744..2bda20877 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java16 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 b8faa7472..270829753 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk16/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java16 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk16/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk16/docker-compose.yml index 5278b5ce0..9e6b3edb6 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk16/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk16/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-jdk16" + image: "epicmorg/debian:trixie-jdk16" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-jdk16" + image: "epicmorg/debian:trixie-develop-jdk16" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk17/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk17/Dockerfile index 0df1afdd9..5c35e25f4 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java17 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 444536eeb..6a4bf5e9c 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk17/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java17 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk17/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk17/docker-compose.yml index 864787b58..5f8ccde7e 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk17/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk17/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-jdk17" + image: "epicmorg/debian:trixie-jdk17" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-jdk17" + image: "epicmorg/debian:trixie-develop-jdk17" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk18/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk18/Dockerfile index ec7014c54..4abf18e02 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk18/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk18/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java18 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 2c470778b..6789e1318 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk18/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk18/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java18 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk18/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk18/docker-compose.yml index 7c3ec4423..4811c20e9 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk18/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk18/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-jdk18" + image: "epicmorg/debian:trixie-jdk18" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-jdk18" + image: "epicmorg/debian:trixie-develop-jdk18" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk19/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk19/Dockerfile index 5f270351c..6b0f88821 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk19/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk19/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java19 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 5e0c9f306..ffb3f07fc 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk19/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk19/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java19 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk19/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk19/docker-compose.yml index f6cf50fa0..de2694a64 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk19/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk19/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-jdk19" + image: "epicmorg/debian:trixie-jdk19" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-jdk19" + image: "epicmorg/debian:trixie-develop-jdk19" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk20/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk20/Dockerfile index e0af9988a..fb3cb6a2b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk20/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk20/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java20 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 4556a96ff..801764c42 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk20/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk20/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java20 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk20/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk20/docker-compose.yml index 695b859fa..b21195138 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk20/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk20/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-jdk20" + image: "epicmorg/debian:trixie-jdk20" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-jdk20" + image: "epicmorg/debian:trixie-develop-jdk20" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk21/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk21/Dockerfile index 8637539d0..7a1c4d56c 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk21/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk21/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java21 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 28d7ba146..9db866964 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk21/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk21/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java21 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk21/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk21/docker-compose.yml index a7213800a..10ce55d9d 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk21/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk21/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-jdk21" + image: "epicmorg/debian:trixie-jdk21" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-jdk21" + image: "epicmorg/debian:trixie-develop-jdk21" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk22/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk22/Dockerfile index 6ed88bf94..aef11ba32 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk22/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk22/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java22 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 5750c174b..f745699eb 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk22/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk22/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java22 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk22/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk22/docker-compose.yml index 30ca25ee6..5fb7a057d 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk22/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk22/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-jdk22" + image: "epicmorg/debian:trixie-jdk22" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-jdk22" + image: "epicmorg/debian:trixie-develop-jdk22" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk23/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk23/Dockerfile index 07ad9660a..8248af2cf 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk23/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk23/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java23 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 d7d07c97c..ab730f3a1 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk23/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk23/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java23 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk23/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk23/docker-compose.yml index 0a6a53f54..4440ae24f 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk23/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk23/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-jdk23" + image: "epicmorg/debian:trixie-jdk23" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-jdk23" + image: "epicmorg/debian:trixie-develop-jdk23" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk6/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk6/Dockerfile index 7cb5cdb8f..1ede2415a 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -17,7 +17,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java6 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 e739b4215..5d9f0cf02 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -17,7 +17,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java6 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk6/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk6/docker-compose.yml index 4287710f1..058aa455f 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk6/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk6/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-jdk6" + image: "epicmorg/debian:trixie-jdk6" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-jdk6" + image: "epicmorg/debian:trixie-develop-jdk6" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk7/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk7/Dockerfile index f97d0e8f8..d4d3aa483 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -17,7 +17,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java7 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 e8c1a091e..80e8fbf57 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -17,7 +17,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java7 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk7/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk7/docker-compose.yml index cbd346892..fd0451543 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk7/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk7/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-jdk7" + image: "epicmorg/debian:trixie-jdk7" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-jdk7" + image: "epicmorg/debian:trixie-develop-jdk7" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk8/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk8/Dockerfile index c3d59ca10..d7ca83202 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java8 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ 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 31719e7db..0904d4f88 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java8 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk8/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk8/docker-compose.yml index 072a1b5d7..131151ed3 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk8/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk8/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-jdk8" + image: "epicmorg/debian:trixie-jdk8" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-jdk8" + image: "epicmorg/debian:trixie-develop-jdk8" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/main/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/main/Dockerfile index 829d0ab6d..e411e4dc8 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-slim +FROM epicmorg/debian:trixie-slim LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/main/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/main/docker-compose.yml index 80d85ebd1..f37131b23 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/main/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:trixie" + image: "epicmorg/debian:trixie" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/current/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/current/Dockerfile index 801ec1d70..13709890b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/current/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/current/Dockerfile @@ -1,10 +1,10 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=23 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.11.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.11.1 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/current/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/current/Dockerfile.develop index 9b7a2e4a2..56bb03a74 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/current/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/current/Dockerfile.develop @@ -1,10 +1,10 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=23 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.11.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.11.1 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/current/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/current/docker-compose.yml index 803aa85cf..41300814e 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/current/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/current/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-nodejs-current" + image: "epicmorg/debian:trixie-nodejs-current" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-nodejs-current" + image: "epicmorg/debian:trixie-develop-nodejs-current" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/lts/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/lts/Dockerfile index 824481545..1561cec58 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/lts/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/lts/Dockerfile @@ -1,10 +1,10 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=20 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.19.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.19.4 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/lts/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/lts/Dockerfile.develop index c056f6501..b2851ccc7 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/lts/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/lts/Dockerfile.develop @@ -1,10 +1,10 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=20 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.19.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.19.4 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/lts/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/lts/docker-compose.yml index 80c2942fd..23106931f 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/lts/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/lts/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-nodejs-lts" + image: "epicmorg/debian:trixie-nodejs-lts" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-nodejs-lts" + image: "epicmorg/debian:trixie-develop-nodejs-lts" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node0.12/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node0.12/Dockerfile index 3cc7e2811..c6d08530e 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node0.12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node0.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node0.12/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node0.12/Dockerfile.develop index 17cac40e7..269a9778c 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node0.12/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node0.12/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node0.12/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node0.12/docker-compose.yml index 67c9efcfe..2b2e1920d 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node0.12/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node0.12/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-nodejs0.12" + image: "epicmorg/debian:trixie-nodejs0.12" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-nodejs0.12" + image: "epicmorg/debian:trixie-develop-nodejs0.12" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node10/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node10/Dockerfile index 1ebe5454a..e73f97a23 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node10/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node10/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node10/Dockerfile.develop index fab3dbc03..6b5173bcf 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node10/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node10/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node10/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node10/docker-compose.yml index 7ec6e4899..0f4925ada 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node10/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node10/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-nodejs10" + image: "epicmorg/debian:trixie-nodejs10" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-nodejs10" + image: "epicmorg/debian:trixie-develop-nodejs10" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node11/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node11/Dockerfile index eaa710b76..3a16add1e 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node11/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node11/Dockerfile.develop index c0e113161..9ab42d471 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node11/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node11/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node11/docker-compose.yml index e2527b861..625d3bbcd 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node11/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node11/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-nodejs11" + image: "epicmorg/debian:trixie-nodejs11" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-nodejs11" + image: "epicmorg/debian:trixie-develop-nodejs11" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node12/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node12/Dockerfile index c575b2a1f..3189d85a0 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node12/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node12/Dockerfile.develop index 4bf327362..4206f12c0 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node12/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node12/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node12/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node12/docker-compose.yml index 9cb6f4318..2ea9af0a0 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node12/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node12/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-nodejs12" + image: "epicmorg/debian:trixie-nodejs12" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-nodejs12" + image: "epicmorg/debian:trixie-develop-nodejs12" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node13/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node13/Dockerfile index 89e8b5a30..214d61ec7 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node13/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node13/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node13/Dockerfile.develop index b55de25a1..d481eab6c 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node13/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node13/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node13/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node13/docker-compose.yml index 1f15e14da..22cb50e6f 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node13/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node13/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-nodejs13" + image: "epicmorg/debian:trixie-nodejs13" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-nodejs13" + image: "epicmorg/debian:trixie-develop-nodejs13" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node14/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node14/Dockerfile index 88b124a74..fe0656e09 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node14/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node14/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node14/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node14/Dockerfile.develop index aad9730a7..950286e9d 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node14/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node14/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node14/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node14/docker-compose.yml index 3f9bedc40..7ad516aec 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node14/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node14/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-nodejs14" + image: "epicmorg/debian:trixie-nodejs14" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-nodejs14" + image: "epicmorg/debian:trixie-develop-nodejs14" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node15/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node15/Dockerfile index 87a9eb077..5e6f2a5c7 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node15/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node15/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node15/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node15/Dockerfile.develop index dcc6a72b0..2307eedd7 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node15/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node15/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node15/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node15/docker-compose.yml index 9cd934d33..e317e38f8 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node15/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node15/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-nodejs15" + image: "epicmorg/debian:trixie-nodejs15" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-nodejs15" + image: "epicmorg/debian:trixie-develop-nodejs15" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node16/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node16/Dockerfile index cfca24bae..3eb6d6be5 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node16/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node16/Dockerfile.develop index 1e106b6e2..114c9247a 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node16/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node16/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node16/docker-compose.yml index 1d7bcdaf7..8b7e432d7 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node16/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node16/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-nodejs16" + image: "epicmorg/debian:trixie-nodejs16" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-nodejs16" + image: "epicmorg/debian:trixie-develop-nodejs16" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node17/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node17/Dockerfile index ecee1e8be..83455433e 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node17/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node17/Dockerfile.develop index b2f21b26e..2a1c94695 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node17/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node17/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node17/docker-compose.yml index b8dbbe27f..c0273ca05 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node17/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node17/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-nodejs17" + image: "epicmorg/debian:trixie-nodejs17" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-nodejs17" + image: "epicmorg/debian:trixie-develop-nodejs17" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node18/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node18/Dockerfile index 39681f148..ad0b613b0 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node18/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node18/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node18/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node18/Dockerfile.develop index 39681f148..ad0b613b0 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node18/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node18/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node18/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node18/docker-compose.yml index 989470361..fd8d26cb1 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node18/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node18/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixieodejs18" + image: "epicmorg/debian:trixieodejs18" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-nodejs18" + image: "epicmorg/debian:trixie-develop-nodejs18" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node19/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node19/Dockerfile index 79e0216c1..fd647b468 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node19/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node19/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node19/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node19/Dockerfile.develop index d46643b87..4676ba7b7 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node19/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node19/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node19/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node19/docker-compose.yml index 9193cc936..ed2eb45dc 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node19/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node19/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-nodejs19" + image: "epicmorg/debian:trixie-nodejs19" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-nodejs19" + image: "epicmorg/debian:trixie-develop-nodejs19" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node20/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node20/Dockerfile index 824481545..1561cec58 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node20/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node20/Dockerfile @@ -1,10 +1,10 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=20 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.19.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.19.4 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node20/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node20/Dockerfile.develop index c056f6501..b2851ccc7 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node20/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node20/Dockerfile.develop @@ -1,10 +1,10 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=20 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.19.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.19.4 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node20/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node20/docker-compose.yml index 16aa414f5..21487e72b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node20/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node20/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-nodejs20" + image: "epicmorg/debian:trixie-nodejs20" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-nodejs20" + image: "epicmorg/debian:trixie-develop-nodejs20" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node21/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node21/Dockerfile index 501df1f05..aefdd11cb 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node21/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node21/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node21/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node21/Dockerfile.develop index eab01ca39..a1f39e04b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node21/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node21/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node21/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node21/docker-compose.yml index 81612a4f1..06b6ee5f6 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node21/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node21/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-nodejs21" + image: "epicmorg/debian:trixie-nodejs21" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-nodejs21" + image: "epicmorg/debian:trixie-nodejs21" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node22/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node22/Dockerfile index ec6693878..08ebef586 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node22/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node22/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node22/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node22/Dockerfile.develop index e5948d95f..3d55ae124 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node22/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node22/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node22/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node22/docker-compose.yml index 4414553fa..8317a672e 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node22/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node22/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-nodejs22" + image: "epicmorg/debian:trixie-nodejs22" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-nodejs22" + image: "epicmorg/debian:trixie-develop-nodejs22" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node23/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node23/Dockerfile index 801ec1d70..13709890b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node23/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node23/Dockerfile @@ -1,10 +1,10 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=23 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.11.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.11.1 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node23/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node23/Dockerfile.develop index 9b7a2e4a2..56bb03a74 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node23/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node23/Dockerfile.develop @@ -1,10 +1,10 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=23 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.11.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.11.1 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node23/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node23/docker-compose.yml index 00ca0b576..7b2472068 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node23/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node23/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-nodejs23" + image: "epicmorg/debian:trixie-nodejs23" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-nodejs23" + image: "epicmorg/debian:trixie-develop-nodejs23" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node24/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node24/Dockerfile new file mode 100644 index 000000000..4eb43684a --- /dev/null +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node24/Dockerfile @@ -0,0 +1,45 @@ +FROM epicmorg/debian:trixie +LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" + +ARG DEBIAN_FRONTEND=noninteractive + +ARG K_NODE_MAJOR_VERSION=24 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.4.1 +ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz +ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz + +################################################################## +# Node.js 24.x +################################################################## +RUN groupadd -g 1337 node && \ + useradd -u 1337 --gid node --shell /bin/bash --create-home node + +ADD ${K_NODE_URL} /tmp +ADD ${K_NODE_HEADERS_URL} /tmp + +RUN tar -xzf /tmp/node-v${K_NODE_VERSION}-linux-x64.tar.gz --strip-components=1 --directory /usr/local && \ + tar -xzf /tmp/node-v${K_NODE_VERSION}-headers.tar.gz --strip-components=1 --directory /usr/local && \ + rm -rfv /usr/local/CHANGELOG.md /usr/local/LICENSE /usr/local/README.md + +RUN npm install -g pnpm yarn + +################################################################## +# Version after install +################################################################## +RUN echo "=============================================" && \ + echo node $(node --version) && \ + echo npm $(npm --version) && \ + echo yarn $(yarn --version) && \ + echo pnpm $(pnpm --version) && \ + echo "=============================================" + +################################################################## +# Cleanup +################################################################## +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /var/cache/apt/archives/*.deb && \ + rm -rfv /root/tmp/* && \ + rm -rfv /tmp/* diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node24/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node24/Dockerfile.develop new file mode 100644 index 000000000..858a4f795 --- /dev/null +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node24/Dockerfile.develop @@ -0,0 +1,45 @@ +FROM epicmorg/debian:trixie-develop +LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" + +ARG DEBIAN_FRONTEND=noninteractive + +ARG K_NODE_MAJOR_VERSION=24 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.4.1 +ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz +ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz + +################################################################## +# Node.js 24.x +################################################################## +RUN groupadd -g 1337 node && \ + useradd -u 1337 --gid node --shell /bin/bash --create-home node + +ADD ${K_NODE_URL} /tmp +ADD ${K_NODE_HEADERS_URL} /tmp + +RUN tar -xzf /tmp/node-v${K_NODE_VERSION}-linux-x64.tar.gz --strip-components=1 --directory /usr/local && \ + tar -xzf /tmp/node-v${K_NODE_VERSION}-headers.tar.gz --strip-components=1 --directory /usr/local && \ + rm -rfv /usr/local/CHANGELOG.md /usr/local/LICENSE /usr/local/README.md + +RUN npm install -g pnpm yarn + +################################################################## +# Version after install +################################################################## +RUN echo "=============================================" && \ + echo node $(node --version) && \ + echo npm $(npm --version) && \ + echo yarn $(yarn --version) && \ + echo pnpm $(pnpm --version) && \ + echo "=============================================" + +################################################################## +# Cleanup +################################################################## +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /var/cache/apt/archives/*.deb && \ + rm -rfv /root/tmp/* && \ + rm -rfv /tmp/* diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node24/Makefile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node24/Makefile new file mode 100644 index 000000000..1e4371492 --- /dev/null +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node24/Makefile @@ -0,0 +1,44 @@ +all: app + +app: + make pip + make build + make deploy + make clean + +build: + make build-buildah + +deploy: + make deploy-buildah + +build-buildah: + buildah-wrapper --build + +deploy-buildah: + buildah-wrapper --deploy + +build-kaniko: + kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:debug --dry-run + +deploy-kaniko: + kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:debug + +build-compose: + docker-compose build --compress --parallel --progress plain + +deploy-compose: + docker-compose push + +clean: + docker container prune -f + docker image prune -f + docker network prune -f + docker volume prune -f + docker system prune -af + buildah rm -a + buildah rmi -a + +pip: + pip3 install --break-system-packages --no-cache-dir kaniko-wrapper buildah-wrapper + pip install --break-system-packages --no-cache-dir kaniko-wrapper buildah-wrapper \ No newline at end of file diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node24/README.md b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node24/README.md new file mode 100644 index 000000000..b53fe01e8 --- /dev/null +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node24/README.md @@ -0,0 +1,93 @@ +## TeamCity Minimal Build Agent + +[](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) + +This is an official [JetBrains TeamCity](https://www.jetbrains.com/teamcity/) minimal build agent image. + + More details about tags and components are [here](https://github.com/JetBrains/teamcity-docker-images/blob/master/generated/teamcity-minimal-agent.md). + +The [TeamCity build agent](https://www.jetbrains.com/help/teamcity/build-agent.html) connects to the TeamCity server and spawns the actual build processes. +You can use the ```jetbrains/teamcity-server``` image to run a TeamCity server. + +This minimal image adds just a TeamCity agent without any tools like VCS clients, etc. It is suitable for simple builds and can serve as a base for your custom images. For Java or .NET development we recommend using the default build agent image [jetbrains/teamcity-agent](https://hub.docker.com/r/jetbrains/teamcity-agent/). + +## How to Use This Image + +Pull the TeamCity minimal image from the Docker Hub Repository: + +``` +jetbrains/teamcity-minimal-agent +``` +  +and use the following command to start a container with TeamCity agent running inside +a Linux container: + +``` +docker run -it -e SERVER_URL="" \ + -v :/data/teamcity_agent/conf \ + jetbrains/teamcity-minimal-agent +``` +  +or a Windows container: +``` +docker run -it -e SERVER_URL="" + -v :C:/BuildAgent/conf + jetbrains/teamcity-minimal-agent +``` +where `` is the full URL for TeamCity server, accessible by the agent. Note that `localhost` will not generally not work as it will refer to the `localhost` inside the container. +`` is the host machine directory to serve as the TeamCity agent config directory. We recommend providing this binding in order to persist the agent configuration, e.g. authorization on the server. Note that you should map a different folder for every new agent you create. + +Since version 2020.1, TeamCity agent Docker images __run under a non-root user__. Refer to our [upgrade notes](https://www.jetbrains.com/help/teamcity/upgrade-notes.html#UpgradeNotes-AgentDockerimagesrunundernon-rootuser) for information on possible affected use cases. + +When you run the agent for the first time, you should authorize it via the TeamCity server UI: go to the **Unauthorized Agents** page in your browser. See [more details](https://www.jetbrains.com/help/teamcity/build-agent.html). + +All information about agent authorization is stored in agent's configuration folder. If you stop the container with the agent and then start a new one with the same config folder, the agent's name and authorization state will be preserved. + +TeamCity agent does not need manual upgrade: it will upgrade itself automatically on connecting to an upgraded server. + +### Agent Image Environment Variables + +- **SERVER_URL** - URL of the TeamCity server agent will connect to +- **AGENT_NAME** - (optional) Name of the agent in TeamCity UI, autogenerated if omitted +- **AGENT_TOKEN** - (optional) Agent authorization token, if unset, the agent should be [authorized](https://www.jetbrains.com/help/teamcity/build-agent.html#BuildAgent-BuildAgentStatus) via TeamCity UI. +- **OWN_ADDRESS** - (optional, linux only) IP address build agent binds to, autodetected +- **OWN_PORT** - (optional, linux only) Port build agent binds to, 9090 by default + +### Windows Containers Limitations + +The details on the known problems in Windows containers are available in the [TeamCity documentation](https://www.jetbrains.com/help/teamcity/known-issues.html#KnownIssues-WindowsDockerContainers). + +## Customization + +You can customize the image via the usual Docker procedure: + +1. Run the image +``` +docker run -it -e SERVER_URL="" \ + -v :/data/teamcity_agent/conf \ + --name="my-customized-agent" \ + jetbrains/teamcity-minimal-agent \ +``` +2. Enter the container +``` +docker exec -it my-customized-agent bash +``` + +3. Change whatever you need +4. Exit and [create a new image](https://docs.docker.com/engine/reference/commandline/commit/) from the container +``` +docker commit my-customized-agent +``` + +## License + +The image is available under the [TeamCity license](https://www.jetbrains.com/teamcity/buy/license.html). +TeamCity is free for perpetual use with the limitation of 100 build configurations (jobs) and 3 agents. [Licensing details](https://www.jetbrains.com/help/teamcity/licensing-policy.html). + +## Feedback + +Report issues of suggestions to the official TeamCity [issue tracker](https://youtrack.jetbrains.com/issues/TW). + +## Other TeamCity Images +* [TeamCity Server](https://hub.docker.com/r/jetbrains/teamcity-server/) +* [Build Agent](https://hub.docker.com/r/jetbrains/teamcity-agent/) diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node24/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node24/docker-compose.yml new file mode 100644 index 000000000..3b1a6d510 --- /dev/null +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node24/docker-compose.yml @@ -0,0 +1,10 @@ +services: + app: + image: "epicmorg/debian:trixie-nodejs24" + build: + context: . + app-develop: + image: "epicmorg/debian:trixie-develop-nodejs24" + build: + context: . + dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node4/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node4/Dockerfile index 57ef6d472..a958ce6fb 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node4/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node4/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node4/Dockerfile.develop index 75d5bb1be..9753701d4 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node4/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node4/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node4/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node4/docker-compose.yml index 22545246a..3cdd17192 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node4/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node4/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-nodejs4" + image: "epicmorg/debian:trixie-nodejs4" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-nodejs4" + image: "epicmorg/debian:trixie-develop-nodejs4" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node5/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node5/Dockerfile index 130b40b0c..d2dcd0858 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node5/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node5/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node5/Dockerfile.develop index 886f8a727..a7ac6b73c 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node5/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node5/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node5/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node5/docker-compose.yml index d90084bdb..9ca7efb8d 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node5/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node5/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixies5" + image: "epicmorg/debian:trixies5" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-nodejs5" + image: "epicmorg/debian:trixie-develop-nodejs5" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node6/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node6/Dockerfile index 2c40db2e6..d164a1050 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node6/Dockerfile.develop index 1ea9c4fb2..265b1e889 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node6/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node6/docker-compose.yml index 8b1e86905..14fda664b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node6/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node6/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-nodejs6" + image: "epicmorg/debian:trixie-nodejs6" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-nodejs6" + image: "epicmorg/debian:trixie-develop-nodejs6" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node7/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node7/Dockerfile index 950701a1c..e809c74ce 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node7/Dockerfile.develop index bbf5bb77c..ed2159ccb 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node7/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node7/docker-compose.yml index 15c0abf2a..cee7c3783 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node7/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node7/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-nodejs7" + image: "epicmorg/debian:trixie-nodejs7" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-nodejs7" + image: "epicmorg/debian:trixie-develop-nodejs7" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node8/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node8/Dockerfile index a049d326d..9c51094c7 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node8/Dockerfile.develop index b7d635bc5..d0844972d 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node8/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node8/docker-compose.yml index 40a516fbd..13374017d 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node8/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node8/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-nodejs8" + image: "epicmorg/debian:trixie-nodejs8" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-nodejs8" + image: "epicmorg/debian:trixie-develop-nodejs8" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node9/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node9/Dockerfile index f0ad5e659..c7bceea92 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node9/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node9/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node9/Dockerfile.develop index 5152618f4..59ca9fa8f 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node9/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node9/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop +FROM epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node9/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node9/docker-compose.yml index cbcfc9fc2..d7b57dc78 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node9/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node9/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-nodejs9" + image: "epicmorg/debian:trixie-nodejs9" build: context: . app-develop: - image: "quay.io/epicmorg/debian:trixie-develop-nodejs9" + image: "epicmorg/debian:trixie-develop-nodejs9" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/2.6/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/python/2.6/Dockerfile index 116de3a3e..2a0f11cbd 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/2.6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/2.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop as builder +FROM epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -58,7 +58,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/2.6/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/python/2.6/docker-compose.yml index b904d5856..a64c9dd95 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/2.6/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/2.6/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-python-2.6" + image: "epicmorg/debian:trixie-python-2.6" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/2.7/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/python/2.7/Dockerfile index 914be4d7c..185dac1bb 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/2.7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/2.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop as builder +FROM epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -63,7 +63,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/2.7/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/python/2.7/docker-compose.yml index d91a1a62e..885c2eed8 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/2.7/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/2.7/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-python-2.7" + image: "epicmorg/debian:trixie-python-2.7" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.0/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.0/Dockerfile index 7552acd7e..e57efea13 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.0/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop as builder +FROM epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -69,7 +69,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.0/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.0/docker-compose.yml index 8ad349299..c74a4563a 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.0/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.0/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-python-3.0" + image: "epicmorg/debian:trixie-python-3.0" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.1/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.1/Dockerfile index 01158b066..4851fa7f8 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.1/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop as builder +FROM epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -69,7 +69,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.1/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.1/docker-compose.yml index d7ac0f744..2cb21c057 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.1/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.1/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-python-3.1" + image: "epicmorg/debian:trixie-python-3.1" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.10/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.10/Dockerfile index 7a4f852bb..f1ad17079 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.10/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop as builder +FROM epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -24,7 +24,7 @@ RUN apt update && apt install -y \ ARG LD_CONF_DIR=/etc/ld.so.conf.d/ ENV PYTHON_VERSION=3.10 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.17 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.18 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie RUN apt-get remove -y python3-pip @@ -89,8 +89,9 @@ ARG LD_CONF_DIR=/etc/ld.so.conf.d/ ################################################################## # OpenSSL 3.4 ################################################################## -ENV OPENSSL_34_VERSION=3.4.1 -ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_VERSION} +ENV OPENSSL_34_MIN_VERSION=3.4 +ENV OPENSSL_34_VERSION=${OPENSSL_34_MIN_VERSION}.2 +ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_MIN_VERSION} ENV OPENSSL_34_BIN_DIR=${OPENSSL_34_DIR}/bin ENV OPENSSL_34_INC_DIR=${OPENSSL_34_DIR}/include ENV OPENSSL_34_LIB_DIR=${OPENSSL_34_DIR}/lib64 @@ -100,7 +101,7 @@ ENV OPENSSL_34_SRC_DIR=/usr/local/src/openssl/${OPENSSL_34_VERSION} # Python 3.10 ################################################################## ENV PYTHON_VERSION=3.10 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.17 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.18 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.10/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.10/docker-compose.yml index 944c379e7..510434f79 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.10/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.10/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-python-3.10" + image: "epicmorg/debian:trixie-python-3.10" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.11/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.11/Dockerfile index 64d850280..2f05b5074 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop as builder +FROM epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -24,7 +24,7 @@ RUN apt update && apt install -y \ ARG LD_CONF_DIR=/etc/ld.so.conf.d/ ENV PYTHON_VERSION=3.11 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.12 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.13 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie RUN apt-get remove -y python3-pip @@ -89,8 +89,9 @@ ARG LD_CONF_DIR=/etc/ld.so.conf.d/ ################################################################## # OpenSSL 3.4 ################################################################## -ENV OPENSSL_34_VERSION=3.4.1 -ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_VERSION} +ENV OPENSSL_34_MIN_VERSION=3.4 +ENV OPENSSL_34_VERSION=${OPENSSL_34_MIN_VERSION}.2 +ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_MIN_VERSION} ENV OPENSSL_34_BIN_DIR=${OPENSSL_34_DIR}/bin ENV OPENSSL_34_INC_DIR=${OPENSSL_34_DIR}/include ENV OPENSSL_34_LIB_DIR=${OPENSSL_34_DIR}/lib64 @@ -100,7 +101,7 @@ ENV OPENSSL_34_SRC_DIR=/usr/local/src/openssl/${OPENSSL_34_VERSION} # Python 3.11 ################################################################## ENV PYTHON_VERSION=3.11 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.12 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.13 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.11/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.11/docker-compose.yml index 385f9c0bc..205fcfc48 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.11/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.11/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-python-3.11" + image: "epicmorg/debian:trixie-python-3.11" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.12/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.12/Dockerfile index ecbcec3a3..7ba0249c7 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop as builder +FROM epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -24,7 +24,7 @@ RUN apt update && apt install -y \ ARG LD_CONF_DIR=/etc/ld.so.conf.d/ ENV PYTHON_VERSION=3.12 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.10 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.11 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie RUN apt-get remove -y python3-pip @@ -89,8 +89,9 @@ ARG LD_CONF_DIR=/etc/ld.so.conf.d/ ################################################################## # OpenSSL 3.4 ################################################################## -ENV OPENSSL_34_VERSION=3.4.1 -ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_VERSION} +ENV OPENSSL_34_MIN_VERSION=3.4 +ENV OPENSSL_34_VERSION=${OPENSSL_34_MIN_VERSION}.2 +ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_MIN_VERSION} ENV OPENSSL_34_BIN_DIR=${OPENSSL_34_DIR}/bin ENV OPENSSL_34_INC_DIR=${OPENSSL_34_DIR}/include ENV OPENSSL_34_LIB_DIR=${OPENSSL_34_DIR}/lib64 @@ -100,7 +101,7 @@ ENV OPENSSL_34_SRC_DIR=/usr/local/src/openssl/${OPENSSL_34_VERSION} # Python 3.12 ################################################################## ENV PYTHON_VERSION=3.12 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.10 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.11 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.12/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.12/docker-compose.yml index 14477d5ba..abcae982c 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.12/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.12/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-python-3.12" + image: "epicmorg/debian:trixie-python-3.12" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.13/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.13/Dockerfile index deb7ad138..25855d144 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.13/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop as builder +FROM epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -24,7 +24,7 @@ RUN apt update && apt install -y \ ARG LD_CONF_DIR=/etc/ld.so.conf.d/ ENV PYTHON_VERSION=3.13 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.3 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.5 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie RUN apt-get remove -y python3-pip @@ -89,8 +89,9 @@ ARG LD_CONF_DIR=/etc/ld.so.conf.d/ ################################################################## # OpenSSL 3.4 ################################################################## -ENV OPENSSL_34_VERSION=3.4.1 -ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_VERSION} +ENV OPENSSL_34_MIN_VERSION=3.4 +ENV OPENSSL_34_VERSION=${OPENSSL_34_MIN_VERSION}.2 +ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_MIN_VERSION} ENV OPENSSL_34_BIN_DIR=${OPENSSL_34_DIR}/bin ENV OPENSSL_34_INC_DIR=${OPENSSL_34_DIR}/include ENV OPENSSL_34_LIB_DIR=${OPENSSL_34_DIR}/lib64 @@ -100,7 +101,7 @@ ENV OPENSSL_34_SRC_DIR=/usr/local/src/openssl/${OPENSSL_34_VERSION} # Python 3.13 ################################################################## ENV PYTHON_VERSION=3.13 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.3 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.5 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.13/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.13/docker-compose.yml index 15de7c374..cc1dad2ce 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.13/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.13/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-python-3.13" + image: "epicmorg/debian:trixie-python-3.13" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.2/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.2/Dockerfile index 1e0f4813e..d04fdbf8f 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.2/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop as builder +FROM epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -72,7 +72,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.2/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.2/docker-compose.yml index 86eb90470..892cd95db 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.2/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.2/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-python-3.2" + image: "epicmorg/debian:trixie-python-3.2" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.3/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.3/Dockerfile index 209a0bdf9..59c5a7a53 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.3/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop as builder +FROM epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -71,7 +71,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.3/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.3/docker-compose.yml index 98860a6f4..04e5ac68e 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.3/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.3/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-python-3.3" + image: "epicmorg/debian:trixie-python-3.3" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.4/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.4/Dockerfile index b2607b3f7..154a3078f 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.4/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop as builder +FROM epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -72,7 +72,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.4/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.4/docker-compose.yml index 49b04fca0..76617c379 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.4/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.4/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-python-3.4" + image: "epicmorg/debian:trixie-python-3.4" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.5/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.5/Dockerfile index bee34cf5f..bdc08a7cf 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.5/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop as builder +FROM epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -74,7 +74,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.5/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.5/docker-compose.yml index d9f0ed143..f33b7f409 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.5/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.5/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-python-3.5" + image: "epicmorg/debian:trixie-python-3.5" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.6/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.6/Dockerfile index ca919da1e..f020401f2 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop as builder +FROM epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -75,7 +75,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.6/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.6/docker-compose.yml index 1ebdf511c..2a0309989 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.6/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.6/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-python-3.6" + image: "epicmorg/debian:trixie-python-3.6" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.7/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.7/Dockerfile index 000fb4f1a..2ae766e80 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop as builder +FROM epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.7/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.7/docker-compose.yml index bc6c24d7a..b2185388a 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.7/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.7/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-python-3.7" + image: "epicmorg/debian:trixie-python-3.7" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.8/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.8/Dockerfile index 6f334db5c..29cead213 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop as builder +FROM epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.8/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.8/docker-compose.yml index 2feabedcc..c239aa514 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.8/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.8/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-python-3.8" + image: "epicmorg/debian:trixie-python-3.8" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.9/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.9/Dockerfile index acfa06e7f..38a5db693 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.9/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop as builder +FROM epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -24,7 +24,7 @@ RUN apt update && apt install -y \ ARG LD_CONF_DIR=/etc/ld.so.conf.d/ ENV PYTHON_VERSION=3.9 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.22 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.23 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie RUN apt-get remove -y python3-pip @@ -100,7 +100,7 @@ ENV OPENSSL_111_SRC_DIR=/usr/local/src/openssl/${OPENSSL_111_VERSION} # Python 3.9 ################################################################## ENV PYTHON_VERSION=3.9 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.22 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.23 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.9/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.9/docker-compose.yml index abf488061..724aa089a 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/python/3.9/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/python/3.9/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-python-3.9" + image: "epicmorg/debian:trixie-python-3.9" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/slim/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/slim/docker-compose.yml index ec1b3fd54..a49a49238 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/slim/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/13-trixie/slim/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:trixie-slim" + image: "epicmorg/debian:trixie-slim" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/sid/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/develop/Dockerfile index abef63329..0a56a9c43 100644 --- a/linux/ecosystem/epicmorg/debian/sid/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/develop/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -15,58 +15,74 @@ ARG STEAM_RUNTIME_SDK_URL=http://media.steampowered.com/client/runtime/steam-run ARG STEAM_RUNTIME_SDK_TEMP=/tmp/steam-runtime-sdk_latest.tar.xz # cmake compiller -ENV CMAKE_3_31_VERSION=3.31.6 -ENV CMAKE_3_31_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_31_VERSION} +ENV CMAKE_4_0_MIN_VERSION=4.0 +ENV CMAKE_4_0_VERSION=${CMAKE_4_0_MIN_VERSION}.3 +ENV CMAKE_4_0_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_4_0_MIN_VERSION} +ARG CMAKE_4_0_BIN_DIR=${CMAKE_4_0_DIR}/bin +ARG CMAKE_4_0_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_4_0_VERSION}/cmake-${CMAKE_4_0_VERSION}-linux-x86_64.tar.gz +ARG CMAKE_4_0_TEMP=/tmp/cmake-${CMAKE_4_0_VERSION}-linux-x86_64.tar.gz + +# cmake compiller +ENV CMAKE_3_31_MIN_VERSION=3.31 +ENV CMAKE_3_31_VERSION=${CMAKE_3_31_MIN_VERSION}.8 +ENV CMAKE_3_31_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_31_MIN_VERSION} ARG CMAKE_3_31_BIN_DIR=${CMAKE_3_31_DIR}/bin ARG CMAKE_3_31_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_31_VERSION}/cmake-${CMAKE_3_31_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_31_TEMP=/tmp/cmake-${CMAKE_3_31_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_30_VERSION=3.30.8 -ENV CMAKE_3_30_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_30_VERSION} +ENV CMAKE_3_30_MIN_VERSION=3.30 +ENV CMAKE_3_30_VERSION=${CMAKE_3_30_MIN_VERSION}.9 +ENV CMAKE_3_30_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_30_MIN_VERSION} ARG CMAKE_3_30_BIN_DIR=${CMAKE_3_30_DIR}/bin ARG CMAKE_3_30_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_30_VERSION}/cmake-${CMAKE_3_30_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_30_TEMP=/tmp/cmake-${CMAKE_3_30_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_21_VERSION=3.21.7 -ENV CMAKE_3_21_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_21_VERSION} +ENV CMAKE_3_21_MIN_VERSION=3.21 +ENV CMAKE_3_21_VERSION=${CMAKE_3_21_MIN_VERSION}.7 +ENV CMAKE_3_21_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_21_MIN_VERSION} ARG CMAKE_3_21_BIN_DIR=${CMAKE_3_21_DIR}/bin ARG CMAKE_3_21_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_21_VERSION}/cmake-${CMAKE_3_21_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_21_TEMP=/tmp/cmake-${CMAKE_3_21_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_20_VERSION=3.20.6 -ENV CMAKE_3_20_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_20_VERSION} +ENV CMAKE_3_20_MIN_VERSION=3.20 +ENV CMAKE_3_20_VERSION=${CMAKE_3_20_MIN_VERSION}.6 +ENV CMAKE_3_20_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_20_MIN_VERSION} ARG CMAKE_3_20_BIN_DIR=${CMAKE_3_20_DIR}/bin ARG CMAKE_3_20_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_20_VERSION}/cmake-${CMAKE_3_20_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_20_TEMP=/tmp/cmake-${CMAKE_3_20_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_19_VERSION=3.19.8 -ENV CMAKE_3_19_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_19_VERSION} +ENV CMAKE_3_19_MIN_VERSION=3.19 +ENV CMAKE_3_19_VERSION=${CMAKE_3_19_MIN_VERSION}.8 +ENV CMAKE_3_19_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_19_MIN_VERSION} ARG CMAKE_3_19_BIN_DIR=${CMAKE_3_19_DIR}/bin ARG CMAKE_3_19_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_19_VERSION}/cmake-${CMAKE_3_19_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_19_TEMP=/tmp/cmake-${CMAKE_3_19_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_18_VERSION=3.18.6 -ENV CMAKE_3_18_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_18_VERSION} +ENV CMAKE_3_18_MIN_VERSION=3.18 +ENV CMAKE_3_18_VERSION=${CMAKE_3_18_MIN_VERSION}.6 +ENV CMAKE_3_18_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_18_MIN_VERSION} ARG CMAKE_3_18_BIN_DIR=${CMAKE_3_18_DIR}/bin ARG CMAKE_3_18_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_18_VERSION}/cmake-${CMAKE_3_18_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_18_TEMP=/tmp/cmake-${CMAKE_3_18_VERSION}-linux-x86_64.tar.gz # cmake compiller -ENV CMAKE_3_16_VERSION=3.16.9 -ENV CMAKE_3_16_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_16_VERSION} +ENV CMAKE_3_16_MIN_VERSION=3.16 +ENV CMAKE_3_16_VERSION=${CMAKE_3_16_MIN_VERSION}.9 +ENV CMAKE_3_16_DIR=${EMG_LOCAL_BASE_DIR}/cmake/${CMAKE_3_16_MIN_VERSION} ARG CMAKE_3_16_BIN_DIR=${CMAKE_3_16_DIR}/bin ARG CMAKE_3_16_DOWNLOAD_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_3_16_VERSION}/cmake-${CMAKE_3_16_VERSION}-linux-x86_64.tar.gz ARG CMAKE_3_16_TEMP=/tmp/cmake-${CMAKE_3_16_VERSION}-linux-x86_64.tar.gz # flutter source tarball -ENV FLUTTER_VERSION=3.29.3 ENV FLUTTER_CHANNEL=stable -ENV FLUTTER_DIR=${EMG_LOCAL_BASE_DIR}/flutter/${FLUTTER_VERSION} +ENV FLUTTER_MIN_VERSION=3.32 +ENV FLUTTER_VERSION=${FLUTTER_MIN_VERSION}.8 +ENV FLUTTER_DIR=${EMG_LOCAL_BASE_DIR}/flutter/${FLUTTER_MIN_VERSION} ARG FLUTTER_BIN_DIR=${FLUTTER_DIR}/bin ARG FLUTTER_DOWNLOAD_URL=https://storage.googleapis.com/flutter_infra_release/releases/${FLUTTER_CHANNEL}/linux/flutter_linux_${FLUTTER_VERSION}-${FLUTTER_CHANNEL}.tar.xz ARG FLUTTER_TEMP=/tmp/flutter_linux_${FLUTTER_VERSION}-${FLUTTER_CHANNEL}.tar.xz @@ -79,8 +95,9 @@ ARG NINJA_DOWNLOAD_URL=https://github.com/ninja-build/ninja/releases/download/v$ ARG NINJA_TEMP=/tmp/ninja-linux.zip # GO source tarball -ENV GO_VERSION=1.24.2 -ENV GO_DIR=${EMG_LOCAL_BASE_DIR}/go/${GO_VERSION} +ENV GO_MIN_VERSION=1.24 +ENV GO_VERSION=${GO_MIN_VERSION}.5 +ENV GO_DIR=${EMG_LOCAL_BASE_DIR}/go/${GO_MIN_VERSION} ARG GO_BIN_DIR=${GO_DIR}/bin ARG GO_PATH_DIR=${GO_DIR}/gopath ARG GO_PATH_BIN_DIR=${GO_PATH_DIR}/bin @@ -242,8 +259,9 @@ ARG OPENSSL_111_TEMP=/tmp/openssl-${OPENSSL_111_VERSION}w.tar.gz ARG OPENSSL_111_TEMP_SRC=/tmp/openssl-${OPENSSL_111_VERSION}w # OpenSSL 3.0 -ENV OPENSSL_30_VERSION=3.0.16 -ENV OPENSSL_30_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_30_VERSION} +ENV OPENSSL_30_MIN_VERSION=3.0 +ENV OPENSSL_30_VERSION=${OPENSSL_30_MIN_VERSION}.17 +ENV OPENSSL_30_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_30_MIN_VERSION} ENV OPENSSL_30_BIN_DIR=${OPENSSL_30_DIR}/bin ENV OPENSSL_30_INC_DIR=${OPENSSL_30_DIR}/include ENV OPENSSL_30_LIB_DIR=${OPENSSL_30_DIR}/lib64 @@ -253,8 +271,9 @@ ARG OPENSSL_30_TEMP=/tmp/openssl-${OPENSSL_30_VERSION}.tar.gz ARG OPENSSL_30_TEMP_SRC=/tmp/openssl-${OPENSSL_30_VERSION} # OpenSSL 3.1 -ENV OPENSSL_31_VERSION=3.1.8 -ENV OPENSSL_31_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_31_VERSION} +ENV OPENSSL_31_MIN_VERSION=3.1 +ENV OPENSSL_31_VERSION=${OPENSSL_31_MIN_VERSION}.8 +ENV OPENSSL_31_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_31_MIN_VERSION} ENV OPENSSL_31_BIN_DIR=${OPENSSL_31_DIR}/bin ENV OPENSSL_31_INC_DIR=${OPENSSL_31_DIR}/include ENV OPENSSL_31_LIB_DIR=${OPENSSL_31_DIR}/lib64 @@ -264,8 +283,9 @@ ARG OPENSSL_31_TEMP=/tmp/openssl-${OPENSSL_31_VERSION}.tar.gz ARG OPENSSL_31_TEMP_SRC=/tmp/openssl-${OPENSSL_31_VERSION} # OpenSSL 3.2 -ENV OPENSSL_32_VERSION=3.2.4 -ENV OPENSSL_32_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_32_VERSION} +ENV OPENSSL_32_MIN_VERSION=3.2 +ENV OPENSSL_32_VERSION=${OPENSSL_32_MIN_VERSION}.5 +ENV OPENSSL_32_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_32_MIN_VERSION} ENV OPENSSL_32_BIN_DIR=${OPENSSL_32_DIR}/bin ENV OPENSSL_32_INC_DIR=${OPENSSL_32_DIR}/include ENV OPENSSL_32_LIB_DIR=${OPENSSL_32_DIR}/lib64 @@ -275,8 +295,9 @@ ARG OPENSSL_32_TEMP=/tmp/openssl-${OPENSSL_32_VERSION}.tar.gz ARG OPENSSL_32_TEMP_SRC=/tmp/openssl-${OPENSSL_32_VERSION} # OpenSSL 3.3 -ENV OPENSSL_33_VERSION=3.3.3 -ENV OPENSSL_33_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_33_VERSION} +ENV OPENSSL_33_MIN_VERSION=3.3 +ENV OPENSSL_33_VERSION=${OPENSSL_33_MIN_VERSION}.4 +ENV OPENSSL_33_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_33_MIN_VERSION} ENV OPENSSL_33_BIN_DIR=${OPENSSL_33_DIR}/bin ENV OPENSSL_33_INC_DIR=${OPENSSL_33_DIR}/include ENV OPENSSL_33_LIB_DIR=${OPENSSL_33_DIR}/lib64 @@ -286,8 +307,9 @@ ARG OPENSSL_33_TEMP=/tmp/openssl-${OPENSSL_33_VERSION}.tar.gz ARG OPENSSL_33_TEMP_SRC=/tmp/openssl-${OPENSSL_33_VERSION} # OpenSSL 3.4 -ENV OPENSSL_34_VERSION=3.4.1 -ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_VERSION} +ENV OPENSSL_34_MIN_VERSION=3.4 +ENV OPENSSL_34_VERSION=${OPENSSL_34_MIN_VERSION}.2 +ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_MIN_VERSION} ENV OPENSSL_34_BIN_DIR=${OPENSSL_34_DIR}/bin ENV OPENSSL_34_INC_DIR=${OPENSSL_34_DIR}/include ENV OPENSSL_34_LIB_DIR=${OPENSSL_34_DIR}/lib64 @@ -297,8 +319,9 @@ ARG OPENSSL_34_TEMP=/tmp/openssl-${OPENSSL_34_VERSION}.tar.gz ARG OPENSSL_34_TEMP_SRC=/tmp/openssl-${OPENSSL_34_VERSION} # OpenSSL 3.5 -ENV OPENSSL_35_VERSION=3.5.0 -ENV OPENSSL_35_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_35_VERSION} +ENV OPENSSL_35_MIN_VERSION=3.5 +ENV OPENSSL_35_VERSION=${OPENSSL_35_MIN_VERSION}.1 +ENV OPENSSL_35_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_35_MIN_VERSION} ENV OPENSSL_35_BIN_DIR=${OPENSSL_35_DIR}/bin ENV OPENSSL_35_INC_DIR=${OPENSSL_35_DIR}/include ENV OPENSSL_35_LIB_DIR=${OPENSSL_35_DIR}/lib64 diff --git a/linux/ecosystem/epicmorg/debian/sid/develop/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/develop/docker-compose.yml index c14badeb1..3118169cd 100644 --- a/linux/ecosystem/epicmorg/debian/sid/develop/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/develop/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:sid-develop" + image: "epicmorg/debian:sid-develop" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet5/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet5/Dockerfile index 846c83560..8dafde539 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet5/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet5/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet5/Dockerfile.develop index a82f5a688..4ce23c8c2 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet5/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet5/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet5/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet5/docker-compose.yml index b9f9e4e34..8657be344 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet5/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet5/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-dotnet5" + image: "epicmorg/debian:sid-dotnet5" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-dotnet5" + image: "epicmorg/debian:sid-develop-dotnet5" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet6/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet6/Dockerfile index 625990b68..108f39bca 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet6/Dockerfile.develop index 7f04101bc..fcecbdfee 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet6/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet6/docker-compose.yml index 859044569..52deea5c4 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet6/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet6/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-dotnet6" + image: "epicmorg/debian:sid-dotnet6" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-dotnet6" + image: "epicmorg/debian:sid-develop-dotnet6" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet7/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet7/Dockerfile index ea0944508..3a91f8ec4 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet7/Dockerfile.develop index 8f2b15a59..8264eb205 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet7/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet7/docker-compose.yml index 904d64a78..933e216e3 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet7/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet7/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-dotnet7" + image: "epicmorg/debian:sid-dotnet7" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-dotnet7" + image: "epicmorg/debian:sid-develop-dotnet7" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet8/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet8/Dockerfile index 7718926fa..407264c23 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet8/Dockerfile.develop index 014407694..ebeba3850 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet8/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet8/docker-compose.yml index c0dfce831..5b88d8372 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet8/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet8/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-dotnet8" + image: "epicmorg/debian:sid-dotnet8" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-dotnet8" + image: "epicmorg/debian:sid-develop-dotnet8" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet9/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet9/Dockerfile index ed4ba9ca9..7065df71d 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet9/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet9/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet9/Dockerfile.develop index 459920a8b..da3a80a26 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet9/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet9/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet9/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet9/docker-compose.yml index 7a6fbbc01..0724a792d 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet9/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet9/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-dotnet9" + image: "epicmorg/debian:sid-dotnet9" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-dotnet9" + image: "epicmorg/debian:sid-develop-dotnet9" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/lts/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/dotnet/lts/Dockerfile index a73b4db0c..aac1b9ce0 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/lts/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/lts/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/lts/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/dotnet/lts/Dockerfile.develop index 2de77664b..be7fb00f2 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/lts/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/lts/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/lts/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/dotnet/lts/docker-compose.yml index b796e5a78..3663ac07e 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/lts/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/lts/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-dotnet-lts" + image: "epicmorg/debian:sid-dotnet-lts" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-dotnet-lts" + image: "epicmorg/debian:sid-develop-dotnet-lts" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/sts/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/dotnet/sts/Dockerfile index 6a35b8628..c33677ec4 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/sts/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/sts/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/sts/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/dotnet/sts/Dockerfile.develop index 177661621..d4dadb1a0 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/sts/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/sts/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/dotnet/sts/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/dotnet/sts/docker-compose.yml index ae610d658..798710d94 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/sts/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/sts/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-dotnet-sts" + image: "epicmorg/debian:sid-dotnet-sts" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-dotnet-sts" + image: "epicmorg/debian:sid-develop-dotnet-sts" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk11/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk11/Dockerfile index 3cd9f5bd8..7a16aaf78 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java11 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk11/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk11/Dockerfile.develop index efef6713b..71d85c273 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk11/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java11 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk11/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk11/docker-compose.yml index 1f4ae49bd..63f98cf9e 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk11/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk11/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-jdk11" + image: "epicmorg/debian:sid-jdk11" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-jdk11" + image: "epicmorg/debian:sid-develop-jdk11" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk16/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk16/Dockerfile index f4d3c2b84..7ad75e4c3 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java16 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk16/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk16/Dockerfile.develop index 532c528d0..54c3d6c45 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk16/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java16 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk16/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk16/docker-compose.yml index 46c3e4762..417c6fd13 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk16/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk16/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-jdk16" + image: "epicmorg/debian:sid-jdk16" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-jdk16" + image: "epicmorg/debian:sid-develop-jdk16" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk17/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk17/Dockerfile index 5fa732655..130b19a68 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java17 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk17/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk17/Dockerfile.develop index 8992a12bf..8f34077df 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk17/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java17 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk17/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk17/docker-compose.yml index fa7aedc6f..1185ecf9f 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk17/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk17/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-jdk17" + image: "epicmorg/debian:sid-jdk17" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-jdk17" + image: "epicmorg/debian:sid-develop-jdk17" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk18/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk18/Dockerfile index bd711f169..f5b6b78ee 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk18/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk18/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java18 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk18/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk18/Dockerfile.develop index 2ddcc9f9d..7126f55a8 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk18/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk18/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java18 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk18/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk18/docker-compose.yml index 33741b52b..41a1aef1e 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk18/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk18/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-jdk18" + image: "epicmorg/debian:sid-jdk18" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-jdk18" + image: "epicmorg/debian:sid-develop-jdk18" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk19/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk19/Dockerfile index 22c27a7f3..fec02cc31 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk19/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk19/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java19 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk19/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk19/Dockerfile.develop index d5e6460a3..accd560a4 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk19/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk19/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java19 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk19/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk19/docker-compose.yml index 2098d16b3..6af8cce05 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk19/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk19/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-jdk19" + image: "epicmorg/debian:sid-jdk19" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-jdk19" + image: "epicmorg/debian:sid-develop-jdk19" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk20/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk20/Dockerfile index e2940ab69..77d8a3394 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk20/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk20/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java20 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk20/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk20/Dockerfile.develop index ab10f3620..6e62e2eb7 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk20/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk20/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java20 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk20/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk20/docker-compose.yml index c2c255451..579bb412c 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk20/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk20/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-jdk20" + image: "epicmorg/debian:sid-jdk20" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-jdk20" + image: "epicmorg/debian:sid-develop-jdk20" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk21/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk21/Dockerfile index fa8ad1933..a975544f4 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk21/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk21/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java21 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk21/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk21/Dockerfile.develop index 616540f83..5ace39771 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk21/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk21/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java21 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk21/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk21/docker-compose.yml index d6b429de6..fffa67054 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk21/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk21/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-jdk21" + image: "epicmorg/debian:sid-jdk21" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-jdk21" + image: "epicmorg/debian:sid-develop-jdk21" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk22/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk22/Dockerfile index 5d354097c..1ccd6d2fc 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk22/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk22/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java22 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk22/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk22/Dockerfile.develop index 1ef674054..a5ffdd258 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk22/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk22/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java22 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk22/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk22/docker-compose.yml index 413d7dd70..9248bbfe3 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk22/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk22/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-jdk22" + image: "epicmorg/debian:sid-jdk22" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-jdk22" + image: "epicmorg/debian:sid-develop-jdk22" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk23/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk23/Dockerfile index 5039ead1b..1b54ac508 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk23/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk23/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java23 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk23/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk23/Dockerfile.develop index b7b756835..3c2e971b3 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk23/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk23/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java23 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk23/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk23/docker-compose.yml index 28c6ddbe7..e5573c4d7 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk23/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk23/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-jdk23" + image: "epicmorg/debian:sid-jdk23" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-jdk23" + image: "epicmorg/debian:sid-develop-jdk23" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk6/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk6/Dockerfile index 31ef0d908..2ef146c3e 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -17,7 +17,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java6 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk6/Dockerfile.develop index e972bb48c..2ac91d235 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -17,7 +17,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java6 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk6/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk6/docker-compose.yml index 15a79b35c..ce8da742d 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk6/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk6/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-jdk6" + image: "epicmorg/debian:sid-jdk6" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-jdk6" + image: "epicmorg/debian:sid-develop-jdk6" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk7/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk7/Dockerfile index 41d89ae3c..0b32bd682 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -17,7 +17,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java7 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk7/Dockerfile.develop index 9ae0c22b6..0329cd73e 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -17,7 +17,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java7 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk7/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk7/docker-compose.yml index 22d302238..1dee341dd 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk7/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk7/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-jdk7" + image: "epicmorg/debian:sid-jdk7" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-jdk7" + image: "epicmorg/debian:sid-develop-jdk7" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk8/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk8/Dockerfile index 0649f646a..af975a74a 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java8 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk8/Dockerfile.develop index cd396eec7..8a6059c74 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -18,7 +18,20 @@ ENV PATH=$PATH:${JAVA_HOME}/bin ################################################################## # installing java8 ################################################################## -ADD ${K_JDK_URL} /tmp +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O /tmp/$(basename "${K_JDK_URL}") \ + "${K_JDK_URL}" + RUN mkdir -p ${K_JDK_DIR} && \ tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \ ln -sfv ${JAVA_HOME} /usr/jre && \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk8/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk8/docker-compose.yml index 89e69097c..febed49a0 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk8/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk8/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-jdk8" + image: "epicmorg/debian:sid-jdk8" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-jdk8" + image: "epicmorg/debian:sid-develop-jdk8" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/main/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/main/Dockerfile index e0fb47f14..67c691e4e 100644 --- a/linux/ecosystem/epicmorg/debian/sid/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-slim +FROM epicmorg/debian:sid-slim LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/main/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/main/docker-compose.yml index a0a45476f..8f644bf99 100644 --- a/linux/ecosystem/epicmorg/debian/sid/main/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:sid" + image: "epicmorg/debian:sid" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/current/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/current/Dockerfile index 153fea5f1..e10366166 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/current/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/current/Dockerfile @@ -1,10 +1,10 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=23 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.11.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.11.1 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/current/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/current/Dockerfile.develop index acb1b4388..fa583bad2 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/current/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/current/Dockerfile.develop @@ -1,10 +1,10 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=23 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.11.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.11.1 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/current/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/nodejs/current/docker-compose.yml index c888f8ce4..a477c6610 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/current/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/current/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-nodejs-current" + image: "epicmorg/debian:sid-nodejs-current" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-nodejs-current" + image: "epicmorg/debian:sid-develop-nodejs-current" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/lts/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/lts/Dockerfile index c972ca1e7..22e0972a9 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/lts/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/lts/Dockerfile @@ -1,10 +1,10 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=20 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.19.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.19.4 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/lts/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/lts/Dockerfile.develop index a6a470806..43acdfaf0 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/lts/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/lts/Dockerfile.develop @@ -1,10 +1,10 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=20 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.19.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.19.4 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/lts/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/nodejs/lts/docker-compose.yml index 47b9e4346..77de2ad46 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/lts/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/lts/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-nodejs-lts" + image: "epicmorg/debian:sid-nodejs-lts" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-nodejs-lts" + image: "epicmorg/debian:sid-develop-nodejs-lts" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node0.12/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node0.12/Dockerfile index 8e4e88a29..4ff6b3d94 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node0.12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node0.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node0.12/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node0.12/Dockerfile.develop index 74c77bfeb..6ae8189d6 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node0.12/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node0.12/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node0.12/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/nodejs/node0.12/docker-compose.yml index 75379bbcc..a870b1eee 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node0.12/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node0.12/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-nodejs0.12" + image: "epicmorg/debian:sid-nodejs0.12" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-nodejs0.12" + image: "epicmorg/debian:sid-develop-nodejs0.12" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node10/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node10/Dockerfile index 0471775ba..1ddfc9154 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node10/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node10/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node10/Dockerfile.develop index 044455d31..d1d514208 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node10/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node10/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node10/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/nodejs/node10/docker-compose.yml index 5324abd0e..9a90d8e6c 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node10/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node10/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-nodejs10" + image: "epicmorg/debian:sid-nodejs10" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-nodejs10" + image: "epicmorg/debian:sid-develop-nodejs10" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node11/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node11/Dockerfile index bab3e3da3..94562e95e 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node11/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node11/Dockerfile.develop index 1b08fc892..900d02aad 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node11/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node11/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/nodejs/node11/docker-compose.yml index ac6b505c6..f9a28c089 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node11/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node11/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-nodejs11" + image: "epicmorg/debian:sid-nodejs11" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-nodejs11" + image: "epicmorg/debian:sid-develop-nodejs11" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node12/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node12/Dockerfile index f7be72cd1..1ba7c3158 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node12/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node12/Dockerfile.develop index f67900cdc..26e1b902b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node12/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node12/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node12/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/nodejs/node12/docker-compose.yml index a2fd2fa5a..e16a17ec8 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node12/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node12/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-nodejs12" + image: "epicmorg/debian:sid-nodejs12" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-nodejs12" + image: "epicmorg/debian:sid-develop-nodejs12" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node13/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node13/Dockerfile index f7c5cb4ce..0fba89409 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node13/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node13/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node13/Dockerfile.develop index 5e4418aa3..0f9da43a4 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node13/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node13/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node13/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/nodejs/node13/docker-compose.yml index c11ef74f8..21fb6f51b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node13/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node13/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-nodejs13" + image: "epicmorg/debian:sid-nodejs13" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-nodejs13" + image: "epicmorg/debian:sid-develop-nodejs13" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node14/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node14/Dockerfile index 65fbc4c8f..13ee37b2f 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node14/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node14/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node14/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node14/Dockerfile.develop index 05512b282..3c41997e0 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node14/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node14/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node14/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/nodejs/node14/docker-compose.yml index 91f3f0a10..4be55268a 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node14/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node14/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-nodejs14" + image: "epicmorg/debian:sid-nodejs14" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-nodejs14" + image: "epicmorg/debian:sid-develop-nodejs14" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node15/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node15/Dockerfile index 55157dbff..884bc38eb 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node15/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node15/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node15/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node15/Dockerfile.develop index f4dc3f2a1..2a862e913 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node15/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node15/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node15/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/nodejs/node15/docker-compose.yml index eb31ee5b7..8ff5848c6 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node15/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node15/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-nodejs15" + image: "epicmorg/debian:sid-nodejs15" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-nodejs15" + image: "epicmorg/debian:sid-develop-nodejs15" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node16/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node16/Dockerfile index 6f9dc29d9..f15b097a4 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node16/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node16/Dockerfile.develop index da5c8ff77..0660d1ac4 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node16/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node16/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/nodejs/node16/docker-compose.yml index cbfb94aa7..1ba096746 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node16/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node16/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-nodejs16" + image: "epicmorg/debian:sid-nodejs16" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-nodejs16" + image: "epicmorg/debian:sid-develop-nodejs16" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node17/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node17/Dockerfile index 79b36c467..9c1197e84 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node17/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node17/Dockerfile.develop index 2c90d24fa..ff8cc0381 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node17/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node17/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/nodejs/node17/docker-compose.yml index 1076c7f90..a5451b47c 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node17/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node17/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-nodejs17" + image: "epicmorg/debian:sid-nodejs17" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-nodejs17" + image: "epicmorg/debian:sid-develop-nodejs17" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node18/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node18/Dockerfile index faee424ef..650b7f55e 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node18/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node18/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node18/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node18/Dockerfile.develop index f97e7bc60..04807acf3 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node18/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node18/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node18/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/nodejs/node18/docker-compose.yml index e5cc5807d..111c5a8b6 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node18/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node18/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sidodejs18" + image: "epicmorg/debian:sidodejs18" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-nodejs18" + image: "epicmorg/debian:sid-develop-nodejs18" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node19/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node19/Dockerfile index cfc9bc0c7..b195fbd97 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node19/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node19/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node19/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node19/Dockerfile.develop index e85415321..75efdcb92 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node19/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node19/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node19/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/nodejs/node19/docker-compose.yml index 1fa27091b..d8b6ad88f 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node19/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node19/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-nodejs19" + image: "epicmorg/debian:sid-nodejs19" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-nodejs19" + image: "epicmorg/debian:sid-develop-nodejs19" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node20/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node20/Dockerfile index c972ca1e7..22e0972a9 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node20/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node20/Dockerfile @@ -1,10 +1,10 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=20 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.19.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.19.4 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node20/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node20/Dockerfile.develop index a6a470806..43acdfaf0 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node20/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node20/Dockerfile.develop @@ -1,10 +1,10 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=20 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.19.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.19.4 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node20/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/nodejs/node20/docker-compose.yml index 08cf4d9a4..df4763303 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node20/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node20/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-nodejs20" + image: "epicmorg/debian:sid-nodejs20" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-nodejs20" + image: "epicmorg/debian:sid-develop-nodejs20" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node21/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node21/Dockerfile index 1de4e97fe..9d5a4ee34 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node21/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node21/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node21/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node21/Dockerfile.develop index 18909df70..d3c420b22 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node21/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node21/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node21/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/nodejs/node21/docker-compose.yml index 2aadab3eb..284d0be39 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node21/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node21/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-nodejs21" + image: "epicmorg/debian:sid-nodejs21" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-nodejs21" + image: "epicmorg/debian:sid-nodejs21" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node22/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node22/Dockerfile index b5eac9cfb..476de2cd4 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node22/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node22/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node22/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node22/Dockerfile.develop index 3340bd0c1..6a852dae7 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node22/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node22/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node22/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/nodejs/node22/docker-compose.yml index 05191b659..5514f971c 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node22/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node22/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-nodejs22" + image: "epicmorg/debian:sid-nodejs22" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-nodejs22" + image: "epicmorg/debian:sid-develop-nodejs22" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node23/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node23/Dockerfile index 153fea5f1..e10366166 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node23/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node23/Dockerfile @@ -1,10 +1,10 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=23 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.11.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.11.1 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node23/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node23/Dockerfile.develop index acb1b4388..fa583bad2 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node23/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node23/Dockerfile.develop @@ -1,10 +1,10 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=23 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.11.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.11.1 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node23/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/nodejs/node23/docker-compose.yml index bedc296fc..493beac9d 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node23/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node23/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-nodejs23" + image: "epicmorg/debian:sid-nodejs23" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-nodejs23" + image: "epicmorg/debian:sid-develop-nodejs23" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node24/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node24/Dockerfile new file mode 100644 index 000000000..0f9fa2155 --- /dev/null +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node24/Dockerfile @@ -0,0 +1,45 @@ +FROM epicmorg/debian:sid +LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" + +ARG DEBIAN_FRONTEND=noninteractive + +ARG K_NODE_MAJOR_VERSION=24 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.4.1 +ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz +ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz + +################################################################## +# Node.js 24.x +################################################################## +RUN groupadd -g 1337 node && \ + useradd -u 1337 --gid node --shell /bin/bash --create-home node + +ADD ${K_NODE_URL} /tmp +ADD ${K_NODE_HEADERS_URL} /tmp + +RUN tar -xzf /tmp/node-v${K_NODE_VERSION}-linux-x64.tar.gz --strip-components=1 --directory /usr/local && \ + tar -xzf /tmp/node-v${K_NODE_VERSION}-headers.tar.gz --strip-components=1 --directory /usr/local && \ + rm -rfv /usr/local/CHANGELOG.md /usr/local/LICENSE /usr/local/README.md + +RUN npm install -g pnpm yarn + +################################################################## +# Version after install +################################################################## +RUN echo "=============================================" && \ + echo node $(node --version) && \ + echo npm $(npm --version) && \ + echo yarn $(yarn --version) && \ + echo pnpm $(pnpm --version) && \ + echo "=============================================" + +################################################################## +# Cleanup +################################################################## +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /var/cache/apt/archives/*.deb && \ + rm -rfv /root/tmp/* && \ + rm -rfv /tmp/* diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node24/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node24/Dockerfile.develop new file mode 100644 index 000000000..1ca110a6f --- /dev/null +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node24/Dockerfile.develop @@ -0,0 +1,45 @@ +FROM epicmorg/debian:sid-develop +LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" + +ARG DEBIAN_FRONTEND=noninteractive + +ARG K_NODE_MAJOR_VERSION=24 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.4.1 +ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz +ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz + +################################################################## +# Node.js 24.x +################################################################## +RUN groupadd -g 1337 node && \ + useradd -u 1337 --gid node --shell /bin/bash --create-home node + +ADD ${K_NODE_URL} /tmp +ADD ${K_NODE_HEADERS_URL} /tmp + +RUN tar -xzf /tmp/node-v${K_NODE_VERSION}-linux-x64.tar.gz --strip-components=1 --directory /usr/local && \ + tar -xzf /tmp/node-v${K_NODE_VERSION}-headers.tar.gz --strip-components=1 --directory /usr/local && \ + rm -rfv /usr/local/CHANGELOG.md /usr/local/LICENSE /usr/local/README.md + +RUN npm install -g pnpm yarn + +################################################################## +# Version after install +################################################################## +RUN echo "=============================================" && \ + echo node $(node --version) && \ + echo npm $(npm --version) && \ + echo yarn $(yarn --version) && \ + echo pnpm $(pnpm --version) && \ + echo "=============================================" + +################################################################## +# Cleanup +################################################################## +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /var/cache/apt/archives/*.deb && \ + rm -rfv /root/tmp/* && \ + rm -rfv /tmp/* diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node24/Makefile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node24/Makefile new file mode 100644 index 000000000..1e4371492 --- /dev/null +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node24/Makefile @@ -0,0 +1,44 @@ +all: app + +app: + make pip + make build + make deploy + make clean + +build: + make build-buildah + +deploy: + make deploy-buildah + +build-buildah: + buildah-wrapper --build + +deploy-buildah: + buildah-wrapper --deploy + +build-kaniko: + kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:debug --dry-run + +deploy-kaniko: + kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:debug + +build-compose: + docker-compose build --compress --parallel --progress plain + +deploy-compose: + docker-compose push + +clean: + docker container prune -f + docker image prune -f + docker network prune -f + docker volume prune -f + docker system prune -af + buildah rm -a + buildah rmi -a + +pip: + pip3 install --break-system-packages --no-cache-dir kaniko-wrapper buildah-wrapper + pip install --break-system-packages --no-cache-dir kaniko-wrapper buildah-wrapper \ No newline at end of file diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node24/README.md b/linux/ecosystem/epicmorg/debian/sid/nodejs/node24/README.md new file mode 100644 index 000000000..b53fe01e8 --- /dev/null +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node24/README.md @@ -0,0 +1,93 @@ +## TeamCity Minimal Build Agent + +[](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) + +This is an official [JetBrains TeamCity](https://www.jetbrains.com/teamcity/) minimal build agent image. + + More details about tags and components are [here](https://github.com/JetBrains/teamcity-docker-images/blob/master/generated/teamcity-minimal-agent.md). + +The [TeamCity build agent](https://www.jetbrains.com/help/teamcity/build-agent.html) connects to the TeamCity server and spawns the actual build processes. +You can use the ```jetbrains/teamcity-server``` image to run a TeamCity server. + +This minimal image adds just a TeamCity agent without any tools like VCS clients, etc. It is suitable for simple builds and can serve as a base for your custom images. For Java or .NET development we recommend using the default build agent image [jetbrains/teamcity-agent](https://hub.docker.com/r/jetbrains/teamcity-agent/). + +## How to Use This Image + +Pull the TeamCity minimal image from the Docker Hub Repository: + +``` +jetbrains/teamcity-minimal-agent +``` +  +and use the following command to start a container with TeamCity agent running inside +a Linux container: + +``` +docker run -it -e SERVER_URL="" \ + -v :/data/teamcity_agent/conf \ + jetbrains/teamcity-minimal-agent +``` +  +or a Windows container: +``` +docker run -it -e SERVER_URL="" + -v :C:/BuildAgent/conf + jetbrains/teamcity-minimal-agent +``` +where `` is the full URL for TeamCity server, accessible by the agent. Note that `localhost` will not generally not work as it will refer to the `localhost` inside the container. +`` is the host machine directory to serve as the TeamCity agent config directory. We recommend providing this binding in order to persist the agent configuration, e.g. authorization on the server. Note that you should map a different folder for every new agent you create. + +Since version 2020.1, TeamCity agent Docker images __run under a non-root user__. Refer to our [upgrade notes](https://www.jetbrains.com/help/teamcity/upgrade-notes.html#UpgradeNotes-AgentDockerimagesrunundernon-rootuser) for information on possible affected use cases. + +When you run the agent for the first time, you should authorize it via the TeamCity server UI: go to the **Unauthorized Agents** page in your browser. See [more details](https://www.jetbrains.com/help/teamcity/build-agent.html). + +All information about agent authorization is stored in agent's configuration folder. If you stop the container with the agent and then start a new one with the same config folder, the agent's name and authorization state will be preserved. + +TeamCity agent does not need manual upgrade: it will upgrade itself automatically on connecting to an upgraded server. + +### Agent Image Environment Variables + +- **SERVER_URL** - URL of the TeamCity server agent will connect to +- **AGENT_NAME** - (optional) Name of the agent in TeamCity UI, autogenerated if omitted +- **AGENT_TOKEN** - (optional) Agent authorization token, if unset, the agent should be [authorized](https://www.jetbrains.com/help/teamcity/build-agent.html#BuildAgent-BuildAgentStatus) via TeamCity UI. +- **OWN_ADDRESS** - (optional, linux only) IP address build agent binds to, autodetected +- **OWN_PORT** - (optional, linux only) Port build agent binds to, 9090 by default + +### Windows Containers Limitations + +The details on the known problems in Windows containers are available in the [TeamCity documentation](https://www.jetbrains.com/help/teamcity/known-issues.html#KnownIssues-WindowsDockerContainers). + +## Customization + +You can customize the image via the usual Docker procedure: + +1. Run the image +``` +docker run -it -e SERVER_URL="" \ + -v :/data/teamcity_agent/conf \ + --name="my-customized-agent" \ + jetbrains/teamcity-minimal-agent \ +``` +2. Enter the container +``` +docker exec -it my-customized-agent bash +``` + +3. Change whatever you need +4. Exit and [create a new image](https://docs.docker.com/engine/reference/commandline/commit/) from the container +``` +docker commit my-customized-agent +``` + +## License + +The image is available under the [TeamCity license](https://www.jetbrains.com/teamcity/buy/license.html). +TeamCity is free for perpetual use with the limitation of 100 build configurations (jobs) and 3 agents. [Licensing details](https://www.jetbrains.com/help/teamcity/licensing-policy.html). + +## Feedback + +Report issues of suggestions to the official TeamCity [issue tracker](https://youtrack.jetbrains.com/issues/TW). + +## Other TeamCity Images +* [TeamCity Server](https://hub.docker.com/r/jetbrains/teamcity-server/) +* [Build Agent](https://hub.docker.com/r/jetbrains/teamcity-agent/) diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node24/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/nodejs/node24/docker-compose.yml new file mode 100644 index 000000000..a78c7c634 --- /dev/null +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node24/docker-compose.yml @@ -0,0 +1,10 @@ +services: + app: + image: "epicmorg/debian:sid-nodejs24" + build: + context: . + app-develop: + image: "epicmorg/debian:sid-develop-nodejs24" + build: + context: . + dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node4/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node4/Dockerfile index 52d169813..199329798 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node4/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node4/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node4/Dockerfile.develop index 56f372a20..fd87f40ea 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node4/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node4/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node4/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/nodejs/node4/docker-compose.yml index 15d60c66e..e601a8b98 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node4/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node4/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-nodejs4" + image: "epicmorg/debian:sid-nodejs4" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-nodejs4" + image: "epicmorg/debian:sid-develop-nodejs4" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node5/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node5/Dockerfile index 41eec39fb..6bfdfe596 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node5/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node5/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node5/Dockerfile.develop index 4cdbdf2a9..7af721067 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node5/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node5/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node5/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/nodejs/node5/docker-compose.yml index c59c4a615..4846fb7d7 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node5/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node5/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-nodejs5" + image: "epicmorg/debian:sid-nodejs5" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-nodejs5" + image: "epicmorg/debian:sid-develop-nodejs5" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node6/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node6/Dockerfile index eca26539b..cfdce17c0 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node6/Dockerfile.develop index 4771713b2..b8729b4a6 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node6/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node6/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/nodejs/node6/docker-compose.yml index 52441f4e2..da1404178 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node6/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node6/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-nodejs6" + image: "epicmorg/debian:sid-nodejs6" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-nodejs6" + image: "epicmorg/debian:sid-develop-nodejs6" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node7/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node7/Dockerfile index 42c38e688..0a46afe0d 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node7/Dockerfile.develop index ae538ead7..a01499eac 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node7/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node7/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/nodejs/node7/docker-compose.yml index df52db96b..e8b4e1b95 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node7/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node7/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-nodejs7" + image: "epicmorg/debian:sid-nodejs7" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-nodejs7" + image: "epicmorg/debian:sid-develop-nodejs7" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node8/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node8/Dockerfile index 63c1f73ff..631ce43e3 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node8/Dockerfile.develop index 15a1a3c74..142a6d46e 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node8/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node8/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/nodejs/node8/docker-compose.yml index f747ee36c..f6d76e5c1 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node8/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node8/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-nodejs8" + image: "epicmorg/debian:sid-nodejs8" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-nodejs8" + image: "epicmorg/debian:sid-develop-nodejs8" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node9/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/nodejs/node9/Dockerfile index 485883346..b65317f73 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node9/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node9/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node9/Dockerfile.develop index da38468d4..71674205c 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node9/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node9/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop +FROM epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node9/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/nodejs/node9/docker-compose.yml index 774845ae9..6d9ec5efe 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node9/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node9/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "quay.io/epicmorg/debian:sid-nodejs9" + image: "epicmorg/debian:sid-nodejs9" build: context: . app-develop: - image: "quay.io/epicmorg/debian:sid-develop-nodejs9" + image: "epicmorg/debian:sid-develop-nodejs9" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/sid/python/2.6/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/python/2.6/Dockerfile index d57f9709c..5199893d4 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/2.6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/python/2.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop as builder +FROM epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -58,7 +58,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/sid/python/2.6/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/python/2.6/docker-compose.yml index 46247e86f..a12a8d94c 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/2.6/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/python/2.6/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:sid-python-2.6" + image: "epicmorg/debian:sid-python-2.6" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/sid/python/2.7/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/python/2.7/Dockerfile index 652de5768..eed540f32 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/2.7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/python/2.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop as builder +FROM epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -63,7 +63,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/sid/python/2.7/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/python/2.7/docker-compose.yml index 591040e81..d42da8a06 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/2.7/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/python/2.7/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:sid-python-2.7" + image: "epicmorg/debian:sid-python-2.7" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.0/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/python/3.0/Dockerfile index 36036b665..3f7d77f26 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.0/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop as builder +FROM epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -69,7 +69,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.0/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/python/3.0/docker-compose.yml index f93076c65..13304634e 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.0/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.0/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:sid-python-3.0" + image: "epicmorg/debian:sid-python-3.0" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.1/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/python/3.1/Dockerfile index 3bb100815..0b6306c92 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.1/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop as builder +FROM epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -69,7 +69,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.1/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/python/3.1/docker-compose.yml index 0e6c656ed..148c349c2 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.1/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.1/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:sid-python-3.1" + image: "epicmorg/debian:sid-python-3.1" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.10/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/python/3.10/Dockerfile index 308e46687..ae99d4fbc 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.10/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop as builder +FROM epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -24,7 +24,7 @@ RUN apt update && apt install -y \ ARG LD_CONF_DIR=/etc/ld.so.conf.d/ ENV PYTHON_VERSION=3.10 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.17 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.18 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid RUN apt-get remove -y python3-pip @@ -89,8 +89,9 @@ ARG LD_CONF_DIR=/etc/ld.so.conf.d/ ################################################################## # OpenSSL 3.4 ################################################################## -ENV OPENSSL_34_VERSION=3.4.1 -ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_VERSION} +ENV OPENSSL_34_MIN_VERSION=3.4 +ENV OPENSSL_34_VERSION=${OPENSSL_34_MIN_VERSION}.2 +ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_MIN_VERSION} ENV OPENSSL_34_BIN_DIR=${OPENSSL_34_DIR}/bin ENV OPENSSL_34_INC_DIR=${OPENSSL_34_DIR}/include ENV OPENSSL_34_LIB_DIR=${OPENSSL_34_DIR}/lib64 @@ -100,7 +101,7 @@ ENV OPENSSL_34_SRC_DIR=/usr/local/src/openssl/${OPENSSL_34_VERSION} # Python 3.10 ################################################################## ENV PYTHON_VERSION=3.10 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.17 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.18 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.10/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/python/3.10/docker-compose.yml index fccd7b044..7109032f3 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.10/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.10/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:sid-python-3.10" + image: "epicmorg/debian:sid-python-3.10" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.11/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/python/3.11/Dockerfile index d9c585d64..9307d0f4a 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop as builder +FROM epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -24,7 +24,7 @@ RUN apt update && apt install -y \ ARG LD_CONF_DIR=/etc/ld.so.conf.d/ ENV PYTHON_VERSION=3.11 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.12 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.13 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid RUN apt-get remove -y python3-pip @@ -89,8 +89,9 @@ ARG LD_CONF_DIR=/etc/ld.so.conf.d/ ################################################################## # OpenSSL 3.4 ################################################################## -ENV OPENSSL_34_VERSION=3.4.1 -ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_VERSION} +ENV OPENSSL_34_MIN_VERSION=3.4 +ENV OPENSSL_34_VERSION=${OPENSSL_34_MIN_VERSION}.2 +ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_MIN_VERSION} ENV OPENSSL_34_BIN_DIR=${OPENSSL_34_DIR}/bin ENV OPENSSL_34_INC_DIR=${OPENSSL_34_DIR}/include ENV OPENSSL_34_LIB_DIR=${OPENSSL_34_DIR}/lib64 @@ -100,7 +101,7 @@ ENV OPENSSL_34_SRC_DIR=/usr/local/src/openssl/${OPENSSL_34_VERSION} # Python 3.11 ################################################################## ENV PYTHON_VERSION=3.11 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.12 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.13 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.11/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/python/3.11/docker-compose.yml index 49434d9ea..0bb59b9e7 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.11/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.11/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:sid-python-3.11" + image: "epicmorg/debian:sid-python-3.11" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.12/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/python/3.12/Dockerfile index 1d3558ef8..e60e98c77 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop as builder +FROM epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -24,7 +24,7 @@ RUN apt update && apt install -y \ ARG LD_CONF_DIR=/etc/ld.so.conf.d/ ENV PYTHON_VERSION=3.12 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.10 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.11 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid RUN apt-get remove -y python3-pip @@ -89,8 +89,9 @@ ARG LD_CONF_DIR=/etc/ld.so.conf.d/ ################################################################## # OpenSSL 3.4 ################################################################## -ENV OPENSSL_34_VERSION=3.4.1 -ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_VERSION} +ENV OPENSSL_34_MIN_VERSION=3.4 +ENV OPENSSL_34_VERSION=${OPENSSL_34_MIN_VERSION}.2 +ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_MIN_VERSION} ENV OPENSSL_34_BIN_DIR=${OPENSSL_34_DIR}/bin ENV OPENSSL_34_INC_DIR=${OPENSSL_34_DIR}/include ENV OPENSSL_34_LIB_DIR=${OPENSSL_34_DIR}/lib64 @@ -100,7 +101,7 @@ ENV OPENSSL_34_SRC_DIR=/usr/local/src/openssl/${OPENSSL_34_VERSION} # Python 3.12 ################################################################## ENV PYTHON_VERSION=3.12 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.10 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.11 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.12/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/python/3.12/docker-compose.yml index 63cc18e5d..a2ebcf90f 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.12/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.12/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:sid-python-3.12" + image: "epicmorg/debian:sid-python-3.12" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.13/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/python/3.13/Dockerfile index bfa8c6729..04a644ca9 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.13/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop as builder +FROM epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -24,7 +24,7 @@ RUN apt update && apt install -y \ ARG LD_CONF_DIR=/etc/ld.so.conf.d/ ENV PYTHON_VERSION=3.13 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.3 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.5 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid RUN apt-get remove -y python3-pip @@ -89,8 +89,9 @@ ARG LD_CONF_DIR=/etc/ld.so.conf.d/ ################################################################## # OpenSSL 3.4 ################################################################## -ENV OPENSSL_34_VERSION=3.4.1 -ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_VERSION} +ENV OPENSSL_34_MIN_VERSION=3.4 +ENV OPENSSL_34_VERSION=${OPENSSL_34_MIN_VERSION}.2 +ENV OPENSSL_34_DIR=${EMG_LOCAL_BASE_DIR}/openssl/${OPENSSL_34_MIN_VERSION} ENV OPENSSL_34_BIN_DIR=${OPENSSL_34_DIR}/bin ENV OPENSSL_34_INC_DIR=${OPENSSL_34_DIR}/include ENV OPENSSL_34_LIB_DIR=${OPENSSL_34_DIR}/lib64 @@ -100,7 +101,7 @@ ENV OPENSSL_34_SRC_DIR=/usr/local/src/openssl/${OPENSSL_34_VERSION} # Python 3.13 ################################################################## ENV PYTHON_VERSION=3.13 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.3 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.5 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.13/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/python/3.13/docker-compose.yml index 3b7bb8af3..9030b6dbb 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.13/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.13/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:sid-python-3.13" + image: "epicmorg/debian:sid-python-3.13" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.2/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/python/3.2/Dockerfile index 480d6db2b..5ec83946c 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.2/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop as builder +FROM epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -72,7 +72,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.2/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/python/3.2/docker-compose.yml index 9fcff95f9..7b4793f94 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.2/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.2/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:sid-python-3.2" + image: "epicmorg/debian:sid-python-3.2" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.3/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/python/3.3/Dockerfile index 955f9b50a..7d5b97a81 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.3/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop as builder +FROM epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -71,7 +71,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.3/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/python/3.3/docker-compose.yml index cb0a31e3d..c1ba82ad9 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.3/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.3/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:sid-python-3.3" + image: "epicmorg/debian:sid-python-3.3" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.4/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/python/3.4/Dockerfile index 8a6d82219..d51998980 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.4/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop as builder +FROM epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -72,7 +72,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.4/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/python/3.4/docker-compose.yml index 4489f51b9..4655a3e73 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.4/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.4/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:sid-python-3.4" + image: "epicmorg/debian:sid-python-3.4" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.5/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/python/3.5/Dockerfile index 635d10b3d..707a5b80f 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.5/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop as builder +FROM epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -74,7 +74,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.5/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/python/3.5/docker-compose.yml index 4112df100..5dc81284f 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.5/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.5/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:sid-python-3.5" + image: "epicmorg/debian:sid-python-3.5" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.6/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/python/3.6/Dockerfile index ea3d366c1..937b0b622 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop as builder +FROM epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -75,7 +75,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.6/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/python/3.6/docker-compose.yml index b9415b30b..4b675f99f 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.6/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.6/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:sid-python-3.6" + image: "epicmorg/debian:sid-python-3.6" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.7/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/python/3.7/Dockerfile index 5815f7638..616789ee1 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop as builder +FROM epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.7/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/python/3.7/docker-compose.yml index 2e7fae597..7a2582b19 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.7/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.7/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:sid-python-3.7" + image: "epicmorg/debian:sid-python-3.7" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.8/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/python/3.8/Dockerfile index e064ee2ab..cf9303fce 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop as builder +FROM epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid RUN apt-get remove -y python3-pip diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.8/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/python/3.8/docker-compose.yml index 0327d53be..b3fdf194f 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.8/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.8/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:sid-python-3.8" + image: "epicmorg/debian:sid-python-3.8" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.9/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/python/3.9/Dockerfile index ed6c45933..02927460f 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.9/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:sid-develop as builder +FROM epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -24,7 +24,7 @@ RUN apt update && apt install -y \ ARG LD_CONF_DIR=/etc/ld.so.conf.d/ ENV PYTHON_VERSION=3.9 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.22 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.23 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:sid +FROM epicmorg/debian:sid RUN apt-get remove -y python3-pip @@ -100,7 +100,7 @@ ENV OPENSSL_111_SRC_DIR=/usr/local/src/openssl/${OPENSSL_111_VERSION} # Python 3.9 ################################################################## ENV PYTHON_VERSION=3.9 -ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.22 +ENV PYTHON_FULL_VERSION=${PYTHON_VERSION}.23 ENV PYTHON_DIR=${EMG_LOCAL_BASE_DIR}/python/${PYTHON_VERSION} ARG PYTHON_BIN_DIR=${PYTHON_DIR}/bin ARG PYTHON_SRC_DIR=${PYTHON_DIR}/src diff --git a/linux/ecosystem/epicmorg/debian/sid/python/3.9/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/python/3.9/docker-compose.yml index ef3c88160..69afd514a 100644 --- a/linux/ecosystem/epicmorg/debian/sid/python/3.9/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/python/3.9/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:sid-python-3.9" + image: "epicmorg/debian:sid-python-3.9" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/sid/slim/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/slim/docker-compose.yml index db29644a3..86fcfca18 100644 --- a/linux/ecosystem/epicmorg/debian/sid/slim/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/sid/slim/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/debian:sid-slim" + image: "epicmorg/debian:sid-slim" build: context: . diff --git a/linux/ecosystem/github/runner/amxx-sdk/1.10/Dockerfile b/linux/ecosystem/github/runner/amxx-sdk/1.10/Dockerfile index 08b1e074e..dbbcf9ea7 100644 --- a/linux/ecosystem/github/runner/amxx-sdk/1.10/Dockerfile +++ b/linux/ecosystem/github/runner/amxx-sdk/1.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/github-runner:minimal +FROM epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/amxx-sdk/1.10/docker-compose.yml b/linux/ecosystem/github/runner/amxx-sdk/1.10/docker-compose.yml index 9dbf99195..37c5d5394 100644 --- a/linux/ecosystem/github/runner/amxx-sdk/1.10/docker-compose.yml +++ b/linux/ecosystem/github/runner/amxx-sdk/1.10/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/github-runner:amxx-sdk-rc" + image: "epicmorg/github-runner:amxx-sdk-rc" build: context: . diff --git a/linux/ecosystem/github/runner/amxx-sdk/1.9/Dockerfile b/linux/ecosystem/github/runner/amxx-sdk/1.9/Dockerfile index 28a0c6547..cfabe8616 100644 --- a/linux/ecosystem/github/runner/amxx-sdk/1.9/Dockerfile +++ b/linux/ecosystem/github/runner/amxx-sdk/1.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/github-runner:minimal +FROM epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/amxx-sdk/1.9/docker-compose.yml b/linux/ecosystem/github/runner/amxx-sdk/1.9/docker-compose.yml index 1f1a4be37..f923b0687 100644 --- a/linux/ecosystem/github/runner/amxx-sdk/1.9/docker-compose.yml +++ b/linux/ecosystem/github/runner/amxx-sdk/1.9/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/github-runner:amxx-sdk" + image: "epicmorg/github-runner:amxx-sdk" build: context: . diff --git a/linux/ecosystem/github/runner/android-sdk/Dockerfile b/linux/ecosystem/github/runner/android-sdk/Dockerfile index 8fd2f099a..de0b7629a 100644 --- a/linux/ecosystem/github/runner/android-sdk/Dockerfile +++ b/linux/ecosystem/github/runner/android-sdk/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/github-runner:minimal +FROM epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/android-sdk/docker-compose.yml b/linux/ecosystem/github/runner/android-sdk/docker-compose.yml index 70c1d26ab..956b44a9f 100644 --- a/linux/ecosystem/github/runner/android-sdk/docker-compose.yml +++ b/linux/ecosystem/github/runner/android-sdk/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/github-runner:android-sdk" + image: "epicmorg/github-runner:android-sdk" build: context: . diff --git a/linux/ecosystem/github/runner/atlassian-sdk/Dockerfile b/linux/ecosystem/github/runner/atlassian-sdk/Dockerfile index 74fc836a1..5943ca46c 100644 --- a/linux/ecosystem/github/runner/atlassian-sdk/Dockerfile +++ b/linux/ecosystem/github/runner/atlassian-sdk/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/github-runner:minimal +FROM epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/atlassian-sdk/docker-compose.yml b/linux/ecosystem/github/runner/atlassian-sdk/docker-compose.yml index f668a1dfb..e096fd1cc 100644 --- a/linux/ecosystem/github/runner/atlassian-sdk/docker-compose.yml +++ b/linux/ecosystem/github/runner/atlassian-sdk/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/github-runner:atlassian-sdk" + image: "epicmorg/github-runner:atlassian-sdk" build: context: . diff --git a/linux/ecosystem/github/runner/dotnet-sdk/Dockerfile b/linux/ecosystem/github/runner/dotnet-sdk/Dockerfile index 789419b49..e28b06838 100644 --- a/linux/ecosystem/github/runner/dotnet-sdk/Dockerfile +++ b/linux/ecosystem/github/runner/dotnet-sdk/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/github-runner:minimal +FROM epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/dotnet-sdk/docker-compose.yml b/linux/ecosystem/github/runner/dotnet-sdk/docker-compose.yml index 94794a268..996b42cf0 100644 --- a/linux/ecosystem/github/runner/dotnet-sdk/docker-compose.yml +++ b/linux/ecosystem/github/runner/dotnet-sdk/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/github-runner:dotnet-sdk" + image: "epicmorg/github-runner:dotnet-sdk" build: context: . diff --git a/linux/ecosystem/github/runner/latest/Dockerfile b/linux/ecosystem/github/runner/latest/Dockerfile index e764a4888..6b797c22f 100644 --- a/linux/ecosystem/github/runner/latest/Dockerfile +++ b/linux/ecosystem/github/runner/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/github-runner:minimal +FROM epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/latest/docker-compose.yml b/linux/ecosystem/github/runner/latest/docker-compose.yml index be936777a..c4b580a3a 100644 --- a/linux/ecosystem/github/runner/latest/docker-compose.yml +++ b/linux/ecosystem/github/runner/latest/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/github-runner:latest" + image: "epicmorg/github-runner:latest" build: context: . diff --git a/linux/ecosystem/github/runner/minimal/Dockerfile b/linux/ecosystem/github/runner/minimal/Dockerfile index ee3db6a46..7277d5dcc 100644 --- a/linux/ecosystem/github/runner/minimal/Dockerfile +++ b/linux/ecosystem/github/runner/minimal/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/minimal/docker-compose.yml b/linux/ecosystem/github/runner/minimal/docker-compose.yml index 490d9b253..f1f685cac 100644 --- a/linux/ecosystem/github/runner/minimal/docker-compose.yml +++ b/linux/ecosystem/github/runner/minimal/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/github-runner:minimal" + image: "epicmorg/github-runner:minimal" build: context: . diff --git a/linux/ecosystem/github/runner/node0.12/Dockerfile b/linux/ecosystem/github/runner/node0.12/Dockerfile index 3064f55ce..2624f04c0 100644 --- a/linux/ecosystem/github/runner/node0.12/Dockerfile +++ b/linux/ecosystem/github/runner/node0.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/github-runner:minimal +FROM epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/node0.12/docker-compose.yml b/linux/ecosystem/github/runner/node0.12/docker-compose.yml index 80fc04289..73d285ad7 100644 --- a/linux/ecosystem/github/runner/node0.12/docker-compose.yml +++ b/linux/ecosystem/github/runner/node0.12/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/github-runner:node0.12" + image: "epicmorg/github-runner:node0.12" build: context: . diff --git a/linux/ecosystem/github/runner/node10/Dockerfile b/linux/ecosystem/github/runner/node10/Dockerfile index ba04f43db..5d09424a3 100644 --- a/linux/ecosystem/github/runner/node10/Dockerfile +++ b/linux/ecosystem/github/runner/node10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/github-runner:minimal +FROM epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/node10/docker-compose.yml b/linux/ecosystem/github/runner/node10/docker-compose.yml index f7555eef9..59cfd4721 100644 --- a/linux/ecosystem/github/runner/node10/docker-compose.yml +++ b/linux/ecosystem/github/runner/node10/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/github-runner:node10" + image: "epicmorg/github-runner:node10" build: context: . diff --git a/linux/ecosystem/github/runner/node11/Dockerfile b/linux/ecosystem/github/runner/node11/Dockerfile index 88a1bb30e..1a8c8c5e4 100644 --- a/linux/ecosystem/github/runner/node11/Dockerfile +++ b/linux/ecosystem/github/runner/node11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/github-runner:minimal +FROM epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/node11/docker-compose.yml b/linux/ecosystem/github/runner/node11/docker-compose.yml index 6862b050f..6d8f84373 100644 --- a/linux/ecosystem/github/runner/node11/docker-compose.yml +++ b/linux/ecosystem/github/runner/node11/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/github-runner:node11" + image: "epicmorg/github-runner:node11" build: context: . diff --git a/linux/ecosystem/github/runner/node12/Dockerfile b/linux/ecosystem/github/runner/node12/Dockerfile index a0c805368..99ea7d21b 100644 --- a/linux/ecosystem/github/runner/node12/Dockerfile +++ b/linux/ecosystem/github/runner/node12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/github-runner:minimal +FROM epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/node12/docker-compose.yml b/linux/ecosystem/github/runner/node12/docker-compose.yml index f61ce7109..62ae15116 100644 --- a/linux/ecosystem/github/runner/node12/docker-compose.yml +++ b/linux/ecosystem/github/runner/node12/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/github-runner:node12" + image: "epicmorg/github-runner:node12" build: context: . diff --git a/linux/ecosystem/github/runner/node13/Dockerfile b/linux/ecosystem/github/runner/node13/Dockerfile index 3ae8a60c2..bd68570af 100644 --- a/linux/ecosystem/github/runner/node13/Dockerfile +++ b/linux/ecosystem/github/runner/node13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/github-runner:minimal +FROM epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/node13/docker-compose.yml b/linux/ecosystem/github/runner/node13/docker-compose.yml index 38564df5f..afae8b12e 100644 --- a/linux/ecosystem/github/runner/node13/docker-compose.yml +++ b/linux/ecosystem/github/runner/node13/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/github-runner:node13" + image: "epicmorg/github-runner:node13" build: context: . diff --git a/linux/ecosystem/github/runner/node14/Dockerfile b/linux/ecosystem/github/runner/node14/Dockerfile index 067461e9f..670d6a134 100644 --- a/linux/ecosystem/github/runner/node14/Dockerfile +++ b/linux/ecosystem/github/runner/node14/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/github-runner:minimal +FROM epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/node14/docker-compose.yml b/linux/ecosystem/github/runner/node14/docker-compose.yml index ea06ddd8f..08ef3cfb6 100644 --- a/linux/ecosystem/github/runner/node14/docker-compose.yml +++ b/linux/ecosystem/github/runner/node14/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/github-runner:node14" + image: "epicmorg/github-runner:node14" build: context: . diff --git a/linux/ecosystem/github/runner/node15/Dockerfile b/linux/ecosystem/github/runner/node15/Dockerfile index 620a3a734..53a7defa1 100644 --- a/linux/ecosystem/github/runner/node15/Dockerfile +++ b/linux/ecosystem/github/runner/node15/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/github-runner:minimal +FROM epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/node15/docker-compose.yml b/linux/ecosystem/github/runner/node15/docker-compose.yml index aedd084b3..8d805b5af 100644 --- a/linux/ecosystem/github/runner/node15/docker-compose.yml +++ b/linux/ecosystem/github/runner/node15/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/github-runner:node15" + image: "epicmorg/github-runner:node15" build: context: . diff --git a/linux/ecosystem/github/runner/node16/Dockerfile b/linux/ecosystem/github/runner/node16/Dockerfile index a10e9a1a3..33dc8c737 100644 --- a/linux/ecosystem/github/runner/node16/Dockerfile +++ b/linux/ecosystem/github/runner/node16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/github-runner:minimal +FROM epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/node16/docker-compose.yml b/linux/ecosystem/github/runner/node16/docker-compose.yml index 05c861881..5cf31e35c 100644 --- a/linux/ecosystem/github/runner/node16/docker-compose.yml +++ b/linux/ecosystem/github/runner/node16/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/github-runner:node16" + image: "epicmorg/github-runner:node16" build: context: . diff --git a/linux/ecosystem/github/runner/node17/Dockerfile b/linux/ecosystem/github/runner/node17/Dockerfile index 66ca25846..e61df3ce8 100644 --- a/linux/ecosystem/github/runner/node17/Dockerfile +++ b/linux/ecosystem/github/runner/node17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/github-runner:minimal +FROM epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/node17/docker-compose.yml b/linux/ecosystem/github/runner/node17/docker-compose.yml index 2899c6ac7..9597b82fe 100644 --- a/linux/ecosystem/github/runner/node17/docker-compose.yml +++ b/linux/ecosystem/github/runner/node17/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/github-runner:node17" + image: "epicmorg/github-runner:node17" build: context: . diff --git a/linux/ecosystem/github/runner/node18/Dockerfile b/linux/ecosystem/github/runner/node18/Dockerfile index abf2fff80..c819b1e23 100644 --- a/linux/ecosystem/github/runner/node18/Dockerfile +++ b/linux/ecosystem/github/runner/node18/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/github-runner:minimal +FROM epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/node18/docker-compose.yml b/linux/ecosystem/github/runner/node18/docker-compose.yml index c47563776..6c32045ce 100644 --- a/linux/ecosystem/github/runner/node18/docker-compose.yml +++ b/linux/ecosystem/github/runner/node18/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/github-runner:node18" + image: "epicmorg/github-runner:node18" build: context: . diff --git a/linux/ecosystem/github/runner/node19/Dockerfile b/linux/ecosystem/github/runner/node19/Dockerfile index 794d61ff2..3fbaa6115 100644 --- a/linux/ecosystem/github/runner/node19/Dockerfile +++ b/linux/ecosystem/github/runner/node19/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/github-runner:minimal +FROM epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/node19/docker-compose.yml b/linux/ecosystem/github/runner/node19/docker-compose.yml index c82c771f1..6504e62db 100644 --- a/linux/ecosystem/github/runner/node19/docker-compose.yml +++ b/linux/ecosystem/github/runner/node19/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/github-runner:node19" + image: "epicmorg/github-runner:node19" build: context: . diff --git a/linux/ecosystem/github/runner/node20/Dockerfile b/linux/ecosystem/github/runner/node20/Dockerfile index 43f7962f6..9b80adc18 100644 --- a/linux/ecosystem/github/runner/node20/Dockerfile +++ b/linux/ecosystem/github/runner/node20/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/github-runner:minimal +FROM epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/node20/docker-compose.yml b/linux/ecosystem/github/runner/node20/docker-compose.yml index ade1df9bb..6bd7bcdf1 100644 --- a/linux/ecosystem/github/runner/node20/docker-compose.yml +++ b/linux/ecosystem/github/runner/node20/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/github-runner:node20" + image: "epicmorg/github-runner:node20" build: context: . diff --git a/linux/ecosystem/github/runner/node21/Dockerfile b/linux/ecosystem/github/runner/node21/Dockerfile index 4ec64aeb0..84b4f5d9b 100644 --- a/linux/ecosystem/github/runner/node21/Dockerfile +++ b/linux/ecosystem/github/runner/node21/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/github-runner:minimal +FROM epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/node21/docker-compose.yml b/linux/ecosystem/github/runner/node21/docker-compose.yml index 8e8e16c8e..7b1e98b54 100644 --- a/linux/ecosystem/github/runner/node21/docker-compose.yml +++ b/linux/ecosystem/github/runner/node21/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/github-runner:node21" + image: "epicmorg/github-runner:node21" build: context: . diff --git a/linux/ecosystem/github/runner/node22/Dockerfile b/linux/ecosystem/github/runner/node22/Dockerfile index 3485f3970..a441718a7 100644 --- a/linux/ecosystem/github/runner/node22/Dockerfile +++ b/linux/ecosystem/github/runner/node22/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/github-runner:minimal +FROM epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/node22/docker-compose.yml b/linux/ecosystem/github/runner/node22/docker-compose.yml index 11367f136..392c43180 100644 --- a/linux/ecosystem/github/runner/node22/docker-compose.yml +++ b/linux/ecosystem/github/runner/node22/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/github-runner:node22" + image: "epicmorg/github-runner:node22" build: context: . diff --git a/linux/ecosystem/github/runner/node23/Dockerfile b/linux/ecosystem/github/runner/node23/Dockerfile index 6dc6c06ed..adbc863f8 100644 --- a/linux/ecosystem/github/runner/node23/Dockerfile +++ b/linux/ecosystem/github/runner/node23/Dockerfile @@ -1,9 +1,9 @@ -FROM quay.io/epicmorg/github-runner:minimal +FROM epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=23 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.11.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.11.1 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/github/runner/node23/docker-compose.yml b/linux/ecosystem/github/runner/node23/docker-compose.yml index f23aa9c4d..833dee30e 100644 --- a/linux/ecosystem/github/runner/node23/docker-compose.yml +++ b/linux/ecosystem/github/runner/node23/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/github-runner:node23" + image: "epicmorg/github-runner:node23" build: context: . diff --git a/linux/ecosystem/github/runner/node4/Dockerfile b/linux/ecosystem/github/runner/node4/Dockerfile index 804dd4119..f6450bdc0 100644 --- a/linux/ecosystem/github/runner/node4/Dockerfile +++ b/linux/ecosystem/github/runner/node4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/github-runner:minimal +FROM epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/node4/docker-compose.yml b/linux/ecosystem/github/runner/node4/docker-compose.yml index 6d36eb80d..a1c648d73 100644 --- a/linux/ecosystem/github/runner/node4/docker-compose.yml +++ b/linux/ecosystem/github/runner/node4/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/github-runner:node4" + image: "epicmorg/github-runner:node4" build: context: . diff --git a/linux/ecosystem/github/runner/node5/Dockerfile b/linux/ecosystem/github/runner/node5/Dockerfile index 56c6ea422..03b97b336 100644 --- a/linux/ecosystem/github/runner/node5/Dockerfile +++ b/linux/ecosystem/github/runner/node5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/github-runner:minimal +FROM epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/node5/docker-compose.yml b/linux/ecosystem/github/runner/node5/docker-compose.yml index a91affd3a..88bfa70be 100644 --- a/linux/ecosystem/github/runner/node5/docker-compose.yml +++ b/linux/ecosystem/github/runner/node5/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/github-runner:node5" + image: "epicmorg/github-runner:node5" build: context: . diff --git a/linux/ecosystem/github/runner/node6/Dockerfile b/linux/ecosystem/github/runner/node6/Dockerfile index 055d4ae8b..e866d955f 100644 --- a/linux/ecosystem/github/runner/node6/Dockerfile +++ b/linux/ecosystem/github/runner/node6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/github-runner:minimal +FROM epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG K_NODE_MAJOR_VERSION=6 diff --git a/linux/ecosystem/github/runner/node6/docker-compose.yml b/linux/ecosystem/github/runner/node6/docker-compose.yml index 50b75291c..11596c7b2 100644 --- a/linux/ecosystem/github/runner/node6/docker-compose.yml +++ b/linux/ecosystem/github/runner/node6/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/github-runner:node6" + image: "epicmorg/github-runner:node6" build: context: . diff --git a/linux/ecosystem/github/runner/node7/Dockerfile b/linux/ecosystem/github/runner/node7/Dockerfile index be9c83525..ec8b52bea 100644 --- a/linux/ecosystem/github/runner/node7/Dockerfile +++ b/linux/ecosystem/github/runner/node7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/github-runner:minimal +FROM epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/node7/docker-compose.yml b/linux/ecosystem/github/runner/node7/docker-compose.yml index 9e8a97163..0fd5e6104 100644 --- a/linux/ecosystem/github/runner/node7/docker-compose.yml +++ b/linux/ecosystem/github/runner/node7/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/github-runner:node7" + image: "epicmorg/github-runner:node7" build: context: . diff --git a/linux/ecosystem/github/runner/node8/Dockerfile b/linux/ecosystem/github/runner/node8/Dockerfile index e366ccfcc..e16d112f8 100644 --- a/linux/ecosystem/github/runner/node8/Dockerfile +++ b/linux/ecosystem/github/runner/node8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/github-runner:minimal +FROM epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/node8/docker-compose.yml b/linux/ecosystem/github/runner/node8/docker-compose.yml index c85fcca1e..37d6d170b 100644 --- a/linux/ecosystem/github/runner/node8/docker-compose.yml +++ b/linux/ecosystem/github/runner/node8/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/github-runner:node8" + image: "epicmorg/github-runner:node8" build: context: . diff --git a/linux/ecosystem/github/runner/node9/Dockerfile b/linux/ecosystem/github/runner/node9/Dockerfile index 9d5ee1ba1..a542f8e58 100644 --- a/linux/ecosystem/github/runner/node9/Dockerfile +++ b/linux/ecosystem/github/runner/node9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/github-runner:minimal +FROM epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/node9/docker-compose.yml b/linux/ecosystem/github/runner/node9/docker-compose.yml index 414f3c5e4..33d7f3814 100644 --- a/linux/ecosystem/github/runner/node9/docker-compose.yml +++ b/linux/ecosystem/github/runner/node9/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/github-runner:node9" + image: "epicmorg/github-runner:node9" build: context: . diff --git a/linux/ecosystem/github/runner/php56/Dockerfile b/linux/ecosystem/github/runner/php56/Dockerfile index 6a74ca1d8..8b2a25deb 100644 --- a/linux/ecosystem/github/runner/php56/Dockerfile +++ b/linux/ecosystem/github/runner/php56/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/github-runner:minimal +FROM epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/php56/docker-compose.yml b/linux/ecosystem/github/runner/php56/docker-compose.yml index ae53d1393..f51430b97 100644 --- a/linux/ecosystem/github/runner/php56/docker-compose.yml +++ b/linux/ecosystem/github/runner/php56/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/github-runner:php5.6" + image: "epicmorg/github-runner:php5.6" build: context: . diff --git a/linux/ecosystem/github/runner/php70/Dockerfile b/linux/ecosystem/github/runner/php70/Dockerfile index 62ef36adf..00ddca3ca 100644 --- a/linux/ecosystem/github/runner/php70/Dockerfile +++ b/linux/ecosystem/github/runner/php70/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop AS builder +FROM epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -91,7 +91,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/github-runner:minimal +FROM epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/php70/docker-compose.yml b/linux/ecosystem/github/runner/php70/docker-compose.yml index d840539ae..7841271e2 100644 --- a/linux/ecosystem/github/runner/php70/docker-compose.yml +++ b/linux/ecosystem/github/runner/php70/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/github-runner:php7.0" + image: "epicmorg/github-runner:php7.0" build: context: . diff --git a/linux/ecosystem/github/runner/php71/Dockerfile b/linux/ecosystem/github/runner/php71/Dockerfile index c6677cd7c..a8bca7508 100644 --- a/linux/ecosystem/github/runner/php71/Dockerfile +++ b/linux/ecosystem/github/runner/php71/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop AS builder +FROM epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -91,7 +91,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/github-runner:minimal +FROM epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/php71/docker-compose.yml b/linux/ecosystem/github/runner/php71/docker-compose.yml index 1cac4fe37..b40c6ceee 100644 --- a/linux/ecosystem/github/runner/php71/docker-compose.yml +++ b/linux/ecosystem/github/runner/php71/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/github-runner:php7.1" + image: "epicmorg/github-runner:php7.1" build: context: . diff --git a/linux/ecosystem/github/runner/php72/Dockerfile b/linux/ecosystem/github/runner/php72/Dockerfile index 8a1fe7a57..f84c102b9 100644 --- a/linux/ecosystem/github/runner/php72/Dockerfile +++ b/linux/ecosystem/github/runner/php72/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop AS builder +FROM epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -90,7 +90,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/github-runner:minimal +FROM epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/php72/docker-compose.yml b/linux/ecosystem/github/runner/php72/docker-compose.yml index 7e3ef3b33..99163414b 100644 --- a/linux/ecosystem/github/runner/php72/docker-compose.yml +++ b/linux/ecosystem/github/runner/php72/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/github-runner:php7.2" + image: "epicmorg/github-runner:php7.2" build: context: . diff --git a/linux/ecosystem/github/runner/php73/Dockerfile b/linux/ecosystem/github/runner/php73/Dockerfile index 5b809f7e0..141a4b014 100644 --- a/linux/ecosystem/github/runner/php73/Dockerfile +++ b/linux/ecosystem/github/runner/php73/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop AS builder +FROM epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -90,7 +90,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/github-runner:minimal +FROM epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/php73/docker-compose.yml b/linux/ecosystem/github/runner/php73/docker-compose.yml index 00acfef18..2182ade9b 100644 --- a/linux/ecosystem/github/runner/php73/docker-compose.yml +++ b/linux/ecosystem/github/runner/php73/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/github-runner:php7.3" + image: "epicmorg/github-runner:php7.3" build: context: . diff --git a/linux/ecosystem/github/runner/php74/Dockerfile b/linux/ecosystem/github/runner/php74/Dockerfile index b13805b17..14807246d 100644 --- a/linux/ecosystem/github/runner/php74/Dockerfile +++ b/linux/ecosystem/github/runner/php74/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop AS builder +FROM epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -96,7 +96,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/github-runner:minimal +FROM epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/php74/docker-compose.yml b/linux/ecosystem/github/runner/php74/docker-compose.yml index 0d45de804..7c8a93ffa 100644 --- a/linux/ecosystem/github/runner/php74/docker-compose.yml +++ b/linux/ecosystem/github/runner/php74/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/github-runner:php7.4" + image: "epicmorg/github-runner:php7.4" build: context: . diff --git a/linux/ecosystem/github/runner/php80/Dockerfile b/linux/ecosystem/github/runner/php80/Dockerfile index e2aed6499..c4b828460 100644 --- a/linux/ecosystem/github/runner/php80/Dockerfile +++ b/linux/ecosystem/github/runner/php80/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/github-runner:minimal +FROM epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/php80/docker-compose.yml b/linux/ecosystem/github/runner/php80/docker-compose.yml index 0c5be151f..e3f218f43 100644 --- a/linux/ecosystem/github/runner/php80/docker-compose.yml +++ b/linux/ecosystem/github/runner/php80/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/github-runner:php8.0" + image: "epicmorg/github-runner:php8.0" build: context: . diff --git a/linux/ecosystem/github/runner/php81/Dockerfile b/linux/ecosystem/github/runner/php81/Dockerfile index 6fa858175..0fbddb9d1 100644 --- a/linux/ecosystem/github/runner/php81/Dockerfile +++ b/linux/ecosystem/github/runner/php81/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/github-runner:minimal +FROM epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/php81/docker-compose.yml b/linux/ecosystem/github/runner/php81/docker-compose.yml index 631ae8dff..54a07743c 100644 --- a/linux/ecosystem/github/runner/php81/docker-compose.yml +++ b/linux/ecosystem/github/runner/php81/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/github-runner:php8.1" + image: "epicmorg/github-runner:php8.1" build: context: . diff --git a/linux/ecosystem/github/runner/php82/Dockerfile b/linux/ecosystem/github/runner/php82/Dockerfile index 56c972dcf..a2d9a0dab 100644 --- a/linux/ecosystem/github/runner/php82/Dockerfile +++ b/linux/ecosystem/github/runner/php82/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/github-runner:minimal +FROM epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/php82/docker-compose.yml b/linux/ecosystem/github/runner/php82/docker-compose.yml index e7e0c7af3..ebc6060a3 100644 --- a/linux/ecosystem/github/runner/php82/docker-compose.yml +++ b/linux/ecosystem/github/runner/php82/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/github-runner:php8.2" + image: "epicmorg/github-runner:php8.2" build: context: . diff --git a/linux/ecosystem/github/runner/php83/Dockerfile b/linux/ecosystem/github/runner/php83/Dockerfile index a70de2c8e..6f1fd742e 100644 --- a/linux/ecosystem/github/runner/php83/Dockerfile +++ b/linux/ecosystem/github/runner/php83/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/github-runner:minimal +FROM epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/php83/docker-compose.yml b/linux/ecosystem/github/runner/php83/docker-compose.yml index 6ff7c5d8d..fe538ad02 100644 --- a/linux/ecosystem/github/runner/php83/docker-compose.yml +++ b/linux/ecosystem/github/runner/php83/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/github-runner:php8.3" + image: "epicmorg/github-runner:php8.3" build: context: . diff --git a/linux/ecosystem/github/runner/php84/Dockerfile b/linux/ecosystem/github/runner/php84/Dockerfile index 2f56a7d60..6db4253a9 100644 --- a/linux/ecosystem/github/runner/php84/Dockerfile +++ b/linux/ecosystem/github/runner/php84/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/github-runner:minimal +FROM epicmorg/github-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/github/runner/php84/docker-compose.yml b/linux/ecosystem/github/runner/php84/docker-compose.yml index af15c5935..be9deec2d 100644 --- a/linux/ecosystem/github/runner/php84/docker-compose.yml +++ b/linux/ecosystem/github/runner/php84/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/github-runner:php8.4" + image: "epicmorg/github-runner:php8.4" build: context: . diff --git a/linux/ecosystem/gitlab/runner/amxx-sdk/1.10/Dockerfile b/linux/ecosystem/gitlab/runner/amxx-sdk/1.10/Dockerfile index 896b5a835..3df1d7680 100644 --- a/linux/ecosystem/gitlab/runner/amxx-sdk/1.10/Dockerfile +++ b/linux/ecosystem/gitlab/runner/amxx-sdk/1.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/gitlab-runner:minimal +FROM epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/amxx-sdk/1.10/docker-compose.yml b/linux/ecosystem/gitlab/runner/amxx-sdk/1.10/docker-compose.yml index 872a8afbc..4c83e542a 100644 --- a/linux/ecosystem/gitlab/runner/amxx-sdk/1.10/docker-compose.yml +++ b/linux/ecosystem/gitlab/runner/amxx-sdk/1.10/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:amxx-sdk-rc" + image: "epicmorg/gitlab-runner:amxx-sdk-rc" build: context: . diff --git a/linux/ecosystem/gitlab/runner/amxx-sdk/1.9/Dockerfile b/linux/ecosystem/gitlab/runner/amxx-sdk/1.9/Dockerfile index 47f88d3b8..907a6e480 100644 --- a/linux/ecosystem/gitlab/runner/amxx-sdk/1.9/Dockerfile +++ b/linux/ecosystem/gitlab/runner/amxx-sdk/1.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/gitlab-runner:minimal +FROM epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/amxx-sdk/1.9/docker-compose.yml b/linux/ecosystem/gitlab/runner/amxx-sdk/1.9/docker-compose.yml index 5596aca58..9e52ad96a 100644 --- a/linux/ecosystem/gitlab/runner/amxx-sdk/1.9/docker-compose.yml +++ b/linux/ecosystem/gitlab/runner/amxx-sdk/1.9/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:amxx-sdk" + image: "epicmorg/gitlab-runner:amxx-sdk" build: context: . diff --git a/linux/ecosystem/gitlab/runner/android-sdk/Dockerfile b/linux/ecosystem/gitlab/runner/android-sdk/Dockerfile index 469d5114e..ebe4c4fb7 100644 --- a/linux/ecosystem/gitlab/runner/android-sdk/Dockerfile +++ b/linux/ecosystem/gitlab/runner/android-sdk/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/gitlab-runner:minimal +FROM epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/android-sdk/docker-compose.yml b/linux/ecosystem/gitlab/runner/android-sdk/docker-compose.yml index ce2cc3556..066f9216e 100644 --- a/linux/ecosystem/gitlab/runner/android-sdk/docker-compose.yml +++ b/linux/ecosystem/gitlab/runner/android-sdk/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:android-sdk" + image: "epicmorg/gitlab-runner:android-sdk" build: context: . diff --git a/linux/ecosystem/gitlab/runner/atlassian-sdk/Dockerfile b/linux/ecosystem/gitlab/runner/atlassian-sdk/Dockerfile index 58afc3d25..7377c9b71 100644 --- a/linux/ecosystem/gitlab/runner/atlassian-sdk/Dockerfile +++ b/linux/ecosystem/gitlab/runner/atlassian-sdk/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/gitlab-runner:minimal +FROM epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/atlassian-sdk/docker-compose.yml b/linux/ecosystem/gitlab/runner/atlassian-sdk/docker-compose.yml index 5d109d155..000793b30 100644 --- a/linux/ecosystem/gitlab/runner/atlassian-sdk/docker-compose.yml +++ b/linux/ecosystem/gitlab/runner/atlassian-sdk/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:atlassian-sdk" + image: "epicmorg/gitlab-runner:atlassian-sdk" build: context: . diff --git a/linux/ecosystem/gitlab/runner/dotnet-sdk/Dockerfile b/linux/ecosystem/gitlab/runner/dotnet-sdk/Dockerfile index 8ac08e91d..9a9c9aa38 100644 --- a/linux/ecosystem/gitlab/runner/dotnet-sdk/Dockerfile +++ b/linux/ecosystem/gitlab/runner/dotnet-sdk/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/gitlab-runner:minimal +FROM epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/dotnet-sdk/docker-compose.yml b/linux/ecosystem/gitlab/runner/dotnet-sdk/docker-compose.yml index 9d87ea256..d7d2937a6 100644 --- a/linux/ecosystem/gitlab/runner/dotnet-sdk/docker-compose.yml +++ b/linux/ecosystem/gitlab/runner/dotnet-sdk/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:dotnet-sdk" + image: "epicmorg/gitlab-runner:dotnet-sdk" build: context: . diff --git a/linux/ecosystem/gitlab/runner/latest/Dockerfile b/linux/ecosystem/gitlab/runner/latest/Dockerfile index e7ee897df..2b5e31c73 100644 --- a/linux/ecosystem/gitlab/runner/latest/Dockerfile +++ b/linux/ecosystem/gitlab/runner/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/gitlab-runner:minimal +FROM epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/latest/docker-compose.yml b/linux/ecosystem/gitlab/runner/latest/docker-compose.yml index 38ae5e56d..4204a0987 100644 --- a/linux/ecosystem/gitlab/runner/latest/docker-compose.yml +++ b/linux/ecosystem/gitlab/runner/latest/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:latest" + image: "epicmorg/gitlab-runner:latest" build: context: . diff --git a/linux/ecosystem/gitlab/runner/minimal/Dockerfile b/linux/ecosystem/gitlab/runner/minimal/Dockerfile index af7a6526f..e16201ffb 100644 --- a/linux/ecosystem/gitlab/runner/minimal/Dockerfile +++ b/linux/ecosystem/gitlab/runner/minimal/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop +FROM epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/minimal/docker-compose.yml b/linux/ecosystem/gitlab/runner/minimal/docker-compose.yml index b71ffe1e0..c40b15299 100644 --- a/linux/ecosystem/gitlab/runner/minimal/docker-compose.yml +++ b/linux/ecosystem/gitlab/runner/minimal/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:minimal" + image: "epicmorg/gitlab-runner:minimal" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node0.12/Dockerfile b/linux/ecosystem/gitlab/runner/node0.12/Dockerfile index 9cde67bf6..2f21aaf21 100644 --- a/linux/ecosystem/gitlab/runner/node0.12/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node0.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/gitlab-runner:minimal +FROM epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node0.12/docker-compose.yml b/linux/ecosystem/gitlab/runner/node0.12/docker-compose.yml index 43e6da90b..592005a12 100644 --- a/linux/ecosystem/gitlab/runner/node0.12/docker-compose.yml +++ b/linux/ecosystem/gitlab/runner/node0.12/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:node0.12" + image: "epicmorg/gitlab-runner:node0.12" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node10/Dockerfile b/linux/ecosystem/gitlab/runner/node10/Dockerfile index f4ea8ebd0..1c5e67262 100644 --- a/linux/ecosystem/gitlab/runner/node10/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/gitlab-runner:minimal +FROM epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node10/docker-compose.yml b/linux/ecosystem/gitlab/runner/node10/docker-compose.yml index 52783bc54..6e7dc311f 100644 --- a/linux/ecosystem/gitlab/runner/node10/docker-compose.yml +++ b/linux/ecosystem/gitlab/runner/node10/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:node10" + image: "epicmorg/gitlab-runner:node10" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node11/Dockerfile b/linux/ecosystem/gitlab/runner/node11/Dockerfile index 53faf92eb..d34dcb757 100644 --- a/linux/ecosystem/gitlab/runner/node11/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/gitlab-runner:minimal +FROM epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node11/docker-compose.yml b/linux/ecosystem/gitlab/runner/node11/docker-compose.yml index c1c97ad78..7c78f9e7e 100644 --- a/linux/ecosystem/gitlab/runner/node11/docker-compose.yml +++ b/linux/ecosystem/gitlab/runner/node11/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:node11" + image: "epicmorg/gitlab-runner:node11" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node12/Dockerfile b/linux/ecosystem/gitlab/runner/node12/Dockerfile index 86656b3e0..f566a351c 100644 --- a/linux/ecosystem/gitlab/runner/node12/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/gitlab-runner:minimal +FROM epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node12/docker-compose.yml b/linux/ecosystem/gitlab/runner/node12/docker-compose.yml index 88517b9d8..ff17134e1 100644 --- a/linux/ecosystem/gitlab/runner/node12/docker-compose.yml +++ b/linux/ecosystem/gitlab/runner/node12/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:node12" + image: "epicmorg/gitlab-runner:node12" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node13/Dockerfile b/linux/ecosystem/gitlab/runner/node13/Dockerfile index 31a09dec6..15f2d6fc1 100644 --- a/linux/ecosystem/gitlab/runner/node13/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/gitlab-runner:minimal +FROM epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node13/docker-compose.yml b/linux/ecosystem/gitlab/runner/node13/docker-compose.yml index 9a60fb9d1..8d1075ab3 100644 --- a/linux/ecosystem/gitlab/runner/node13/docker-compose.yml +++ b/linux/ecosystem/gitlab/runner/node13/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:node13" + image: "epicmorg/gitlab-runner:node13" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node14/Dockerfile b/linux/ecosystem/gitlab/runner/node14/Dockerfile index 875db8477..3f707352a 100644 --- a/linux/ecosystem/gitlab/runner/node14/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node14/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/gitlab-runner:minimal +FROM epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node14/docker-compose.yml b/linux/ecosystem/gitlab/runner/node14/docker-compose.yml index 5b326880f..40d1cfce2 100644 --- a/linux/ecosystem/gitlab/runner/node14/docker-compose.yml +++ b/linux/ecosystem/gitlab/runner/node14/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:node14" + image: "epicmorg/gitlab-runner:node14" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node15/Dockerfile b/linux/ecosystem/gitlab/runner/node15/Dockerfile index 9991576f3..a42a5aa13 100644 --- a/linux/ecosystem/gitlab/runner/node15/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node15/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/gitlab-runner:minimal +FROM epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node15/docker-compose.yml b/linux/ecosystem/gitlab/runner/node15/docker-compose.yml index 0febd57a3..018021644 100644 --- a/linux/ecosystem/gitlab/runner/node15/docker-compose.yml +++ b/linux/ecosystem/gitlab/runner/node15/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:node15" + image: "epicmorg/gitlab-runner:node15" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node16/Dockerfile b/linux/ecosystem/gitlab/runner/node16/Dockerfile index e7d15cea0..2261e65a9 100644 --- a/linux/ecosystem/gitlab/runner/node16/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/gitlab-runner:minimal +FROM epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node16/docker-compose.yml b/linux/ecosystem/gitlab/runner/node16/docker-compose.yml index a54a33542..37a61c79e 100644 --- a/linux/ecosystem/gitlab/runner/node16/docker-compose.yml +++ b/linux/ecosystem/gitlab/runner/node16/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:node16" + image: "epicmorg/gitlab-runner:node16" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node17/Dockerfile b/linux/ecosystem/gitlab/runner/node17/Dockerfile index 993f1d311..4e9db59d4 100644 --- a/linux/ecosystem/gitlab/runner/node17/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/gitlab-runner:minimal +FROM epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node17/docker-compose.yml b/linux/ecosystem/gitlab/runner/node17/docker-compose.yml index bda45970f..fcae66a95 100644 --- a/linux/ecosystem/gitlab/runner/node17/docker-compose.yml +++ b/linux/ecosystem/gitlab/runner/node17/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:node17" + image: "epicmorg/gitlab-runner:node17" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node18/Dockerfile b/linux/ecosystem/gitlab/runner/node18/Dockerfile index 628d21d2e..6659869ed 100644 --- a/linux/ecosystem/gitlab/runner/node18/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node18/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/gitlab-runner:minimal +FROM epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node18/docker-compose.yml b/linux/ecosystem/gitlab/runner/node18/docker-compose.yml index ffbb1d8d1..569ec6e10 100644 --- a/linux/ecosystem/gitlab/runner/node18/docker-compose.yml +++ b/linux/ecosystem/gitlab/runner/node18/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:node18" + image: "epicmorg/gitlab-runner:node18" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node19/Dockerfile b/linux/ecosystem/gitlab/runner/node19/Dockerfile index 6994276ca..949689e00 100644 --- a/linux/ecosystem/gitlab/runner/node19/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node19/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/gitlab-runner:minimal +FROM epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node19/docker-compose.yml b/linux/ecosystem/gitlab/runner/node19/docker-compose.yml index 825431fc1..99a075a51 100644 --- a/linux/ecosystem/gitlab/runner/node19/docker-compose.yml +++ b/linux/ecosystem/gitlab/runner/node19/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:node19" + image: "epicmorg/gitlab-runner:node19" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node20/Dockerfile b/linux/ecosystem/gitlab/runner/node20/Dockerfile index 772ebaac7..585524683 100644 --- a/linux/ecosystem/gitlab/runner/node20/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node20/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/gitlab-runner:minimal +FROM epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node20/docker-compose.yml b/linux/ecosystem/gitlab/runner/node20/docker-compose.yml index ca5d0ece7..b03a9075b 100644 --- a/linux/ecosystem/gitlab/runner/node20/docker-compose.yml +++ b/linux/ecosystem/gitlab/runner/node20/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:node20" + image: "epicmorg/gitlab-runner:node20" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node21/Dockerfile b/linux/ecosystem/gitlab/runner/node21/Dockerfile index cc777e7dd..d10f20d21 100644 --- a/linux/ecosystem/gitlab/runner/node21/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node21/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/gitlab-runner:minimal +FROM epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node21/docker-compose.yml b/linux/ecosystem/gitlab/runner/node21/docker-compose.yml index 3cf733c2a..f770a31df 100644 --- a/linux/ecosystem/gitlab/runner/node21/docker-compose.yml +++ b/linux/ecosystem/gitlab/runner/node21/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:node21" + image: "epicmorg/gitlab-runner:node21" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node22/Dockerfile b/linux/ecosystem/gitlab/runner/node22/Dockerfile index dda23954d..aa4bd8303 100644 --- a/linux/ecosystem/gitlab/runner/node22/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node22/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/gitlab-runner:minimal +FROM epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node22/docker-compose.yml b/linux/ecosystem/gitlab/runner/node22/docker-compose.yml index c099a53ef..6d3573893 100644 --- a/linux/ecosystem/gitlab/runner/node22/docker-compose.yml +++ b/linux/ecosystem/gitlab/runner/node22/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:node22" + image: "epicmorg/gitlab-runner:node22" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node23/Dockerfile b/linux/ecosystem/gitlab/runner/node23/Dockerfile index 5b332ad01..13c1a59cf 100644 --- a/linux/ecosystem/gitlab/runner/node23/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node23/Dockerfile @@ -1,9 +1,9 @@ -FROM quay.io/epicmorg/gitlab-runner:minimal +FROM epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=23 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.11.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.11.1 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/gitlab/runner/node23/docker-compose.yml b/linux/ecosystem/gitlab/runner/node23/docker-compose.yml index 3ce0a824c..2e91a14d1 100644 --- a/linux/ecosystem/gitlab/runner/node23/docker-compose.yml +++ b/linux/ecosystem/gitlab/runner/node23/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:node23" + image: "epicmorg/gitlab-runner:node23" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node4/Dockerfile b/linux/ecosystem/gitlab/runner/node4/Dockerfile index 95db22552..f99adec2a 100644 --- a/linux/ecosystem/gitlab/runner/node4/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/gitlab-runner:minimal +FROM epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node4/docker-compose.yml b/linux/ecosystem/gitlab/runner/node4/docker-compose.yml index 817a5520b..951104f8e 100644 --- a/linux/ecosystem/gitlab/runner/node4/docker-compose.yml +++ b/linux/ecosystem/gitlab/runner/node4/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:node4" + image: "epicmorg/gitlab-runner:node4" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node5/Dockerfile b/linux/ecosystem/gitlab/runner/node5/Dockerfile index 7a02045ab..4fb3b2cd0 100644 --- a/linux/ecosystem/gitlab/runner/node5/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/gitlab-runner:minimal +FROM epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node5/docker-compose.yml b/linux/ecosystem/gitlab/runner/node5/docker-compose.yml index 779bbac7b..ef9637664 100644 --- a/linux/ecosystem/gitlab/runner/node5/docker-compose.yml +++ b/linux/ecosystem/gitlab/runner/node5/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:node5" + image: "epicmorg/gitlab-runner:node5" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node6/Dockerfile b/linux/ecosystem/gitlab/runner/node6/Dockerfile index 661615467..ab67df35f 100644 --- a/linux/ecosystem/gitlab/runner/node6/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/gitlab-runner:minimal +FROM epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG K_NODE_MAJOR_VERSION=6 diff --git a/linux/ecosystem/gitlab/runner/node6/docker-compose.yml b/linux/ecosystem/gitlab/runner/node6/docker-compose.yml index 0bee9c853..16f848ffd 100644 --- a/linux/ecosystem/gitlab/runner/node6/docker-compose.yml +++ b/linux/ecosystem/gitlab/runner/node6/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:node6" + image: "epicmorg/gitlab-runner:node6" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node7/Dockerfile b/linux/ecosystem/gitlab/runner/node7/Dockerfile index af4742eae..9037730c7 100644 --- a/linux/ecosystem/gitlab/runner/node7/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/gitlab-runner:minimal +FROM epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node7/docker-compose.yml b/linux/ecosystem/gitlab/runner/node7/docker-compose.yml index 28f0d878d..782d5cc0d 100644 --- a/linux/ecosystem/gitlab/runner/node7/docker-compose.yml +++ b/linux/ecosystem/gitlab/runner/node7/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:node7" + image: "epicmorg/gitlab-runner:node7" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node8/Dockerfile b/linux/ecosystem/gitlab/runner/node8/Dockerfile index 083e563d2..957b699b9 100644 --- a/linux/ecosystem/gitlab/runner/node8/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/gitlab-runner:minimal +FROM epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node8/docker-compose.yml b/linux/ecosystem/gitlab/runner/node8/docker-compose.yml index 108b0a300..90e4711b5 100644 --- a/linux/ecosystem/gitlab/runner/node8/docker-compose.yml +++ b/linux/ecosystem/gitlab/runner/node8/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:node8" + image: "epicmorg/gitlab-runner:node8" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node9/Dockerfile b/linux/ecosystem/gitlab/runner/node9/Dockerfile index 9e7e90b9d..66a14bd65 100644 --- a/linux/ecosystem/gitlab/runner/node9/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/gitlab-runner:minimal +FROM epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node9/docker-compose.yml b/linux/ecosystem/gitlab/runner/node9/docker-compose.yml index 9c4e4cc9b..a13770b98 100644 --- a/linux/ecosystem/gitlab/runner/node9/docker-compose.yml +++ b/linux/ecosystem/gitlab/runner/node9/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:node9" + image: "epicmorg/gitlab-runner:node9" build: context: . diff --git a/linux/ecosystem/gitlab/runner/php56/Dockerfile b/linux/ecosystem/gitlab/runner/php56/Dockerfile index 1e6cef481..df1e1a577 100644 --- a/linux/ecosystem/gitlab/runner/php56/Dockerfile +++ b/linux/ecosystem/gitlab/runner/php56/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/gitlab-runner:minimal +FROM epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/php56/docker-compose.yml b/linux/ecosystem/gitlab/runner/php56/docker-compose.yml index e6711fa7c..868ec5bbd 100644 --- a/linux/ecosystem/gitlab/runner/php56/docker-compose.yml +++ b/linux/ecosystem/gitlab/runner/php56/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:php5.6" + image: "epicmorg/gitlab-runner:php5.6" build: context: . diff --git a/linux/ecosystem/gitlab/runner/php70/Dockerfile b/linux/ecosystem/gitlab/runner/php70/Dockerfile index af83b4f13..e70ca5482 100644 --- a/linux/ecosystem/gitlab/runner/php70/Dockerfile +++ b/linux/ecosystem/gitlab/runner/php70/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop AS builder +FROM epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -91,7 +91,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/gitlab-runner:minimal +FROM epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/php70/docker-compose.yml b/linux/ecosystem/gitlab/runner/php70/docker-compose.yml index dc3f2dc7e..b5d8c90d7 100644 --- a/linux/ecosystem/gitlab/runner/php70/docker-compose.yml +++ b/linux/ecosystem/gitlab/runner/php70/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:php7.0" + image: "epicmorg/gitlab-runner:php7.0" build: context: . diff --git a/linux/ecosystem/gitlab/runner/php71/Dockerfile b/linux/ecosystem/gitlab/runner/php71/Dockerfile index 8847cef92..bdfbb59be 100644 --- a/linux/ecosystem/gitlab/runner/php71/Dockerfile +++ b/linux/ecosystem/gitlab/runner/php71/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop AS builder +FROM epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -91,7 +91,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/gitlab-runner:minimal +FROM epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/php71/docker-compose.yml b/linux/ecosystem/gitlab/runner/php71/docker-compose.yml index f87f97397..b26b3b5d5 100644 --- a/linux/ecosystem/gitlab/runner/php71/docker-compose.yml +++ b/linux/ecosystem/gitlab/runner/php71/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:php7.1" + image: "epicmorg/gitlab-runner:php7.1" build: context: . diff --git a/linux/ecosystem/gitlab/runner/php72/Dockerfile b/linux/ecosystem/gitlab/runner/php72/Dockerfile index 37468e0b3..806e0519b 100644 --- a/linux/ecosystem/gitlab/runner/php72/Dockerfile +++ b/linux/ecosystem/gitlab/runner/php72/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop AS builder +FROM epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -90,7 +90,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/gitlab-runner:minimal +FROM epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/php72/docker-compose.yml b/linux/ecosystem/gitlab/runner/php72/docker-compose.yml index c8dd0dd80..35e97e03a 100644 --- a/linux/ecosystem/gitlab/runner/php72/docker-compose.yml +++ b/linux/ecosystem/gitlab/runner/php72/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:php7.2" + image: "epicmorg/gitlab-runner:php7.2" build: context: . diff --git a/linux/ecosystem/gitlab/runner/php73/Dockerfile b/linux/ecosystem/gitlab/runner/php73/Dockerfile index 9197a40bb..83e2e7962 100644 --- a/linux/ecosystem/gitlab/runner/php73/Dockerfile +++ b/linux/ecosystem/gitlab/runner/php73/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop AS builder +FROM epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -90,7 +90,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/gitlab-runner:minimal +FROM epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/php73/docker-compose.yml b/linux/ecosystem/gitlab/runner/php73/docker-compose.yml index f8bb9f64a..631927d57 100644 --- a/linux/ecosystem/gitlab/runner/php73/docker-compose.yml +++ b/linux/ecosystem/gitlab/runner/php73/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:php7.3" + image: "epicmorg/gitlab-runner:php7.3" build: context: . diff --git a/linux/ecosystem/gitlab/runner/php74/Dockerfile b/linux/ecosystem/gitlab/runner/php74/Dockerfile index ad40f643e..bbb517e7a 100644 --- a/linux/ecosystem/gitlab/runner/php74/Dockerfile +++ b/linux/ecosystem/gitlab/runner/php74/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop AS builder +FROM epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -96,7 +96,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/gitlab-runner:minimal +FROM epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/php74/docker-compose.yml b/linux/ecosystem/gitlab/runner/php74/docker-compose.yml index c36d5428c..a0c2818a8 100644 --- a/linux/ecosystem/gitlab/runner/php74/docker-compose.yml +++ b/linux/ecosystem/gitlab/runner/php74/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:php7.4" + image: "epicmorg/gitlab-runner:php7.4" build: context: . diff --git a/linux/ecosystem/gitlab/runner/php80/Dockerfile b/linux/ecosystem/gitlab/runner/php80/Dockerfile index 06eed802a..ffc4391a6 100644 --- a/linux/ecosystem/gitlab/runner/php80/Dockerfile +++ b/linux/ecosystem/gitlab/runner/php80/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/gitlab-runner:minimal +FROM epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/php80/docker-compose.yml b/linux/ecosystem/gitlab/runner/php80/docker-compose.yml index 694361adf..7e200804a 100644 --- a/linux/ecosystem/gitlab/runner/php80/docker-compose.yml +++ b/linux/ecosystem/gitlab/runner/php80/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:php8.0" + image: "epicmorg/gitlab-runner:php8.0" build: context: . diff --git a/linux/ecosystem/gitlab/runner/php81/Dockerfile b/linux/ecosystem/gitlab/runner/php81/Dockerfile index cb95d0900..e43034f62 100644 --- a/linux/ecosystem/gitlab/runner/php81/Dockerfile +++ b/linux/ecosystem/gitlab/runner/php81/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/gitlab-runner:minimal +FROM epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/php81/docker-compose.yml b/linux/ecosystem/gitlab/runner/php81/docker-compose.yml index 451ef7c0a..9de7bae59 100644 --- a/linux/ecosystem/gitlab/runner/php81/docker-compose.yml +++ b/linux/ecosystem/gitlab/runner/php81/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:php8.1" + image: "epicmorg/gitlab-runner:php8.1" build: context: . diff --git a/linux/ecosystem/gitlab/runner/php82/Dockerfile b/linux/ecosystem/gitlab/runner/php82/Dockerfile index 9bd0d31bb..7af00ee76 100644 --- a/linux/ecosystem/gitlab/runner/php82/Dockerfile +++ b/linux/ecosystem/gitlab/runner/php82/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/gitlab-runner:minimal +FROM epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/php82/docker-compose.yml b/linux/ecosystem/gitlab/runner/php82/docker-compose.yml index 5532973ff..1daed7fdd 100644 --- a/linux/ecosystem/gitlab/runner/php82/docker-compose.yml +++ b/linux/ecosystem/gitlab/runner/php82/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:php8.2" + image: "epicmorg/gitlab-runner:php8.2" build: context: . diff --git a/linux/ecosystem/gitlab/runner/php83/Dockerfile b/linux/ecosystem/gitlab/runner/php83/Dockerfile index 9671e4421..2ce840009 100644 --- a/linux/ecosystem/gitlab/runner/php83/Dockerfile +++ b/linux/ecosystem/gitlab/runner/php83/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/gitlab-runner:minimal +FROM epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/php83/docker-compose.yml b/linux/ecosystem/gitlab/runner/php83/docker-compose.yml index 8469d427a..77cb0b7f4 100644 --- a/linux/ecosystem/gitlab/runner/php83/docker-compose.yml +++ b/linux/ecosystem/gitlab/runner/php83/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:php8.3" + image: "epicmorg/gitlab-runner:php8.3" build: context: . diff --git a/linux/ecosystem/gitlab/runner/php84/Dockerfile b/linux/ecosystem/gitlab/runner/php84/Dockerfile index 6e13f71c6..66f329136 100644 --- a/linux/ecosystem/gitlab/runner/php84/Dockerfile +++ b/linux/ecosystem/gitlab/runner/php84/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/gitlab-runner:minimal +FROM epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/php84/docker-compose.yml b/linux/ecosystem/gitlab/runner/php84/docker-compose.yml index 3203063fe..9fa621164 100644 --- a/linux/ecosystem/gitlab/runner/php84/docker-compose.yml +++ b/linux/ecosystem/gitlab/runner/php84/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/gitlab-runner:php8.4" + image: "epicmorg/gitlab-runner:php8.4" build: context: . diff --git a/linux/ecosystem/monero/monerod/Dockerfile b/linux/ecosystem/monero/monerod/Dockerfile index 8727fe438..1631f5881 100644 --- a/linux/ecosystem/monero/monerod/Dockerfile +++ b/linux/ecosystem/monero/monerod/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="original by sethforprivacy; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/monero/monerod/docker-compose.yml b/linux/ecosystem/monero/monerod/docker-compose.yml index a765ab9f0..8cd2ee2b4 100644 --- a/linux/ecosystem/monero/monerod/docker-compose.yml +++ b/linux/ecosystem/monero/monerod/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "quay.io/epicmorg/monero:latest" + image: "epicmorg/monero:latest" build: context: . diff --git a/linux/ecosystem/monero/p2pool/Dockerfile b/linux/ecosystem/monero/p2pool/Dockerfile index 0f99f2095..4c3822752 100644 --- a/linux/ecosystem/monero/p2pool/Dockerfile +++ b/linux/ecosystem/monero/p2pool/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="original by sethforprivacy; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/monero/p2pool/docker-compose.yml b/linux/ecosystem/monero/p2pool/docker-compose.yml index 55d91850b..84d830c1a 100644 --- a/linux/ecosystem/monero/p2pool/docker-compose.yml +++ b/linux/ecosystem/monero/p2pool/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "quay.io/epicmorg/monero:p2pool" + image: "epicmorg/monero:p2pool" build: context: . diff --git a/linux/ecosystem/nginx/1.14/main/Dockerfile b/linux/ecosystem/nginx/1.14/main/Dockerfile index bbd5f066a..f84d94291 100644 --- a/linux/ecosystem/nginx/1.14/main/Dockerfile +++ b/linux/ecosystem/nginx/1.14/main/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM quay.io/epicmorg/debian:bullseye-develop AS builder +FROM epicmorg/debian:bullseye-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -192,7 +192,7 @@ RUN cd ${NGINX_SRC_DIR} && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.14/main/docker-compose.yml b/linux/ecosystem/nginx/1.14/main/docker-compose.yml index 25c3162ef..661aac99f 100644 --- a/linux/ecosystem/nginx/1.14/main/docker-compose.yml +++ b/linux/ecosystem/nginx/1.14/main/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "quay.io/epicmorg/nginx:${NGINX_VERSION}" + image: "epicmorg/nginx:${NGINX_VERSION}" build: context: . args: diff --git a/linux/ecosystem/nginx/1.14/php/Dockerfile b/linux/ecosystem/nginx/1.14/php/Dockerfile index 8b5f99e2c..b84c50d51 100644 --- a/linux/ecosystem/nginx/1.14/php/Dockerfile +++ b/linux/ecosystem/nginx/1.14/php/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM quay.io/epicmorg/debian:bullseye-develop AS builder +FROM epicmorg/debian:bullseye-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -90,7 +90,7 @@ RUN pecl install smbclient && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/nginx:${NGINX_VERSION} +FROM epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.14/php/docker-compose.yml b/linux/ecosystem/nginx/1.14/php/docker-compose.yml index d36e13fdb..10848b56f 100644 --- a/linux/ecosystem/nginx/1.14/php/docker-compose.yml +++ b/linux/ecosystem/nginx/1.14/php/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-php" + image: "epicmorg/nginx:${NGINX_VERSION}-php" build: context: . args: diff --git a/linux/ecosystem/nginx/1.14/rtmp-hls/Dockerfile b/linux/ecosystem/nginx/1.14/rtmp-hls/Dockerfile index 4a263d3aa..dac4626ff 100644 --- a/linux/ecosystem/nginx/1.14/rtmp-hls/Dockerfile +++ b/linux/ecosystem/nginx/1.14/rtmp-hls/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM quay.io/epicmorg/nginx:${NGINX_VERSION} +FROM epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.14/rtmp-hls/docker-compose.yml b/linux/ecosystem/nginx/1.14/rtmp-hls/docker-compose.yml index e03d8012c..d2ffe041f 100644 --- a/linux/ecosystem/nginx/1.14/rtmp-hls/docker-compose.yml +++ b/linux/ecosystem/nginx/1.14/rtmp-hls/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" + image: "epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" build: context: . args: diff --git a/linux/ecosystem/nginx/1.15/main/Dockerfile b/linux/ecosystem/nginx/1.15/main/Dockerfile index bbd5f066a..f84d94291 100644 --- a/linux/ecosystem/nginx/1.15/main/Dockerfile +++ b/linux/ecosystem/nginx/1.15/main/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM quay.io/epicmorg/debian:bullseye-develop AS builder +FROM epicmorg/debian:bullseye-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -192,7 +192,7 @@ RUN cd ${NGINX_SRC_DIR} && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.15/main/docker-compose.yml b/linux/ecosystem/nginx/1.15/main/docker-compose.yml index 25c3162ef..661aac99f 100644 --- a/linux/ecosystem/nginx/1.15/main/docker-compose.yml +++ b/linux/ecosystem/nginx/1.15/main/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "quay.io/epicmorg/nginx:${NGINX_VERSION}" + image: "epicmorg/nginx:${NGINX_VERSION}" build: context: . args: diff --git a/linux/ecosystem/nginx/1.15/php/Dockerfile b/linux/ecosystem/nginx/1.15/php/Dockerfile index 8b5f99e2c..b84c50d51 100644 --- a/linux/ecosystem/nginx/1.15/php/Dockerfile +++ b/linux/ecosystem/nginx/1.15/php/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM quay.io/epicmorg/debian:bullseye-develop AS builder +FROM epicmorg/debian:bullseye-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -90,7 +90,7 @@ RUN pecl install smbclient && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/nginx:${NGINX_VERSION} +FROM epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.15/php/docker-compose.yml b/linux/ecosystem/nginx/1.15/php/docker-compose.yml index d36e13fdb..10848b56f 100644 --- a/linux/ecosystem/nginx/1.15/php/docker-compose.yml +++ b/linux/ecosystem/nginx/1.15/php/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-php" + image: "epicmorg/nginx:${NGINX_VERSION}-php" build: context: . args: diff --git a/linux/ecosystem/nginx/1.15/rtmp-hls/Dockerfile b/linux/ecosystem/nginx/1.15/rtmp-hls/Dockerfile index 4a263d3aa..dac4626ff 100644 --- a/linux/ecosystem/nginx/1.15/rtmp-hls/Dockerfile +++ b/linux/ecosystem/nginx/1.15/rtmp-hls/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM quay.io/epicmorg/nginx:${NGINX_VERSION} +FROM epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.15/rtmp-hls/docker-compose.yml b/linux/ecosystem/nginx/1.15/rtmp-hls/docker-compose.yml index e03d8012c..d2ffe041f 100644 --- a/linux/ecosystem/nginx/1.15/rtmp-hls/docker-compose.yml +++ b/linux/ecosystem/nginx/1.15/rtmp-hls/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" + image: "epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" build: context: . args: diff --git a/linux/ecosystem/nginx/1.16/main/Dockerfile b/linux/ecosystem/nginx/1.16/main/Dockerfile index bbd5f066a..f84d94291 100644 --- a/linux/ecosystem/nginx/1.16/main/Dockerfile +++ b/linux/ecosystem/nginx/1.16/main/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM quay.io/epicmorg/debian:bullseye-develop AS builder +FROM epicmorg/debian:bullseye-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -192,7 +192,7 @@ RUN cd ${NGINX_SRC_DIR} && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.16/main/docker-compose.yml b/linux/ecosystem/nginx/1.16/main/docker-compose.yml index 25c3162ef..661aac99f 100644 --- a/linux/ecosystem/nginx/1.16/main/docker-compose.yml +++ b/linux/ecosystem/nginx/1.16/main/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "quay.io/epicmorg/nginx:${NGINX_VERSION}" + image: "epicmorg/nginx:${NGINX_VERSION}" build: context: . args: diff --git a/linux/ecosystem/nginx/1.16/php/Dockerfile b/linux/ecosystem/nginx/1.16/php/Dockerfile index 8b5f99e2c..b84c50d51 100644 --- a/linux/ecosystem/nginx/1.16/php/Dockerfile +++ b/linux/ecosystem/nginx/1.16/php/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM quay.io/epicmorg/debian:bullseye-develop AS builder +FROM epicmorg/debian:bullseye-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -90,7 +90,7 @@ RUN pecl install smbclient && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/nginx:${NGINX_VERSION} +FROM epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.16/php/docker-compose.yml b/linux/ecosystem/nginx/1.16/php/docker-compose.yml index d36e13fdb..10848b56f 100644 --- a/linux/ecosystem/nginx/1.16/php/docker-compose.yml +++ b/linux/ecosystem/nginx/1.16/php/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-php" + image: "epicmorg/nginx:${NGINX_VERSION}-php" build: context: . args: diff --git a/linux/ecosystem/nginx/1.16/rtmp-hls/Dockerfile b/linux/ecosystem/nginx/1.16/rtmp-hls/Dockerfile index 4a263d3aa..dac4626ff 100644 --- a/linux/ecosystem/nginx/1.16/rtmp-hls/Dockerfile +++ b/linux/ecosystem/nginx/1.16/rtmp-hls/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM quay.io/epicmorg/nginx:${NGINX_VERSION} +FROM epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.16/rtmp-hls/docker-compose.yml b/linux/ecosystem/nginx/1.16/rtmp-hls/docker-compose.yml index e03d8012c..d2ffe041f 100644 --- a/linux/ecosystem/nginx/1.16/rtmp-hls/docker-compose.yml +++ b/linux/ecosystem/nginx/1.16/rtmp-hls/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" + image: "epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" build: context: . args: diff --git a/linux/ecosystem/nginx/1.17/main/Dockerfile b/linux/ecosystem/nginx/1.17/main/Dockerfile index bbd5f066a..f84d94291 100644 --- a/linux/ecosystem/nginx/1.17/main/Dockerfile +++ b/linux/ecosystem/nginx/1.17/main/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM quay.io/epicmorg/debian:bullseye-develop AS builder +FROM epicmorg/debian:bullseye-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -192,7 +192,7 @@ RUN cd ${NGINX_SRC_DIR} && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.17/main/docker-compose.yml b/linux/ecosystem/nginx/1.17/main/docker-compose.yml index 25c3162ef..661aac99f 100644 --- a/linux/ecosystem/nginx/1.17/main/docker-compose.yml +++ b/linux/ecosystem/nginx/1.17/main/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "quay.io/epicmorg/nginx:${NGINX_VERSION}" + image: "epicmorg/nginx:${NGINX_VERSION}" build: context: . args: diff --git a/linux/ecosystem/nginx/1.17/php/Dockerfile b/linux/ecosystem/nginx/1.17/php/Dockerfile index 8b5f99e2c..b84c50d51 100644 --- a/linux/ecosystem/nginx/1.17/php/Dockerfile +++ b/linux/ecosystem/nginx/1.17/php/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM quay.io/epicmorg/debian:bullseye-develop AS builder +FROM epicmorg/debian:bullseye-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -90,7 +90,7 @@ RUN pecl install smbclient && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/nginx:${NGINX_VERSION} +FROM epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.17/php/docker-compose.yml b/linux/ecosystem/nginx/1.17/php/docker-compose.yml index d36e13fdb..10848b56f 100644 --- a/linux/ecosystem/nginx/1.17/php/docker-compose.yml +++ b/linux/ecosystem/nginx/1.17/php/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-php" + image: "epicmorg/nginx:${NGINX_VERSION}-php" build: context: . args: diff --git a/linux/ecosystem/nginx/1.17/rtmp-hls/Dockerfile b/linux/ecosystem/nginx/1.17/rtmp-hls/Dockerfile index 4a263d3aa..dac4626ff 100644 --- a/linux/ecosystem/nginx/1.17/rtmp-hls/Dockerfile +++ b/linux/ecosystem/nginx/1.17/rtmp-hls/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM quay.io/epicmorg/nginx:${NGINX_VERSION} +FROM epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.17/rtmp-hls/docker-compose.yml b/linux/ecosystem/nginx/1.17/rtmp-hls/docker-compose.yml index e03d8012c..d2ffe041f 100644 --- a/linux/ecosystem/nginx/1.17/rtmp-hls/docker-compose.yml +++ b/linux/ecosystem/nginx/1.17/rtmp-hls/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" + image: "epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" build: context: . args: diff --git a/linux/ecosystem/nginx/1.18/main/Dockerfile b/linux/ecosystem/nginx/1.18/main/Dockerfile index bbd5f066a..f84d94291 100644 --- a/linux/ecosystem/nginx/1.18/main/Dockerfile +++ b/linux/ecosystem/nginx/1.18/main/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM quay.io/epicmorg/debian:bullseye-develop AS builder +FROM epicmorg/debian:bullseye-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -192,7 +192,7 @@ RUN cd ${NGINX_SRC_DIR} && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.18/main/docker-compose.yml b/linux/ecosystem/nginx/1.18/main/docker-compose.yml index 25c3162ef..661aac99f 100644 --- a/linux/ecosystem/nginx/1.18/main/docker-compose.yml +++ b/linux/ecosystem/nginx/1.18/main/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "quay.io/epicmorg/nginx:${NGINX_VERSION}" + image: "epicmorg/nginx:${NGINX_VERSION}" build: context: . args: diff --git a/linux/ecosystem/nginx/1.18/php/Dockerfile b/linux/ecosystem/nginx/1.18/php/Dockerfile index 8b5f99e2c..b84c50d51 100644 --- a/linux/ecosystem/nginx/1.18/php/Dockerfile +++ b/linux/ecosystem/nginx/1.18/php/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM quay.io/epicmorg/debian:bullseye-develop AS builder +FROM epicmorg/debian:bullseye-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -90,7 +90,7 @@ RUN pecl install smbclient && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/nginx:${NGINX_VERSION} +FROM epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.18/php/docker-compose.yml b/linux/ecosystem/nginx/1.18/php/docker-compose.yml index d36e13fdb..10848b56f 100644 --- a/linux/ecosystem/nginx/1.18/php/docker-compose.yml +++ b/linux/ecosystem/nginx/1.18/php/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-php" + image: "epicmorg/nginx:${NGINX_VERSION}-php" build: context: . args: diff --git a/linux/ecosystem/nginx/1.18/rtmp-hls/Dockerfile b/linux/ecosystem/nginx/1.18/rtmp-hls/Dockerfile index 4a263d3aa..dac4626ff 100644 --- a/linux/ecosystem/nginx/1.18/rtmp-hls/Dockerfile +++ b/linux/ecosystem/nginx/1.18/rtmp-hls/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM quay.io/epicmorg/nginx:${NGINX_VERSION} +FROM epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.18/rtmp-hls/docker-compose.yml b/linux/ecosystem/nginx/1.18/rtmp-hls/docker-compose.yml index e03d8012c..d2ffe041f 100644 --- a/linux/ecosystem/nginx/1.18/rtmp-hls/docker-compose.yml +++ b/linux/ecosystem/nginx/1.18/rtmp-hls/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" + image: "epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" build: context: . args: diff --git a/linux/ecosystem/nginx/1.19/main/Dockerfile b/linux/ecosystem/nginx/1.19/main/Dockerfile index bbd5f066a..f84d94291 100644 --- a/linux/ecosystem/nginx/1.19/main/Dockerfile +++ b/linux/ecosystem/nginx/1.19/main/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM quay.io/epicmorg/debian:bullseye-develop AS builder +FROM epicmorg/debian:bullseye-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -192,7 +192,7 @@ RUN cd ${NGINX_SRC_DIR} && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.19/main/docker-compose.yml b/linux/ecosystem/nginx/1.19/main/docker-compose.yml index 25c3162ef..661aac99f 100644 --- a/linux/ecosystem/nginx/1.19/main/docker-compose.yml +++ b/linux/ecosystem/nginx/1.19/main/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "quay.io/epicmorg/nginx:${NGINX_VERSION}" + image: "epicmorg/nginx:${NGINX_VERSION}" build: context: . args: diff --git a/linux/ecosystem/nginx/1.19/php/Dockerfile b/linux/ecosystem/nginx/1.19/php/Dockerfile index 8b5f99e2c..b84c50d51 100644 --- a/linux/ecosystem/nginx/1.19/php/Dockerfile +++ b/linux/ecosystem/nginx/1.19/php/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM quay.io/epicmorg/debian:bullseye-develop AS builder +FROM epicmorg/debian:bullseye-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -90,7 +90,7 @@ RUN pecl install smbclient && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/nginx:${NGINX_VERSION} +FROM epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.19/php/docker-compose.yml b/linux/ecosystem/nginx/1.19/php/docker-compose.yml index d36e13fdb..10848b56f 100644 --- a/linux/ecosystem/nginx/1.19/php/docker-compose.yml +++ b/linux/ecosystem/nginx/1.19/php/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-php" + image: "epicmorg/nginx:${NGINX_VERSION}-php" build: context: . args: diff --git a/linux/ecosystem/nginx/1.19/rtmp-hls/Dockerfile b/linux/ecosystem/nginx/1.19/rtmp-hls/Dockerfile index 4a263d3aa..dac4626ff 100644 --- a/linux/ecosystem/nginx/1.19/rtmp-hls/Dockerfile +++ b/linux/ecosystem/nginx/1.19/rtmp-hls/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM quay.io/epicmorg/nginx:${NGINX_VERSION} +FROM epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.19/rtmp-hls/docker-compose.yml b/linux/ecosystem/nginx/1.19/rtmp-hls/docker-compose.yml index e03d8012c..d2ffe041f 100644 --- a/linux/ecosystem/nginx/1.19/rtmp-hls/docker-compose.yml +++ b/linux/ecosystem/nginx/1.19/rtmp-hls/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" + image: "epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" build: context: . args: diff --git a/linux/ecosystem/nginx/1.20/main/Dockerfile b/linux/ecosystem/nginx/1.20/main/Dockerfile index bbd5f066a..f84d94291 100644 --- a/linux/ecosystem/nginx/1.20/main/Dockerfile +++ b/linux/ecosystem/nginx/1.20/main/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM quay.io/epicmorg/debian:bullseye-develop AS builder +FROM epicmorg/debian:bullseye-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -192,7 +192,7 @@ RUN cd ${NGINX_SRC_DIR} && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.20/main/docker-compose.yml b/linux/ecosystem/nginx/1.20/main/docker-compose.yml index 25c3162ef..661aac99f 100644 --- a/linux/ecosystem/nginx/1.20/main/docker-compose.yml +++ b/linux/ecosystem/nginx/1.20/main/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "quay.io/epicmorg/nginx:${NGINX_VERSION}" + image: "epicmorg/nginx:${NGINX_VERSION}" build: context: . args: diff --git a/linux/ecosystem/nginx/1.20/php/Dockerfile b/linux/ecosystem/nginx/1.20/php/Dockerfile index 8b5f99e2c..b84c50d51 100644 --- a/linux/ecosystem/nginx/1.20/php/Dockerfile +++ b/linux/ecosystem/nginx/1.20/php/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM quay.io/epicmorg/debian:bullseye-develop AS builder +FROM epicmorg/debian:bullseye-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -90,7 +90,7 @@ RUN pecl install smbclient && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/nginx:${NGINX_VERSION} +FROM epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.20/php/docker-compose.yml b/linux/ecosystem/nginx/1.20/php/docker-compose.yml index d36e13fdb..10848b56f 100644 --- a/linux/ecosystem/nginx/1.20/php/docker-compose.yml +++ b/linux/ecosystem/nginx/1.20/php/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-php" + image: "epicmorg/nginx:${NGINX_VERSION}-php" build: context: . args: diff --git a/linux/ecosystem/nginx/1.20/rtmp-hls/Dockerfile b/linux/ecosystem/nginx/1.20/rtmp-hls/Dockerfile index 4a263d3aa..dac4626ff 100644 --- a/linux/ecosystem/nginx/1.20/rtmp-hls/Dockerfile +++ b/linux/ecosystem/nginx/1.20/rtmp-hls/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM quay.io/epicmorg/nginx:${NGINX_VERSION} +FROM epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.20/rtmp-hls/docker-compose.yml b/linux/ecosystem/nginx/1.20/rtmp-hls/docker-compose.yml index e03d8012c..d2ffe041f 100644 --- a/linux/ecosystem/nginx/1.20/rtmp-hls/docker-compose.yml +++ b/linux/ecosystem/nginx/1.20/rtmp-hls/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" + image: "epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" build: context: . args: diff --git a/linux/ecosystem/nginx/1.21/main/Dockerfile b/linux/ecosystem/nginx/1.21/main/Dockerfile index 1f2eb165e..9925e3472 100644 --- a/linux/ecosystem/nginx/1.21/main/Dockerfile +++ b/linux/ecosystem/nginx/1.21/main/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM quay.io/epicmorg/debian:bullseye-develop AS builder +FROM epicmorg/debian:bullseye-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -191,7 +191,7 @@ RUN cd ${NGINX_SRC_DIR} && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.21/main/docker-compose.yml b/linux/ecosystem/nginx/1.21/main/docker-compose.yml index 25c3162ef..661aac99f 100644 --- a/linux/ecosystem/nginx/1.21/main/docker-compose.yml +++ b/linux/ecosystem/nginx/1.21/main/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "quay.io/epicmorg/nginx:${NGINX_VERSION}" + image: "epicmorg/nginx:${NGINX_VERSION}" build: context: . args: diff --git a/linux/ecosystem/nginx/1.21/php/Dockerfile b/linux/ecosystem/nginx/1.21/php/Dockerfile index 8b5f99e2c..b84c50d51 100644 --- a/linux/ecosystem/nginx/1.21/php/Dockerfile +++ b/linux/ecosystem/nginx/1.21/php/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM quay.io/epicmorg/debian:bullseye-develop AS builder +FROM epicmorg/debian:bullseye-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -90,7 +90,7 @@ RUN pecl install smbclient && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/nginx:${NGINX_VERSION} +FROM epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.21/php/docker-compose.yml b/linux/ecosystem/nginx/1.21/php/docker-compose.yml index d36e13fdb..10848b56f 100644 --- a/linux/ecosystem/nginx/1.21/php/docker-compose.yml +++ b/linux/ecosystem/nginx/1.21/php/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-php" + image: "epicmorg/nginx:${NGINX_VERSION}-php" build: context: . args: diff --git a/linux/ecosystem/nginx/1.21/rtmp-hls/Dockerfile b/linux/ecosystem/nginx/1.21/rtmp-hls/Dockerfile index 4a263d3aa..dac4626ff 100644 --- a/linux/ecosystem/nginx/1.21/rtmp-hls/Dockerfile +++ b/linux/ecosystem/nginx/1.21/rtmp-hls/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM quay.io/epicmorg/nginx:${NGINX_VERSION} +FROM epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.21/rtmp-hls/docker-compose.yml b/linux/ecosystem/nginx/1.21/rtmp-hls/docker-compose.yml index e03d8012c..d2ffe041f 100644 --- a/linux/ecosystem/nginx/1.21/rtmp-hls/docker-compose.yml +++ b/linux/ecosystem/nginx/1.21/rtmp-hls/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" + image: "epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" build: context: . args: diff --git a/linux/ecosystem/nginx/1.26/main/Dockerfile b/linux/ecosystem/nginx/1.26/main/Dockerfile index b806101f7..99932daf4 100644 --- a/linux/ecosystem/nginx/1.26/main/Dockerfile +++ b/linux/ecosystem/nginx/1.26/main/Dockerfile @@ -5,7 +5,7 @@ ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bookworm-develop AS build +FROM epicmorg/debian:bookworm-develop AS build LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -306,7 +306,7 @@ RUN updatedb ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm ENV NGINX_VERSION=1.26 ENV NGINX_VERSION_FULL=${NGINX_VERSION}.3 diff --git a/linux/ecosystem/nginx/1.26/main/docker-compose.yml b/linux/ecosystem/nginx/1.26/main/docker-compose.yml index cc8e05e4e..53a4e80ad 100644 --- a/linux/ecosystem/nginx/1.26/main/docker-compose.yml +++ b/linux/ecosystem/nginx/1.26/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nginx:1.26" + image: "epicmorg/nginx:1.26" build: context: . diff --git a/linux/ecosystem/nginx/1.27/main/Dockerfile b/linux/ecosystem/nginx/1.27/main/Dockerfile index 75e6fa051..858b93f4a 100644 --- a/linux/ecosystem/nginx/1.27/main/Dockerfile +++ b/linux/ecosystem/nginx/1.27/main/Dockerfile @@ -5,7 +5,7 @@ ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bookworm-develop AS build +FROM epicmorg/debian:bookworm-develop AS build LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -306,7 +306,7 @@ RUN updatedb ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm ENV NGINX_VERSION=1.27 ENV NGINX_VERSION_FULL=${NGINX_VERSION}.5 diff --git a/linux/ecosystem/nginx/1.27/main/docker-compose.yml b/linux/ecosystem/nginx/1.27/main/docker-compose.yml index a489a8f73..d5fbcafdf 100644 --- a/linux/ecosystem/nginx/1.27/main/docker-compose.yml +++ b/linux/ecosystem/nginx/1.27/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/nginx:1.27" + image: "epicmorg/nginx:1.27" build: context: . diff --git a/linux/ecosystem/nginx/1.28/main/Dockerfile b/linux/ecosystem/nginx/1.28/main/Dockerfile index 2062e75b6..7b5e8e9fe 100644 --- a/linux/ecosystem/nginx/1.28/main/Dockerfile +++ b/linux/ecosystem/nginx/1.28/main/Dockerfile @@ -5,7 +5,7 @@ ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bookworm-develop AS build +FROM epicmorg/debian:bookworm-develop AS build LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -306,7 +306,7 @@ RUN updatedb ################################################################## ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm ENV NGINX_VERSION=1.28 ENV NGINX_VERSION_FULL=${NGINX_VERSION}.0 diff --git a/linux/ecosystem/nginx/1.28/main/docker-compose.yml b/linux/ecosystem/nginx/1.28/main/docker-compose.yml index 3fdd47e25..4e4ed879b 100644 --- a/linux/ecosystem/nginx/1.28/main/docker-compose.yml +++ b/linux/ecosystem/nginx/1.28/main/docker-compose.yml @@ -1,9 +1,5 @@ services: app: - image: "quay.io/epicmorg/nginx:1.28" - build: - context: . - app-latest: - image: "quay.io/epicmorg/nginx:latest" + image: "epicmorg/nginx:1.28" build: context: . diff --git a/linux/ecosystem/nginx/1.29/main/Dockerfile b/linux/ecosystem/nginx/1.29/main/Dockerfile new file mode 100644 index 000000000..c502c2c22 --- /dev/null +++ b/linux/ecosystem/nginx/1.29/main/Dockerfile @@ -0,0 +1,398 @@ +################################################################## +################################################################## +################################################################## +# Temp Build Layer +################################################################## +################################################################## +################################################################## +FROM epicmorg/debian:bookworm-develop AS build +LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" +ARG DEBIAN_FRONTEND=noninteractive + +################################################################## +# Nginx +################################################################## +ENV NGINX_VERSION=1.29 +ENV NGINX_VERSION_FULL=${NGINX_VERSION}.0 +ENV NGINX_DIR=${EMG_LOCAL_BASE_DIR}/nginx/${NGINX_VERSION} +ENV NGINX_BIN_DIR=${NGINX_SBIN_DIR} +ENV NGINX_CONF_DIR=/etc/nginx +ENV NGINX_MODULES_DIR=${NGINX_CONF_DIR}/modules +ENV NGINX_MODULES_PERL_DIR=${NGINX_CONF_DIR}/modules-perl +ENV NGINX_SBIN_DIR=${NGINX_DIR}/sbin +ENV NGINX_CACHE_DIR=/var/cache/nginx +ENV NGINX_LOGS_DIR=/var/log/nginx +ENV NGINX_LOCK_DIR=/var/lock/nginx +ENV NGINX_LOCK=${NGINX_LOCK_DIR}/nginx.lock +ENV NGINX_HTML_DIR=${NGINX_DIR}/html +ENV NGINX_PID_DIR=/run/nginx +ENV NGINX_PID=${NGINX_PID_DIR}/nginx.pid +ENV NGINX_SRC_DIR=/usr/local/src/nginx/${NGINX_VERSION} +ARG NGINX_DOWNLOAD_URL=http://nginx.org/download/nginx-${NGINX_VERSION_FULL}.tar.gz +ARG NGINX_TEMP=/tmp/nginx-${NGINX_VERSION_FULL}.tar.gz +ARG NGINX_TEMP_SRC=/tmp/nginx-${NGINX_VERSION_FULL} + +# NJS +ENV NJS_VERSION=0.9.1 +ARG NJS_DOWNLOAD_URL=https://github.com/nginx/njs + +################################################################## +# Prepare zlib +################################################################## +WORKDIR ${ZLIB_SRC_DIR} +RUN CFLAGS="-Wno-error -fPIC" CXXFLAGS="-fPIC" ./configure \ + --prefix=${ZLIB_DIR} + +################################################################## +# Prepare pcre2 +################################################################## +WORKDIR ${PCRE_SRC_DIR} +RUN CFLAGS="-Wno-error -fPIC" CXXFLAGS="-fPIC" ./configure --prefix=${PCRE_DIR} \ + --disable-silent-rules \ + --enable-shared \ + --enable-static \ + --enable-rebuild-chartables \ + --enable-pcre2-8 \ + --enable-pcre2-16 \ + --enable-pcre2-32 \ + --enable-jit \ + --enable-newline-is-cr \ + --enable-newline-is-lf \ + --enable-newline-is-anycrlf \ + --enable-newline-is-any \ + --enable-newline-is-nul \ + --enable-bsr-anycrlf \ + --enable-pcre2grep-libz \ + --enable-pcre2grep-libbz2 \ + --enable-pcre2test-libedit \ + --enable-unicode \ + --enable-valgrind \ + --enable-fuzz-support \ + --enable-diff-fuzz-support + +################################################################## +# Prepare openssl +################################################################## +WORKDIR ${OPENSSL_35_SRC_DIR} +RUN CFLAGS="-Wno-error -fPIC" CXXFLAGS="-fPIC" ./config \ + zlib \ + --with-zlib-include=${ZLIB_DIR}/include \ + --with-zlib-lib=${ZLIB_DIR}/lib \ + --with-zstd-include=${ZSTD_DIR}/include \ + --with-zstd-lib=${ZSTD_DIR}/lib \ + enable-ktls \ + enable-ec_nistp_64_gcc_128 \ + enable-egd \ + enable-ssl-trace\ + enable-trace \ + threads \ + sctp \ + shared \ + --release \ + --prefix=${OPENSSL_35_DIR} && \ + cp -rfv ${OPENSSL_35_INC_DIR}/* /usr/local/include && \ + cp -rfv ${OPENSSL_35_LIB_DIR}/* /usr/local/lib + +################################################################## +# Prepare IP2Location-C-Library +################################################################## +WORKDIR ${IP2LOC_SRC_DIR} +RUN autoreconf -i -v --force && \ + aclocal && \ + automake --gnu --add-missing && \ + autoconf && \ + autoreconf -i -v --force && \ + CFLAGS="-Wno-error -fPIC" CXXFLAGS="-fPIC" ./configure \ + --prefix=${IP2LOC_DIR} \ + --disable-silent-rules \ + --enable-shared \ + --enable-static + +################################################################## +# Prepare Nginx +################################################################## +RUN mkdir -p ${NGINX_DIR} ${NGINX_SRC_DIR} +ADD ${NGINX_DOWNLOAD_URL} /tmp + +WORKDIR ${NGINX_TEMP_SRC} + +RUN tar -xf ${NGINX_TEMP} --directory /tmp && \ +# + git clone --depth 1 --branch ${NJS_VERSION} ${NJS_DOWNLOAD_URL} modules/nginx-njs && \ +# + git clone https://github.com/openresty/headers-more-nginx-module modules/http-headers-more-filter && \ + git clone https://github.com/sto/ngx_http_auth_pam_module modules/http-auth-pam && \ + git clone https://github.com/openresty/lua-nginx-module modules/http-lua && \ + git clone https://github.com/chrislim2888/ip2location-nginx modules/ip2location-nginx && \ + git clone https://github.com/leev/ngx_http_geoip2_module modules/http-geoip2 && \ +# + git clone https://github.com/arut/nginx-dav-ext-module modules/http-dav-ext && \ + git clone https://github.com/openresty/echo-nginx-module modules/http-echo && \ + git clone https://github.com/aperezdc/ngx-fancyindex modules/http-fancyindex && \ + git clone https://github.com/slact/nchan modules/nchan && \ + git clone https://github.com/masterzen/nginx-upload-progress-module modules/http-uploadprogress && \ + git clone https://github.com/yaoweibin/ngx_http_substitutions_filter_module modules/http-subs-filter && \ + git clone https://github.com/grahamedgecombe/nginx-ct modules/ssl-ct && \ + git clone https://github.com/stnoonan/spnego-http-auth-nginx-module modules/spnego-http-auth-nginx-module && \ + git clone https://github.com/flavioribeiro/nginx-audio-track-for-hls-module modules/nginx-audio-track-for-hls-module && \ + git clone https://github.com/kaltura/nginx-vod-module modules/nginx-vod-module && \ + git clone https://github.com/vozlt/nginx-module-vts modules/nginx-module-vts && \ + git clone https://github.com/evanmiller/mod_zip modules/mod-zip && \ + git clone https://github.com/alibaba/nginx-http-user-agent modules/nginx-http-user-agent && \ + git clone https://github.com/youzee/nginx-unzip-module modules/nginx-unzip-module && \ + git clone https://github.com/vladbondarenko/ngx_webp modules/ngx-webp && \ + git clone https://github.com/openresty/xss-nginx-module modules/xss-nginx-module && \ + git clone https://github.com/openresty/set-misc-nginx-module modules/set-misc-nginx-module && \ + git clone https://github.com/arut/nginx-rtmp-module modules/rtmp && \ + git clone https://github.com/kvspb/nginx-auth-ldap modules/http-auth-ldap && \ + git clone https://github.com/simplresty/ngx_devel_kit modules/http-ndk && \ + git clone https://github.com/itoffshore/nginx-upstream-fair modules/http-upstream-fair && \ + git clone https://github.com/yaoweibin/nginx_upstream_check_module modules/nginx-upstream-check-module + +RUN CFLAGS="-Wno-error -fPIC" CXXFLAGS="-fPIC" ./configure \ + --user=www-data \ + --group=www-data \ + --prefix=${NGINX_DIR} \ + --sbin-path=${NGINX_SBIN_DIR}/nginx \ + --conf-path=${NGINX_CONF_DIR}/nginx.conf \ + --http-log-path=${NGINX_LOGS_DIR}/access.log \ + --error-log-path=${NGINX_LOGS_DIR}/error.log \ + --modules-path=${NGINX_MODULES_DIR} \ + --with-perl_modules_path=${NGINX_MODULES_PERL_DIR} \ + --lock-path=${NGINX_LOCK} \ + --pid-path=${NGINX_PID} \ + --http-client-body-temp-path=${NGINX_CACHE_DIR}/body \ + --http-fastcgi-temp-path=${NGINX_CACHE_DIR}/fastcgi \ + --http-proxy-temp-path=${NGINX_CACHE_DIR}/proxy \ + --http-scgi-temp-path=${NGINX_CACHE_DIR}/scgi \ + --http-uwsgi-temp-path=${NGINX_CACHE_DIR}/uwsgi \ + --with-cc-opt="-I${IP2LOC_INC_DIR} \ + -I${LIBXML2_INC_DIR} \ + -I${LIBXSLT_INC_DIR} \ + -I${LUAJIT2OR_INC_DIR} \ + -I${LIBGD_INC_DIR} \ + -I${GPERFTOOLS_INC_DIR} \ + -I${MM_GEOIP_INC_DIR} \ + -I${LIBATOMICOPS_INC_DIR} \ + -I/usr/include/x86_64-linux-gnu/libavcodec \ + -I/usr/include/x86_64-linux-gnu \ + -I/usr/include \ + -static -g -O2 -lz -fPIC -Wdate-time -D_FORTIFY_SOURCE=2 -fstack-protector-strong \ + -Wno-error=unused-but-set-variable -Wformat -Wno-error=date-time -Wno-error=implicit-fallthrough \ + -Wno-error=cast-function-type -Wno-error=format-security -Wno-error=implicit-function-declaration \ + -Wno-error=deprecated-declarations -Wno-error=unused-result" \ + --with-ld-opt="-L${IP2LOC_LIB_DIR} \ + -L${LIBXML2_LIB_DIR} \ + -L${LIBXSLT_LIB_DIR} \ + -L${LUAJIT2OR_LIB_DIR} \ + -L${LIBGD_LIB_DIR} \ + -L${GPERFTOOLS_LIB_DIR} \ + -L${MM_GEOIP_LIB_DIR} \ + -L${LIBATOMICOPS_LIB_DIR} \ + -L/usr/lib/x86_64-linux-gnu \ + -L/usr/lib \ + -static -Wl,-z,relro -Wl,-z,now -lz -fPIC" \ + --with-pcre=${PCRE_SRC_DIR} \ + --with-pcre-jit \ + --with-zlib=${ZLIB_SRC_DIR} \ +# --with-zlib-opt="--static" \ + --with-libatomic \ + --with-openssl=${OPENSSL_35_SRC_DIR} \ + --with-openssl-opt="shared zlib --with-zlib-include=${ZLIB_INC_DIR} --with-zlib-lib=${ZLIB_LIB_DIR} --with-zstd-include=${ZSTD_INC_DIR} --with-zstd-lib=${ZSTD_LIB_DIR} enable-ktls enable-ec_nistp_64_gcc_128 enable-egd enable-ssl-trace enable-trace threads sctp --release" \ + --with-threads \ + --with-file-aio \ + --with-compat \ + --with-select_module \ + --with-poll_module \ + --without-quic_bpf_module \ + --with-http_ssl_module \ + --with-http_v2_module \ + --with-http_v3_module \ + --with-http_realip_module \ + --with-http_addition_module \ + --with-http_geoip_module \ + --with-http_sub_module \ + --with-http_dav_module \ + --with-http_flv_module \ + --with-http_mp4_module \ + --with-http_gunzip_module \ + --with-http_gzip_static_module \ + --with-http_auth_request_module \ + --with-http_random_index_module \ + --with-http_secure_link_module \ + --with-http_degradation_module \ + --with-http_slice_module \ + --with-http_stub_status_module \ + --with-mail \ + --with-mail_ssl_module \ + --with-stream \ + --with-stream_ssl_module \ + --with-stream_realip_module \ + --with-stream_geoip_module \ + --with-stream_ssl_preread_module \ + --with-cpp_test_module \ + --add-module=modules/http-headers-more-filter \ + --add-module=modules/nginx-http-user-agent \ + --add-module=modules/http-ndk \ + --add-module=modules/http-echo \ + --add-module=modules/http-fancyindex \ + --add-module=modules/nchan \ + --add-module=modules/http-uploadprogress \ + --add-module=modules/http-subs-filter \ + --add-module=modules/mod-zip \ + --add-module=modules/http-geoip2 \ + --add-module=modules/nginx-vod-module \ + --add-module=modules/ngx-webp \ + --add-module=modules/set-misc-nginx-module \ + --add-module=modules/rtmp \ + --add-module=modules/http-upstream-fair \ + --add-module=modules/nginx-upstream-check-module \ +## xslt fuck +## --with-http_xslt_module \ +## xslt fuck +## --add-module=modules/nginx-njs/nginx \ +## lua fuck +## --add-module=modules/http-lua \ +## ip2location fuck +## --add-module=modules/ip2location-nginx \ +## xslt fuck +## --add-module=modules/http-dav-ext \ +## gd fuck +## --with-http_image_filter_module \ +## perftools fuck +## --with-google_perftools_module \ +## perl problem fuck +## --with-http_perl_module \ +## +## --with-perl_modules_path=${NGINX_MODULES_PERL_DIR} \ +## some compile fuck +## --add-module=modules/http-auth-pam \ +## some compile fuck +## --add-module=modules/nginx-audio-track-for-hls-module \ +## some compile fuck +## --add-module=modules/nginx-module-vts \ +## some compile fuck +## --add-module=modules/nginx-unzip-module \ +## some compile fuck +## --add-module=modules/spnego-http-auth-nginx-module \ +## ssl outdated compile fuck +##--add-module=modules/ssl-ct \ +## undefined reference to `sasl_getprop' +## --add-module=modules/http-auth-ldap \ + && \ + make -j$(nproc) && \ + make -j$(nproc) install + +RUN rm -rfv ${NGINX_CONF_DIR}/nginx.conf && \ + mkdir -p ${NGINX_MODULES_DIR} ${NGINX_MODULES_PERL_DIR} + +################################################################## +# Cleanup +################################################################## +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /var/cache/apt/archives/*.deb && \ + rm -rfv /root/tmp/* && \ + rm -rfv /tmp/* + +RUN updatedb + +################################################################## +################################################################## +################################################################## +# Main Final Layer +################################################################## +################################################################## +################################################################## +FROM epicmorg/debian:bookworm + +ENV NGINX_VERSION=1.29 +ENV NGINX_VERSION_FULL=${NGINX_VERSION}.0 +ENV NGINX_DIR=${EMG_LOCAL_BASE_DIR}/nginx/${NGINX_VERSION} +ENV NGINX_BIN_DIR=${NGINX_SBIN_DIR} +ENV NGINX_CONF_DIR=/etc/nginx +ENV NGINX_MODULES_DIR=${NGINX_CONF_DIR}/modules +ENV NGINX_MODULES_PERL_DIR=${NGINX_CONF_DIR}/modules-perl +ENV NGINX_SBIN_DIR=${NGINX_DIR}/sbin +ENV NGINX_CACHE_DIR=/var/cache/nginx +ENV NGINX_LOGS_DIR=/var/log/nginx +ENV NGINX_LOCK_DIR=/var/lock/nginx +ENV NGINX_LOCK=${NGINX_LOCK_DIR}/nginx.lock +ENV NGINX_HTML_DIR=${NGINX_DIR}/html +ENV NGINX_PID_DIR=/run/nginx +ENV NGINX_PID=${NGINX_PID_DIR}/nginx.pid +ENV NGINX_SRC_DIR=/usr/local/src/nginx/${NGINX_VERSION} + +################################################################## +# Copy compilled nginx from dev stage and prepare +################################################################## +RUN mkdir -p \ + ${NGINX_CONF_DIR}/sites-enabled \ + ${NGINX_CONF_DIR}/modules-enabled \ + ${NGINX_LOCK_DIR} \ + ${NGINX_LOGS_DIR} \ + ${NGINX_PID_DIR} \ + ${NGINX_SRC_DIR} \ + /var/www + +COPY --from=build ${NGINX_SRC_DIR} ${NGINX_SRC_DIR} +COPY --from=build ${NGINX_CONF_DIR} ${NGINX_CONF_DIR} +COPY --from=build ${NGINX_DIR} ${NGINX_DIR} +COPY etc /etc + +RUN mv ${NGINX_HTML_DIR} /var/www/ &\ + ln -sfv /etc/ssl/dhparam.pem ${NGINX_CONF_DIR}/dhparam.pem && \ + ln -sfv ${NGINX_MODULES_DIR} ${NGINX_DIR}/modules && \ + ln -sfv ${NGINX_MODULES_PERL_DIR} ${NGINX_DIR}/modules-perl && \ + ln -sfv ${NGINX_CACHE_DIR} ${NGINX_DIR}/cache && \ + ln -sfv ${NGINX_LOGS_DIR} ${NGINX_DIR}/logs && \ + ln -sfv /dev/stdout /var/log/nginx/access.log && \ + ln -sfv /dev/stderr /var/log/nginx/error.log && \ + ln -sfv /var/lock/nginx ${NGINX_DIR}/lock && \ + ln -sfv /var/run/nginx ${NGINX_DIR}/run && \ + ln -sfv /etc/nginx ${NGINX_DIR}/etc && \ + ln -sfv /var/www/html ${NGINX_HTML_DIR} && \ + ln -sfv ${NGINX_SRC_DIR} ${NGINX_DIR}/src && \ + ln -sfv ${NGINX_DIR} /usr/share/nginx + +################################################################## +# Add nginx to $PATH +################################################################## +ENV PATH="${NGINX_SBIN_DIR}:${PATH}" + +################################################################## +# Expose default nginx ports +################################################################## +EXPOSE 80 443 + +################################################################## +# Setup volume with nginx cache +################################################################## +VOLUME ["${NGINX_CACHE_DIR}"] + +################################################################## +# Setup nginx workdir +################################################################## +WORKDIR ${NGINX_DIR} + +################################################################## +# Cleanup +################################################################## +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /var/cache/apt/archives/*.deb && \ + rm -rfv /root/tmp/* && \ + rm -rfv /tmp/* + +RUN updatedb + +################################################################## +# Run nginx in foreground +################################################################## +RUN nginx -V + +CMD ["nginx", "-g", "daemon off;"] diff --git a/linux/ecosystem/nginx/1.29/main/Makefile b/linux/ecosystem/nginx/1.29/main/Makefile new file mode 100644 index 000000000..ff56425bb --- /dev/null +++ b/linux/ecosystem/nginx/1.29/main/Makefile @@ -0,0 +1,44 @@ +all: app + +app: + make pip + make build + make deploy + make clean + +build: + make build-buildah + +deploy: + make deploy-buildah + +build-buildah: + buildah-wrapper --build --squash + +deploy-buildah: + buildah-wrapper --deploy + +build-kaniko: + kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:debug --dry-run + +deploy-kaniko: + kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:debug + +build-compose: + docker-compose build --compress --parallel --progress plain + +deploy-compose: + docker-compose push + +clean: + docker container prune -f + docker image prune -f + docker network prune -f + docker volume prune -f + docker system prune -af + buildah rm -a + buildah rmi -a + +pip: + pip3 install --break-system-packages --no-cache-dir kaniko-wrapper buildah-wrapper + pip install --break-system-packages --no-cache-dir kaniko-wrapper buildah-wrapper \ No newline at end of file diff --git a/linux/ecosystem/nginx/1.29/main/README.md b/linux/ecosystem/nginx/1.29/main/README.md new file mode 100644 index 000000000..4805d4763 --- /dev/null +++ b/linux/ecosystem/nginx/1.29/main/README.md @@ -0,0 +1,29 @@ +# Compose example + +```yml +services: + balancer: + image: epicmorg/balancer + restart: unless-stopped + ports: + - "0.0.0.0:80:80" + - "0.0.0.0:443:443" + volumes: + - /etc/localtime:/etc/localtime + - /etc/timezone:/etc/timezone + - /etc/letsencrypt:/etc/letsencrypt + - nginx:/etc/nginx + - nginx-usr:/usr/share/nginx/html + - /var/lib/nginx +# extra_hosts: +# - "example.com:192.168.0.11" + depends_on: + - websites + tmpfs: + - /tmp +volumes: + nginx: + external: true + nginx-usr: + external: true +``` diff --git a/linux/ecosystem/nginx/1.29/main/docker-compose.yml b/linux/ecosystem/nginx/1.29/main/docker-compose.yml new file mode 100644 index 000000000..b4052ae5c --- /dev/null +++ b/linux/ecosystem/nginx/1.29/main/docker-compose.yml @@ -0,0 +1,9 @@ +services: + app: + image: "epicmorg/nginx:1.29" + build: + context: . + app-latest: + image: "epicmorg/nginx:latest" + build: + context: . diff --git a/linux/ecosystem/nginx/1.29/main/docker-entrypoint.sh b/linux/ecosystem/nginx/1.29/main/docker-entrypoint.sh new file mode 100644 index 000000000..9ebcd6a91 --- /dev/null +++ b/linux/ecosystem/nginx/1.29/main/docker-entrypoint.sh @@ -0,0 +1,16 @@ +#!/bin/bash + +if [[ -z "${FIX_WWW_DATA}" ]]; then + echo "[nginx] env FIX_WWW_DATA is not set. Skipping..." +elif [ "${FIX_WWW_DATA}" == "false" ]; then + echo "[nginx] env FIX_WWW_DATA is set to false. Skipping..." +elif [ "${FIX_WWW_DATA}" == "true" ]; then + echo "[nginx] Changing permissions for /var/www path. Dont worry, please wait." + chown www-data:www-data /var/www -R + echo "[nginx] Done" +else + echo "[nginx] env FIX_WWW_DATA is set to strange value. Skipping..." +fi + +echo "[nginx] Starting up" +nginx -g 'daemon off;' diff --git a/linux/ecosystem/nginx/1.29/main/etc/default/nginx b/linux/ecosystem/nginx/1.29/main/etc/default/nginx new file mode 100644 index 000000000..09b8fd0a7 --- /dev/null +++ b/linux/ecosystem/nginx/1.29/main/etc/default/nginx @@ -0,0 +1,10 @@ +# Note: You may want to look at the following page before setting the ULIMIT. +# http://wiki.nginx.org/CoreModule#worker_rlimit_nofile +# Set the ulimit variable if you need defaults to change. +# Example: ULIMIT="-n 4096" +#ULIMIT="-n 4096" + +# Define the stop schedule for nginx +# see the start-stop-daemon --retry documentation for more information +# +#STOP_SCHEDULE="QUIT/5/TERM/5/KILL/5" diff --git a/linux/ecosystem/nginx/1.29/main/etc/init.d/nginx b/linux/ecosystem/nginx/1.29/main/etc/init.d/nginx new file mode 100644 index 000000000..db10b7df0 --- /dev/null +++ b/linux/ecosystem/nginx/1.29/main/etc/init.d/nginx @@ -0,0 +1,196 @@ +#!/bin/sh + +### BEGIN INIT INFO +# Provides: nginx +# Required-Start: $local_fs $remote_fs $network $syslog $named +# Required-Stop: $local_fs $remote_fs $network $syslog $named +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: starts the nginx web server +# Description: starts nginx using start-stop-daemon +### END INIT INFO + +PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin +DAEMON=/usr/sbin/nginx +NAME=nginx +DESC=nginx + +# Include nginx defaults if available +if [ -r /etc/default/nginx ]; then + . /etc/default/nginx +fi + +STOP_SCHEDULE="${STOP_SCHEDULE:-QUIT/5/TERM/5/KILL/5}" + +test -x $DAEMON || exit 0 + +. /lib/init/vars.sh +. /lib/lsb/init-functions + +# Try to extract nginx pidfile +PID=$(cat /etc/nginx/nginx.conf | grep -Ev '^\s*#' | awk 'BEGIN { RS="[;{}]" } { if ($1 == "pid") print $2 }' | head -n1) +if [ -z "$PID" ]; then + PID=/run/nginx.pid +fi + +if [ -n "$ULIMIT" ]; then + # Set ulimit if it is set in /etc/default/nginx + ulimit $ULIMIT +fi + +start_nginx() { + # Start the daemon/service + # + # Returns: + # 0 if daemon has been started + # 1 if daemon was already running + # 2 if daemon could not be started + start-stop-daemon --start --quiet --pidfile $PID --exec $DAEMON --test > /dev/null \ + || return 1 + start-stop-daemon --start --quiet --pidfile $PID --exec $DAEMON -- \ + $DAEMON_OPTS 2>/dev/null \ + || return 2 +} + +test_config() { + # Test the nginx configuration + $DAEMON -t $DAEMON_OPTS >/dev/null 2>&1 +} + +stop_nginx() { + # Stops the daemon/service + # + # Return + # 0 if daemon has been stopped + # 1 if daemon was already stopped + # 2 if daemon could not be stopped + # other if a failure occurred + start-stop-daemon --stop --quiet --retry=$STOP_SCHEDULE --pidfile $PID --name $NAME + RETVAL="$?" + sleep 1 + return "$RETVAL" +} + +reload_nginx() { + # Function that sends a SIGHUP to the daemon/service + start-stop-daemon --stop --signal HUP --quiet --pidfile $PID --name $NAME + return 0 +} + +rotate_logs() { + # Rotate log files + start-stop-daemon --stop --signal USR1 --quiet --pidfile $PID --name $NAME + return 0 +} + +upgrade_nginx() { + # Online upgrade nginx executable + # http://nginx.org/en/docs/control.html + # + # Return + # 0 if nginx has been successfully upgraded + # 1 if nginx is not running + # 2 if the pid files were not created on time + # 3 if the old master could not be killed + if start-stop-daemon --stop --signal USR2 --quiet --pidfile $PID --name $NAME; then + # Wait for both old and new master to write their pid file + while [ ! -s "${PID}.oldbin" ] || [ ! -s "${PID}" ]; do + cnt=`expr $cnt + 1` + if [ $cnt -gt 10 ]; then + return 2 + fi + sleep 1 + done + # Everything is ready, gracefully stop the old master + if start-stop-daemon --stop --signal QUIT --quiet --pidfile "${PID}.oldbin" --name $NAME; then + return 0 + else + return 3 + fi + else + return 1 + fi +} + +case "$1" in + start) + log_daemon_msg "Starting $DESC" "$NAME" + start_nginx + case "$?" in + 0|1) log_end_msg 0 ;; + 2) log_end_msg 1 ;; + esac + ;; + stop) + log_daemon_msg "Stopping $DESC" "$NAME" + stop_nginx + case "$?" in + 0|1) log_end_msg 0 ;; + 2) log_end_msg 1 ;; + esac + ;; + restart) + log_daemon_msg "Restarting $DESC" "$NAME" + + # Check configuration before stopping nginx + if ! test_config; then + log_end_msg 1 # Configuration error + exit $? + fi + + stop_nginx + case "$?" in + 0|1) + start_nginx + case "$?" in + 0) log_end_msg 0 ;; + 1) log_end_msg 1 ;; # Old process is still running + *) log_end_msg 1 ;; # Failed to start + esac + ;; + *) + # Failed to stop + log_end_msg 1 + ;; + esac + ;; + reload|force-reload) + log_daemon_msg "Reloading $DESC configuration" "$NAME" + + # Check configuration before stopping nginx + # + # This is not entirely correct since the on-disk nginx binary + # may differ from the in-memory one, but that's not common. + # We prefer to check the configuration and return an error + # to the administrator. + if ! test_config; then + log_end_msg 1 # Configuration error + exit $? + fi + + reload_nginx + log_end_msg $? + ;; + configtest|testconfig) + log_daemon_msg "Testing $DESC configuration" + test_config + log_end_msg $? + ;; + status) + status_of_proc -p $PID "$DAEMON" "$NAME" && exit 0 || exit $? + ;; + upgrade) + log_daemon_msg "Upgrading binary" "$NAME" + upgrade_nginx + log_end_msg $? + ;; + rotate) + log_daemon_msg "Re-opening $DESC log files" "$NAME" + rotate_logs + log_end_msg $? + ;; + *) + echo "Usage: $NAME {start|stop|restart|reload|force-reload|status|configtest|rotate|upgrade}" >&2 + exit 3 + ;; +esac diff --git a/linux/ecosystem/nginx/1.29/main/etc/logrotate.d/nginx b/linux/ecosystem/nginx/1.29/main/etc/logrotate.d/nginx new file mode 100644 index 000000000..423c6ad18 --- /dev/null +++ b/linux/ecosystem/nginx/1.29/main/etc/logrotate.d/nginx @@ -0,0 +1,18 @@ +/var/log/nginx/*.log { + daily + missingok + rotate 14 + compress + delaycompress + notifempty + create 0640 www-data adm + sharedscripts + prerotate + if [ -d /etc/logrotate.d/httpd-prerotate ]; then \ + run-parts /etc/logrotate.d/httpd-prerotate; \ + fi \ + endscript + postrotate + invoke-rc.d nginx rotate >/dev/null 2>&1 + endscript +} diff --git a/linux/ecosystem/nginx/1.29/main/etc/nginx/modules-avalible/additional.conf b/linux/ecosystem/nginx/1.29/main/etc/nginx/modules-avalible/additional.conf new file mode 100644 index 000000000..fc5386454 --- /dev/null +++ b/linux/ecosystem/nginx/1.29/main/etc/nginx/modules-avalible/additional.conf @@ -0,0 +1,3 @@ +# NOTE: When nginx build as static binary - all modules will be included in main nginx binary. + +# load_module "/etc/nginx/modules/ngx_some_module.so"; diff --git a/linux/ecosystem/nginx/1.29/main/etc/nginx/modules-avalible/default.conf b/linux/ecosystem/nginx/1.29/main/etc/nginx/modules-avalible/default.conf new file mode 100644 index 000000000..fc5386454 --- /dev/null +++ b/linux/ecosystem/nginx/1.29/main/etc/nginx/modules-avalible/default.conf @@ -0,0 +1,3 @@ +# NOTE: When nginx build as static binary - all modules will be included in main nginx binary. + +# load_module "/etc/nginx/modules/ngx_some_module.so"; diff --git a/linux/ecosystem/nginx/1.29/main/etc/nginx/nginx.conf b/linux/ecosystem/nginx/1.29/main/etc/nginx/nginx.conf new file mode 100644 index 000000000..75dad302b --- /dev/null +++ b/linux/ecosystem/nginx/1.29/main/etc/nginx/nginx.conf @@ -0,0 +1,95 @@ +include /etc/nginx/modules-enabled/*.conf; + +user www-data; +worker_processes auto; +pid /var/run/nginx/nginx.pid; +lock_file /var/lock/nginx/nginx.lock; + +events { + worker_connections 768; + # multi_accept on; +} + +http { + + ## + # Basic Settings + ## + + sendfile on; + tcp_nopush on; + tcp_nodelay on; + keepalive_timeout 65; + types_hash_max_size 512; + types_hash_bucket_size 128; + # server_tokens off; + + server_names_hash_max_size 512; + server_names_hash_bucket_size 128; + # server_name_in_redirect off; + + variables_hash_max_size 2048; + variables_hash_bucket_size 512; + + include /etc/nginx/mime.types; + default_type application/octet-stream; + + ## + # SSL Settings + ## + + ssl_protocols TLSv1 TLSv1.1 TLSv1.2; # Dropping SSLv3, ref: POODLE + ssl_prefer_server_ciphers on; + + ## + # Logging Settings + ## + log_format main '$remote_addr - $remote_user [$time_local] "$request" ' + '$status $body_bytes_sent "$http_referer" ' + '"$http_user_agent" "$http_x_forwarded_for"'; + + access_log /var/log/nginx/access.log; + error_log /var/log/nginx/error.log; + + ## + # Gzip Settings + ## + + gzip on; + + # gzip_vary on; + # gzip_proxied any; + # gzip_comp_level 6; + # gzip_buffers 16 8k; + # gzip_http_version 1.1; + # gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript; + + ## + # Virtual Host Configs + ## + + include /etc/nginx/conf.d/*.conf; + include /etc/nginx/sites-enabled/*; +} + + +#mail { +# # See sample authentication script at: +# # http://wiki.nginx.org/ImapAuthenticateWithApachePhpScript +# +# # auth_http localhost/auth.php; +# # pop3_capabilities "TOP" "USER"; +# # imap_capabilities "IMAP4rev1" "UIDPLUS"; +# +# server { +# listen localhost:110; +# protocol pop3; +# proxy on; +# } +# +# server { +# listen localhost:143; +# protocol imap; +# proxy on; +# } +#} diff --git a/linux/ecosystem/nginx/1.29/main/etc/nginx/sites-available/default.conf b/linux/ecosystem/nginx/1.29/main/etc/nginx/sites-available/default.conf new file mode 100644 index 000000000..f5c5e1b78 --- /dev/null +++ b/linux/ecosystem/nginx/1.29/main/etc/nginx/sites-available/default.conf @@ -0,0 +1,91 @@ +## +# You should look at the following URL's in order to grasp a solid understanding +# of Nginx configuration files in order to fully unleash the power of Nginx. +# https://www.nginx.com/resources/wiki/start/ +# https://www.nginx.com/resources/wiki/start/topics/tutorials/config_pitfalls/ +# https://wiki.debian.org/Nginx/DirectoryStructure +# +# In most cases, administrators will remove this file from sites-enabled/ and +# leave it as reference inside of sites-available where it will continue to be +# updated by the nginx packaging team. +# +# This file will automatically load configuration files provided by other +# applications, such as Drupal or Wordpress. These applications will be made +# available underneath a path with that package name, such as /drupal8. +# +# Please see /usr/share/doc/nginx-doc/examples/ for more detailed examples. +## + +# Default server configuration +# +server { + listen 80 default_server; + listen [::]:80 default_server; + + # SSL configuration + # + # listen 443 ssl default_server; + # listen [::]:443 ssl default_server; + # + # Note: You should disable gzip for SSL traffic. + # See: https://bugs.debian.org/773332 + # + # Read up on ssl_ciphers to ensure a secure configuration. + # See: https://bugs.debian.org/765782 + # + # Self signed certs generated by the ssl-cert package + # Don't use them in a production server! + # + # include snippets/snakeoil.conf; + + root /var/www/html; + + # Add index.php to the list if you are using PHP + index index.html index.htm index.nginx-debian.html; + + server_name _; + + location / { + # First attempt to serve request as file, then + # as directory, then fall back to displaying a 404. + try_files $uri $uri/ =404; + } + + # pass PHP scripts to FastCGI server + # + #location ~ \.php$ { + # include snippets/fastcgi-php.conf; + # + # # With php-fpm (or other unix sockets): + # fastcgi_pass unix:/run/php/php7.3-fpm.sock; + # # With php-cgi (or other tcp sockets): + # fastcgi_pass 127.0.0.1:9000; + #} + + # deny access to .htaccess files, if Apache's document root + # concurs with nginx's one + # + #location ~ /\.ht { + # deny all; + #} +} + + +# Virtual Host configuration for example.com +# +# You can move that to a different file under sites-available/ and symlink that +# to sites-enabled/ to enable it. +# +#server { +# listen 80; +# listen [::]:80; +# +# server_name example.com; +# +# root /var/www/example.com; +# index index.html; +# +# location / { +# try_files $uri $uri/ =404; +# } +#} diff --git a/linux/ecosystem/nginx/1.29/main/etc/nginx/snippets/fastcgi-php.conf b/linux/ecosystem/nginx/1.29/main/etc/nginx/snippets/fastcgi-php.conf new file mode 100644 index 000000000..467a9e732 --- /dev/null +++ b/linux/ecosystem/nginx/1.29/main/etc/nginx/snippets/fastcgi-php.conf @@ -0,0 +1,13 @@ +# regex to split $uri to $fastcgi_script_name and $fastcgi_path +fastcgi_split_path_info ^(.+?\.php)(/.*)$; + +# Check that the PHP script exists before passing it +try_files $fastcgi_script_name =404; + +# Bypass the fact that try_files resets $fastcgi_path_info +# see: http://trac.nginx.org/nginx/ticket/321 +set $path_info $fastcgi_path_info; +fastcgi_param PATH_INFO $path_info; + +fastcgi_index index.php; +include fastcgi.conf; diff --git a/linux/ecosystem/nginx/1.29/main/etc/nginx/snippets/proxy_params.conf b/linux/ecosystem/nginx/1.29/main/etc/nginx/snippets/proxy_params.conf new file mode 100644 index 000000000..df75bc5d7 --- /dev/null +++ b/linux/ecosystem/nginx/1.29/main/etc/nginx/snippets/proxy_params.conf @@ -0,0 +1,4 @@ +proxy_set_header Host $http_host; +proxy_set_header X-Real-IP $remote_addr; +proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; +proxy_set_header X-Forwarded-Proto $scheme; diff --git a/linux/ecosystem/nginx/1.29/main/etc/nginx/snippets/snakeoil.conf b/linux/ecosystem/nginx/1.29/main/etc/nginx/snippets/snakeoil.conf new file mode 100644 index 000000000..ad26c3e21 --- /dev/null +++ b/linux/ecosystem/nginx/1.29/main/etc/nginx/snippets/snakeoil.conf @@ -0,0 +1,5 @@ +# Self signed certificates generated by the ssl-cert package +# Don't use them in a production server! + +ssl_certificate /etc/ssl/certs/ssl-cert-snakeoil.pem; +ssl_certificate_key /etc/ssl/private/ssl-cert-snakeoil.key; diff --git a/linux/ecosystem/nginx/1.29/main/etc/ufw/applications.d/nginx b/linux/ecosystem/nginx/1.29/main/etc/ufw/applications.d/nginx new file mode 100644 index 000000000..0cb044972 --- /dev/null +++ b/linux/ecosystem/nginx/1.29/main/etc/ufw/applications.d/nginx @@ -0,0 +1,14 @@ +[Nginx HTTP] +title=Web Server (Nginx, HTTP) +description=Small, but very powerful and efficient web server +ports=80/tcp + +[Nginx HTTPS] +title=Web Server (Nginx, HTTPS) +description=Small, but very powerful and efficient web server +ports=443/tcp + +[Nginx Full] +title=Web Server (Nginx, HTTP + HTTPS) +description=Small, but very powerful and efficient web server +ports=80,443/tcp diff --git a/linux/ecosystem/ninjam/latest/Dockerfile b/linux/ecosystem/ninjam/latest/Dockerfile index 514cbbc07..0959015c7 100644 --- a/linux/ecosystem/ninjam/latest/Dockerfile +++ b/linux/ecosystem/ninjam/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop as builder +FROM epicmorg/debian:bookworm-develop as builder RUN git clone https://www-dev.cockos.com/ninjam/ninjam.git /tmp/ninjam && \ cd /tmp/ninjam/ninjam/server && \ @@ -6,7 +6,7 @@ RUN git clone https://www-dev.cockos.com/ninjam/ninjam.git /tmp/ninjam && \ dos2unix *.cfg && \ dos2unix *.txt -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/ninjam/latest/docker-compose.yml b/linux/ecosystem/ninjam/latest/docker-compose.yml index 07c6e7f31..543c21eee 100644 --- a/linux/ecosystem/ninjam/latest/docker-compose.yml +++ b/linux/ecosystem/ninjam/latest/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/ninjam:latest" + image: "epicmorg/ninjam:latest" build: context: . diff --git a/linux/ecosystem/opentracker/Dockerfile b/linux/ecosystem/opentracker/Dockerfile index 1afae6423..acd18dd59 100644 --- a/linux/ecosystem/opentracker/Dockerfile +++ b/linux/ecosystem/opentracker/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:trixie-develop as compile-stage +FROM epicmorg/debian:trixie-develop as compile-stage ARG DEBIAN_FRONTEND=noninteractive WORKDIR /usr/src @@ -21,7 +21,7 @@ RUN cd /usr/src/opentracker ; \ install -m 755 opentracker.debug /tmp/stage/bin ; \ make DESTDIR=/tmp/stage BINDIR="/bin" install -FROM quay.io/epicmorg/debian:trixie +FROM epicmorg/debian:trixie ################################################################## # setup future environment diff --git a/linux/ecosystem/opentracker/docker-compose.yml b/linux/ecosystem/opentracker/docker-compose.yml index 16793076b..f552c8f2f 100644 --- a/linux/ecosystem/opentracker/docker-compose.yml +++ b/linux/ecosystem/opentracker/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/opentracker:latest" + image: "epicmorg/opentracker:latest" build: context: . diff --git a/linux/ecosystem/perforce/base/r16.2/Dockerfile b/linux/ecosystem/perforce/base/r16.2/Dockerfile index 0e8c4fc2d..65342463a 100644 --- a/linux/ecosystem/perforce/base/r16.2/Dockerfile +++ b/linux/ecosystem/perforce/base/r16.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/base/r16.2/docker-compose.yml b/linux/ecosystem/perforce/base/r16.2/docker-compose.yml index 2cc0505cf..561ee584c 100644 --- a/linux/ecosystem/perforce/base/r16.2/docker-compose.yml +++ b/linux/ecosystem/perforce/base/r16.2/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/perforce:r16.2" + image: "epicmorg/perforce:r16.2" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/perforce/base/r17.1/Dockerfile b/linux/ecosystem/perforce/base/r17.1/Dockerfile index 8d6dfebe6..e4b86129c 100644 --- a/linux/ecosystem/perforce/base/r17.1/Dockerfile +++ b/linux/ecosystem/perforce/base/r17.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/base/r17.1/docker-compose.yml b/linux/ecosystem/perforce/base/r17.1/docker-compose.yml index 6f8b09619..171acde22 100644 --- a/linux/ecosystem/perforce/base/r17.1/docker-compose.yml +++ b/linux/ecosystem/perforce/base/r17.1/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/perforce:r17.1" + image: "epicmorg/perforce:r17.1" build: context: . diff --git a/linux/ecosystem/perforce/base/r17.2/Dockerfile b/linux/ecosystem/perforce/base/r17.2/Dockerfile index d9e685e14..c308ee394 100644 --- a/linux/ecosystem/perforce/base/r17.2/Dockerfile +++ b/linux/ecosystem/perforce/base/r17.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/base/r17.2/docker-compose.yml b/linux/ecosystem/perforce/base/r17.2/docker-compose.yml index 5a409fdf5..e815336e9 100644 --- a/linux/ecosystem/perforce/base/r17.2/docker-compose.yml +++ b/linux/ecosystem/perforce/base/r17.2/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/perforce:r17.2" + image: "epicmorg/perforce:r17.2" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/perforce/base/r18.1/Dockerfile b/linux/ecosystem/perforce/base/r18.1/Dockerfile index 829adca07..1b601a732 100644 --- a/linux/ecosystem/perforce/base/r18.1/Dockerfile +++ b/linux/ecosystem/perforce/base/r18.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/base/r18.1/docker-compose.yml b/linux/ecosystem/perforce/base/r18.1/docker-compose.yml index 165382de0..65a3df093 100644 --- a/linux/ecosystem/perforce/base/r18.1/docker-compose.yml +++ b/linux/ecosystem/perforce/base/r18.1/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/perforce:r18.1" + image: "epicmorg/perforce:r18.1" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/perforce/base/r18.2/Dockerfile b/linux/ecosystem/perforce/base/r18.2/Dockerfile index 20fff9074..39b8eb034 100644 --- a/linux/ecosystem/perforce/base/r18.2/Dockerfile +++ b/linux/ecosystem/perforce/base/r18.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/base/r18.2/docker-compose.yml b/linux/ecosystem/perforce/base/r18.2/docker-compose.yml index 61d4645ae..25919fbea 100644 --- a/linux/ecosystem/perforce/base/r18.2/docker-compose.yml +++ b/linux/ecosystem/perforce/base/r18.2/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/perforce:r18.2" + image: "epicmorg/perforce:r18.2" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/perforce/base/r19.1/Dockerfile b/linux/ecosystem/perforce/base/r19.1/Dockerfile index 40603f312..0fa0dcc92 100644 --- a/linux/ecosystem/perforce/base/r19.1/Dockerfile +++ b/linux/ecosystem/perforce/base/r19.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/base/r19.1/docker-compose.yml b/linux/ecosystem/perforce/base/r19.1/docker-compose.yml index 7b977e1f5..b7ef6c601 100644 --- a/linux/ecosystem/perforce/base/r19.1/docker-compose.yml +++ b/linux/ecosystem/perforce/base/r19.1/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/perforce:r19.1" + image: "epicmorg/perforce:r19.1" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/perforce/base/r19.2/Dockerfile b/linux/ecosystem/perforce/base/r19.2/Dockerfile index 18042fbd0..099ad0458 100644 --- a/linux/ecosystem/perforce/base/r19.2/Dockerfile +++ b/linux/ecosystem/perforce/base/r19.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/base/r19.2/docker-compose.yml b/linux/ecosystem/perforce/base/r19.2/docker-compose.yml index ae1c1b384..05cd13489 100644 --- a/linux/ecosystem/perforce/base/r19.2/docker-compose.yml +++ b/linux/ecosystem/perforce/base/r19.2/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/perforce:r19.2" + image: "epicmorg/perforce:r19.2" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/perforce/base/r20.1/Dockerfile b/linux/ecosystem/perforce/base/r20.1/Dockerfile index 25612af2f..3bd84a392 100644 --- a/linux/ecosystem/perforce/base/r20.1/Dockerfile +++ b/linux/ecosystem/perforce/base/r20.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/base/r20.1/docker-compose.yml b/linux/ecosystem/perforce/base/r20.1/docker-compose.yml index 22f4e24d0..96d8579c7 100644 --- a/linux/ecosystem/perforce/base/r20.1/docker-compose.yml +++ b/linux/ecosystem/perforce/base/r20.1/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/perforce:r20.1" + image: "epicmorg/perforce:r20.1" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/perforce/base/r20.2/Dockerfile b/linux/ecosystem/perforce/base/r20.2/Dockerfile index e0cd675b3..bc803182c 100644 --- a/linux/ecosystem/perforce/base/r20.2/Dockerfile +++ b/linux/ecosystem/perforce/base/r20.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/base/r20.2/docker-compose.yml b/linux/ecosystem/perforce/base/r20.2/docker-compose.yml index 7b1cba414..fd48f64c9 100644 --- a/linux/ecosystem/perforce/base/r20.2/docker-compose.yml +++ b/linux/ecosystem/perforce/base/r20.2/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/perforce:r20.2" + image: "epicmorg/perforce:r20.2" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/perforce/base/r21.1/Dockerfile b/linux/ecosystem/perforce/base/r21.1/Dockerfile index 2e8c0a26c..71419ebfb 100644 --- a/linux/ecosystem/perforce/base/r21.1/Dockerfile +++ b/linux/ecosystem/perforce/base/r21.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/base/r21.1/docker-compose.yml b/linux/ecosystem/perforce/base/r21.1/docker-compose.yml index 30034f7ec..aff46eb99 100644 --- a/linux/ecosystem/perforce/base/r21.1/docker-compose.yml +++ b/linux/ecosystem/perforce/base/r21.1/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/perforce:r21.1" + image: "epicmorg/perforce:r21.1" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/perforce/base/r21.2/Dockerfile b/linux/ecosystem/perforce/base/r21.2/Dockerfile index f85997550..5414773dd 100644 --- a/linux/ecosystem/perforce/base/r21.2/Dockerfile +++ b/linux/ecosystem/perforce/base/r21.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/base/r21.2/docker-compose.yml b/linux/ecosystem/perforce/base/r21.2/docker-compose.yml index 59590ea8f..46e1aab91 100644 --- a/linux/ecosystem/perforce/base/r21.2/docker-compose.yml +++ b/linux/ecosystem/perforce/base/r21.2/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/perforce:r21.2" + image: "epicmorg/perforce:r21.2" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/perforce/base/r22.1/Dockerfile b/linux/ecosystem/perforce/base/r22.1/Dockerfile index 412d0774c..19e9d241f 100644 --- a/linux/ecosystem/perforce/base/r22.1/Dockerfile +++ b/linux/ecosystem/perforce/base/r22.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/base/r22.1/docker-compose.yml b/linux/ecosystem/perforce/base/r22.1/docker-compose.yml index 11e8524fd..d6faf1812 100644 --- a/linux/ecosystem/perforce/base/r22.1/docker-compose.yml +++ b/linux/ecosystem/perforce/base/r22.1/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/perforce:r22.1" + image: "epicmorg/perforce:r22.1" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/perforce/base/r23.1/Dockerfile b/linux/ecosystem/perforce/base/r23.1/Dockerfile index 8baa6b752..abbfe346a 100644 --- a/linux/ecosystem/perforce/base/r23.1/Dockerfile +++ b/linux/ecosystem/perforce/base/r23.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/base/r23.1/docker-compose.yml b/linux/ecosystem/perforce/base/r23.1/docker-compose.yml index 80ceeb2cc..3746cf57d 100644 --- a/linux/ecosystem/perforce/base/r23.1/docker-compose.yml +++ b/linux/ecosystem/perforce/base/r23.1/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/perforce:r23.1" + image: "epicmorg/perforce:r23.1" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/perforce/base/r23.2/Dockerfile b/linux/ecosystem/perforce/base/r23.2/Dockerfile index 412d0774c..19e9d241f 100644 --- a/linux/ecosystem/perforce/base/r23.2/Dockerfile +++ b/linux/ecosystem/perforce/base/r23.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/base/r23.2/docker-compose.yml b/linux/ecosystem/perforce/base/r23.2/docker-compose.yml index 3ea2a6335..5e91b4d06 100644 --- a/linux/ecosystem/perforce/base/r23.2/docker-compose.yml +++ b/linux/ecosystem/perforce/base/r23.2/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/perforce:r23.2" + image: "epicmorg/perforce:r23.2" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/perforce/base/r24.1/Dockerfile b/linux/ecosystem/perforce/base/r24.1/Dockerfile index 6a8dc63cd..005ad824c 100644 --- a/linux/ecosystem/perforce/base/r24.1/Dockerfile +++ b/linux/ecosystem/perforce/base/r24.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/base/r24.1/docker-compose.yml b/linux/ecosystem/perforce/base/r24.1/docker-compose.yml index c25db108f..97f2a7888 100644 --- a/linux/ecosystem/perforce/base/r24.1/docker-compose.yml +++ b/linux/ecosystem/perforce/base/r24.1/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/perforce:r24.1" + image: "epicmorg/perforce:r24.1" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/perforce/base/r24.2/Dockerfile b/linux/ecosystem/perforce/base/r24.2/Dockerfile index ad1066d67..5196dcf5c 100644 --- a/linux/ecosystem/perforce/base/r24.2/Dockerfile +++ b/linux/ecosystem/perforce/base/r24.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/base/r24.2/docker-compose.yml b/linux/ecosystem/perforce/base/r24.2/docker-compose.yml index 81955c40f..46dab4070 100644 --- a/linux/ecosystem/perforce/base/r24.2/docker-compose.yml +++ b/linux/ecosystem/perforce/base/r24.2/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/perforce:r24.2" + image: "epicmorg/perforce:r24.2" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/perforce/p4p/r16.2/Dockerfile b/linux/ecosystem/perforce/p4p/r16.2/Dockerfile index c3f84a6ac..809378331 100644 --- a/linux/ecosystem/perforce/p4p/r16.2/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r16.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/perforce:r16.2 +FROM epicmorg/perforce:r16.2 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/p4p/r16.2/docker-compose.yml b/linux/ecosystem/perforce/p4p/r16.2/docker-compose.yml index 4e0e53d7a..7a381d959 100644 --- a/linux/ecosystem/perforce/p4p/r16.2/docker-compose.yml +++ b/linux/ecosystem/perforce/p4p/r16.2/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/p4p:r16.2" + image: "epicmorg/p4p:r16.2" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/perforce/p4p/r17.1/Dockerfile b/linux/ecosystem/perforce/p4p/r17.1/Dockerfile index 2e596dc78..0a7087b95 100644 --- a/linux/ecosystem/perforce/p4p/r17.1/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r17.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/perforce:r17.1 +FROM epicmorg/perforce:r17.1 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/p4p/r17.1/docker-compose.yml b/linux/ecosystem/perforce/p4p/r17.1/docker-compose.yml index 8865b2654..2f6816cc9 100644 --- a/linux/ecosystem/perforce/p4p/r17.1/docker-compose.yml +++ b/linux/ecosystem/perforce/p4p/r17.1/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/p4p:r17.1" + image: "epicmorg/p4p:r17.1" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/perforce/p4p/r17.2/Dockerfile b/linux/ecosystem/perforce/p4p/r17.2/Dockerfile index 9c8c2540c..9e40c1f70 100644 --- a/linux/ecosystem/perforce/p4p/r17.2/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r17.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/perforce:r17.2 +FROM epicmorg/perforce:r17.2 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/p4p/r17.2/docker-compose.yml b/linux/ecosystem/perforce/p4p/r17.2/docker-compose.yml index d135a0177..9bf1e0472 100644 --- a/linux/ecosystem/perforce/p4p/r17.2/docker-compose.yml +++ b/linux/ecosystem/perforce/p4p/r17.2/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/p4p:r17.2" + image: "epicmorg/p4p:r17.2" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/perforce/p4p/r18.1/Dockerfile b/linux/ecosystem/perforce/p4p/r18.1/Dockerfile index ede918b60..b23919846 100644 --- a/linux/ecosystem/perforce/p4p/r18.1/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r18.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/perforce:r18.1 +FROM epicmorg/perforce:r18.1 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/p4p/r18.1/docker-compose.yml b/linux/ecosystem/perforce/p4p/r18.1/docker-compose.yml index b09d84f17..68fc510ee 100644 --- a/linux/ecosystem/perforce/p4p/r18.1/docker-compose.yml +++ b/linux/ecosystem/perforce/p4p/r18.1/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/p4p:r18.1" + image: "epicmorg/p4p:r18.1" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/perforce/p4p/r18.2/Dockerfile b/linux/ecosystem/perforce/p4p/r18.2/Dockerfile index 1eb41f4a8..b378e324b 100644 --- a/linux/ecosystem/perforce/p4p/r18.2/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r18.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/perforce:r18.2 +FROM epicmorg/perforce:r18.2 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/p4p/r18.2/docker-compose.yml b/linux/ecosystem/perforce/p4p/r18.2/docker-compose.yml index 3b9686d69..40a466ae6 100644 --- a/linux/ecosystem/perforce/p4p/r18.2/docker-compose.yml +++ b/linux/ecosystem/perforce/p4p/r18.2/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/p4p:r18.2" + image: "epicmorg/p4p:r18.2" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/perforce/p4p/r19.1/Dockerfile b/linux/ecosystem/perforce/p4p/r19.1/Dockerfile index bdf9087b8..c11481176 100644 --- a/linux/ecosystem/perforce/p4p/r19.1/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r19.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/perforce:r19.1 +FROM epicmorg/perforce:r19.1 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/p4p/r19.1/docker-compose.yml b/linux/ecosystem/perforce/p4p/r19.1/docker-compose.yml index 655cef960..6cadf53ca 100644 --- a/linux/ecosystem/perforce/p4p/r19.1/docker-compose.yml +++ b/linux/ecosystem/perforce/p4p/r19.1/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/p4p:r19.1" + image: "epicmorg/p4p:r19.1" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/perforce/p4p/r19.2/Dockerfile b/linux/ecosystem/perforce/p4p/r19.2/Dockerfile index 3d0838ca4..d575bddb9 100644 --- a/linux/ecosystem/perforce/p4p/r19.2/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r19.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/perforce:r19.2 +FROM epicmorg/perforce:r19.2 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/p4p/r19.2/docker-compose.yml b/linux/ecosystem/perforce/p4p/r19.2/docker-compose.yml index a2a37dba8..a827f1ff3 100644 --- a/linux/ecosystem/perforce/p4p/r19.2/docker-compose.yml +++ b/linux/ecosystem/perforce/p4p/r19.2/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/p4p:r19.2" + image: "epicmorg/p4p:r19.2" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/perforce/p4p/r20.1/Dockerfile b/linux/ecosystem/perforce/p4p/r20.1/Dockerfile index 170e45628..72347222c 100644 --- a/linux/ecosystem/perforce/p4p/r20.1/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r20.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/perforce:r20.1 +FROM epicmorg/perforce:r20.1 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/p4p/r20.1/docker-compose.yml b/linux/ecosystem/perforce/p4p/r20.1/docker-compose.yml index ad33101b4..76144bce6 100644 --- a/linux/ecosystem/perforce/p4p/r20.1/docker-compose.yml +++ b/linux/ecosystem/perforce/p4p/r20.1/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/p4p:r20.1" + image: "epicmorg/p4p:r20.1" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/perforce/p4p/r20.2/Dockerfile b/linux/ecosystem/perforce/p4p/r20.2/Dockerfile index 6ea65d9cc..950d8554b 100644 --- a/linux/ecosystem/perforce/p4p/r20.2/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r20.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/perforce:r20.2 +FROM epicmorg/perforce:r20.2 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/p4p/r20.2/docker-compose.yml b/linux/ecosystem/perforce/p4p/r20.2/docker-compose.yml index bce2b6040..c9909fe1c 100644 --- a/linux/ecosystem/perforce/p4p/r20.2/docker-compose.yml +++ b/linux/ecosystem/perforce/p4p/r20.2/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/p4p:r20.2" + image: "epicmorg/p4p:r20.2" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/perforce/p4p/r21.1/Dockerfile b/linux/ecosystem/perforce/p4p/r21.1/Dockerfile index 38fcbf1c3..0830ca495 100644 --- a/linux/ecosystem/perforce/p4p/r21.1/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r21.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/perforce:r21.1 +FROM epicmorg/perforce:r21.1 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/p4p/r21.1/docker-compose.yml b/linux/ecosystem/perforce/p4p/r21.1/docker-compose.yml index cbc75ee73..5ed593097 100644 --- a/linux/ecosystem/perforce/p4p/r21.1/docker-compose.yml +++ b/linux/ecosystem/perforce/p4p/r21.1/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/p4p:r21.1" + image: "epicmorg/p4p:r21.1" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/perforce/p4p/r21.2/Dockerfile b/linux/ecosystem/perforce/p4p/r21.2/Dockerfile index 2770a6dcb..4c6afdeca 100644 --- a/linux/ecosystem/perforce/p4p/r21.2/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r21.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/perforce:r21.2 +FROM epicmorg/perforce:r21.2 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/p4p/r21.2/docker-compose.yml b/linux/ecosystem/perforce/p4p/r21.2/docker-compose.yml index 49b7c3eb3..a9883dce8 100644 --- a/linux/ecosystem/perforce/p4p/r21.2/docker-compose.yml +++ b/linux/ecosystem/perforce/p4p/r21.2/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/p4p:r21.2" + image: "epicmorg/p4p:r21.2" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/perforce/p4p/r22.1/Dockerfile b/linux/ecosystem/perforce/p4p/r22.1/Dockerfile index 453707d3f..1dee0c1fd 100644 --- a/linux/ecosystem/perforce/p4p/r22.1/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r22.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/perforce:r22.1 +FROM epicmorg/perforce:r22.1 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/p4p/r22.1/docker-compose.yml b/linux/ecosystem/perforce/p4p/r22.1/docker-compose.yml index d55c534af..5cff27e5d 100644 --- a/linux/ecosystem/perforce/p4p/r22.1/docker-compose.yml +++ b/linux/ecosystem/perforce/p4p/r22.1/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/p4p:r22.1" + image: "epicmorg/p4p:r22.1" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/perforce/p4p/r23.1/Dockerfile b/linux/ecosystem/perforce/p4p/r23.1/Dockerfile index f076caed9..4baabef47 100644 --- a/linux/ecosystem/perforce/p4p/r23.1/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r23.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/perforce:r23.1 +FROM epicmorg/perforce:r23.1 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/p4p/r23.1/docker-compose.yml b/linux/ecosystem/perforce/p4p/r23.1/docker-compose.yml index e43e21659..7f7fd06f1 100644 --- a/linux/ecosystem/perforce/p4p/r23.1/docker-compose.yml +++ b/linux/ecosystem/perforce/p4p/r23.1/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/p4p:r23.1" + image: "epicmorg/p4p:r23.1" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/perforce/p4p/r23.2/Dockerfile b/linux/ecosystem/perforce/p4p/r23.2/Dockerfile index c04921e20..551196317 100644 --- a/linux/ecosystem/perforce/p4p/r23.2/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r23.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/perforce:r23.2 +FROM epicmorg/perforce:r23.2 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/p4p/r23.2/docker-compose.yml b/linux/ecosystem/perforce/p4p/r23.2/docker-compose.yml index cdf512d8a..a6dcf8323 100644 --- a/linux/ecosystem/perforce/p4p/r23.2/docker-compose.yml +++ b/linux/ecosystem/perforce/p4p/r23.2/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/p4p:r23.2" + image: "epicmorg/p4p:r23.2" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/perforce/p4p/r24.1/Dockerfile b/linux/ecosystem/perforce/p4p/r24.1/Dockerfile index 81c10b7a0..c3be4a3cd 100644 --- a/linux/ecosystem/perforce/p4p/r24.1/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r24.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/perforce:r24.1 +FROM epicmorg/perforce:r24.1 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/p4p/r24.1/docker-compose.yml b/linux/ecosystem/perforce/p4p/r24.1/docker-compose.yml index 8db2e4d9e..63ce3b929 100644 --- a/linux/ecosystem/perforce/p4p/r24.1/docker-compose.yml +++ b/linux/ecosystem/perforce/p4p/r24.1/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/p4p:r24.1" + image: "epicmorg/p4p:r24.1" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/perforce/p4p/r24.2/Dockerfile b/linux/ecosystem/perforce/p4p/r24.2/Dockerfile index 63a18a267..95d8fdb76 100644 --- a/linux/ecosystem/perforce/p4p/r24.2/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r24.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/perforce:r24.2 +FROM epicmorg/perforce:r24.2 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/perforce/p4p/r24.2/docker-compose.yml b/linux/ecosystem/perforce/p4p/r24.2/docker-compose.yml index 68eb2c301..55d957a38 100644 --- a/linux/ecosystem/perforce/p4p/r24.2/docker-compose.yml +++ b/linux/ecosystem/perforce/p4p/r24.2/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/p4p:r24.2" + image: "epicmorg/p4p:r24.2" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/postgres/10/Dockerfile b/linux/ecosystem/postgres/10/Dockerfile index eb0bafc5d..d3db92066 100644 --- a/linux/ecosystem/postgres/10/Dockerfile +++ b/linux/ecosystem/postgres/10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/postgres/10/docker-compose.yml b/linux/ecosystem/postgres/10/docker-compose.yml index 238978430..c36411088 100644 --- a/linux/ecosystem/postgres/10/docker-compose.yml +++ b/linux/ecosystem/postgres/10/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/postgres:10" + image: "epicmorg/postgres:10" build: context: . diff --git a/linux/ecosystem/postgres/11/Dockerfile b/linux/ecosystem/postgres/11/Dockerfile index 2e10443b2..6c4e344ad 100644 --- a/linux/ecosystem/postgres/11/Dockerfile +++ b/linux/ecosystem/postgres/11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/postgres/11/docker-compose.yml b/linux/ecosystem/postgres/11/docker-compose.yml index d72440675..b79a04e00 100644 --- a/linux/ecosystem/postgres/11/docker-compose.yml +++ b/linux/ecosystem/postgres/11/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/postgres:11" + image: "epicmorg/postgres:11" build: context: . diff --git a/linux/ecosystem/postgres/12/Dockerfile b/linux/ecosystem/postgres/12/Dockerfile index 914e928e1..d502fde92 100644 --- a/linux/ecosystem/postgres/12/Dockerfile +++ b/linux/ecosystem/postgres/12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/postgres/12/docker-compose.yml b/linux/ecosystem/postgres/12/docker-compose.yml index 2c8f27550..5b1f24b0d 100644 --- a/linux/ecosystem/postgres/12/docker-compose.yml +++ b/linux/ecosystem/postgres/12/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/postgres:12" + image: "epicmorg/postgres:12" build: context: . diff --git a/linux/ecosystem/postgres/13/Dockerfile b/linux/ecosystem/postgres/13/Dockerfile index 3cb951901..1bcb6ddda 100644 --- a/linux/ecosystem/postgres/13/Dockerfile +++ b/linux/ecosystem/postgres/13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/postgres/13/docker-compose.yml b/linux/ecosystem/postgres/13/docker-compose.yml index dce08e5d4..7a8cd67e5 100644 --- a/linux/ecosystem/postgres/13/docker-compose.yml +++ b/linux/ecosystem/postgres/13/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/postgres:13" + image: "epicmorg/postgres:13" build: context: . diff --git a/linux/ecosystem/postgres/14/Dockerfile b/linux/ecosystem/postgres/14/Dockerfile index 97b39b880..4efe85b24 100644 --- a/linux/ecosystem/postgres/14/Dockerfile +++ b/linux/ecosystem/postgres/14/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/postgres/14/docker-compose.yml b/linux/ecosystem/postgres/14/docker-compose.yml index 4c9541413..b8a2782e7 100644 --- a/linux/ecosystem/postgres/14/docker-compose.yml +++ b/linux/ecosystem/postgres/14/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/postgres:14" + image: "epicmorg/postgres:14" build: context: . diff --git a/linux/ecosystem/postgres/15/Dockerfile b/linux/ecosystem/postgres/15/Dockerfile index 43310b7e5..52f20407c 100644 --- a/linux/ecosystem/postgres/15/Dockerfile +++ b/linux/ecosystem/postgres/15/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/postgres/15/docker-compose.yml b/linux/ecosystem/postgres/15/docker-compose.yml index aea964a4a..73f109abd 100644 --- a/linux/ecosystem/postgres/15/docker-compose.yml +++ b/linux/ecosystem/postgres/15/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/postgres:15" + image: "epicmorg/postgres:15" build: context: . diff --git a/linux/ecosystem/postgres/16/Dockerfile b/linux/ecosystem/postgres/16/Dockerfile index c72f3cf5d..a18c24efd 100644 --- a/linux/ecosystem/postgres/16/Dockerfile +++ b/linux/ecosystem/postgres/16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/postgres/16/docker-compose.yml b/linux/ecosystem/postgres/16/docker-compose.yml index 8f34bd8d0..324cc3e49 100644 --- a/linux/ecosystem/postgres/16/docker-compose.yml +++ b/linux/ecosystem/postgres/16/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/postgres:16" + image: "epicmorg/postgres:16" build: context: . diff --git a/linux/ecosystem/postgres/17/Dockerfile b/linux/ecosystem/postgres/17/Dockerfile index 8ea8c25e4..4cd3fb31f 100644 --- a/linux/ecosystem/postgres/17/Dockerfile +++ b/linux/ecosystem/postgres/17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/postgres/17/docker-compose.yml b/linux/ecosystem/postgres/17/docker-compose.yml index 5c34f3011..43fefa950 100644 --- a/linux/ecosystem/postgres/17/docker-compose.yml +++ b/linux/ecosystem/postgres/17/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/postgres:17" + image: "epicmorg/postgres:17" build: context: . diff --git a/linux/ecosystem/postgres/8.2/Dockerfile b/linux/ecosystem/postgres/8.2/Dockerfile index 3509cadee..44e209560 100644 --- a/linux/ecosystem/postgres/8.2/Dockerfile +++ b/linux/ecosystem/postgres/8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/postgres/8.2/docker-compose.yml b/linux/ecosystem/postgres/8.2/docker-compose.yml index 3ae1a28f6..5e15e141e 100644 --- a/linux/ecosystem/postgres/8.2/docker-compose.yml +++ b/linux/ecosystem/postgres/8.2/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/postgres:8.2" + image: "epicmorg/postgres:8.2" build: context: . diff --git a/linux/ecosystem/postgres/8.3/Dockerfile b/linux/ecosystem/postgres/8.3/Dockerfile index 8dbf5db09..17cce617b 100644 --- a/linux/ecosystem/postgres/8.3/Dockerfile +++ b/linux/ecosystem/postgres/8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/postgres/8.3/docker-compose.yml b/linux/ecosystem/postgres/8.3/docker-compose.yml index 6114286f0..31a59c892 100644 --- a/linux/ecosystem/postgres/8.3/docker-compose.yml +++ b/linux/ecosystem/postgres/8.3/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/postgres:8.3" + image: "epicmorg/postgres:8.3" build: context: . diff --git a/linux/ecosystem/postgres/8.4/Dockerfile b/linux/ecosystem/postgres/8.4/Dockerfile index be350bfd4..1d5c9f1b4 100644 --- a/linux/ecosystem/postgres/8.4/Dockerfile +++ b/linux/ecosystem/postgres/8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/postgres/8.4/docker-compose.yml b/linux/ecosystem/postgres/8.4/docker-compose.yml index 5dbdda1c5..ff78fae2c 100644 --- a/linux/ecosystem/postgres/8.4/docker-compose.yml +++ b/linux/ecosystem/postgres/8.4/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/postgres:8.4" + image: "epicmorg/postgres:8.4" build: context: . diff --git a/linux/ecosystem/postgres/9.0/Dockerfile b/linux/ecosystem/postgres/9.0/Dockerfile index 25dbb02c3..9b08b92cf 100644 --- a/linux/ecosystem/postgres/9.0/Dockerfile +++ b/linux/ecosystem/postgres/9.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/postgres/9.0/docker-compose.yml b/linux/ecosystem/postgres/9.0/docker-compose.yml index 702f162a3..78b319caa 100644 --- a/linux/ecosystem/postgres/9.0/docker-compose.yml +++ b/linux/ecosystem/postgres/9.0/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/postgres:9.0" + image: "epicmorg/postgres:9.0" build: context: . diff --git a/linux/ecosystem/postgres/9.1/Dockerfile b/linux/ecosystem/postgres/9.1/Dockerfile index 0aaa94e8b..af8c6e4bd 100644 --- a/linux/ecosystem/postgres/9.1/Dockerfile +++ b/linux/ecosystem/postgres/9.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/postgres/9.1/docker-compose.yml b/linux/ecosystem/postgres/9.1/docker-compose.yml index 7866b348d..25e8a10ba 100644 --- a/linux/ecosystem/postgres/9.1/docker-compose.yml +++ b/linux/ecosystem/postgres/9.1/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/postgres:9.1" + image: "epicmorg/postgres:9.1" build: context: . diff --git a/linux/ecosystem/postgres/9.2/Dockerfile b/linux/ecosystem/postgres/9.2/Dockerfile index 6b979769b..274b48030 100644 --- a/linux/ecosystem/postgres/9.2/Dockerfile +++ b/linux/ecosystem/postgres/9.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/postgres/9.2/docker-compose.yml b/linux/ecosystem/postgres/9.2/docker-compose.yml index 4e51d1d79..93915e2f4 100644 --- a/linux/ecosystem/postgres/9.2/docker-compose.yml +++ b/linux/ecosystem/postgres/9.2/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/postgres:9.2" + image: "epicmorg/postgres:9.2" build: context: . diff --git a/linux/ecosystem/postgres/9.3/Dockerfile b/linux/ecosystem/postgres/9.3/Dockerfile index 651f10efc..1625df79f 100644 --- a/linux/ecosystem/postgres/9.3/Dockerfile +++ b/linux/ecosystem/postgres/9.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/postgres/9.3/docker-compose.yml b/linux/ecosystem/postgres/9.3/docker-compose.yml index 94026959d..51d3a9d80 100644 --- a/linux/ecosystem/postgres/9.3/docker-compose.yml +++ b/linux/ecosystem/postgres/9.3/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/postgres:9.3" + image: "epicmorg/postgres:9.3" build: context: . diff --git a/linux/ecosystem/postgres/9.4/Dockerfile b/linux/ecosystem/postgres/9.4/Dockerfile index 9d2d61efe..d0d7d939d 100644 --- a/linux/ecosystem/postgres/9.4/Dockerfile +++ b/linux/ecosystem/postgres/9.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/postgres/9.4/docker-compose.yml b/linux/ecosystem/postgres/9.4/docker-compose.yml index 26e3bf668..ec24de2da 100644 --- a/linux/ecosystem/postgres/9.4/docker-compose.yml +++ b/linux/ecosystem/postgres/9.4/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/postgres:9.4" + image: "epicmorg/postgres:9.4" build: context: . diff --git a/linux/ecosystem/postgres/9.5/Dockerfile b/linux/ecosystem/postgres/9.5/Dockerfile index 900163e30..0b03c7bba 100644 --- a/linux/ecosystem/postgres/9.5/Dockerfile +++ b/linux/ecosystem/postgres/9.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/postgres/9.5/docker-compose.yml b/linux/ecosystem/postgres/9.5/docker-compose.yml index d25c1debb..d8df0903c 100644 --- a/linux/ecosystem/postgres/9.5/docker-compose.yml +++ b/linux/ecosystem/postgres/9.5/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/postgres:9.5" + image: "epicmorg/postgres:9.5" build: context: . diff --git a/linux/ecosystem/postgres/9.6/Dockerfile b/linux/ecosystem/postgres/9.6/Dockerfile index 8a5a6122b..091bc86fc 100644 --- a/linux/ecosystem/postgres/9.6/Dockerfile +++ b/linux/ecosystem/postgres/9.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/postgres/9.6/docker-compose.yml b/linux/ecosystem/postgres/9.6/docker-compose.yml index 2f62af30e..2025db497 100644 --- a/linux/ecosystem/postgres/9.6/docker-compose.yml +++ b/linux/ecosystem/postgres/9.6/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/postgres:9.6" + image: "epicmorg/postgres:9.6" build: context: . diff --git a/linux/ecosystem/postgres/latest/Dockerfile b/linux/ecosystem/postgres/latest/Dockerfile index 6f12b3c99..9a74866e2 100644 --- a/linux/ecosystem/postgres/latest/Dockerfile +++ b/linux/ecosystem/postgres/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/postgres/latest/docker-compose.yml b/linux/ecosystem/postgres/latest/docker-compose.yml index 81fd75636..6b9ce4c9c 100644 --- a/linux/ecosystem/postgres/latest/docker-compose.yml +++ b/linux/ecosystem/postgres/latest/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/postgres:latest" + image: "epicmorg/postgres:latest" build: context: . diff --git a/linux/ecosystem/qbittorrent/4.4.0/Dockerfile b/linux/ecosystem/qbittorrent/4.4.0/Dockerfile index 5254c0637..a78f5483c 100644 --- a/linux/ecosystem/qbittorrent/4.4.0/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.4.0/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.4.0/Dockerfile.libtorrent1 index 684e5ce2f..75e23b314 100644 --- a/linux/ecosystem/qbittorrent/4.4.0/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.4.0/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.4.0/docker-compose.yml b/linux/ecosystem/qbittorrent/4.4.0/docker-compose.yml index c23263057..eb2dfe26c 100644 --- a/linux/ecosystem/qbittorrent/4.4.0/docker-compose.yml +++ b/linux/ecosystem/qbittorrent/4.4.0/docker-compose.yml @@ -1,14 +1,14 @@ services: qbt: - image: "quay.io/epicmorg/qbittorrent:4.4.0" + image: "epicmorg/qbittorrent:4.4.0" build: context: . qbt-libtorrent2: - image: "quay.io/epicmorg/qbittorrent:4.4.0-libtorrent2.0.5" + image: "epicmorg/qbittorrent:4.4.0-libtorrent2.0.5" build: context: . qbt-libtorrent1: - image: "quay.io/epicmorg/qbittorrent:4.4.0-libtorrent1.2.15" + image: "epicmorg/qbittorrent:4.4.0-libtorrent1.2.15" build: context: . dockerfile: ./Dockerfile.libtorrent1 diff --git a/linux/ecosystem/qbittorrent/4.4.1/Dockerfile b/linux/ecosystem/qbittorrent/4.4.1/Dockerfile index 44b36f5f1..571dda92c 100644 --- a/linux/ecosystem/qbittorrent/4.4.1/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.4.1/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.4.1/Dockerfile.libtorrent1 index 89ab07a33..be258e6f4 100644 --- a/linux/ecosystem/qbittorrent/4.4.1/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.4.1/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.4.1/docker-compose.yml b/linux/ecosystem/qbittorrent/4.4.1/docker-compose.yml index bd56742ff..f38c1a8be 100644 --- a/linux/ecosystem/qbittorrent/4.4.1/docker-compose.yml +++ b/linux/ecosystem/qbittorrent/4.4.1/docker-compose.yml @@ -1,14 +1,14 @@ services: qbt: - image: "quay.io/epicmorg/qbittorrent:4.4.1" + image: "epicmorg/qbittorrent:4.4.1" build: context: . qbt-libtorrent2: - image: "quay.io/epicmorg/qbittorrent:4.4.1-libtorrent2.0.5" + image: "epicmorg/qbittorrent:4.4.1-libtorrent2.0.5" build: context: . qbt-libtorrent1: - image: "quay.io/epicmorg/qbittorrent:4.4.1-libtorrent1.2.15" + image: "epicmorg/qbittorrent:4.4.1-libtorrent1.2.15" build: context: . dockerfile: ./Dockerfile.libtorrent1 diff --git a/linux/ecosystem/qbittorrent/4.4.2/Dockerfile b/linux/ecosystem/qbittorrent/4.4.2/Dockerfile index b89b8d0b2..ce7076f5f 100644 --- a/linux/ecosystem/qbittorrent/4.4.2/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.4.2/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.4.2/Dockerfile.libtorrent1 index 1394bd633..7c27521b0 100644 --- a/linux/ecosystem/qbittorrent/4.4.2/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.4.2/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.4.2/docker-compose.yml b/linux/ecosystem/qbittorrent/4.4.2/docker-compose.yml index d19b39afd..88c7d7249 100644 --- a/linux/ecosystem/qbittorrent/4.4.2/docker-compose.yml +++ b/linux/ecosystem/qbittorrent/4.4.2/docker-compose.yml @@ -1,14 +1,14 @@ services: qbt: - image: "quay.io/epicmorg/qbittorrent:4.4.2" + image: "epicmorg/qbittorrent:4.4.2" build: context: . qbt-libtorrent2: - image: "quay.io/epicmorg/qbittorrent:4.4.2-libtorrent2.0.6" + image: "epicmorg/qbittorrent:4.4.2-libtorrent2.0.6" build: context: . qbt-libtorrent1: - image: "quay.io/epicmorg/qbittorrent:4.4.2-libtorrent1.2.16" + image: "epicmorg/qbittorrent:4.4.2-libtorrent1.2.16" build: context: . dockerfile: ./Dockerfile.libtorrent1 diff --git a/linux/ecosystem/qbittorrent/4.4.3.1/Dockerfile b/linux/ecosystem/qbittorrent/4.4.3.1/Dockerfile index 7514f45b9..33e361015 100644 --- a/linux/ecosystem/qbittorrent/4.4.3.1/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.4.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.4.3.1/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.4.3.1/Dockerfile.libtorrent1 index b14351260..74a128ef1 100644 --- a/linux/ecosystem/qbittorrent/4.4.3.1/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.4.3.1/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.4.3.1/docker-compose.yml b/linux/ecosystem/qbittorrent/4.4.3.1/docker-compose.yml index bd986ad5d..755355ff5 100644 --- a/linux/ecosystem/qbittorrent/4.4.3.1/docker-compose.yml +++ b/linux/ecosystem/qbittorrent/4.4.3.1/docker-compose.yml @@ -1,14 +1,14 @@ services: qbt: - image: "quay.io/epicmorg/qbittorrent:4.4.3.1" + image: "epicmorg/qbittorrent:4.4.3.1" build: context: . qbt-libtorrent2: - image: "quay.io/epicmorg/qbittorrent:4.4.3.1-libtorrent2.0.7" + image: "epicmorg/qbittorrent:4.4.3.1-libtorrent2.0.7" build: context: . qbt-libtorrent1: - image: "quay.io/epicmorg/qbittorrent:4.4.3.1-libtorrent1.2.17" + image: "epicmorg/qbittorrent:4.4.3.1-libtorrent1.2.17" build: context: . dockerfile: ./Dockerfile.libtorrent1 diff --git a/linux/ecosystem/qbittorrent/4.4.4/Dockerfile b/linux/ecosystem/qbittorrent/4.4.4/Dockerfile index 3aa354acc..2a90f5220 100644 --- a/linux/ecosystem/qbittorrent/4.4.4/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.4.4/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.4.4/Dockerfile.libtorrent1 index 941ea5b69..6d74127f7 100644 --- a/linux/ecosystem/qbittorrent/4.4.4/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.4.4/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.4.4/docker-compose.yml b/linux/ecosystem/qbittorrent/4.4.4/docker-compose.yml index 00475ae18..78d4ad484 100644 --- a/linux/ecosystem/qbittorrent/4.4.4/docker-compose.yml +++ b/linux/ecosystem/qbittorrent/4.4.4/docker-compose.yml @@ -1,14 +1,14 @@ services: qbt: - image: "quay.io/epicmorg/qbittorrent:4.4.4" + image: "epicmorg/qbittorrent:4.4.4" build: context: . qbt-libtorrent2: - image: "quay.io/epicmorg/qbittorrent:4.4.4-libtorrent2.0.7" + image: "epicmorg/qbittorrent:4.4.4-libtorrent2.0.7" build: context: . qbt-libtorrent1: - image: "quay.io/epicmorg/qbittorrent:4.4.4-libtorrent1.2.17" + image: "epicmorg/qbittorrent:4.4.4-libtorrent1.2.17" build: context: . dockerfile: ./Dockerfile.libtorrent1 diff --git a/linux/ecosystem/qbittorrent/4.4.5/Dockerfile b/linux/ecosystem/qbittorrent/4.4.5/Dockerfile index 272e12bde..e5a1086c6 100644 --- a/linux/ecosystem/qbittorrent/4.4.5/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.4.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.4.5/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.4.5/Dockerfile.libtorrent1 index c500d47c2..bba2efed0 100644 --- a/linux/ecosystem/qbittorrent/4.4.5/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.4.5/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.4.5/docker-compose.yml b/linux/ecosystem/qbittorrent/4.4.5/docker-compose.yml index 6db63c83e..c1b11037c 100644 --- a/linux/ecosystem/qbittorrent/4.4.5/docker-compose.yml +++ b/linux/ecosystem/qbittorrent/4.4.5/docker-compose.yml @@ -1,14 +1,14 @@ services: qbt: - image: "quay.io/epicmorg/qbittorrent:4.4.5" + image: "epicmorg/qbittorrent:4.4.5" build: context: . qbt-libtorrent2: - image: "quay.io/epicmorg/qbittorrent:4.4.5-libtorrent2.0.8" + image: "epicmorg/qbittorrent:4.4.5-libtorrent2.0.8" build: context: . qbt-libtorrent1: - image: "quay.io/epicmorg/qbittorrent:4.4.5-libtorrent1.2.18" + image: "epicmorg/qbittorrent:4.4.5-libtorrent1.2.18" build: context: . dockerfile: ./Dockerfile.libtorrent1 diff --git a/linux/ecosystem/qbittorrent/4.5.0/Dockerfile b/linux/ecosystem/qbittorrent/4.5.0/Dockerfile index 510092547..85736a30c 100644 --- a/linux/ecosystem/qbittorrent/4.5.0/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.5.0/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.5.0/Dockerfile.libtorrent1 index 661ba77e2..527a8338a 100644 --- a/linux/ecosystem/qbittorrent/4.5.0/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.5.0/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.5.0/docker-compose.yml b/linux/ecosystem/qbittorrent/4.5.0/docker-compose.yml index 7f30af7dd..c237cf8dd 100644 --- a/linux/ecosystem/qbittorrent/4.5.0/docker-compose.yml +++ b/linux/ecosystem/qbittorrent/4.5.0/docker-compose.yml @@ -1,14 +1,14 @@ services: qbt: - image: "quay.io/epicmorg/qbittorrent:4.5.0" + image: "epicmorg/qbittorrent:4.5.0" build: context: . qbt-libtorrent2: - image: "quay.io/epicmorg/qbittorrent:4.5.0-libtorrent2.0.8" + image: "epicmorg/qbittorrent:4.5.0-libtorrent2.0.8" build: context: . qbt-libtorrent1: - image: "quay.io/epicmorg/qbittorrent:4.5.0-libtorrent1.2.18" + image: "epicmorg/qbittorrent:4.5.0-libtorrent1.2.18" build: context: . dockerfile: ./Dockerfile.libtorrent1 diff --git a/linux/ecosystem/qbittorrent/4.5.1/Dockerfile b/linux/ecosystem/qbittorrent/4.5.1/Dockerfile index 23575e787..f65284634 100644 --- a/linux/ecosystem/qbittorrent/4.5.1/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.5.1/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.5.1/Dockerfile.libtorrent1 index 603740186..cea1f43f8 100644 --- a/linux/ecosystem/qbittorrent/4.5.1/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.5.1/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.5.1/docker-compose.yml b/linux/ecosystem/qbittorrent/4.5.1/docker-compose.yml index 02e29ff6e..65fde772c 100644 --- a/linux/ecosystem/qbittorrent/4.5.1/docker-compose.yml +++ b/linux/ecosystem/qbittorrent/4.5.1/docker-compose.yml @@ -1,14 +1,14 @@ services: qbt: - image: "quay.io/epicmorg/qbittorrent:4.5.1" + image: "epicmorg/qbittorrent:4.5.1" build: context: . qbt-libtorrent2: - image: "quay.io/epicmorg/qbittorrent:4.5.1-libtorrent2.0.8" + image: "epicmorg/qbittorrent:4.5.1-libtorrent2.0.8" build: context: . qbt-libtorrent1: - image: "quay.io/epicmorg/qbittorrent:4.5.1-libtorrent1.2.18" + image: "epicmorg/qbittorrent:4.5.1-libtorrent1.2.18" build: context: . dockerfile: ./Dockerfile.libtorrent1 diff --git a/linux/ecosystem/qbittorrent/4.5.2/Dockerfile b/linux/ecosystem/qbittorrent/4.5.2/Dockerfile index b90b6c205..d995dbef2 100644 --- a/linux/ecosystem/qbittorrent/4.5.2/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.5.2/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.5.2/Dockerfile.libtorrent1 index afbc55b9a..5bde6c01d 100644 --- a/linux/ecosystem/qbittorrent/4.5.2/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.5.2/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.5.2/docker-compose.yml b/linux/ecosystem/qbittorrent/4.5.2/docker-compose.yml index 78a899e01..8ea5eaa0a 100644 --- a/linux/ecosystem/qbittorrent/4.5.2/docker-compose.yml +++ b/linux/ecosystem/qbittorrent/4.5.2/docker-compose.yml @@ -1,14 +1,14 @@ services: qbt: - image: "quay.io/epicmorg/qbittorrent:4.5.2" + image: "epicmorg/qbittorrent:4.5.2" build: context: . qbt-libtorrent2: - image: "quay.io/epicmorg/qbittorrent:4.5.2-libtorrent2.0.9" + image: "epicmorg/qbittorrent:4.5.2-libtorrent2.0.9" build: context: . qbt-libtorrent1: - image: "quay.io/epicmorg/qbittorrent:4.5.2-libtorrent1.2.19" + image: "epicmorg/qbittorrent:4.5.2-libtorrent1.2.19" build: context: . dockerfile: ./Dockerfile.libtorrent1 diff --git a/linux/ecosystem/qbittorrent/4.5.3/Dockerfile b/linux/ecosystem/qbittorrent/4.5.3/Dockerfile index 4daad2053..0e084d4b6 100644 --- a/linux/ecosystem/qbittorrent/4.5.3/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.5.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.5.3/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.5.3/Dockerfile.libtorrent1 index c1ee61137..cb5921ac2 100644 --- a/linux/ecosystem/qbittorrent/4.5.3/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.5.3/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.5.3/docker-compose.yml b/linux/ecosystem/qbittorrent/4.5.3/docker-compose.yml index b35f5d5c8..b843064e8 100644 --- a/linux/ecosystem/qbittorrent/4.5.3/docker-compose.yml +++ b/linux/ecosystem/qbittorrent/4.5.3/docker-compose.yml @@ -1,14 +1,14 @@ services: qbt: - image: "quay.io/epicmorg/qbittorrent:4.5.3" + image: "epicmorg/qbittorrent:4.5.3" build: context: . qbt-libtorrent2: - image: "quay.io/epicmorg/qbittorrent:4.5.3-libtorrent2.0.9" + image: "epicmorg/qbittorrent:4.5.3-libtorrent2.0.9" build: context: . qbt-libtorrent1: - image: "quay.io/epicmorg/qbittorrent:4.5.3-libtorrent1.2.19" + image: "epicmorg/qbittorrent:4.5.3-libtorrent1.2.19" build: context: . dockerfile: ./Dockerfile.libtorrent1 diff --git a/linux/ecosystem/qbittorrent/4.5.4/Dockerfile b/linux/ecosystem/qbittorrent/4.5.4/Dockerfile index 8cd72228d..32001bdc2 100644 --- a/linux/ecosystem/qbittorrent/4.5.4/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.5.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.5.4/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.5.4/Dockerfile.libtorrent1 index dc24eaef8..0872b1d65 100644 --- a/linux/ecosystem/qbittorrent/4.5.4/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.5.4/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.5.4/docker-compose.yml b/linux/ecosystem/qbittorrent/4.5.4/docker-compose.yml index d7a79c550..2cca307ce 100644 --- a/linux/ecosystem/qbittorrent/4.5.4/docker-compose.yml +++ b/linux/ecosystem/qbittorrent/4.5.4/docker-compose.yml @@ -1,14 +1,14 @@ services: qbt: - image: "quay.io/epicmorg/qbittorrent:4.5.4" + image: "epicmorg/qbittorrent:4.5.4" build: context: . qbt-libtorrent2: - image: "quay.io/epicmorg/qbittorrent:4.5.4-libtorrent2.0.9" + image: "epicmorg/qbittorrent:4.5.4-libtorrent2.0.9" build: context: . qbt-libtorrent1: - image: "quay.io/epicmorg/qbittorrent:4.5.4-libtorrent1.2.19" + image: "epicmorg/qbittorrent:4.5.4-libtorrent1.2.19" build: context: . dockerfile: ./Dockerfile.libtorrent1 diff --git a/linux/ecosystem/qbittorrent/4.5.5/Dockerfile b/linux/ecosystem/qbittorrent/4.5.5/Dockerfile index eb402f2f2..b8c33c972 100644 --- a/linux/ecosystem/qbittorrent/4.5.5/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.5.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.5.5/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.5.5/Dockerfile.libtorrent1 index 8e3dee8bf..547375b76 100644 --- a/linux/ecosystem/qbittorrent/4.5.5/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.5.5/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.5.5/docker-compose.yml b/linux/ecosystem/qbittorrent/4.5.5/docker-compose.yml index 87af08b90..4252f0040 100644 --- a/linux/ecosystem/qbittorrent/4.5.5/docker-compose.yml +++ b/linux/ecosystem/qbittorrent/4.5.5/docker-compose.yml @@ -1,14 +1,14 @@ services: qbt: - image: "quay.io/epicmorg/qbittorrent:4.5.5" + image: "epicmorg/qbittorrent:4.5.5" build: context: . qbt-libtorrent2: - image: "quay.io/epicmorg/qbittorrent:4.5.5-libtorrent2.0.9" + image: "epicmorg/qbittorrent:4.5.5-libtorrent2.0.9" build: context: . qbt-libtorrent1: - image: "quay.io/epicmorg/qbittorrent:4.5.5-libtorrent1.2.19" + image: "epicmorg/qbittorrent:4.5.5-libtorrent1.2.19" build: context: . dockerfile: ./Dockerfile.libtorrent1 diff --git a/linux/ecosystem/qbittorrent/4.6.0/Dockerfile b/linux/ecosystem/qbittorrent/4.6.0/Dockerfile index 953028a6c..c64545fa7 100644 --- a/linux/ecosystem/qbittorrent/4.6.0/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.6.0/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.6.0/Dockerfile.libtorrent1 index 8f98aab09..0cc2a613e 100644 --- a/linux/ecosystem/qbittorrent/4.6.0/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.6.0/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.6.0/docker-compose.yml b/linux/ecosystem/qbittorrent/4.6.0/docker-compose.yml index 635635eb8..460ab2b7a 100644 --- a/linux/ecosystem/qbittorrent/4.6.0/docker-compose.yml +++ b/linux/ecosystem/qbittorrent/4.6.0/docker-compose.yml @@ -1,14 +1,14 @@ services: qbt: - image: "quay.io/epicmorg/qbittorrent:4.6.0" + image: "epicmorg/qbittorrent:4.6.0" build: context: . qbt-libtorrent2: - image: "quay.io/epicmorg/qbittorrent:4.6.0-libtorrent2.0.9" + image: "epicmorg/qbittorrent:4.6.0-libtorrent2.0.9" build: context: . qbt-libtorrent1: - image: "quay.io/epicmorg/qbittorrent:4.6.0-libtorrent1.2.19" + image: "epicmorg/qbittorrent:4.6.0-libtorrent1.2.19" build: context: . dockerfile: ./Dockerfile.libtorrent1 diff --git a/linux/ecosystem/qbittorrent/4.6.1/Dockerfile b/linux/ecosystem/qbittorrent/4.6.1/Dockerfile index b79f0df73..00a31c803 100644 --- a/linux/ecosystem/qbittorrent/4.6.1/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.6.1/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.6.1/Dockerfile.libtorrent1 index 8b640e846..66e6c6e91 100644 --- a/linux/ecosystem/qbittorrent/4.6.1/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.6.1/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.6.1/docker-compose.yml b/linux/ecosystem/qbittorrent/4.6.1/docker-compose.yml index ea28a95bb..a72c8443d 100644 --- a/linux/ecosystem/qbittorrent/4.6.1/docker-compose.yml +++ b/linux/ecosystem/qbittorrent/4.6.1/docker-compose.yml @@ -1,14 +1,14 @@ services: qbt: - image: "quay.io/epicmorg/qbittorrent:4.6.1" + image: "epicmorg/qbittorrent:4.6.1" build: context: . qbt-libtorrent2: - image: "quay.io/epicmorg/qbittorrent:4.6.1-libtorrent2.0.9" + image: "epicmorg/qbittorrent:4.6.1-libtorrent2.0.9" build: context: . qbt-libtorrent1: - image: "quay.io/epicmorg/qbittorrent:4.6.1-libtorrent1.2.19" + image: "epicmorg/qbittorrent:4.6.1-libtorrent1.2.19" build: context: . dockerfile: ./Dockerfile.libtorrent1 diff --git a/linux/ecosystem/qbittorrent/4.6.2/Dockerfile b/linux/ecosystem/qbittorrent/4.6.2/Dockerfile index 11513a900..d06ec51b6 100644 --- a/linux/ecosystem/qbittorrent/4.6.2/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.6.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.6.2/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.6.2/Dockerfile.libtorrent1 index c0ed6460e..46225a69c 100644 --- a/linux/ecosystem/qbittorrent/4.6.2/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.6.2/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.6.2/docker-compose.yml b/linux/ecosystem/qbittorrent/4.6.2/docker-compose.yml index 50b7f1387..b21136813 100644 --- a/linux/ecosystem/qbittorrent/4.6.2/docker-compose.yml +++ b/linux/ecosystem/qbittorrent/4.6.2/docker-compose.yml @@ -1,14 +1,14 @@ services: qbt: - image: "quay.io/epicmorg/qbittorrent:4.6.2" + image: "epicmorg/qbittorrent:4.6.2" build: context: . qbt-libtorrent2: - image: "quay.io/epicmorg/qbittorrent:4.6.2-libtorrent2.0.9" + image: "epicmorg/qbittorrent:4.6.2-libtorrent2.0.9" build: context: . qbt-libtorrent1: - image: "quay.io/epicmorg/qbittorrent:4.6.2-libtorrent1.2.19" + image: "epicmorg/qbittorrent:4.6.2-libtorrent1.2.19" build: context: . dockerfile: ./Dockerfile.libtorrent1 diff --git a/linux/ecosystem/qbittorrent/4.6.3/Dockerfile b/linux/ecosystem/qbittorrent/4.6.3/Dockerfile index d90e1659b..22d7a3962 100644 --- a/linux/ecosystem/qbittorrent/4.6.3/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.6.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.6.3/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.6.3/Dockerfile.libtorrent1 index 77fbf5e0e..e33b22ccc 100644 --- a/linux/ecosystem/qbittorrent/4.6.3/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.6.3/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.6.3/docker-compose.yml b/linux/ecosystem/qbittorrent/4.6.3/docker-compose.yml index 657b6ad64..348a1ead2 100644 --- a/linux/ecosystem/qbittorrent/4.6.3/docker-compose.yml +++ b/linux/ecosystem/qbittorrent/4.6.3/docker-compose.yml @@ -1,14 +1,14 @@ services: qbt: - image: "quay.io/epicmorg/qbittorrent:4.6.3" + image: "epicmorg/qbittorrent:4.6.3" build: context: . qbt-libtorrent2: - image: "quay.io/epicmorg/qbittorrent:4.6.3-libtorrent2.0.9" + image: "epicmorg/qbittorrent:4.6.3-libtorrent2.0.9" build: context: . qbt-libtorrent1: - image: "quay.io/epicmorg/qbittorrent:4.6.3-libtorrent1.2.19" + image: "epicmorg/qbittorrent:4.6.3-libtorrent1.2.19" build: context: . dockerfile: ./Dockerfile.libtorrent1 diff --git a/linux/ecosystem/qbittorrent/4.6.4/Dockerfile b/linux/ecosystem/qbittorrent/4.6.4/Dockerfile index cf9bfbb52..7ccf580cd 100644 --- a/linux/ecosystem/qbittorrent/4.6.4/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.6.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.6.4/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.6.4/Dockerfile.libtorrent1 index 02f7dc57f..0849ff0d5 100644 --- a/linux/ecosystem/qbittorrent/4.6.4/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.6.4/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.6.4/docker-compose.yml b/linux/ecosystem/qbittorrent/4.6.4/docker-compose.yml index ea5eac89f..e27d0b7bf 100644 --- a/linux/ecosystem/qbittorrent/4.6.4/docker-compose.yml +++ b/linux/ecosystem/qbittorrent/4.6.4/docker-compose.yml @@ -1,14 +1,14 @@ services: qbt: - image: "quay.io/epicmorg/qbittorrent:4.6.4" + image: "epicmorg/qbittorrent:4.6.4" build: context: . qbt-libtorrent2: - image: "quay.io/epicmorg/qbittorrent:4.6.4-libtorrent2.0.10" + image: "epicmorg/qbittorrent:4.6.4-libtorrent2.0.10" build: context: . qbt-libtorrent1: - image: "quay.io/epicmorg/qbittorrent:4.6.4-libtorrent1.2.19" + image: "epicmorg/qbittorrent:4.6.4-libtorrent1.2.19" build: context: . dockerfile: ./Dockerfile.libtorrent1 diff --git a/linux/ecosystem/qbittorrent/4.6.5/Dockerfile b/linux/ecosystem/qbittorrent/4.6.5/Dockerfile index 77dda2273..670442109 100644 --- a/linux/ecosystem/qbittorrent/4.6.5/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.6.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.6.5/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.6.5/Dockerfile.libtorrent1 index a99f07b52..8a15a80e1 100644 --- a/linux/ecosystem/qbittorrent/4.6.5/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.6.5/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.6.5/docker-compose.yml b/linux/ecosystem/qbittorrent/4.6.5/docker-compose.yml index d275d8957..21b09123c 100644 --- a/linux/ecosystem/qbittorrent/4.6.5/docker-compose.yml +++ b/linux/ecosystem/qbittorrent/4.6.5/docker-compose.yml @@ -1,14 +1,14 @@ services: qbt: - image: "quay.io/epicmorg/qbittorrent:4.6.5" + image: "epicmorg/qbittorrent:4.6.5" build: context: . qbt-libtorrent2: - image: "quay.io/epicmorg/qbittorrent:4.6.5-libtorrent2.0.10" + image: "epicmorg/qbittorrent:4.6.5-libtorrent2.0.10" build: context: . qbt-libtorrent1: - image: "quay.io/epicmorg/qbittorrent:4.6.5-libtorrent1.2.19" + image: "epicmorg/qbittorrent:4.6.5-libtorrent1.2.19" build: context: . dockerfile: ./Dockerfile.libtorrent1 diff --git a/linux/ecosystem/qbittorrent/4.6.6/Dockerfile b/linux/ecosystem/qbittorrent/4.6.6/Dockerfile index 960f87748..6b41f62d1 100644 --- a/linux/ecosystem/qbittorrent/4.6.6/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.6.6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.6.6/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.6.6/Dockerfile.libtorrent1 index 8963f1aca..da89aa227 100644 --- a/linux/ecosystem/qbittorrent/4.6.6/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.6.6/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.6.6/docker-compose.yml b/linux/ecosystem/qbittorrent/4.6.6/docker-compose.yml index 96b70f506..ea1901049 100644 --- a/linux/ecosystem/qbittorrent/4.6.6/docker-compose.yml +++ b/linux/ecosystem/qbittorrent/4.6.6/docker-compose.yml @@ -1,14 +1,14 @@ services: qbt: - image: "quay.io/epicmorg/qbittorrent:4.6.6" + image: "epicmorg/qbittorrent:4.6.6" build: context: . qbt-libtorrent2: - image: "quay.io/epicmorg/qbittorrent:4.6.6-libtorrent2.0.10" + image: "epicmorg/qbittorrent:4.6.6-libtorrent2.0.10" build: context: . qbt-libtorrent1: - image: "quay.io/epicmorg/qbittorrent:4.6.6-libtorrent1.2.19" + image: "epicmorg/qbittorrent:4.6.6-libtorrent1.2.19" build: context: . dockerfile: ./Dockerfile.libtorrent1 diff --git a/linux/ecosystem/qbittorrent/4.6.7/Dockerfile b/linux/ecosystem/qbittorrent/4.6.7/Dockerfile index 991b93102..c056273f5 100644 --- a/linux/ecosystem/qbittorrent/4.6.7/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.6.7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.6.7/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.6.7/Dockerfile.libtorrent1 index 3f4c99058..cc5fa6284 100644 --- a/linux/ecosystem/qbittorrent/4.6.7/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.6.7/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/4.6.7/docker-compose.yml b/linux/ecosystem/qbittorrent/4.6.7/docker-compose.yml index ee22db470..5130e6d07 100644 --- a/linux/ecosystem/qbittorrent/4.6.7/docker-compose.yml +++ b/linux/ecosystem/qbittorrent/4.6.7/docker-compose.yml @@ -1,14 +1,14 @@ services: qbt: - image: "quay.io/epicmorg/qbittorrent:4.6.7" + image: "epicmorg/qbittorrent:4.6.7" build: context: . qbt-libtorrent2: - image: "quay.io/epicmorg/qbittorrent:4.6.7-libtorrent2.0.10" + image: "epicmorg/qbittorrent:4.6.7-libtorrent2.0.10" build: context: . qbt-libtorrent1: - image: "quay.io/epicmorg/qbittorrent:4.6.7-libtorrent1.2.19" + image: "epicmorg/qbittorrent:4.6.7-libtorrent1.2.19" build: context: . dockerfile: ./Dockerfile.libtorrent1 diff --git a/linux/ecosystem/qbittorrent/5.0.0/Dockerfile b/linux/ecosystem/qbittorrent/5.0.0/Dockerfile index be7f3ee35..6f887ba42 100644 --- a/linux/ecosystem/qbittorrent/5.0.0/Dockerfile +++ b/linux/ecosystem/qbittorrent/5.0.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/5.0.0/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/5.0.0/Dockerfile.libtorrent1 index d8a4a52d6..ed1575f76 100644 --- a/linux/ecosystem/qbittorrent/5.0.0/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/5.0.0/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/5.0.0/docker-compose.yml b/linux/ecosystem/qbittorrent/5.0.0/docker-compose.yml index e05e3153c..ec2959f9e 100644 --- a/linux/ecosystem/qbittorrent/5.0.0/docker-compose.yml +++ b/linux/ecosystem/qbittorrent/5.0.0/docker-compose.yml @@ -1,14 +1,14 @@ services: qbt: - image: "quay.io/epicmorg/qbittorrent:5.0.0" + image: "epicmorg/qbittorrent:5.0.0" build: context: . qbt-libtorrent2: - image: "quay.io/epicmorg/qbittorrent:5.0.0-libtorrent2.0.10" + image: "epicmorg/qbittorrent:5.0.0-libtorrent2.0.10" build: context: . qbt-libtorrent1: - image: "quay.io/epicmorg/qbittorrent:5.0.0-libtorrent1.2.19" + image: "epicmorg/qbittorrent:5.0.0-libtorrent1.2.19" build: context: . dockerfile: ./Dockerfile.libtorrent1 diff --git a/linux/ecosystem/qbittorrent/5.0.1/Dockerfile b/linux/ecosystem/qbittorrent/5.0.1/Dockerfile index c8a6f5f69..814f4c00d 100644 --- a/linux/ecosystem/qbittorrent/5.0.1/Dockerfile +++ b/linux/ecosystem/qbittorrent/5.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/5.0.1/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/5.0.1/Dockerfile.libtorrent1 index c3984c46a..52f7c8899 100644 --- a/linux/ecosystem/qbittorrent/5.0.1/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/5.0.1/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/5.0.1/docker-compose.yml b/linux/ecosystem/qbittorrent/5.0.1/docker-compose.yml index 703ce9f2e..d1fc7b8c1 100644 --- a/linux/ecosystem/qbittorrent/5.0.1/docker-compose.yml +++ b/linux/ecosystem/qbittorrent/5.0.1/docker-compose.yml @@ -1,14 +1,14 @@ services: qbt: - image: "quay.io/epicmorg/qbittorrent:5.0.1" + image: "epicmorg/qbittorrent:5.0.1" build: context: . qbt-libtorrent2: - image: "quay.io/epicmorg/qbittorrent:5.0.1-libtorrent2.0.10" + image: "epicmorg/qbittorrent:5.0.1-libtorrent2.0.10" build: context: . qbt-libtorrent1: - image: "quay.io/epicmorg/qbittorrent:5.0.1-libtorrent1.2.19" + image: "epicmorg/qbittorrent:5.0.1-libtorrent1.2.19" build: context: . dockerfile: ./Dockerfile.libtorrent1 diff --git a/linux/ecosystem/qbittorrent/5.0.2/Dockerfile b/linux/ecosystem/qbittorrent/5.0.2/Dockerfile index cbb4b3e0f..d9f36f5e1 100644 --- a/linux/ecosystem/qbittorrent/5.0.2/Dockerfile +++ b/linux/ecosystem/qbittorrent/5.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/5.0.2/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/5.0.2/Dockerfile.libtorrent1 index c66eb2e7e..723c64785 100644 --- a/linux/ecosystem/qbittorrent/5.0.2/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/5.0.2/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/5.0.2/docker-compose.yml b/linux/ecosystem/qbittorrent/5.0.2/docker-compose.yml index 9aefd8eea..3683cac80 100644 --- a/linux/ecosystem/qbittorrent/5.0.2/docker-compose.yml +++ b/linux/ecosystem/qbittorrent/5.0.2/docker-compose.yml @@ -1,14 +1,14 @@ services: qbt: - image: "quay.io/epicmorg/qbittorrent:5.0.2" + image: "epicmorg/qbittorrent:5.0.2" build: context: . qbt-libtorrent2: - image: "quay.io/epicmorg/qbittorrent:5.0.2-libtorrent2.0.10" + image: "epicmorg/qbittorrent:5.0.2-libtorrent2.0.10" build: context: . qbt-libtorrent1: - image: "quay.io/epicmorg/qbittorrent:5.0.2-libtorrent1.2.19" + image: "epicmorg/qbittorrent:5.0.2-libtorrent1.2.19" build: context: . dockerfile: ./Dockerfile.libtorrent1 diff --git a/linux/ecosystem/qbittorrent/5.0.3/Dockerfile b/linux/ecosystem/qbittorrent/5.0.3/Dockerfile index 895af74d2..686d2510e 100644 --- a/linux/ecosystem/qbittorrent/5.0.3/Dockerfile +++ b/linux/ecosystem/qbittorrent/5.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/5.0.3/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/5.0.3/Dockerfile.libtorrent1 index 771cfa1aa..c9adcaf00 100644 --- a/linux/ecosystem/qbittorrent/5.0.3/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/5.0.3/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/5.0.3/docker-compose.yml b/linux/ecosystem/qbittorrent/5.0.3/docker-compose.yml index 23fb0e6b7..963eada38 100644 --- a/linux/ecosystem/qbittorrent/5.0.3/docker-compose.yml +++ b/linux/ecosystem/qbittorrent/5.0.3/docker-compose.yml @@ -1,14 +1,14 @@ services: qbt: - image: "quay.io/epicmorg/qbittorrent:5.0.3" + image: "epicmorg/qbittorrent:5.0.3" build: context: . qbt-libtorrent2: - image: "quay.io/epicmorg/qbittorrent:5.0.3-libtorrent2.0.11" + image: "epicmorg/qbittorrent:5.0.3-libtorrent2.0.11" build: context: . qbt-libtorrent1: - image: "quay.io/epicmorg/qbittorrent:5.0.3-libtorrent1.2.20" + image: "epicmorg/qbittorrent:5.0.3-libtorrent1.2.20" build: context: . dockerfile: ./Dockerfile.libtorrent1 diff --git a/linux/ecosystem/qbittorrent/5.0.4/Dockerfile b/linux/ecosystem/qbittorrent/5.0.4/Dockerfile index 816a254c7..43c880abd 100644 --- a/linux/ecosystem/qbittorrent/5.0.4/Dockerfile +++ b/linux/ecosystem/qbittorrent/5.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/5.0.4/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/5.0.4/Dockerfile.libtorrent1 index c4bd31fe6..3159a3976 100644 --- a/linux/ecosystem/qbittorrent/5.0.4/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/5.0.4/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/5.0.4/docker-compose.yml b/linux/ecosystem/qbittorrent/5.0.4/docker-compose.yml index 2a76d012f..aa609a14a 100644 --- a/linux/ecosystem/qbittorrent/5.0.4/docker-compose.yml +++ b/linux/ecosystem/qbittorrent/5.0.4/docker-compose.yml @@ -1,14 +1,14 @@ services: qbt: - image: "quay.io/epicmorg/qbittorrent:5.0.4" + image: "epicmorg/qbittorrent:5.0.4" build: context: . qbt-libtorrent2: - image: "quay.io/epicmorg/qbittorrent:5.0.4-libtorrent2.0.11" + image: "epicmorg/qbittorrent:5.0.4-libtorrent2.0.11" build: context: . qbt-libtorrent1: - image: "quay.io/epicmorg/qbittorrent:5.0.4-libtorrent1.2.20" + image: "epicmorg/qbittorrent:5.0.4-libtorrent1.2.20" build: context: . dockerfile: ./Dockerfile.libtorrent1 diff --git a/linux/ecosystem/qbittorrent/5.0.5/Dockerfile b/linux/ecosystem/qbittorrent/5.0.5/Dockerfile index b97838cf7..f04a4f28e 100644 --- a/linux/ecosystem/qbittorrent/5.0.5/Dockerfile +++ b/linux/ecosystem/qbittorrent/5.0.5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/5.0.5/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/5.0.5/Dockerfile.libtorrent1 index 5cab6745b..324099b80 100644 --- a/linux/ecosystem/qbittorrent/5.0.5/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/5.0.5/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/5.0.5/docker-compose.yml b/linux/ecosystem/qbittorrent/5.0.5/docker-compose.yml index 484b4e685..f207881c9 100644 --- a/linux/ecosystem/qbittorrent/5.0.5/docker-compose.yml +++ b/linux/ecosystem/qbittorrent/5.0.5/docker-compose.yml @@ -1,14 +1,14 @@ services: qbt: - image: "quay.io/epicmorg/qbittorrent:5.0.5" + image: "epicmorg/qbittorrent:5.0.5" build: context: . qbt-libtorrent2: - image: "quay.io/epicmorg/qbittorrent:5.0.5-libtorrent2.0.11" + image: "epicmorg/qbittorrent:5.0.5-libtorrent2.0.11" build: context: . qbt-libtorrent1: - image: "quay.io/epicmorg/qbittorrent:5.0.5-libtorrent1.2.20" + image: "epicmorg/qbittorrent:5.0.5-libtorrent1.2.20" build: context: . dockerfile: ./Dockerfile.libtorrent1 diff --git a/linux/ecosystem/qbittorrent/5.1.0/Dockerfile b/linux/ecosystem/qbittorrent/5.1.0/Dockerfile index 2476c95c3..db9542bb6 100644 --- a/linux/ecosystem/qbittorrent/5.1.0/Dockerfile +++ b/linux/ecosystem/qbittorrent/5.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/5.1.0/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/5.1.0/Dockerfile.libtorrent1 index 41655edad..6ac959c89 100644 --- a/linux/ecosystem/qbittorrent/5.1.0/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/5.1.0/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/5.1.0/docker-compose.yml b/linux/ecosystem/qbittorrent/5.1.0/docker-compose.yml index d79b5ca37..2112ce186 100644 --- a/linux/ecosystem/qbittorrent/5.1.0/docker-compose.yml +++ b/linux/ecosystem/qbittorrent/5.1.0/docker-compose.yml @@ -1,14 +1,14 @@ services: qbt: - image: "quay.io/epicmorg/qbittorrent:5.1.0" + image: "epicmorg/qbittorrent:5.1.0" build: context: . qbt-libtorrent2: - image: "quay.io/epicmorg/qbittorrent:5.1.0-libtorrent2.0.11" + image: "epicmorg/qbittorrent:5.1.0-libtorrent2.0.11" build: context: . qbt-libtorrent1: - image: "quay.io/epicmorg/qbittorrent:5.1.0-libtorrent1.2.20" + image: "epicmorg/qbittorrent:5.1.0-libtorrent1.2.20" build: context: . dockerfile: ./Dockerfile.libtorrent1 diff --git a/linux/ecosystem/qbittorrent/testing/Dockerfile b/linux/ecosystem/qbittorrent/testing/Dockerfile index 6e9f1367b..58e7e23e9 100644 --- a/linux/ecosystem/qbittorrent/testing/Dockerfile +++ b/linux/ecosystem/qbittorrent/testing/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/qbittorrent/testing/docker-compose.yml b/linux/ecosystem/qbittorrent/testing/docker-compose.yml index 304d3c1a9..73c168646 100644 --- a/linux/ecosystem/qbittorrent/testing/docker-compose.yml +++ b/linux/ecosystem/qbittorrent/testing/docker-compose.yml @@ -1,9 +1,9 @@ services: qbt: - image: "quay.io/epicmorg/qbittorrent:5.0.0beta1" + image: "epicmorg/qbittorrent:5.0.0beta1" build: context: . qbt-libtorrent2: - image: "quay.io/epicmorg/qbittorrent:5.0.0beta1-libtorrentRC_2_0" + image: "epicmorg/qbittorrent:5.0.0beta1-libtorrentRC_2_0" build: context: . \ No newline at end of file diff --git a/linux/ecosystem/retracker/Dockerfile b/linux/ecosystem/retracker/Dockerfile index 481e89289..8438ee1e4 100644 --- a/linux/ecosystem/retracker/Dockerfile +++ b/linux/ecosystem/retracker/Dockerfile @@ -1,20 +1,31 @@ -FROM quay.io/epicmorg/debian:bookworm-develop as builder +FROM epicmorg/debian:bookworm-develop as builder -ARG GOPATH=/tmp/gopath + +RUN mkdir /tmp/gopath + +ENV GOPATH=/tmp/gopath +ENV GO111MODULE=on RUN go install 'github.com/vvampirius/retracker@latest' -RUN retracker -v +RUN /tmp/gopath/bin/retracker -v FROM epicmorg/debian:bookworm -COPY --from=builder /tmp/gopath/retracker /bin/retracker + +ENV RETRACKER_FOLDER=${EMG_LOCAL_BASE_DIR}/retracker ENV RETRACKER_PORT=80 ENV RETRACKER_MINUTS=180 ENV RETRACKER_DEBUG=false ENV RETRACKER_REAL_IP=true ENV RETRACKER_OPTS= +ENV PATH="${RETRACKER_FOLDER}:${PATH}" + +RUN mkdir -p ${RETRACKER_FOLDER} + +COPY --from=builder /tmp/gopath/bin/retracker ${RETRACKER_FOLDER} + RUN retracker -v EXPOSE ${RETRACKER_PORT} diff --git a/linux/ecosystem/retracker/docker-compose.yml b/linux/ecosystem/retracker/docker-compose.yml index 20060fc3f..cc83a1d37 100644 --- a/linux/ecosystem/retracker/docker-compose.yml +++ b/linux/ecosystem/retracker/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/retracker:latest" + image: "epicmorg/retracker:latest" build: context: . diff --git a/linux/ecosystem/steamcmd/Dockerfile b/linux/ecosystem/steamcmd/Dockerfile new file mode 100644 index 000000000..e046cd537 --- /dev/null +++ b/linux/ecosystem/steamcmd/Dockerfile @@ -0,0 +1,65 @@ +FROM epicmorg/debian:bookworm +LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" +ARG DEBIAN_FRONTEND=noninteractive + +#ARG DOWNLOAD_URL=http://media.steampowered.com/installer/steamcmd_linux.tar.gz +ARG DOWNLOAD_URL=http://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz + +ENV VALVE_FOLDER=${EMG_LOCAL_BASE_DIR}/valve +ENV VALVE_GAME_FOLDER=${VALVE_FOLDER}/game +ENV VALVE_VOLUME_FOLDER=${VALVE_FOLDER}/volume +ENV VALVE_STEAMCMD_FOLDER=${VALVE_FOLDER}/steamcmd +ENV VALVE_STEAMCMD_LOGS=${VALVE_STEAMCMD_FOLDER}/logs +ARG VALVE_STEAMCMD_TEMP=/tmp/steamcmd_linux.tar.gz + +ENV PATH="${VALVE_STEAMCMD_FOLDER}:${PATH}" +ENV LD_LIBRARY_PATH=/${VALVE_STEAMCMD_FOLDER}/linux64 + +################################################################## +# installing steamcmd +################################################################## +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 \ + --progress=dot:giga \ + --no-clobber \ + -O ${VALVE_STEAMCMD_TEMP} \ + "${DOWNLOAD_URL}" + +RUN dpkg --add-architecture i386 && \ + apt-get update && \ + apt-get install -y --allow-unauthenticated \ + gcc-multilib \ + lib32stdc++6 \ + lib32gcc-s1 \ + curl && \ + tar -xvf ${VALVE_STEAMCMD_TEMP} -C ${VALVE_STEAMCMD_FOLDER} && \ + ln -sfv ${VALVE_STEAMCMD_FOLDER} /root/Steam && \ + ln -sfv ${VALVE_STEAMCMD_FOLDER}/steamcmd.sh ${VALVE_STEAMCMD_FOLDER}/steamcmd && \ + ln -sfv ${VALVE_STEAMCMD_FOLDER}/steam.sh ${VALVE_STEAMCMD_FOLDER}/steam && \ + steamcmd +quit + +################################################################## +# cleaninig up +################################################################## +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /var/cache/apt/archives/*.deb && \ + rm -rfv /root/tmp/* && \ + rm -rfv /tmp/* + + +WORKDIR ${VALVE_STEAMCMD_FOLDER} +VOLUME ${VALVE_STEAMCMD_LOGS} ${VALVE_VOLUME_FOLDER} + +RUN updatedb diff --git a/linux/ecosystem/steamcmd/Makefile b/linux/ecosystem/steamcmd/Makefile new file mode 100644 index 000000000..ff56425bb --- /dev/null +++ b/linux/ecosystem/steamcmd/Makefile @@ -0,0 +1,44 @@ +all: app + +app: + make pip + make build + make deploy + make clean + +build: + make build-buildah + +deploy: + make deploy-buildah + +build-buildah: + buildah-wrapper --build --squash + +deploy-buildah: + buildah-wrapper --deploy + +build-kaniko: + kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:debug --dry-run + +deploy-kaniko: + kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:debug + +build-compose: + docker-compose build --compress --parallel --progress plain + +deploy-compose: + docker-compose push + +clean: + docker container prune -f + docker image prune -f + docker network prune -f + docker volume prune -f + docker system prune -af + buildah rm -a + buildah rmi -a + +pip: + pip3 install --break-system-packages --no-cache-dir kaniko-wrapper buildah-wrapper + pip install --break-system-packages --no-cache-dir kaniko-wrapper buildah-wrapper \ No newline at end of file diff --git a/games/steamcmd/README.md b/linux/ecosystem/steamcmd/README.md similarity index 100% rename from games/steamcmd/README.md rename to linux/ecosystem/steamcmd/README.md diff --git a/linux/ecosystem/steamcmd/docker-compose.yml b/linux/ecosystem/steamcmd/docker-compose.yml new file mode 100644 index 000000000..1d9f065a2 --- /dev/null +++ b/linux/ecosystem/steamcmd/docker-compose.yml @@ -0,0 +1,5 @@ +services: + app: + image: "epicmorg/steamcmd:linux" + build: + context: . diff --git a/linux/ecosystem/teamcity/agent/amxx-sdk/1.10/Dockerfile b/linux/ecosystem/teamcity/agent/amxx-sdk/1.10/Dockerfile index 894672fce..4415622f7 100644 --- a/linux/ecosystem/teamcity/agent/amxx-sdk/1.10/Dockerfile +++ b/linux/ecosystem/teamcity/agent/amxx-sdk/1.10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/teamcity-agent:minimal +FROM epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/amxx-sdk/1.10/docker-compose.yml b/linux/ecosystem/teamcity/agent/amxx-sdk/1.10/docker-compose.yml index 2bd3b37e3..b52c59994 100644 --- a/linux/ecosystem/teamcity/agent/amxx-sdk/1.10/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/amxx-sdk/1.10/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-agent:amxx-sdk-rc" + image: "epicmorg/teamcity-agent:amxx-sdk-rc" build: context: . diff --git a/linux/ecosystem/teamcity/agent/amxx-sdk/1.9/Dockerfile b/linux/ecosystem/teamcity/agent/amxx-sdk/1.9/Dockerfile index 919e557b2..1ed7f2e5b 100644 --- a/linux/ecosystem/teamcity/agent/amxx-sdk/1.9/Dockerfile +++ b/linux/ecosystem/teamcity/agent/amxx-sdk/1.9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/teamcity-agent:minimal +FROM epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/amxx-sdk/1.9/docker-compose.yml b/linux/ecosystem/teamcity/agent/amxx-sdk/1.9/docker-compose.yml index 30e8c30b6..a28558c17 100644 --- a/linux/ecosystem/teamcity/agent/amxx-sdk/1.9/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/amxx-sdk/1.9/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-agent:amxx-sdk" + image: "epicmorg/teamcity-agent:amxx-sdk" build: context: . diff --git a/linux/ecosystem/teamcity/agent/android-sdk/Dockerfile b/linux/ecosystem/teamcity/agent/android-sdk/Dockerfile index 0b10550e4..9deeabc34 100644 --- a/linux/ecosystem/teamcity/agent/android-sdk/Dockerfile +++ b/linux/ecosystem/teamcity/agent/android-sdk/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/teamcity-agent:minimal +FROM epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/android-sdk/docker-compose.yml b/linux/ecosystem/teamcity/agent/android-sdk/docker-compose.yml index 31489e729..3ac61f8a9 100644 --- a/linux/ecosystem/teamcity/agent/android-sdk/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/android-sdk/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-agent:android-sdk" + image: "epicmorg/teamcity-agent:android-sdk" build: context: . diff --git a/linux/ecosystem/teamcity/agent/atlassian-sdk/Dockerfile b/linux/ecosystem/teamcity/agent/atlassian-sdk/Dockerfile index cbaeec957..6a461973e 100644 --- a/linux/ecosystem/teamcity/agent/atlassian-sdk/Dockerfile +++ b/linux/ecosystem/teamcity/agent/atlassian-sdk/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/teamcity-agent:minimal +FROM epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/atlassian-sdk/docker-compose.yml b/linux/ecosystem/teamcity/agent/atlassian-sdk/docker-compose.yml index 65ade037a..69ea8a6ff 100644 --- a/linux/ecosystem/teamcity/agent/atlassian-sdk/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/atlassian-sdk/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-agent:atlassian-sdk" + image: "epicmorg/teamcity-agent:atlassian-sdk" build: context: . diff --git a/linux/ecosystem/teamcity/agent/latest/Dockerfile b/linux/ecosystem/teamcity/agent/latest/Dockerfile index 82a742459..d12544308 100644 --- a/linux/ecosystem/teamcity/agent/latest/Dockerfile +++ b/linux/ecosystem/teamcity/agent/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/teamcity-agent:minimal +FROM epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/latest/docker-compose.yml b/linux/ecosystem/teamcity/agent/latest/docker-compose.yml index 26604e0fa..37509d74d 100644 --- a/linux/ecosystem/teamcity/agent/latest/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/latest/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-agent:latest" + image: "epicmorg/teamcity-agent:latest" build: context: . diff --git a/linux/ecosystem/teamcity/agent/minimal/Dockerfile b/linux/ecosystem/teamcity/agent/minimal/Dockerfile index 08182b89e..5cb75b27c 100644 --- a/linux/ecosystem/teamcity/agent/minimal/Dockerfile +++ b/linux/ecosystem/teamcity/agent/minimal/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop-jdk21 +FROM epicmorg/debian:bookworm-develop-jdk21 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/minimal/docker-compose.yml b/linux/ecosystem/teamcity/agent/minimal/docker-compose.yml index cd33817f6..a5f246410 100644 --- a/linux/ecosystem/teamcity/agent/minimal/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/minimal/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-agent:minimal" + image: "epicmorg/teamcity-agent:minimal" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node0.12/Dockerfile b/linux/ecosystem/teamcity/agent/node0.12/Dockerfile index d71ea5fbe..40d3bf593 100644 --- a/linux/ecosystem/teamcity/agent/node0.12/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node0.12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/teamcity-agent:minimal +FROM epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node0.12/docker-compose.yml b/linux/ecosystem/teamcity/agent/node0.12/docker-compose.yml index 174f7632b..b109c289f 100644 --- a/linux/ecosystem/teamcity/agent/node0.12/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/node0.12/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-agent:node0.12" + image: "epicmorg/teamcity-agent:node0.12" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node10/Dockerfile b/linux/ecosystem/teamcity/agent/node10/Dockerfile index 5de2d97e0..41ea459ec 100644 --- a/linux/ecosystem/teamcity/agent/node10/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node10/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/teamcity-agent:minimal +FROM epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node10/docker-compose.yml b/linux/ecosystem/teamcity/agent/node10/docker-compose.yml index 73b7966a4..b45be4a45 100644 --- a/linux/ecosystem/teamcity/agent/node10/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/node10/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-agent:node10" + image: "epicmorg/teamcity-agent:node10" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node11/Dockerfile b/linux/ecosystem/teamcity/agent/node11/Dockerfile index 642d9e66b..956c65966 100644 --- a/linux/ecosystem/teamcity/agent/node11/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node11/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/teamcity-agent:minimal +FROM epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node11/docker-compose.yml b/linux/ecosystem/teamcity/agent/node11/docker-compose.yml index d95745e92..022a78f49 100644 --- a/linux/ecosystem/teamcity/agent/node11/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/node11/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-agent:node11" + image: "epicmorg/teamcity-agent:node11" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node12/Dockerfile b/linux/ecosystem/teamcity/agent/node12/Dockerfile index 88c5ecb0b..c3b236237 100644 --- a/linux/ecosystem/teamcity/agent/node12/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node12/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/teamcity-agent:minimal +FROM epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node12/docker-compose.yml b/linux/ecosystem/teamcity/agent/node12/docker-compose.yml index eadb8af90..a19e2778d 100644 --- a/linux/ecosystem/teamcity/agent/node12/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/node12/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-agent:node12" + image: "epicmorg/teamcity-agent:node12" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node13/Dockerfile b/linux/ecosystem/teamcity/agent/node13/Dockerfile index 2a71ee754..c7c793aa6 100644 --- a/linux/ecosystem/teamcity/agent/node13/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node13/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/teamcity-agent:minimal +FROM epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node13/docker-compose.yml b/linux/ecosystem/teamcity/agent/node13/docker-compose.yml index 063987d95..1a1abb43d 100644 --- a/linux/ecosystem/teamcity/agent/node13/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/node13/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-agent:node13" + image: "epicmorg/teamcity-agent:node13" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node14/Dockerfile b/linux/ecosystem/teamcity/agent/node14/Dockerfile index ac4a3e57e..fd7a33667 100644 --- a/linux/ecosystem/teamcity/agent/node14/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node14/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/teamcity-agent:minimal +FROM epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node14/docker-compose.yml b/linux/ecosystem/teamcity/agent/node14/docker-compose.yml index b24d86287..9abdbff2f 100644 --- a/linux/ecosystem/teamcity/agent/node14/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/node14/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-agent:node14" + image: "epicmorg/teamcity-agent:node14" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node15/Dockerfile b/linux/ecosystem/teamcity/agent/node15/Dockerfile index f4f401a11..08904a26c 100644 --- a/linux/ecosystem/teamcity/agent/node15/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node15/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/teamcity-agent:minimal +FROM epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node15/docker-compose.yml b/linux/ecosystem/teamcity/agent/node15/docker-compose.yml index 576205f00..98513bbac 100644 --- a/linux/ecosystem/teamcity/agent/node15/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/node15/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-agent:node15" + image: "epicmorg/teamcity-agent:node15" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node16/Dockerfile b/linux/ecosystem/teamcity/agent/node16/Dockerfile index 4fbe311ed..6500c5026 100644 --- a/linux/ecosystem/teamcity/agent/node16/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/teamcity-agent:minimal +FROM epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node16/docker-compose.yml b/linux/ecosystem/teamcity/agent/node16/docker-compose.yml index 99572e02e..db41329c0 100644 --- a/linux/ecosystem/teamcity/agent/node16/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/node16/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-agent:node16" + image: "epicmorg/teamcity-agent:node16" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node17/Dockerfile b/linux/ecosystem/teamcity/agent/node17/Dockerfile index 2923b169f..37d5f757e 100644 --- a/linux/ecosystem/teamcity/agent/node17/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/teamcity-agent:minimal +FROM epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node17/docker-compose.yml b/linux/ecosystem/teamcity/agent/node17/docker-compose.yml index a70864ed3..be51b562f 100644 --- a/linux/ecosystem/teamcity/agent/node17/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/node17/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-agent:node17" + image: "epicmorg/teamcity-agent:node17" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node18/Dockerfile b/linux/ecosystem/teamcity/agent/node18/Dockerfile index 712fa7a53..5263c63f8 100644 --- a/linux/ecosystem/teamcity/agent/node18/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node18/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/teamcity-agent:minimal +FROM epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node18/docker-compose.yml b/linux/ecosystem/teamcity/agent/node18/docker-compose.yml index 3fa5bdac1..bf0ce7dde 100644 --- a/linux/ecosystem/teamcity/agent/node18/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/node18/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-agent:node18" + image: "epicmorg/teamcity-agent:node18" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node19/Dockerfile b/linux/ecosystem/teamcity/agent/node19/Dockerfile index 3fefc8b4e..3f24d80d0 100644 --- a/linux/ecosystem/teamcity/agent/node19/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node19/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/teamcity-agent:minimal +FROM epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node19/docker-compose.yml b/linux/ecosystem/teamcity/agent/node19/docker-compose.yml index 8825347ac..c34f37956 100644 --- a/linux/ecosystem/teamcity/agent/node19/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/node19/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-agent:node19" + image: "epicmorg/teamcity-agent:node19" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node20/Dockerfile b/linux/ecosystem/teamcity/agent/node20/Dockerfile index 1c67735e8..c31a62da0 100644 --- a/linux/ecosystem/teamcity/agent/node20/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node20/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/teamcity-agent:minimal +FROM epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node20/docker-compose.yml b/linux/ecosystem/teamcity/agent/node20/docker-compose.yml index 3242cbe99..b0e1a9615 100644 --- a/linux/ecosystem/teamcity/agent/node20/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/node20/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-agent:node20" + image: "epicmorg/teamcity-agent:node20" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node21/Dockerfile b/linux/ecosystem/teamcity/agent/node21/Dockerfile index e7cb209ed..bdf84106a 100644 --- a/linux/ecosystem/teamcity/agent/node21/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node21/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/teamcity-agent:minimal +FROM epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node21/docker-compose.yml b/linux/ecosystem/teamcity/agent/node21/docker-compose.yml index 5df5e1fca..448bcc761 100644 --- a/linux/ecosystem/teamcity/agent/node21/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/node21/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-agent:node21" + image: "epicmorg/teamcity-agent:node21" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node22/Dockerfile b/linux/ecosystem/teamcity/agent/node22/Dockerfile index 39943269a..581812c18 100644 --- a/linux/ecosystem/teamcity/agent/node22/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node22/Dockerfile @@ -1,9 +1,9 @@ -FROM quay.io/epicmorg/teamcity-agent:minimal +FROM epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=22 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.14.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.17.1 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/teamcity/agent/node22/docker-compose.yml b/linux/ecosystem/teamcity/agent/node22/docker-compose.yml index ac3c36dfd..07086b71a 100644 --- a/linux/ecosystem/teamcity/agent/node22/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/node22/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-agent:node22" + image: "epicmorg/teamcity-agent:node22" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node23/Dockerfile b/linux/ecosystem/teamcity/agent/node23/Dockerfile index d53af18e9..f8fc58250 100644 --- a/linux/ecosystem/teamcity/agent/node23/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node23/Dockerfile @@ -1,9 +1,9 @@ -FROM quay.io/epicmorg/teamcity-agent:minimal +FROM epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive ARG K_NODE_MAJOR_VERSION=23 -ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.11.0 +ARG K_NODE_VERSION=${K_NODE_MAJOR_VERSION}.11.1 ARG K_NODE_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-linux-x64.tar.gz ARG K_NODE_HEADERS_URL=https://nodejs.org/dist/v${K_NODE_VERSION}/node-v${K_NODE_VERSION}-headers.tar.gz diff --git a/linux/ecosystem/teamcity/agent/node23/docker-compose.yml b/linux/ecosystem/teamcity/agent/node23/docker-compose.yml index b1b81c5d5..95043ab47 100644 --- a/linux/ecosystem/teamcity/agent/node23/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/node23/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-agent:node23" + image: "epicmorg/teamcity-agent:node23" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node4/Dockerfile b/linux/ecosystem/teamcity/agent/node4/Dockerfile index 8f67ba57a..dfa660385 100644 --- a/linux/ecosystem/teamcity/agent/node4/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node4/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/teamcity-agent:minimal +FROM epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node4/docker-compose.yml b/linux/ecosystem/teamcity/agent/node4/docker-compose.yml index d00f548ff..0081d00b6 100644 --- a/linux/ecosystem/teamcity/agent/node4/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/node4/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-agent:node4" + image: "epicmorg/teamcity-agent:node4" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node5/Dockerfile b/linux/ecosystem/teamcity/agent/node5/Dockerfile index eeff36004..1696b5995 100644 --- a/linux/ecosystem/teamcity/agent/node5/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node5/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/teamcity-agent:minimal +FROM epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node5/docker-compose.yml b/linux/ecosystem/teamcity/agent/node5/docker-compose.yml index 03866a98b..62ce08022 100644 --- a/linux/ecosystem/teamcity/agent/node5/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/node5/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-agent:node5" + image: "epicmorg/teamcity-agent:node5" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node6/Dockerfile b/linux/ecosystem/teamcity/agent/node6/Dockerfile index 25d72d99e..83c7d371a 100644 --- a/linux/ecosystem/teamcity/agent/node6/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node6/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/teamcity-agent:minimal +FROM epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node6/docker-compose.yml b/linux/ecosystem/teamcity/agent/node6/docker-compose.yml index bdf393164..79659c9e3 100644 --- a/linux/ecosystem/teamcity/agent/node6/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/node6/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-agent:node6" + image: "epicmorg/teamcity-agent:node6" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node7/Dockerfile b/linux/ecosystem/teamcity/agent/node7/Dockerfile index cb9eb8fd3..2238e6ba0 100644 --- a/linux/ecosystem/teamcity/agent/node7/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node7/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/teamcity-agent:minimal +FROM epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node7/docker-compose.yml b/linux/ecosystem/teamcity/agent/node7/docker-compose.yml index ee192e522..3fc211e36 100644 --- a/linux/ecosystem/teamcity/agent/node7/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/node7/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-agent:node7" + image: "epicmorg/teamcity-agent:node7" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node8/Dockerfile b/linux/ecosystem/teamcity/agent/node8/Dockerfile index d16998fac..364ab3a58 100644 --- a/linux/ecosystem/teamcity/agent/node8/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node8/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/teamcity-agent:minimal +FROM epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node8/docker-compose.yml b/linux/ecosystem/teamcity/agent/node8/docker-compose.yml index 857a2d78e..bb27bef69 100644 --- a/linux/ecosystem/teamcity/agent/node8/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/node8/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-agent:node8" + image: "epicmorg/teamcity-agent:node8" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node9/Dockerfile b/linux/ecosystem/teamcity/agent/node9/Dockerfile index aaf46c059..a67d5444d 100644 --- a/linux/ecosystem/teamcity/agent/node9/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node9/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/teamcity-agent:minimal +FROM epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node9/docker-compose.yml b/linux/ecosystem/teamcity/agent/node9/docker-compose.yml index ba5b014df..ec9fa22d6 100644 --- a/linux/ecosystem/teamcity/agent/node9/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/node9/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-agent:node9" + image: "epicmorg/teamcity-agent:node9" build: context: . diff --git a/linux/ecosystem/teamcity/agent/php56/Dockerfile b/linux/ecosystem/teamcity/agent/php56/Dockerfile index b010cc3cb..0b78ae9a7 100644 --- a/linux/ecosystem/teamcity/agent/php56/Dockerfile +++ b/linux/ecosystem/teamcity/agent/php56/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/teamcity-agent:minimal +FROM epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/php56/docker-compose.yml b/linux/ecosystem/teamcity/agent/php56/docker-compose.yml index f6ca5505b..a61f6f2d5 100644 --- a/linux/ecosystem/teamcity/agent/php56/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/php56/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-agent:php5.6" + image: "epicmorg/teamcity-agent:php5.6" build: context: . diff --git a/linux/ecosystem/teamcity/agent/php70/Dockerfile b/linux/ecosystem/teamcity/agent/php70/Dockerfile index 77776126c..36fa2da6f 100644 --- a/linux/ecosystem/teamcity/agent/php70/Dockerfile +++ b/linux/ecosystem/teamcity/agent/php70/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop AS builder +FROM epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -91,7 +91,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/teamcity-agent:minimal +FROM epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/php70/docker-compose.yml b/linux/ecosystem/teamcity/agent/php70/docker-compose.yml index 08a6f377c..e84f06c58 100644 --- a/linux/ecosystem/teamcity/agent/php70/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/php70/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-agent:php7.0" + image: "epicmorg/teamcity-agent:php7.0" build: context: . diff --git a/linux/ecosystem/teamcity/agent/php71/Dockerfile b/linux/ecosystem/teamcity/agent/php71/Dockerfile index 3789cd363..acaf18c53 100644 --- a/linux/ecosystem/teamcity/agent/php71/Dockerfile +++ b/linux/ecosystem/teamcity/agent/php71/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop AS builder +FROM epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -91,7 +91,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/teamcity-agent:minimal +FROM epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/php71/docker-compose.yml b/linux/ecosystem/teamcity/agent/php71/docker-compose.yml index 66d117c90..3fbe7a0d9 100644 --- a/linux/ecosystem/teamcity/agent/php71/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/php71/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-agent:php7.1" + image: "epicmorg/teamcity-agent:php7.1" build: context: . diff --git a/linux/ecosystem/teamcity/agent/php72/Dockerfile b/linux/ecosystem/teamcity/agent/php72/Dockerfile index 3582220ff..63553f2eb 100644 --- a/linux/ecosystem/teamcity/agent/php72/Dockerfile +++ b/linux/ecosystem/teamcity/agent/php72/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop AS builder +FROM epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -90,7 +90,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/teamcity-agent:minimal +FROM epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/php72/docker-compose.yml b/linux/ecosystem/teamcity/agent/php72/docker-compose.yml index 062d7a0f8..72613c635 100644 --- a/linux/ecosystem/teamcity/agent/php72/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/php72/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-agent:php7.2" + image: "epicmorg/teamcity-agent:php7.2" build: context: . diff --git a/linux/ecosystem/teamcity/agent/php73/Dockerfile b/linux/ecosystem/teamcity/agent/php73/Dockerfile index bcc353cb1..00073e968 100644 --- a/linux/ecosystem/teamcity/agent/php73/Dockerfile +++ b/linux/ecosystem/teamcity/agent/php73/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop AS builder +FROM epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -90,7 +90,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/teamcity-agent:minimal +FROM epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/php73/docker-compose.yml b/linux/ecosystem/teamcity/agent/php73/docker-compose.yml index f46afa107..6507e119f 100644 --- a/linux/ecosystem/teamcity/agent/php73/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/php73/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-agent:php7.3" + image: "epicmorg/teamcity-agent:php7.3" build: context: . diff --git a/linux/ecosystem/teamcity/agent/php74/Dockerfile b/linux/ecosystem/teamcity/agent/php74/Dockerfile index d80a347e2..64992d0ea 100644 --- a/linux/ecosystem/teamcity/agent/php74/Dockerfile +++ b/linux/ecosystem/teamcity/agent/php74/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-develop AS builder +FROM epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -96,7 +96,7 @@ RUN cd ${MAKE_DIR} && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/teamcity-agent:minimal +FROM epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/php74/docker-compose.yml b/linux/ecosystem/teamcity/agent/php74/docker-compose.yml index c2e20b21f..30d44215f 100644 --- a/linux/ecosystem/teamcity/agent/php74/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/php74/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-agent:php7.4" + image: "epicmorg/teamcity-agent:php7.4" build: context: . diff --git a/linux/ecosystem/teamcity/agent/php80/Dockerfile b/linux/ecosystem/teamcity/agent/php80/Dockerfile index c32801a7b..ed2997016 100644 --- a/linux/ecosystem/teamcity/agent/php80/Dockerfile +++ b/linux/ecosystem/teamcity/agent/php80/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/teamcity-agent:minimal +FROM epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/php80/docker-compose.yml b/linux/ecosystem/teamcity/agent/php80/docker-compose.yml index b3432f450..875497003 100644 --- a/linux/ecosystem/teamcity/agent/php80/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/php80/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-agent:php8.0" + image: "epicmorg/teamcity-agent:php8.0" build: context: . diff --git a/linux/ecosystem/teamcity/agent/php81/Dockerfile b/linux/ecosystem/teamcity/agent/php81/Dockerfile index 208a2ddf5..c1a143dee 100644 --- a/linux/ecosystem/teamcity/agent/php81/Dockerfile +++ b/linux/ecosystem/teamcity/agent/php81/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/teamcity-agent:minimal +FROM epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/php81/docker-compose.yml b/linux/ecosystem/teamcity/agent/php81/docker-compose.yml index 890f0a940..97a3f38a1 100644 --- a/linux/ecosystem/teamcity/agent/php81/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/php81/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-agent:php8.1" + image: "epicmorg/teamcity-agent:php8.1" build: context: . diff --git a/linux/ecosystem/teamcity/agent/php82/Dockerfile b/linux/ecosystem/teamcity/agent/php82/Dockerfile index c71e1f3d1..cc0bcab10 100644 --- a/linux/ecosystem/teamcity/agent/php82/Dockerfile +++ b/linux/ecosystem/teamcity/agent/php82/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/teamcity-agent:minimal +FROM epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/php82/docker-compose.yml b/linux/ecosystem/teamcity/agent/php82/docker-compose.yml index bd68f3da2..865004a0a 100644 --- a/linux/ecosystem/teamcity/agent/php82/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/php82/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-agent:php8.2" + image: "epicmorg/teamcity-agent:php8.2" build: context: . diff --git a/linux/ecosystem/teamcity/agent/php83/Dockerfile b/linux/ecosystem/teamcity/agent/php83/Dockerfile index da46bbcfb..a82f19acf 100644 --- a/linux/ecosystem/teamcity/agent/php83/Dockerfile +++ b/linux/ecosystem/teamcity/agent/php83/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/teamcity-agent:minimal +FROM epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/php83/docker-compose.yml b/linux/ecosystem/teamcity/agent/php83/docker-compose.yml index 66f014071..7f51e569b 100644 --- a/linux/ecosystem/teamcity/agent/php83/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/php83/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-agent:php8.3" + image: "epicmorg/teamcity-agent:php8.3" build: context: . diff --git a/linux/ecosystem/teamcity/agent/php84/Dockerfile b/linux/ecosystem/teamcity/agent/php84/Dockerfile index bdbd7fba5..86a562545 100644 --- a/linux/ecosystem/teamcity/agent/php84/Dockerfile +++ b/linux/ecosystem/teamcity/agent/php84/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/teamcity-agent:minimal +FROM epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/php84/docker-compose.yml b/linux/ecosystem/teamcity/agent/php84/docker-compose.yml index b08ee60d6..b4282456f 100644 --- a/linux/ecosystem/teamcity/agent/php84/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/php84/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/teamcity-agent:php8.4" + image: "epicmorg/teamcity-agent:php8.4" build: context: . diff --git a/linux/ecosystem/telegram/bot/quotes/Dockerfile b/linux/ecosystem/telegram/bot/quotes/Dockerfile index b4922d414..8dd183bb2 100644 --- a/linux/ecosystem/telegram/bot/quotes/Dockerfile +++ b/linux/ecosystem/telegram/bot/quotes/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-python-3.11 +FROM epicmorg/debian:bookworm-python-3.11 ENV TELEGRAMBOT_DIR=${EMG_LOCAL_BASE_DIR}/telegram/bot/quotes RUN mkdir -p ${TELEGRAMBOT_DIR} diff --git a/linux/ecosystem/telegram/bot/quotes/docker-compose.yml b/linux/ecosystem/telegram/bot/quotes/docker-compose.yml index 6e6947c51..fb13aac04 100644 --- a/linux/ecosystem/telegram/bot/quotes/docker-compose.yml +++ b/linux/ecosystem/telegram/bot/quotes/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/telegram:bot-quotes" + image: "epicmorg/telegram:bot-quotes" build: context: . diff --git a/linux/ecosystem/testrail/5.4.1.3669/ad/Dockerfile b/linux/ecosystem/testrail/5.4.1.3669/ad/Dockerfile index d23a7c723..1291f905a 100644 --- a/linux/ecosystem/testrail/5.4.1.3669/ad/Dockerfile +++ b/linux/ecosystem/testrail/5.4.1.3669/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:5.4.1.3669 +FROM epicmorg/testrail:5.4.1.3669 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/5.4.1.3669/ad/docker-compose.yml b/linux/ecosystem/testrail/5.4.1.3669/ad/docker-compose.yml index 50d32bb66..9f93d0318 100644 --- a/linux/ecosystem/testrail/5.4.1.3669/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/5.4.1.3669/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-5.4.1.3669" + image: "epicmorg/testrail:auth-ad-5.4.1.3669" build: context: . diff --git a/linux/ecosystem/testrail/5.4.1.3669/ldap/Dockerfile b/linux/ecosystem/testrail/5.4.1.3669/ldap/Dockerfile index 43525a03b..d9c161808 100644 --- a/linux/ecosystem/testrail/5.4.1.3669/ldap/Dockerfile +++ b/linux/ecosystem/testrail/5.4.1.3669/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:5.4.1.3669 +FROM epicmorg/testrail:5.4.1.3669 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/5.4.1.3669/ldap/docker-compose.yml b/linux/ecosystem/testrail/5.4.1.3669/ldap/docker-compose.yml index d20950856..f145fb4c5 100644 --- a/linux/ecosystem/testrail/5.4.1.3669/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/5.4.1.3669/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-5.4.1.3669" + image: "epicmorg/testrail:auth-ldap-5.4.1.3669" build: context: . diff --git a/linux/ecosystem/testrail/5.4.1.3669/main/Dockerfile b/linux/ecosystem/testrail/5.4.1.3669/main/Dockerfile index d3f21546c..cfe4ffece 100644 --- a/linux/ecosystem/testrail/5.4.1.3669/main/Dockerfile +++ b/linux/ecosystem/testrail/5.4.1.3669/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.0 +FROM epicmorg/apache2:php7.0 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion70.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion70.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/5.4.1.3669/main/docker-compose.yml b/linux/ecosystem/testrail/5.4.1.3669/main/docker-compose.yml index 92c0f90df..fca3e155d 100644 --- a/linux/ecosystem/testrail/5.4.1.3669/main/docker-compose.yml +++ b/linux/ecosystem/testrail/5.4.1.3669/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:5.4.1.3669" + image: "epicmorg/testrail:5.4.1.3669" build: context: . diff --git a/linux/ecosystem/testrail/5.5.0.3727/ad/Dockerfile b/linux/ecosystem/testrail/5.5.0.3727/ad/Dockerfile index 32ad83534..fca84165f 100644 --- a/linux/ecosystem/testrail/5.5.0.3727/ad/Dockerfile +++ b/linux/ecosystem/testrail/5.5.0.3727/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:5.5.0.3727 +FROM epicmorg/testrail:5.5.0.3727 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/5.5.0.3727/ad/docker-compose.yml b/linux/ecosystem/testrail/5.5.0.3727/ad/docker-compose.yml index bdd33ad19..954be5662 100644 --- a/linux/ecosystem/testrail/5.5.0.3727/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/5.5.0.3727/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-5.5.0.3727" + image: "epicmorg/testrail:auth-ad-5.5.0.3727" build: context: . diff --git a/linux/ecosystem/testrail/5.5.0.3727/ldap/Dockerfile b/linux/ecosystem/testrail/5.5.0.3727/ldap/Dockerfile index 1e4b72bba..8ce0b611c 100644 --- a/linux/ecosystem/testrail/5.5.0.3727/ldap/Dockerfile +++ b/linux/ecosystem/testrail/5.5.0.3727/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:5.5.0.3727 +FROM epicmorg/testrail:5.5.0.3727 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/5.5.0.3727/ldap/docker-compose.yml b/linux/ecosystem/testrail/5.5.0.3727/ldap/docker-compose.yml index ac4d26f88..e7c599da4 100644 --- a/linux/ecosystem/testrail/5.5.0.3727/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/5.5.0.3727/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-5.5.0.3727" + image: "epicmorg/testrail:auth-ldap-5.5.0.3727" build: context: . diff --git a/linux/ecosystem/testrail/5.5.0.3727/main/Dockerfile b/linux/ecosystem/testrail/5.5.0.3727/main/Dockerfile index eaad4efb9..4f44f282c 100644 --- a/linux/ecosystem/testrail/5.5.0.3727/main/Dockerfile +++ b/linux/ecosystem/testrail/5.5.0.3727/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.0 +FROM epicmorg/apache2:php7.0 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion70.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion70.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/5.5.0.3727/main/docker-compose.yml b/linux/ecosystem/testrail/5.5.0.3727/main/docker-compose.yml index be19a998b..002f70f91 100644 --- a/linux/ecosystem/testrail/5.5.0.3727/main/docker-compose.yml +++ b/linux/ecosystem/testrail/5.5.0.3727/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:5.5.0.3727" + image: "epicmorg/testrail:5.5.0.3727" build: context: . diff --git a/linux/ecosystem/testrail/5.5.0.3731/ad/Dockerfile b/linux/ecosystem/testrail/5.5.0.3731/ad/Dockerfile index 6616c052c..64419440f 100644 --- a/linux/ecosystem/testrail/5.5.0.3731/ad/Dockerfile +++ b/linux/ecosystem/testrail/5.5.0.3731/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:5.5.0.3731 +FROM epicmorg/testrail:5.5.0.3731 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/5.5.0.3731/ad/docker-compose.yml b/linux/ecosystem/testrail/5.5.0.3731/ad/docker-compose.yml index d7a273d69..646b22aff 100644 --- a/linux/ecosystem/testrail/5.5.0.3731/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/5.5.0.3731/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-5.5.0.3731" + image: "epicmorg/testrail:auth-ad-5.5.0.3731" build: context: . diff --git a/linux/ecosystem/testrail/5.5.0.3731/ldap/Dockerfile b/linux/ecosystem/testrail/5.5.0.3731/ldap/Dockerfile index 02de0823f..e14212918 100644 --- a/linux/ecosystem/testrail/5.5.0.3731/ldap/Dockerfile +++ b/linux/ecosystem/testrail/5.5.0.3731/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:5.5.0.3731 +FROM epicmorg/testrail:5.5.0.3731 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/5.5.0.3731/ldap/docker-compose.yml b/linux/ecosystem/testrail/5.5.0.3731/ldap/docker-compose.yml index 39d1085bd..9359d5679 100644 --- a/linux/ecosystem/testrail/5.5.0.3731/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/5.5.0.3731/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-5.5.0.3731" + image: "epicmorg/testrail:auth-ldap-5.5.0.3731" build: context: . diff --git a/linux/ecosystem/testrail/5.5.0.3731/main/Dockerfile b/linux/ecosystem/testrail/5.5.0.3731/main/Dockerfile index 92f54cde8..7f1a70755 100644 --- a/linux/ecosystem/testrail/5.5.0.3731/main/Dockerfile +++ b/linux/ecosystem/testrail/5.5.0.3731/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.0 +FROM epicmorg/apache2:php7.0 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion70.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion70.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/5.5.0.3731/main/docker-compose.yml b/linux/ecosystem/testrail/5.5.0.3731/main/docker-compose.yml index d8ba01850..325765880 100644 --- a/linux/ecosystem/testrail/5.5.0.3731/main/docker-compose.yml +++ b/linux/ecosystem/testrail/5.5.0.3731/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:5.5.0.3731" + image: "epicmorg/testrail:5.5.0.3731" build: context: . diff --git a/linux/ecosystem/testrail/5.5.0.3735/ad/Dockerfile b/linux/ecosystem/testrail/5.5.0.3735/ad/Dockerfile index 41d980c07..b3abcfb4d 100644 --- a/linux/ecosystem/testrail/5.5.0.3735/ad/Dockerfile +++ b/linux/ecosystem/testrail/5.5.0.3735/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:5.5.0.3735 +FROM epicmorg/testrail:5.5.0.3735 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/5.5.0.3735/ad/docker-compose.yml b/linux/ecosystem/testrail/5.5.0.3735/ad/docker-compose.yml index c2d60acdd..7ed0c9ea0 100644 --- a/linux/ecosystem/testrail/5.5.0.3735/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/5.5.0.3735/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-5.5.0.3735" + image: "epicmorg/testrail:auth-ad-5.5.0.3735" build: context: . diff --git a/linux/ecosystem/testrail/5.5.0.3735/ldap/Dockerfile b/linux/ecosystem/testrail/5.5.0.3735/ldap/Dockerfile index c63d300b7..567a86fc1 100644 --- a/linux/ecosystem/testrail/5.5.0.3735/ldap/Dockerfile +++ b/linux/ecosystem/testrail/5.5.0.3735/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:5.5.0.3735 +FROM epicmorg/testrail:5.5.0.3735 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/5.5.0.3735/ldap/docker-compose.yml b/linux/ecosystem/testrail/5.5.0.3735/ldap/docker-compose.yml index 136483a97..b725ff534 100644 --- a/linux/ecosystem/testrail/5.5.0.3735/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/5.5.0.3735/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-5.5.0.3735" + image: "epicmorg/testrail:auth-ldap-5.5.0.3735" build: context: . diff --git a/linux/ecosystem/testrail/5.5.0.3735/main/Dockerfile b/linux/ecosystem/testrail/5.5.0.3735/main/Dockerfile index ec7c94f56..d96d400ef 100644 --- a/linux/ecosystem/testrail/5.5.0.3735/main/Dockerfile +++ b/linux/ecosystem/testrail/5.5.0.3735/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.0 +FROM epicmorg/apache2:php7.0 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion70.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion70.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/5.5.0.3735/main/docker-compose.yml b/linux/ecosystem/testrail/5.5.0.3735/main/docker-compose.yml index 35c2300f5..39c57b2d4 100644 --- a/linux/ecosystem/testrail/5.5.0.3735/main/docker-compose.yml +++ b/linux/ecosystem/testrail/5.5.0.3735/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:5.5.0.3735" + image: "epicmorg/testrail:5.5.0.3735" build: context: . diff --git a/linux/ecosystem/testrail/5.5.1.3746/ad/Dockerfile b/linux/ecosystem/testrail/5.5.1.3746/ad/Dockerfile index b22e4a2f9..e25fd5c28 100644 --- a/linux/ecosystem/testrail/5.5.1.3746/ad/Dockerfile +++ b/linux/ecosystem/testrail/5.5.1.3746/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:5.5.1.3746 +FROM epicmorg/testrail:5.5.1.3746 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/5.5.1.3746/ad/docker-compose.yml b/linux/ecosystem/testrail/5.5.1.3746/ad/docker-compose.yml index 21f76a361..debb66a08 100644 --- a/linux/ecosystem/testrail/5.5.1.3746/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/5.5.1.3746/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-5.5.1.3746" + image: "epicmorg/testrail:auth-ad-5.5.1.3746" build: context: . diff --git a/linux/ecosystem/testrail/5.5.1.3746/ldap/Dockerfile b/linux/ecosystem/testrail/5.5.1.3746/ldap/Dockerfile index 4217a2262..28c3c061a 100644 --- a/linux/ecosystem/testrail/5.5.1.3746/ldap/Dockerfile +++ b/linux/ecosystem/testrail/5.5.1.3746/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:5.5.1.3746 +FROM epicmorg/testrail:5.5.1.3746 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/5.5.1.3746/ldap/docker-compose.yml b/linux/ecosystem/testrail/5.5.1.3746/ldap/docker-compose.yml index 06d7e119f..2aba27996 100644 --- a/linux/ecosystem/testrail/5.5.1.3746/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/5.5.1.3746/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-5.5.1.3746" + image: "epicmorg/testrail:auth-ldap-5.5.1.3746" build: context: . diff --git a/linux/ecosystem/testrail/5.5.1.3746/main/Dockerfile b/linux/ecosystem/testrail/5.5.1.3746/main/Dockerfile index e9f284d8d..3eef8b430 100644 --- a/linux/ecosystem/testrail/5.5.1.3746/main/Dockerfile +++ b/linux/ecosystem/testrail/5.5.1.3746/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.0 +FROM epicmorg/apache2:php7.0 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion70.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion70.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/5.5.1.3746/main/docker-compose.yml b/linux/ecosystem/testrail/5.5.1.3746/main/docker-compose.yml index fa59e77f6..48000dad9 100644 --- a/linux/ecosystem/testrail/5.5.1.3746/main/docker-compose.yml +++ b/linux/ecosystem/testrail/5.5.1.3746/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:5.5.1.3746" + image: "epicmorg/testrail:5.5.1.3746" build: context: . diff --git a/linux/ecosystem/testrail/5.6.0.3853/ad/Dockerfile b/linux/ecosystem/testrail/5.6.0.3853/ad/Dockerfile index d3d0cded9..5821ccd00 100644 --- a/linux/ecosystem/testrail/5.6.0.3853/ad/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3853/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:5.6.0.3853 +FROM epicmorg/testrail:5.6.0.3853 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/5.6.0.3853/ad/docker-compose.yml b/linux/ecosystem/testrail/5.6.0.3853/ad/docker-compose.yml index ef11c8009..3b729ccac 100644 --- a/linux/ecosystem/testrail/5.6.0.3853/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/5.6.0.3853/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-5.6.0.3853" + image: "epicmorg/testrail:auth-ad-5.6.0.3853" build: context: . diff --git a/linux/ecosystem/testrail/5.6.0.3853/ldap/Dockerfile b/linux/ecosystem/testrail/5.6.0.3853/ldap/Dockerfile index 833ba9caa..67f713bb5 100644 --- a/linux/ecosystem/testrail/5.6.0.3853/ldap/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3853/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:5.6.0.3853 +FROM epicmorg/testrail:5.6.0.3853 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/5.6.0.3853/ldap/docker-compose.yml b/linux/ecosystem/testrail/5.6.0.3853/ldap/docker-compose.yml index 87671449b..e2e4bafbc 100644 --- a/linux/ecosystem/testrail/5.6.0.3853/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/5.6.0.3853/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-5.6.0.3853" + image: "epicmorg/testrail:auth-ldap-5.6.0.3853" build: context: . diff --git a/linux/ecosystem/testrail/5.6.0.3853/main/Dockerfile b/linux/ecosystem/testrail/5.6.0.3853/main/Dockerfile index 0d3925574..da6473b52 100644 --- a/linux/ecosystem/testrail/5.6.0.3853/main/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3853/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.0 +FROM epicmorg/apache2:php7.0 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion70.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion70.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/5.6.0.3853/main/docker-compose.yml b/linux/ecosystem/testrail/5.6.0.3853/main/docker-compose.yml index 15978632f..0b743bc25 100644 --- a/linux/ecosystem/testrail/5.6.0.3853/main/docker-compose.yml +++ b/linux/ecosystem/testrail/5.6.0.3853/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:5.6.0.3853" + image: "epicmorg/testrail:5.6.0.3853" build: context: . diff --git a/linux/ecosystem/testrail/5.6.0.3856/ad/Dockerfile b/linux/ecosystem/testrail/5.6.0.3856/ad/Dockerfile index dad8d5e37..a56551d08 100644 --- a/linux/ecosystem/testrail/5.6.0.3856/ad/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3856/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:5.6.0.3856 +FROM epicmorg/testrail:5.6.0.3856 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/5.6.0.3856/ad/docker-compose.yml b/linux/ecosystem/testrail/5.6.0.3856/ad/docker-compose.yml index 90ccc5794..e30cecb4b 100644 --- a/linux/ecosystem/testrail/5.6.0.3856/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/5.6.0.3856/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-5.6.0.3856" + image: "epicmorg/testrail:auth-ad-5.6.0.3856" build: context: . diff --git a/linux/ecosystem/testrail/5.6.0.3856/ldap/Dockerfile b/linux/ecosystem/testrail/5.6.0.3856/ldap/Dockerfile index 269a274c1..9d894f031 100644 --- a/linux/ecosystem/testrail/5.6.0.3856/ldap/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3856/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:5.6.0.3856 +FROM epicmorg/testrail:5.6.0.3856 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/5.6.0.3856/ldap/docker-compose.yml b/linux/ecosystem/testrail/5.6.0.3856/ldap/docker-compose.yml index 1ba214996..645133534 100644 --- a/linux/ecosystem/testrail/5.6.0.3856/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/5.6.0.3856/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-5.6.0.3856" + image: "epicmorg/testrail:auth-ldap-5.6.0.3856" build: context: . diff --git a/linux/ecosystem/testrail/5.6.0.3856/main/Dockerfile b/linux/ecosystem/testrail/5.6.0.3856/main/Dockerfile index c0c35b8e5..6f31e3203 100644 --- a/linux/ecosystem/testrail/5.6.0.3856/main/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3856/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.0 +FROM epicmorg/apache2:php7.0 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion70.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion70.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/5.6.0.3856/main/docker-compose.yml b/linux/ecosystem/testrail/5.6.0.3856/main/docker-compose.yml index 1c9ab4b56..52cbf5548 100644 --- a/linux/ecosystem/testrail/5.6.0.3856/main/docker-compose.yml +++ b/linux/ecosystem/testrail/5.6.0.3856/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:5.6.0.3856" + image: "epicmorg/testrail:5.6.0.3856" build: context: . diff --git a/linux/ecosystem/testrail/5.6.0.3861/ad/Dockerfile b/linux/ecosystem/testrail/5.6.0.3861/ad/Dockerfile index e3a1804b6..fc0673fe3 100644 --- a/linux/ecosystem/testrail/5.6.0.3861/ad/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3861/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:5.6.0.3861 +FROM epicmorg/testrail:5.6.0.3861 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/5.6.0.3861/ad/docker-compose.yml b/linux/ecosystem/testrail/5.6.0.3861/ad/docker-compose.yml index b2408b27b..1eb70ee07 100644 --- a/linux/ecosystem/testrail/5.6.0.3861/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/5.6.0.3861/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-5.6.0.3861" + image: "epicmorg/testrail:auth-ad-5.6.0.3861" build: context: . diff --git a/linux/ecosystem/testrail/5.6.0.3861/ldap/Dockerfile b/linux/ecosystem/testrail/5.6.0.3861/ldap/Dockerfile index 5e3f732a9..70c64a26e 100644 --- a/linux/ecosystem/testrail/5.6.0.3861/ldap/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3861/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:5.6.0.3861 +FROM epicmorg/testrail:5.6.0.3861 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/5.6.0.3861/ldap/docker-compose.yml b/linux/ecosystem/testrail/5.6.0.3861/ldap/docker-compose.yml index baff56f3f..af4bb368f 100644 --- a/linux/ecosystem/testrail/5.6.0.3861/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/5.6.0.3861/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-5.6.0.3861" + image: "epicmorg/testrail:auth-ldap-5.6.0.3861" build: context: . diff --git a/linux/ecosystem/testrail/5.6.0.3861/main/Dockerfile b/linux/ecosystem/testrail/5.6.0.3861/main/Dockerfile index 2bf6df35d..34a9c6fb1 100644 --- a/linux/ecosystem/testrail/5.6.0.3861/main/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3861/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.0 +FROM epicmorg/apache2:php7.0 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion70.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion70.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/5.6.0.3861/main/docker-compose.yml b/linux/ecosystem/testrail/5.6.0.3861/main/docker-compose.yml index afa978ce8..6d0b3b8d5 100644 --- a/linux/ecosystem/testrail/5.6.0.3861/main/docker-compose.yml +++ b/linux/ecosystem/testrail/5.6.0.3861/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:5.6.0.3861" + image: "epicmorg/testrail:5.6.0.3861" build: context: . diff --git a/linux/ecosystem/testrail/5.6.0.3862/ad/Dockerfile b/linux/ecosystem/testrail/5.6.0.3862/ad/Dockerfile index 9d82e3741..db82288e1 100644 --- a/linux/ecosystem/testrail/5.6.0.3862/ad/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3862/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:5.6.0.3862 +FROM epicmorg/testrail:5.6.0.3862 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/5.6.0.3862/ad/docker-compose.yml b/linux/ecosystem/testrail/5.6.0.3862/ad/docker-compose.yml index 0589281c1..5c4d4a3bb 100644 --- a/linux/ecosystem/testrail/5.6.0.3862/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/5.6.0.3862/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-5.6.0.3862" + image: "epicmorg/testrail:auth-ad-5.6.0.3862" build: context: . diff --git a/linux/ecosystem/testrail/5.6.0.3862/ldap/Dockerfile b/linux/ecosystem/testrail/5.6.0.3862/ldap/Dockerfile index 2e3f5b824..f884f6323 100644 --- a/linux/ecosystem/testrail/5.6.0.3862/ldap/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3862/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:5.6.0.3862 +FROM epicmorg/testrail:5.6.0.3862 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/5.6.0.3862/ldap/docker-compose.yml b/linux/ecosystem/testrail/5.6.0.3862/ldap/docker-compose.yml index 30e2858d4..c153a73ce 100644 --- a/linux/ecosystem/testrail/5.6.0.3862/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/5.6.0.3862/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-5.6.0.3862" + image: "epicmorg/testrail:auth-ldap-5.6.0.3862" build: context: . diff --git a/linux/ecosystem/testrail/5.6.0.3862/main/Dockerfile b/linux/ecosystem/testrail/5.6.0.3862/main/Dockerfile index d88ef84a4..322c19bf3 100644 --- a/linux/ecosystem/testrail/5.6.0.3862/main/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3862/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.0 +FROM epicmorg/apache2:php7.0 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion70.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion70.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/5.6.0.3862/main/docker-compose.yml b/linux/ecosystem/testrail/5.6.0.3862/main/docker-compose.yml index 6235877bf..3fd6a84a9 100644 --- a/linux/ecosystem/testrail/5.6.0.3862/main/docker-compose.yml +++ b/linux/ecosystem/testrail/5.6.0.3862/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:5.6.0.3862" + image: "epicmorg/testrail:5.6.0.3862" build: context: . diff --git a/linux/ecosystem/testrail/5.6.0.3865/ad/Dockerfile b/linux/ecosystem/testrail/5.6.0.3865/ad/Dockerfile index b9b6ed5d1..c115fbb49 100644 --- a/linux/ecosystem/testrail/5.6.0.3865/ad/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3865/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:5.6.0.3865 +FROM epicmorg/testrail:5.6.0.3865 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/5.6.0.3865/ad/docker-compose.yml b/linux/ecosystem/testrail/5.6.0.3865/ad/docker-compose.yml index fb1b9d73d..827758ac3 100644 --- a/linux/ecosystem/testrail/5.6.0.3865/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/5.6.0.3865/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-5.6.0.3865" + image: "epicmorg/testrail:auth-ad-5.6.0.3865" build: context: . diff --git a/linux/ecosystem/testrail/5.6.0.3865/ldap/Dockerfile b/linux/ecosystem/testrail/5.6.0.3865/ldap/Dockerfile index 103033f10..5bd653f50 100644 --- a/linux/ecosystem/testrail/5.6.0.3865/ldap/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3865/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:5.6.0.3865 +FROM epicmorg/testrail:5.6.0.3865 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/5.6.0.3865/ldap/docker-compose.yml b/linux/ecosystem/testrail/5.6.0.3865/ldap/docker-compose.yml index 040170fc0..e64513f19 100644 --- a/linux/ecosystem/testrail/5.6.0.3865/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/5.6.0.3865/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-5.6.0.3865" + image: "epicmorg/testrail:auth-ldap-5.6.0.3865" build: context: . diff --git a/linux/ecosystem/testrail/5.6.0.3865/main/Dockerfile b/linux/ecosystem/testrail/5.6.0.3865/main/Dockerfile index ed5c60195..516e2db1b 100644 --- a/linux/ecosystem/testrail/5.6.0.3865/main/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3865/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.0 +FROM epicmorg/apache2:php7.0 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion70.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion70.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/5.6.0.3865/main/docker-compose.yml b/linux/ecosystem/testrail/5.6.0.3865/main/docker-compose.yml index d6e4832c4..7c4d91cfb 100644 --- a/linux/ecosystem/testrail/5.6.0.3865/main/docker-compose.yml +++ b/linux/ecosystem/testrail/5.6.0.3865/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:5.6.0.3865" + image: "epicmorg/testrail:5.6.0.3865" build: context: . diff --git a/linux/ecosystem/testrail/5.7.0.3938/ad/Dockerfile b/linux/ecosystem/testrail/5.7.0.3938/ad/Dockerfile index ac2a71151..a62a50d84 100644 --- a/linux/ecosystem/testrail/5.7.0.3938/ad/Dockerfile +++ b/linux/ecosystem/testrail/5.7.0.3938/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:5.7.0.3938 +FROM epicmorg/testrail:5.7.0.3938 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/5.7.0.3938/ad/docker-compose.yml b/linux/ecosystem/testrail/5.7.0.3938/ad/docker-compose.yml index 18f43e0dd..52f1bcd99 100644 --- a/linux/ecosystem/testrail/5.7.0.3938/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/5.7.0.3938/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-5.7.0.3938" + image: "epicmorg/testrail:auth-ad-5.7.0.3938" build: context: . diff --git a/linux/ecosystem/testrail/5.7.0.3938/ldap/Dockerfile b/linux/ecosystem/testrail/5.7.0.3938/ldap/Dockerfile index b04445164..9f18ec758 100644 --- a/linux/ecosystem/testrail/5.7.0.3938/ldap/Dockerfile +++ b/linux/ecosystem/testrail/5.7.0.3938/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:5.7.0.3938 +FROM epicmorg/testrail:5.7.0.3938 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/5.7.0.3938/ldap/docker-compose.yml b/linux/ecosystem/testrail/5.7.0.3938/ldap/docker-compose.yml index 03c357b1f..aaea353e4 100644 --- a/linux/ecosystem/testrail/5.7.0.3938/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/5.7.0.3938/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-5.7.0.3938" + image: "epicmorg/testrail:auth-ldap-5.7.0.3938" build: context: . diff --git a/linux/ecosystem/testrail/5.7.0.3938/main/Dockerfile b/linux/ecosystem/testrail/5.7.0.3938/main/Dockerfile index 156c44288..44447d8f8 100644 --- a/linux/ecosystem/testrail/5.7.0.3938/main/Dockerfile +++ b/linux/ecosystem/testrail/5.7.0.3938/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.1 +FROM epicmorg/apache2:php7.1 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/5.7.0.3938/main/docker-compose.yml b/linux/ecosystem/testrail/5.7.0.3938/main/docker-compose.yml index c10169e46..f5006d9f8 100644 --- a/linux/ecosystem/testrail/5.7.0.3938/main/docker-compose.yml +++ b/linux/ecosystem/testrail/5.7.0.3938/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:5.7.0.3938" + image: "epicmorg/testrail:5.7.0.3938" build: context: . diff --git a/linux/ecosystem/testrail/5.7.0.3942/ad/Dockerfile b/linux/ecosystem/testrail/5.7.0.3942/ad/Dockerfile index 6d102560b..6f3347283 100644 --- a/linux/ecosystem/testrail/5.7.0.3942/ad/Dockerfile +++ b/linux/ecosystem/testrail/5.7.0.3942/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:5.7.0.3942 +FROM epicmorg/testrail:5.7.0.3942 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/5.7.0.3942/ad/docker-compose.yml b/linux/ecosystem/testrail/5.7.0.3942/ad/docker-compose.yml index a9fd38207..d6d792fd9 100644 --- a/linux/ecosystem/testrail/5.7.0.3942/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/5.7.0.3942/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-5.7.0.3942" + image: "epicmorg/testrail:auth-ad-5.7.0.3942" build: context: . diff --git a/linux/ecosystem/testrail/5.7.0.3942/ldap/Dockerfile b/linux/ecosystem/testrail/5.7.0.3942/ldap/Dockerfile index cd102dcbb..3ba6e254f 100644 --- a/linux/ecosystem/testrail/5.7.0.3942/ldap/Dockerfile +++ b/linux/ecosystem/testrail/5.7.0.3942/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:5.7.0.3942 +FROM epicmorg/testrail:5.7.0.3942 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/5.7.0.3942/ldap/docker-compose.yml b/linux/ecosystem/testrail/5.7.0.3942/ldap/docker-compose.yml index a019e158f..4888f6998 100644 --- a/linux/ecosystem/testrail/5.7.0.3942/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/5.7.0.3942/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-5.7.0.3942" + image: "epicmorg/testrail:auth-ldap-5.7.0.3942" build: context: . diff --git a/linux/ecosystem/testrail/5.7.0.3942/main/Dockerfile b/linux/ecosystem/testrail/5.7.0.3942/main/Dockerfile index 35e4ce652..10dadacc2 100644 --- a/linux/ecosystem/testrail/5.7.0.3942/main/Dockerfile +++ b/linux/ecosystem/testrail/5.7.0.3942/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.1 +FROM epicmorg/apache2:php7.1 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/5.7.0.3942/main/docker-compose.yml b/linux/ecosystem/testrail/5.7.0.3942/main/docker-compose.yml index b22cef29a..b8f234a34 100644 --- a/linux/ecosystem/testrail/5.7.0.3942/main/docker-compose.yml +++ b/linux/ecosystem/testrail/5.7.0.3942/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:5.7.0.3942" + image: "epicmorg/testrail:5.7.0.3942" build: context: . diff --git a/linux/ecosystem/testrail/5.7.0.3951/ad/Dockerfile b/linux/ecosystem/testrail/5.7.0.3951/ad/Dockerfile index d9f58d3fe..207cf4151 100644 --- a/linux/ecosystem/testrail/5.7.0.3951/ad/Dockerfile +++ b/linux/ecosystem/testrail/5.7.0.3951/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:5.7.0.3951 +FROM epicmorg/testrail:5.7.0.3951 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/5.7.0.3951/ad/docker-compose.yml b/linux/ecosystem/testrail/5.7.0.3951/ad/docker-compose.yml index 9115f7a53..07a4659b3 100644 --- a/linux/ecosystem/testrail/5.7.0.3951/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/5.7.0.3951/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-5.7.0.3951" + image: "epicmorg/testrail:auth-ad-5.7.0.3951" build: context: . diff --git a/linux/ecosystem/testrail/5.7.0.3951/ldap/Dockerfile b/linux/ecosystem/testrail/5.7.0.3951/ldap/Dockerfile index a3ba6815c..3d8475742 100644 --- a/linux/ecosystem/testrail/5.7.0.3951/ldap/Dockerfile +++ b/linux/ecosystem/testrail/5.7.0.3951/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:5.7.0.3951 +FROM epicmorg/testrail:5.7.0.3951 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/5.7.0.3951/ldap/docker-compose.yml b/linux/ecosystem/testrail/5.7.0.3951/ldap/docker-compose.yml index 155b619db..def385061 100644 --- a/linux/ecosystem/testrail/5.7.0.3951/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/5.7.0.3951/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-5.7.0.3951" + image: "epicmorg/testrail:auth-ldap-5.7.0.3951" build: context: . diff --git a/linux/ecosystem/testrail/5.7.0.3951/main/Dockerfile b/linux/ecosystem/testrail/5.7.0.3951/main/Dockerfile index a62570b4d..4de3ecac6 100644 --- a/linux/ecosystem/testrail/5.7.0.3951/main/Dockerfile +++ b/linux/ecosystem/testrail/5.7.0.3951/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.1 +FROM epicmorg/apache2:php7.1 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/5.7.0.3951/main/docker-compose.yml b/linux/ecosystem/testrail/5.7.0.3951/main/docker-compose.yml index 54cfbd95a..da9491fad 100644 --- a/linux/ecosystem/testrail/5.7.0.3951/main/docker-compose.yml +++ b/linux/ecosystem/testrail/5.7.0.3951/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:5.7.0.3951" + image: "epicmorg/testrail:5.7.0.3951" build: context: . diff --git a/linux/ecosystem/testrail/5.7.1.4026/ad/Dockerfile b/linux/ecosystem/testrail/5.7.1.4026/ad/Dockerfile index 4558e9bb1..5b8eced92 100644 --- a/linux/ecosystem/testrail/5.7.1.4026/ad/Dockerfile +++ b/linux/ecosystem/testrail/5.7.1.4026/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:5.7.1.4026 +FROM epicmorg/testrail:5.7.1.4026 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/5.7.1.4026/ad/docker-compose.yml b/linux/ecosystem/testrail/5.7.1.4026/ad/docker-compose.yml index 994eed14f..37aed69c1 100644 --- a/linux/ecosystem/testrail/5.7.1.4026/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/5.7.1.4026/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-5.7.1.4026" + image: "epicmorg/testrail:auth-ad-5.7.1.4026" build: context: . diff --git a/linux/ecosystem/testrail/5.7.1.4026/ldap/Dockerfile b/linux/ecosystem/testrail/5.7.1.4026/ldap/Dockerfile index 2301b1a9f..dd8d5e8b8 100644 --- a/linux/ecosystem/testrail/5.7.1.4026/ldap/Dockerfile +++ b/linux/ecosystem/testrail/5.7.1.4026/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:5.7.1.4026 +FROM epicmorg/testrail:5.7.1.4026 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/5.7.1.4026/ldap/docker-compose.yml b/linux/ecosystem/testrail/5.7.1.4026/ldap/docker-compose.yml index cede8d911..02f36246b 100644 --- a/linux/ecosystem/testrail/5.7.1.4026/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/5.7.1.4026/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-5.7.1.4026" + image: "epicmorg/testrail:auth-ldap-5.7.1.4026" build: context: . diff --git a/linux/ecosystem/testrail/5.7.1.4026/main/Dockerfile b/linux/ecosystem/testrail/5.7.1.4026/main/Dockerfile index a0f512e68..ee6c6e7c3 100644 --- a/linux/ecosystem/testrail/5.7.1.4026/main/Dockerfile +++ b/linux/ecosystem/testrail/5.7.1.4026/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.1 +FROM epicmorg/apache2:php7.1 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/5.7.1.4026/main/docker-compose.yml b/linux/ecosystem/testrail/5.7.1.4026/main/docker-compose.yml index 59fd6e860..06812e9af 100644 --- a/linux/ecosystem/testrail/5.7.1.4026/main/docker-compose.yml +++ b/linux/ecosystem/testrail/5.7.1.4026/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:5.7.1.4026" + image: "epicmorg/testrail:5.7.1.4026" build: context: . diff --git a/linux/ecosystem/testrail/5.7.1.4028/ad/Dockerfile b/linux/ecosystem/testrail/5.7.1.4028/ad/Dockerfile index 7c0d476e3..5c5f7f0b4 100644 --- a/linux/ecosystem/testrail/5.7.1.4028/ad/Dockerfile +++ b/linux/ecosystem/testrail/5.7.1.4028/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:5.7.1.4028 +FROM epicmorg/testrail:5.7.1.4028 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/5.7.1.4028/ad/docker-compose.yml b/linux/ecosystem/testrail/5.7.1.4028/ad/docker-compose.yml index 493eb70a5..b734c72e1 100644 --- a/linux/ecosystem/testrail/5.7.1.4028/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/5.7.1.4028/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-5.7.1.4028" + image: "epicmorg/testrail:auth-ad-5.7.1.4028" build: context: . diff --git a/linux/ecosystem/testrail/5.7.1.4028/ldap/Dockerfile b/linux/ecosystem/testrail/5.7.1.4028/ldap/Dockerfile index dbda0cba6..e531f264f 100644 --- a/linux/ecosystem/testrail/5.7.1.4028/ldap/Dockerfile +++ b/linux/ecosystem/testrail/5.7.1.4028/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:5.7.1.4028 +FROM epicmorg/testrail:5.7.1.4028 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/5.7.1.4028/ldap/docker-compose.yml b/linux/ecosystem/testrail/5.7.1.4028/ldap/docker-compose.yml index 06b98aa94..295cf246e 100644 --- a/linux/ecosystem/testrail/5.7.1.4028/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/5.7.1.4028/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-5.7.1.4028" + image: "epicmorg/testrail:auth-ldap-5.7.1.4028" build: context: . diff --git a/linux/ecosystem/testrail/5.7.1.4028/main/Dockerfile b/linux/ecosystem/testrail/5.7.1.4028/main/Dockerfile index ff83f96e7..81174f0bf 100644 --- a/linux/ecosystem/testrail/5.7.1.4028/main/Dockerfile +++ b/linux/ecosystem/testrail/5.7.1.4028/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.1 +FROM epicmorg/apache2:php7.1 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/5.7.1.4028/main/docker-compose.yml b/linux/ecosystem/testrail/5.7.1.4028/main/docker-compose.yml index 48afd28c0..e99943fb1 100644 --- a/linux/ecosystem/testrail/5.7.1.4028/main/docker-compose.yml +++ b/linux/ecosystem/testrail/5.7.1.4028/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:5.7.1.4028" + image: "epicmorg/testrail:5.7.1.4028" build: context: . diff --git a/linux/ecosystem/testrail/6.0.0.4140/ad/Dockerfile b/linux/ecosystem/testrail/6.0.0.4140/ad/Dockerfile index aaf2d4424..169766067 100644 --- a/linux/ecosystem/testrail/6.0.0.4140/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.0.0.4140/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.0.0.4140 +FROM epicmorg/testrail:6.0.0.4140 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.0.0.4140/ad/docker-compose.yml b/linux/ecosystem/testrail/6.0.0.4140/ad/docker-compose.yml index a151b99e7..0e08795bb 100644 --- a/linux/ecosystem/testrail/6.0.0.4140/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/6.0.0.4140/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-6.0.0.4140" + image: "epicmorg/testrail:auth-ad-6.0.0.4140" build: context: . diff --git a/linux/ecosystem/testrail/6.0.0.4140/ldap/Dockerfile b/linux/ecosystem/testrail/6.0.0.4140/ldap/Dockerfile index 7d2a1b129..7ec4fd230 100644 --- a/linux/ecosystem/testrail/6.0.0.4140/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.0.0.4140/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.0.0.4140 +FROM epicmorg/testrail:6.0.0.4140 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.0.0.4140/ldap/docker-compose.yml b/linux/ecosystem/testrail/6.0.0.4140/ldap/docker-compose.yml index 6bb306b2b..5e0a16e6f 100644 --- a/linux/ecosystem/testrail/6.0.0.4140/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/6.0.0.4140/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-6.0.0.4140" + image: "epicmorg/testrail:auth-ldap-6.0.0.4140" build: context: . diff --git a/linux/ecosystem/testrail/6.0.0.4140/main/Dockerfile b/linux/ecosystem/testrail/6.0.0.4140/main/Dockerfile index 7a90b0f24..5daac73bd 100644 --- a/linux/ecosystem/testrail/6.0.0.4140/main/Dockerfile +++ b/linux/ecosystem/testrail/6.0.0.4140/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.1 +FROM epicmorg/apache2:php7.1 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/6.0.0.4140/main/docker-compose.yml b/linux/ecosystem/testrail/6.0.0.4140/main/docker-compose.yml index 508433e30..7b6923be9 100644 --- a/linux/ecosystem/testrail/6.0.0.4140/main/docker-compose.yml +++ b/linux/ecosystem/testrail/6.0.0.4140/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:6.0.0.4140" + image: "epicmorg/testrail:6.0.0.4140" build: context: . diff --git a/linux/ecosystem/testrail/6.0.1.4163/ad/Dockerfile b/linux/ecosystem/testrail/6.0.1.4163/ad/Dockerfile index 7240f32e5..8b28b1a86 100644 --- a/linux/ecosystem/testrail/6.0.1.4163/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.0.1.4163/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.0.1.4163 +FROM epicmorg/testrail:6.0.1.4163 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.0.1.4163/ad/docker-compose.yml b/linux/ecosystem/testrail/6.0.1.4163/ad/docker-compose.yml index 5e1e44307..316c3bfac 100644 --- a/linux/ecosystem/testrail/6.0.1.4163/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/6.0.1.4163/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-6.0.1.4163" + image: "epicmorg/testrail:auth-ad-6.0.1.4163" build: context: . diff --git a/linux/ecosystem/testrail/6.0.1.4163/ldap/Dockerfile b/linux/ecosystem/testrail/6.0.1.4163/ldap/Dockerfile index 22824c1b7..2c975b6d5 100644 --- a/linux/ecosystem/testrail/6.0.1.4163/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.0.1.4163/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.0.1.4163 +FROM epicmorg/testrail:6.0.1.4163 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.0.1.4163/ldap/docker-compose.yml b/linux/ecosystem/testrail/6.0.1.4163/ldap/docker-compose.yml index 7a2352ccd..a51a2e580 100644 --- a/linux/ecosystem/testrail/6.0.1.4163/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/6.0.1.4163/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-6.0.1.4163" + image: "epicmorg/testrail:auth-ldap-6.0.1.4163" build: context: . diff --git a/linux/ecosystem/testrail/6.0.1.4163/main/Dockerfile b/linux/ecosystem/testrail/6.0.1.4163/main/Dockerfile index b2236f990..46c93112f 100644 --- a/linux/ecosystem/testrail/6.0.1.4163/main/Dockerfile +++ b/linux/ecosystem/testrail/6.0.1.4163/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.1 +FROM epicmorg/apache2:php7.1 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/6.0.1.4163/main/docker-compose.yml b/linux/ecosystem/testrail/6.0.1.4163/main/docker-compose.yml index 36a401e96..e3bffbba3 100644 --- a/linux/ecosystem/testrail/6.0.1.4163/main/docker-compose.yml +++ b/linux/ecosystem/testrail/6.0.1.4163/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:6.0.1.4163" + image: "epicmorg/testrail:6.0.1.4163" build: context: . diff --git a/linux/ecosystem/testrail/6.1.0.4367/ad/Dockerfile b/linux/ecosystem/testrail/6.1.0.4367/ad/Dockerfile index 0ff76a92d..ba7007345 100644 --- a/linux/ecosystem/testrail/6.1.0.4367/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.1.0.4367/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.1.0.4367 +FROM epicmorg/testrail:6.1.0.4367 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.1.0.4367/ad/docker-compose.yml b/linux/ecosystem/testrail/6.1.0.4367/ad/docker-compose.yml index 724c3489a..e2f3997c2 100644 --- a/linux/ecosystem/testrail/6.1.0.4367/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/6.1.0.4367/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-6.1.0.4367" + image: "epicmorg/testrail:auth-ad-6.1.0.4367" build: context: . diff --git a/linux/ecosystem/testrail/6.1.0.4367/ldap/Dockerfile b/linux/ecosystem/testrail/6.1.0.4367/ldap/Dockerfile index 56beadf20..e35b0a989 100644 --- a/linux/ecosystem/testrail/6.1.0.4367/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.1.0.4367/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.1.0.4367 +FROM epicmorg/testrail:6.1.0.4367 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.1.0.4367/ldap/docker-compose.yml b/linux/ecosystem/testrail/6.1.0.4367/ldap/docker-compose.yml index 635ba8d90..4b63f043e 100644 --- a/linux/ecosystem/testrail/6.1.0.4367/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/6.1.0.4367/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-6.1.0.4367" + image: "epicmorg/testrail:auth-ldap-6.1.0.4367" build: context: . diff --git a/linux/ecosystem/testrail/6.1.0.4367/main/Dockerfile b/linux/ecosystem/testrail/6.1.0.4367/main/Dockerfile index 3d15af542..b5d395a37 100644 --- a/linux/ecosystem/testrail/6.1.0.4367/main/Dockerfile +++ b/linux/ecosystem/testrail/6.1.0.4367/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.1 +FROM epicmorg/apache2:php7.1 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/6.1.0.4367/main/docker-compose.yml b/linux/ecosystem/testrail/6.1.0.4367/main/docker-compose.yml index 7c8cd528e..0059399ba 100644 --- a/linux/ecosystem/testrail/6.1.0.4367/main/docker-compose.yml +++ b/linux/ecosystem/testrail/6.1.0.4367/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:6.1.0.4367" + image: "epicmorg/testrail:6.1.0.4367" build: context: . diff --git a/linux/ecosystem/testrail/6.1.0.4369/ad/Dockerfile b/linux/ecosystem/testrail/6.1.0.4369/ad/Dockerfile index bbee49adf..1c6870b4c 100644 --- a/linux/ecosystem/testrail/6.1.0.4369/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.1.0.4369/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.1.0.4369 +FROM epicmorg/testrail:6.1.0.4369 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.1.0.4369/ad/docker-compose.yml b/linux/ecosystem/testrail/6.1.0.4369/ad/docker-compose.yml index 9109c16c2..042a0562f 100644 --- a/linux/ecosystem/testrail/6.1.0.4369/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/6.1.0.4369/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-6.1.0.4369" + image: "epicmorg/testrail:auth-ad-6.1.0.4369" build: context: . diff --git a/linux/ecosystem/testrail/6.1.0.4369/ldap/Dockerfile b/linux/ecosystem/testrail/6.1.0.4369/ldap/Dockerfile index bc1ed46f8..a941039bc 100644 --- a/linux/ecosystem/testrail/6.1.0.4369/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.1.0.4369/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.1.0.4369 +FROM epicmorg/testrail:6.1.0.4369 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.1.0.4369/ldap/docker-compose.yml b/linux/ecosystem/testrail/6.1.0.4369/ldap/docker-compose.yml index 6210b4924..90b76b928 100644 --- a/linux/ecosystem/testrail/6.1.0.4369/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/6.1.0.4369/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-6.1.0.4369" + image: "epicmorg/testrail:auth-ldap-6.1.0.4369" build: context: . diff --git a/linux/ecosystem/testrail/6.1.0.4369/main/Dockerfile b/linux/ecosystem/testrail/6.1.0.4369/main/Dockerfile index ce7869453..64c2de669 100644 --- a/linux/ecosystem/testrail/6.1.0.4369/main/Dockerfile +++ b/linux/ecosystem/testrail/6.1.0.4369/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.1 +FROM epicmorg/apache2:php7.1 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/6.1.0.4369/main/docker-compose.yml b/linux/ecosystem/testrail/6.1.0.4369/main/docker-compose.yml index b7641c451..21f1dee80 100644 --- a/linux/ecosystem/testrail/6.1.0.4369/main/docker-compose.yml +++ b/linux/ecosystem/testrail/6.1.0.4369/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:6.1.0.4369" + image: "epicmorg/testrail:6.1.0.4369" build: context: . diff --git a/linux/ecosystem/testrail/6.1.1.1020/ad/Dockerfile b/linux/ecosystem/testrail/6.1.1.1020/ad/Dockerfile index e56f0c010..698d8312a 100644 --- a/linux/ecosystem/testrail/6.1.1.1020/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.1.1.1020/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.1.1.1020 +FROM epicmorg/testrail:6.1.1.1020 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.1.1.1020/ad/docker-compose.yml b/linux/ecosystem/testrail/6.1.1.1020/ad/docker-compose.yml index a247f0dd5..019c98ca2 100644 --- a/linux/ecosystem/testrail/6.1.1.1020/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/6.1.1.1020/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-6.1.1.1020" + image: "epicmorg/testrail:auth-ad-6.1.1.1020" build: context: . diff --git a/linux/ecosystem/testrail/6.1.1.1020/ldap/Dockerfile b/linux/ecosystem/testrail/6.1.1.1020/ldap/Dockerfile index 3988d0e2b..6c875bf78 100644 --- a/linux/ecosystem/testrail/6.1.1.1020/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.1.1.1020/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.1.1.1020 +FROM epicmorg/testrail:6.1.1.1020 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.1.1.1020/ldap/docker-compose.yml b/linux/ecosystem/testrail/6.1.1.1020/ldap/docker-compose.yml index acbf75466..4293e73c9 100644 --- a/linux/ecosystem/testrail/6.1.1.1020/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/6.1.1.1020/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-6.1.1.1020" + image: "epicmorg/testrail:auth-ldap-6.1.1.1020" build: context: . diff --git a/linux/ecosystem/testrail/6.1.1.1020/main/Dockerfile b/linux/ecosystem/testrail/6.1.1.1020/main/Dockerfile index ae2c333d5..d91fc8157 100644 --- a/linux/ecosystem/testrail/6.1.1.1020/main/Dockerfile +++ b/linux/ecosystem/testrail/6.1.1.1020/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.1 +FROM epicmorg/apache2:php7.1 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/6.1.1.1020/main/docker-compose.yml b/linux/ecosystem/testrail/6.1.1.1020/main/docker-compose.yml index a6a13f169..a9561fb48 100644 --- a/linux/ecosystem/testrail/6.1.1.1020/main/docker-compose.yml +++ b/linux/ecosystem/testrail/6.1.1.1020/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:6.1.1.1020" + image: "epicmorg/testrail:6.1.1.1020" build: context: . diff --git a/linux/ecosystem/testrail/6.1.1.1021/ad/Dockerfile b/linux/ecosystem/testrail/6.1.1.1021/ad/Dockerfile index 63250fbf0..4aa1904cd 100644 --- a/linux/ecosystem/testrail/6.1.1.1021/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.1.1.1021/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.1.1.1021 +FROM epicmorg/testrail:6.1.1.1021 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.1.1.1021/ad/docker-compose.yml b/linux/ecosystem/testrail/6.1.1.1021/ad/docker-compose.yml index acd0b7e60..5620532db 100644 --- a/linux/ecosystem/testrail/6.1.1.1021/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/6.1.1.1021/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-6.1.1.1021" + image: "epicmorg/testrail:auth-ad-6.1.1.1021" build: context: . diff --git a/linux/ecosystem/testrail/6.1.1.1021/ldap/Dockerfile b/linux/ecosystem/testrail/6.1.1.1021/ldap/Dockerfile index d77a20012..c0ae2df4f 100644 --- a/linux/ecosystem/testrail/6.1.1.1021/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.1.1.1021/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.1.1.1021 +FROM epicmorg/testrail:6.1.1.1021 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.1.1.1021/ldap/docker-compose.yml b/linux/ecosystem/testrail/6.1.1.1021/ldap/docker-compose.yml index 2f203296d..3fb170437 100644 --- a/linux/ecosystem/testrail/6.1.1.1021/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/6.1.1.1021/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-6.1.1.1021" + image: "epicmorg/testrail:auth-ldap-6.1.1.1021" build: context: . diff --git a/linux/ecosystem/testrail/6.1.1.1021/main/Dockerfile b/linux/ecosystem/testrail/6.1.1.1021/main/Dockerfile index 7aa4aeef7..d8dcc8497 100644 --- a/linux/ecosystem/testrail/6.1.1.1021/main/Dockerfile +++ b/linux/ecosystem/testrail/6.1.1.1021/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.1 +FROM epicmorg/apache2:php7.1 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/6.1.1.1021/main/docker-compose.yml b/linux/ecosystem/testrail/6.1.1.1021/main/docker-compose.yml index cdbe155c9..d3cae412a 100644 --- a/linux/ecosystem/testrail/6.1.1.1021/main/docker-compose.yml +++ b/linux/ecosystem/testrail/6.1.1.1021/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:6.1.1.1021" + image: "epicmorg/testrail:6.1.1.1021" build: context: . diff --git a/linux/ecosystem/testrail/6.2.0.1085/ad/Dockerfile b/linux/ecosystem/testrail/6.2.0.1085/ad/Dockerfile index d657bde24..0eea60e1d 100644 --- a/linux/ecosystem/testrail/6.2.0.1085/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.2.0.1085/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.2.0.1085 +FROM epicmorg/testrail:6.2.0.1085 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.2.0.1085/ad/docker-compose.yml b/linux/ecosystem/testrail/6.2.0.1085/ad/docker-compose.yml index e106302c8..b2dbc4231 100644 --- a/linux/ecosystem/testrail/6.2.0.1085/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/6.2.0.1085/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-6.2.0.1085" + image: "epicmorg/testrail:auth-ad-6.2.0.1085" build: context: . diff --git a/linux/ecosystem/testrail/6.2.0.1085/ldap/Dockerfile b/linux/ecosystem/testrail/6.2.0.1085/ldap/Dockerfile index 8adf9a539..d487b95f1 100644 --- a/linux/ecosystem/testrail/6.2.0.1085/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.2.0.1085/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.2.0.1085 +FROM epicmorg/testrail:6.2.0.1085 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.2.0.1085/ldap/docker-compose.yml b/linux/ecosystem/testrail/6.2.0.1085/ldap/docker-compose.yml index afdfb22d5..110aaba1f 100644 --- a/linux/ecosystem/testrail/6.2.0.1085/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/6.2.0.1085/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-6.2.0.1085" + image: "epicmorg/testrail:auth-ldap-6.2.0.1085" build: context: . diff --git a/linux/ecosystem/testrail/6.2.0.1085/main/Dockerfile b/linux/ecosystem/testrail/6.2.0.1085/main/Dockerfile index 390065e52..a71a59212 100644 --- a/linux/ecosystem/testrail/6.2.0.1085/main/Dockerfile +++ b/linux/ecosystem/testrail/6.2.0.1085/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.1 +FROM epicmorg/apache2:php7.1 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/6.2.0.1085/main/docker-compose.yml b/linux/ecosystem/testrail/6.2.0.1085/main/docker-compose.yml index 02e3dabec..0a2808d5c 100644 --- a/linux/ecosystem/testrail/6.2.0.1085/main/docker-compose.yml +++ b/linux/ecosystem/testrail/6.2.0.1085/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:6.2.0.1085" + image: "epicmorg/testrail:6.2.0.1085" build: context: . diff --git a/linux/ecosystem/testrail/6.2.1.1003/ad/Dockerfile b/linux/ecosystem/testrail/6.2.1.1003/ad/Dockerfile index 109489879..0bb6f4da8 100644 --- a/linux/ecosystem/testrail/6.2.1.1003/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.2.1.1003/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.2.1.1003 +FROM epicmorg/testrail:6.2.1.1003 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.2.1.1003/ad/docker-compose.yml b/linux/ecosystem/testrail/6.2.1.1003/ad/docker-compose.yml index 99b72cb99..5daf1a6b7 100644 --- a/linux/ecosystem/testrail/6.2.1.1003/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/6.2.1.1003/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-6.2.1.1003" + image: "epicmorg/testrail:auth-ad-6.2.1.1003" build: context: . diff --git a/linux/ecosystem/testrail/6.2.1.1003/ldap/Dockerfile b/linux/ecosystem/testrail/6.2.1.1003/ldap/Dockerfile index 681decd58..42f835d9b 100644 --- a/linux/ecosystem/testrail/6.2.1.1003/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.2.1.1003/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.2.1.1003 +FROM epicmorg/testrail:6.2.1.1003 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.2.1.1003/ldap/docker-compose.yml b/linux/ecosystem/testrail/6.2.1.1003/ldap/docker-compose.yml index 632a576c7..2262f2927 100644 --- a/linux/ecosystem/testrail/6.2.1.1003/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/6.2.1.1003/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-6.2.1.1003" + image: "epicmorg/testrail:auth-ldap-6.2.1.1003" build: context: . diff --git a/linux/ecosystem/testrail/6.2.1.1003/main/Dockerfile b/linux/ecosystem/testrail/6.2.1.1003/main/Dockerfile index acbb8c368..1db4ffe13 100644 --- a/linux/ecosystem/testrail/6.2.1.1003/main/Dockerfile +++ b/linux/ecosystem/testrail/6.2.1.1003/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.1 +FROM epicmorg/apache2:php7.1 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/6.2.1.1003/main/docker-compose.yml b/linux/ecosystem/testrail/6.2.1.1003/main/docker-compose.yml index c9663f38e..d4f58e180 100644 --- a/linux/ecosystem/testrail/6.2.1.1003/main/docker-compose.yml +++ b/linux/ecosystem/testrail/6.2.1.1003/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:6.2.1.1003" + image: "epicmorg/testrail:6.2.1.1003" build: context: . diff --git a/linux/ecosystem/testrail/6.2.1.1005/ad/Dockerfile b/linux/ecosystem/testrail/6.2.1.1005/ad/Dockerfile index 3b72dd7eb..743c45981 100644 --- a/linux/ecosystem/testrail/6.2.1.1005/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.2.1.1005/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.2.1.1005 +FROM epicmorg/testrail:6.2.1.1005 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.2.1.1005/ad/docker-compose.yml b/linux/ecosystem/testrail/6.2.1.1005/ad/docker-compose.yml index 19e5d4507..8f5645bb8 100644 --- a/linux/ecosystem/testrail/6.2.1.1005/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/6.2.1.1005/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-6.2.1.1005" + image: "epicmorg/testrail:auth-ad-6.2.1.1005" build: context: . diff --git a/linux/ecosystem/testrail/6.2.1.1005/ldap/Dockerfile b/linux/ecosystem/testrail/6.2.1.1005/ldap/Dockerfile index 99c3dd6ff..95d7af610 100644 --- a/linux/ecosystem/testrail/6.2.1.1005/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.2.1.1005/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.2.1.1005 +FROM epicmorg/testrail:6.2.1.1005 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.2.1.1005/ldap/docker-compose.yml b/linux/ecosystem/testrail/6.2.1.1005/ldap/docker-compose.yml index ab3485249..b74db6c80 100644 --- a/linux/ecosystem/testrail/6.2.1.1005/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/6.2.1.1005/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-6.2.1.1005" + image: "epicmorg/testrail:auth-ldap-6.2.1.1005" build: context: . diff --git a/linux/ecosystem/testrail/6.2.1.1005/main/Dockerfile b/linux/ecosystem/testrail/6.2.1.1005/main/Dockerfile index 48c8c24f5..bf0478ad4 100644 --- a/linux/ecosystem/testrail/6.2.1.1005/main/Dockerfile +++ b/linux/ecosystem/testrail/6.2.1.1005/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.1 +FROM epicmorg/apache2:php7.1 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/6.2.1.1005/main/docker-compose.yml b/linux/ecosystem/testrail/6.2.1.1005/main/docker-compose.yml index 856f00c2a..cd00952e5 100644 --- a/linux/ecosystem/testrail/6.2.1.1005/main/docker-compose.yml +++ b/linux/ecosystem/testrail/6.2.1.1005/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:6.2.1.1005" + image: "epicmorg/testrail:6.2.1.1005" build: context: . diff --git a/linux/ecosystem/testrail/6.2.2.1107/ad/Dockerfile b/linux/ecosystem/testrail/6.2.2.1107/ad/Dockerfile index 750e129bf..bdeb2b58e 100644 --- a/linux/ecosystem/testrail/6.2.2.1107/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.2.2.1107/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.2.2.1107 +FROM epicmorg/testrail:6.2.2.1107 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.2.2.1107/ad/docker-compose.yml b/linux/ecosystem/testrail/6.2.2.1107/ad/docker-compose.yml index c4abf07bd..a4e26ceec 100644 --- a/linux/ecosystem/testrail/6.2.2.1107/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/6.2.2.1107/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-6.2.2.1107" + image: "epicmorg/testrail:auth-ad-6.2.2.1107" build: context: . diff --git a/linux/ecosystem/testrail/6.2.2.1107/ldap/Dockerfile b/linux/ecosystem/testrail/6.2.2.1107/ldap/Dockerfile index 89707846b..730e9059b 100644 --- a/linux/ecosystem/testrail/6.2.2.1107/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.2.2.1107/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.2.2.1107 +FROM epicmorg/testrail:6.2.2.1107 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.2.2.1107/ldap/docker-compose.yml b/linux/ecosystem/testrail/6.2.2.1107/ldap/docker-compose.yml index 447e30d12..1ed1ae17d 100644 --- a/linux/ecosystem/testrail/6.2.2.1107/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/6.2.2.1107/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-6.2.2.1107" + image: "epicmorg/testrail:auth-ldap-6.2.2.1107" build: context: . diff --git a/linux/ecosystem/testrail/6.2.2.1107/main/Dockerfile b/linux/ecosystem/testrail/6.2.2.1107/main/Dockerfile index f2171c332..89dd35c81 100644 --- a/linux/ecosystem/testrail/6.2.2.1107/main/Dockerfile +++ b/linux/ecosystem/testrail/6.2.2.1107/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.1 +FROM epicmorg/apache2:php7.1 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/6.2.2.1107/main/docker-compose.yml b/linux/ecosystem/testrail/6.2.2.1107/main/docker-compose.yml index d2831d6d7..c97cde421 100644 --- a/linux/ecosystem/testrail/6.2.2.1107/main/docker-compose.yml +++ b/linux/ecosystem/testrail/6.2.2.1107/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:6.2.2.1107" + image: "epicmorg/testrail:6.2.2.1107" build: context: . diff --git a/linux/ecosystem/testrail/6.2.3.1114/ad/Dockerfile b/linux/ecosystem/testrail/6.2.3.1114/ad/Dockerfile index 6a9066a1c..10564d3e1 100644 --- a/linux/ecosystem/testrail/6.2.3.1114/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.2.3.1114/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.2.3.1114 +FROM epicmorg/testrail:6.2.3.1114 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.2.3.1114/ad/docker-compose.yml b/linux/ecosystem/testrail/6.2.3.1114/ad/docker-compose.yml index bc1d58ad9..eb2b5b836 100644 --- a/linux/ecosystem/testrail/6.2.3.1114/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/6.2.3.1114/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-6.2.3.1114" + image: "epicmorg/testrail:auth-ad-6.2.3.1114" build: context: . diff --git a/linux/ecosystem/testrail/6.2.3.1114/ldap/Dockerfile b/linux/ecosystem/testrail/6.2.3.1114/ldap/Dockerfile index a2e070ec6..335745c3f 100644 --- a/linux/ecosystem/testrail/6.2.3.1114/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.2.3.1114/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.2.3.1114 +FROM epicmorg/testrail:6.2.3.1114 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.2.3.1114/ldap/docker-compose.yml b/linux/ecosystem/testrail/6.2.3.1114/ldap/docker-compose.yml index 66a3586c5..8a9fbb192 100644 --- a/linux/ecosystem/testrail/6.2.3.1114/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/6.2.3.1114/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-6.2.3.1114" + image: "epicmorg/testrail:auth-ldap-6.2.3.1114" build: context: . diff --git a/linux/ecosystem/testrail/6.2.3.1114/main/Dockerfile b/linux/ecosystem/testrail/6.2.3.1114/main/Dockerfile index d844aacb0..08998fdcf 100644 --- a/linux/ecosystem/testrail/6.2.3.1114/main/Dockerfile +++ b/linux/ecosystem/testrail/6.2.3.1114/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.1 +FROM epicmorg/apache2:php7.1 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/6.2.3.1114/main/docker-compose.yml b/linux/ecosystem/testrail/6.2.3.1114/main/docker-compose.yml index 1b8da7df4..0620ea547 100644 --- a/linux/ecosystem/testrail/6.2.3.1114/main/docker-compose.yml +++ b/linux/ecosystem/testrail/6.2.3.1114/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:6.2.3.1114" + image: "epicmorg/testrail:6.2.3.1114" build: context: . diff --git a/linux/ecosystem/testrail/6.3.0.1120/ad/Dockerfile b/linux/ecosystem/testrail/6.3.0.1120/ad/Dockerfile index 94f38bce0..29886f456 100644 --- a/linux/ecosystem/testrail/6.3.0.1120/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.3.0.1120/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.3.0.1120 +FROM epicmorg/testrail:6.3.0.1120 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.3.0.1120/ad/docker-compose.yml b/linux/ecosystem/testrail/6.3.0.1120/ad/docker-compose.yml index b91fdc025..5bb1c561b 100644 --- a/linux/ecosystem/testrail/6.3.0.1120/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/6.3.0.1120/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-6.3.0.1120" + image: "epicmorg/testrail:auth-ad-6.3.0.1120" build: context: . diff --git a/linux/ecosystem/testrail/6.3.0.1120/ldap/Dockerfile b/linux/ecosystem/testrail/6.3.0.1120/ldap/Dockerfile index a4139ac8d..68bb5ea2d 100644 --- a/linux/ecosystem/testrail/6.3.0.1120/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.3.0.1120/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.3.0.1120 +FROM epicmorg/testrail:6.3.0.1120 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.3.0.1120/ldap/docker-compose.yml b/linux/ecosystem/testrail/6.3.0.1120/ldap/docker-compose.yml index 3a182c22b..016ff07b5 100644 --- a/linux/ecosystem/testrail/6.3.0.1120/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/6.3.0.1120/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-6.3.0.1120" + image: "epicmorg/testrail:auth-ldap-6.3.0.1120" build: context: . diff --git a/linux/ecosystem/testrail/6.3.0.1120/main/Dockerfile b/linux/ecosystem/testrail/6.3.0.1120/main/Dockerfile index f1fd2661c..b0979775e 100644 --- a/linux/ecosystem/testrail/6.3.0.1120/main/Dockerfile +++ b/linux/ecosystem/testrail/6.3.0.1120/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.1 +FROM epicmorg/apache2:php7.1 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/6.3.0.1120/main/docker-compose.yml b/linux/ecosystem/testrail/6.3.0.1120/main/docker-compose.yml index cb6663f9f..9d11d9713 100644 --- a/linux/ecosystem/testrail/6.3.0.1120/main/docker-compose.yml +++ b/linux/ecosystem/testrail/6.3.0.1120/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:6.3.0.1120" + image: "epicmorg/testrail:6.3.0.1120" build: context: . diff --git a/linux/ecosystem/testrail/6.3.1.1004/ad/Dockerfile b/linux/ecosystem/testrail/6.3.1.1004/ad/Dockerfile index ac1bb0a14..3a1602753 100644 --- a/linux/ecosystem/testrail/6.3.1.1004/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.3.1.1004/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.3.1.1004 +FROM epicmorg/testrail:6.3.1.1004 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.3.1.1004/ad/docker-compose.yml b/linux/ecosystem/testrail/6.3.1.1004/ad/docker-compose.yml index d7c6b0f88..a1ac12416 100644 --- a/linux/ecosystem/testrail/6.3.1.1004/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/6.3.1.1004/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-6.3.1.1004" + image: "epicmorg/testrail:auth-ad-6.3.1.1004" build: context: . diff --git a/linux/ecosystem/testrail/6.3.1.1004/ldap/Dockerfile b/linux/ecosystem/testrail/6.3.1.1004/ldap/Dockerfile index d464f29bd..c63492b99 100644 --- a/linux/ecosystem/testrail/6.3.1.1004/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.3.1.1004/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.3.1.1004 +FROM epicmorg/testrail:6.3.1.1004 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.3.1.1004/ldap/docker-compose.yml b/linux/ecosystem/testrail/6.3.1.1004/ldap/docker-compose.yml index 287efa205..b35e692aa 100644 --- a/linux/ecosystem/testrail/6.3.1.1004/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/6.3.1.1004/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-6.3.1.1004" + image: "epicmorg/testrail:auth-ldap-6.3.1.1004" build: context: . diff --git a/linux/ecosystem/testrail/6.3.1.1004/main/Dockerfile b/linux/ecosystem/testrail/6.3.1.1004/main/Dockerfile index 767b45e57..3de900622 100644 --- a/linux/ecosystem/testrail/6.3.1.1004/main/Dockerfile +++ b/linux/ecosystem/testrail/6.3.1.1004/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.1 +FROM epicmorg/apache2:php7.1 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/6.3.1.1004/main/docker-compose.yml b/linux/ecosystem/testrail/6.3.1.1004/main/docker-compose.yml index 3f43eff8f..4a2234efb 100644 --- a/linux/ecosystem/testrail/6.3.1.1004/main/docker-compose.yml +++ b/linux/ecosystem/testrail/6.3.1.1004/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:6.3.1.1004" + image: "epicmorg/testrail:6.3.1.1004" build: context: . diff --git a/linux/ecosystem/testrail/6.3.1.1006/ad/Dockerfile b/linux/ecosystem/testrail/6.3.1.1006/ad/Dockerfile index 037ec25b5..aabf9af2a 100644 --- a/linux/ecosystem/testrail/6.3.1.1006/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.3.1.1006/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.3.1.1006 +FROM epicmorg/testrail:6.3.1.1006 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.3.1.1006/ad/docker-compose.yml b/linux/ecosystem/testrail/6.3.1.1006/ad/docker-compose.yml index 6ff9111d4..21a65ee30 100644 --- a/linux/ecosystem/testrail/6.3.1.1006/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/6.3.1.1006/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-6.3.1.1006" + image: "epicmorg/testrail:auth-ad-6.3.1.1006" build: context: . diff --git a/linux/ecosystem/testrail/6.3.1.1006/ldap/Dockerfile b/linux/ecosystem/testrail/6.3.1.1006/ldap/Dockerfile index dd36bc03b..9c9a4c53b 100644 --- a/linux/ecosystem/testrail/6.3.1.1006/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.3.1.1006/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.3.1.1006 +FROM epicmorg/testrail:6.3.1.1006 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.3.1.1006/ldap/docker-compose.yml b/linux/ecosystem/testrail/6.3.1.1006/ldap/docker-compose.yml index 4a89b59d3..7208f2c8a 100644 --- a/linux/ecosystem/testrail/6.3.1.1006/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/6.3.1.1006/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-6.3.1.1006" + image: "epicmorg/testrail:auth-ldap-6.3.1.1006" build: context: . diff --git a/linux/ecosystem/testrail/6.3.1.1006/main/Dockerfile b/linux/ecosystem/testrail/6.3.1.1006/main/Dockerfile index 6b289cf03..544a7507c 100644 --- a/linux/ecosystem/testrail/6.3.1.1006/main/Dockerfile +++ b/linux/ecosystem/testrail/6.3.1.1006/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.1 +FROM epicmorg/apache2:php7.1 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/6.3.1.1006/main/docker-compose.yml b/linux/ecosystem/testrail/6.3.1.1006/main/docker-compose.yml index 1bde72d47..6fa68b21e 100644 --- a/linux/ecosystem/testrail/6.3.1.1006/main/docker-compose.yml +++ b/linux/ecosystem/testrail/6.3.1.1006/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:6.3.1.1006" + image: "epicmorg/testrail:6.3.1.1006" build: context: . diff --git a/linux/ecosystem/testrail/6.4.0.1284/ad/Dockerfile b/linux/ecosystem/testrail/6.4.0.1284/ad/Dockerfile index 49c5768e6..3fe581951 100644 --- a/linux/ecosystem/testrail/6.4.0.1284/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.4.0.1284/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.4.0.1284 +FROM epicmorg/testrail:6.4.0.1284 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.4.0.1284/ad/docker-compose.yml b/linux/ecosystem/testrail/6.4.0.1284/ad/docker-compose.yml index 70f4d9205..dcabc71ff 100644 --- a/linux/ecosystem/testrail/6.4.0.1284/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/6.4.0.1284/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-6.4.0.1284" + image: "epicmorg/testrail:auth-ad-6.4.0.1284" build: context: . diff --git a/linux/ecosystem/testrail/6.4.0.1284/ldap/Dockerfile b/linux/ecosystem/testrail/6.4.0.1284/ldap/Dockerfile index 08e6f950e..88086216f 100644 --- a/linux/ecosystem/testrail/6.4.0.1284/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.4.0.1284/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.4.0.1284 +FROM epicmorg/testrail:6.4.0.1284 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.4.0.1284/ldap/docker-compose.yml b/linux/ecosystem/testrail/6.4.0.1284/ldap/docker-compose.yml index b79d18edb..7dba2799f 100644 --- a/linux/ecosystem/testrail/6.4.0.1284/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/6.4.0.1284/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-6.4.0.1284" + image: "epicmorg/testrail:auth-ldap-6.4.0.1284" build: context: . diff --git a/linux/ecosystem/testrail/6.4.0.1284/main/Dockerfile b/linux/ecosystem/testrail/6.4.0.1284/main/Dockerfile index c6b5a05bb..39bfc32ad 100644 --- a/linux/ecosystem/testrail/6.4.0.1284/main/Dockerfile +++ b/linux/ecosystem/testrail/6.4.0.1284/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.1 +FROM epicmorg/apache2:php7.1 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/6.4.0.1284/main/docker-compose.yml b/linux/ecosystem/testrail/6.4.0.1284/main/docker-compose.yml index 42eeb7425..9b10df1d2 100644 --- a/linux/ecosystem/testrail/6.4.0.1284/main/docker-compose.yml +++ b/linux/ecosystem/testrail/6.4.0.1284/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:6.4.0.1284" + image: "epicmorg/testrail:6.4.0.1284" build: context: . diff --git a/linux/ecosystem/testrail/6.4.0.1293/ad/Dockerfile b/linux/ecosystem/testrail/6.4.0.1293/ad/Dockerfile index c4cf6ec45..fc9ea0148 100644 --- a/linux/ecosystem/testrail/6.4.0.1293/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.4.0.1293/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.4.0.1293 +FROM epicmorg/testrail:6.4.0.1293 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.4.0.1293/ad/docker-compose.yml b/linux/ecosystem/testrail/6.4.0.1293/ad/docker-compose.yml index b7b513868..4713a4594 100644 --- a/linux/ecosystem/testrail/6.4.0.1293/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/6.4.0.1293/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-6.4.0.1293" + image: "epicmorg/testrail:auth-ad-6.4.0.1293" build: context: . diff --git a/linux/ecosystem/testrail/6.4.0.1293/ldap/Dockerfile b/linux/ecosystem/testrail/6.4.0.1293/ldap/Dockerfile index ca28f8e4c..dfbbac821 100644 --- a/linux/ecosystem/testrail/6.4.0.1293/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.4.0.1293/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.4.0.1293 +FROM epicmorg/testrail:6.4.0.1293 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.4.0.1293/ldap/docker-compose.yml b/linux/ecosystem/testrail/6.4.0.1293/ldap/docker-compose.yml index 310411dc8..93bff81eb 100644 --- a/linux/ecosystem/testrail/6.4.0.1293/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/6.4.0.1293/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-6.4.0.1293" + image: "epicmorg/testrail:auth-ldap-6.4.0.1293" build: context: . diff --git a/linux/ecosystem/testrail/6.4.0.1293/main/Dockerfile b/linux/ecosystem/testrail/6.4.0.1293/main/Dockerfile index da964d58b..c18f766b3 100644 --- a/linux/ecosystem/testrail/6.4.0.1293/main/Dockerfile +++ b/linux/ecosystem/testrail/6.4.0.1293/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.1 +FROM epicmorg/apache2:php7.1 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/6.4.0.1293/main/docker-compose.yml b/linux/ecosystem/testrail/6.4.0.1293/main/docker-compose.yml index f629b9a5a..571608b1d 100644 --- a/linux/ecosystem/testrail/6.4.0.1293/main/docker-compose.yml +++ b/linux/ecosystem/testrail/6.4.0.1293/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:6.4.0.1293" + image: "epicmorg/testrail:6.4.0.1293" build: context: . diff --git a/linux/ecosystem/testrail/6.5.0.1298/ad/Dockerfile b/linux/ecosystem/testrail/6.5.0.1298/ad/Dockerfile index 193419234..f55bdadce 100644 --- a/linux/ecosystem/testrail/6.5.0.1298/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.5.0.1298/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.5.0.1298 +FROM epicmorg/testrail:6.5.0.1298 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.5.0.1298/ad/docker-compose.yml b/linux/ecosystem/testrail/6.5.0.1298/ad/docker-compose.yml index 37b610edf..b70d99c1e 100644 --- a/linux/ecosystem/testrail/6.5.0.1298/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/6.5.0.1298/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-6.5.0.1298" + image: "epicmorg/testrail:auth-ad-6.5.0.1298" build: context: . diff --git a/linux/ecosystem/testrail/6.5.0.1298/ldap/Dockerfile b/linux/ecosystem/testrail/6.5.0.1298/ldap/Dockerfile index 9dd3c32ab..79dd07b62 100644 --- a/linux/ecosystem/testrail/6.5.0.1298/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.5.0.1298/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.5.0.1298 +FROM epicmorg/testrail:6.5.0.1298 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.5.0.1298/ldap/docker-compose.yml b/linux/ecosystem/testrail/6.5.0.1298/ldap/docker-compose.yml index f7b89ce33..ba05bfb8c 100644 --- a/linux/ecosystem/testrail/6.5.0.1298/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/6.5.0.1298/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-6.5.0.1298" + image: "epicmorg/testrail:auth-ldap-6.5.0.1298" build: context: . diff --git a/linux/ecosystem/testrail/6.5.0.1298/main/Dockerfile b/linux/ecosystem/testrail/6.5.0.1298/main/Dockerfile index 1873e1f62..517bce816 100644 --- a/linux/ecosystem/testrail/6.5.0.1298/main/Dockerfile +++ b/linux/ecosystem/testrail/6.5.0.1298/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.2 +FROM epicmorg/apache2:php7.2 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/6.5.0.1298/main/docker-compose.yml b/linux/ecosystem/testrail/6.5.0.1298/main/docker-compose.yml index ffaa1a5c8..b69386970 100644 --- a/linux/ecosystem/testrail/6.5.0.1298/main/docker-compose.yml +++ b/linux/ecosystem/testrail/6.5.0.1298/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:6.5.0.1298" + image: "epicmorg/testrail:6.5.0.1298" build: context: . diff --git a/linux/ecosystem/testrail/6.5.1.1002/ad/Dockerfile b/linux/ecosystem/testrail/6.5.1.1002/ad/Dockerfile index c2ab4f2d6..a6a7ff4d9 100644 --- a/linux/ecosystem/testrail/6.5.1.1002/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.5.1.1002/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.5.1.1002 +FROM epicmorg/testrail:6.5.1.1002 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.5.1.1002/ad/docker-compose.yml b/linux/ecosystem/testrail/6.5.1.1002/ad/docker-compose.yml index 122a912ca..f68566351 100644 --- a/linux/ecosystem/testrail/6.5.1.1002/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/6.5.1.1002/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-6.5.1.1002" + image: "epicmorg/testrail:auth-ad-6.5.1.1002" build: context: . diff --git a/linux/ecosystem/testrail/6.5.1.1002/ldap/Dockerfile b/linux/ecosystem/testrail/6.5.1.1002/ldap/Dockerfile index e60aa2c5d..195202cb0 100644 --- a/linux/ecosystem/testrail/6.5.1.1002/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.5.1.1002/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.5.1.1002 +FROM epicmorg/testrail:6.5.1.1002 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.5.1.1002/ldap/docker-compose.yml b/linux/ecosystem/testrail/6.5.1.1002/ldap/docker-compose.yml index 88ce69ed0..7a25f235f 100644 --- a/linux/ecosystem/testrail/6.5.1.1002/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/6.5.1.1002/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-6.5.1.1002" + image: "epicmorg/testrail:auth-ldap-6.5.1.1002" build: context: . diff --git a/linux/ecosystem/testrail/6.5.1.1002/main/Dockerfile b/linux/ecosystem/testrail/6.5.1.1002/main/Dockerfile index b34be8c64..c9a1e6ff3 100644 --- a/linux/ecosystem/testrail/6.5.1.1002/main/Dockerfile +++ b/linux/ecosystem/testrail/6.5.1.1002/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.2 +FROM epicmorg/apache2:php7.2 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/6.5.1.1002/main/docker-compose.yml b/linux/ecosystem/testrail/6.5.1.1002/main/docker-compose.yml index 498e3f3c7..b999eee5b 100644 --- a/linux/ecosystem/testrail/6.5.1.1002/main/docker-compose.yml +++ b/linux/ecosystem/testrail/6.5.1.1002/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:6.5.1.1002" + image: "epicmorg/testrail:6.5.1.1002" build: context: . diff --git a/linux/ecosystem/testrail/6.5.3.1001/ad/Dockerfile b/linux/ecosystem/testrail/6.5.3.1001/ad/Dockerfile index ce1454ac1..50b36c1e4 100644 --- a/linux/ecosystem/testrail/6.5.3.1001/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.5.3.1001/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.5.3.1001 +FROM epicmorg/testrail:6.5.3.1001 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.5.3.1001/ad/docker-compose.yml b/linux/ecosystem/testrail/6.5.3.1001/ad/docker-compose.yml index 534344e66..27ce34f5f 100644 --- a/linux/ecosystem/testrail/6.5.3.1001/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/6.5.3.1001/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-6.5.3.1001" + image: "epicmorg/testrail:auth-ad-6.5.3.1001" build: context: . diff --git a/linux/ecosystem/testrail/6.5.3.1001/ldap/Dockerfile b/linux/ecosystem/testrail/6.5.3.1001/ldap/Dockerfile index b5d025a6f..3b6bafc92 100644 --- a/linux/ecosystem/testrail/6.5.3.1001/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.5.3.1001/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.5.3.1001 +FROM epicmorg/testrail:6.5.3.1001 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.5.3.1001/ldap/docker-compose.yml b/linux/ecosystem/testrail/6.5.3.1001/ldap/docker-compose.yml index fdfd644c7..5071dc279 100644 --- a/linux/ecosystem/testrail/6.5.3.1001/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/6.5.3.1001/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-6.5.3.1001" + image: "epicmorg/testrail:auth-ldap-6.5.3.1001" build: context: . diff --git a/linux/ecosystem/testrail/6.5.3.1001/main/Dockerfile b/linux/ecosystem/testrail/6.5.3.1001/main/Dockerfile index fae77e2d4..87ec926c0 100644 --- a/linux/ecosystem/testrail/6.5.3.1001/main/Dockerfile +++ b/linux/ecosystem/testrail/6.5.3.1001/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.2 +FROM epicmorg/apache2:php7.2 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/6.5.3.1001/main/docker-compose.yml b/linux/ecosystem/testrail/6.5.3.1001/main/docker-compose.yml index fcba2fd2b..93f051e0c 100644 --- a/linux/ecosystem/testrail/6.5.3.1001/main/docker-compose.yml +++ b/linux/ecosystem/testrail/6.5.3.1001/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:6.5.3.1001" + image: "epicmorg/testrail:6.5.3.1001" build: context: . diff --git a/linux/ecosystem/testrail/6.5.4.1002/ad/Dockerfile b/linux/ecosystem/testrail/6.5.4.1002/ad/Dockerfile index 3fbbe2d61..7097935a7 100644 --- a/linux/ecosystem/testrail/6.5.4.1002/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.5.4.1002/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.5.4.1002 +FROM epicmorg/testrail:6.5.4.1002 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.5.4.1002/ad/docker-compose.yml b/linux/ecosystem/testrail/6.5.4.1002/ad/docker-compose.yml index ff7d39c52..057d32cdf 100644 --- a/linux/ecosystem/testrail/6.5.4.1002/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/6.5.4.1002/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-6.5.4.1002" + image: "epicmorg/testrail:auth-ad-6.5.4.1002" build: context: . diff --git a/linux/ecosystem/testrail/6.5.4.1002/ldap/Dockerfile b/linux/ecosystem/testrail/6.5.4.1002/ldap/Dockerfile index 63acddc26..86d328ea6 100644 --- a/linux/ecosystem/testrail/6.5.4.1002/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.5.4.1002/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.5.4.1002 +FROM epicmorg/testrail:6.5.4.1002 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.5.4.1002/ldap/docker-compose.yml b/linux/ecosystem/testrail/6.5.4.1002/ldap/docker-compose.yml index 6a70f96d9..d1630e934 100644 --- a/linux/ecosystem/testrail/6.5.4.1002/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/6.5.4.1002/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-6.5.4.1002" + image: "epicmorg/testrail:auth-ldap-6.5.4.1002" build: context: . diff --git a/linux/ecosystem/testrail/6.5.4.1002/main/Dockerfile b/linux/ecosystem/testrail/6.5.4.1002/main/Dockerfile index f9fc3af82..27924954e 100644 --- a/linux/ecosystem/testrail/6.5.4.1002/main/Dockerfile +++ b/linux/ecosystem/testrail/6.5.4.1002/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.2 +FROM epicmorg/apache2:php7.2 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/6.5.4.1002/main/docker-compose.yml b/linux/ecosystem/testrail/6.5.4.1002/main/docker-compose.yml index e1f61f4df..759b1bce7 100644 --- a/linux/ecosystem/testrail/6.5.4.1002/main/docker-compose.yml +++ b/linux/ecosystem/testrail/6.5.4.1002/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:6.5.4.1002" + image: "epicmorg/testrail:6.5.4.1002" build: context: . diff --git a/linux/ecosystem/testrail/6.5.4.1007/ad/Dockerfile b/linux/ecosystem/testrail/6.5.4.1007/ad/Dockerfile index c123f23bf..f378337c1 100644 --- a/linux/ecosystem/testrail/6.5.4.1007/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.5.4.1007/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.5.4.1007 +FROM epicmorg/testrail:6.5.4.1007 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.5.4.1007/ad/docker-compose.yml b/linux/ecosystem/testrail/6.5.4.1007/ad/docker-compose.yml index a03c850fb..9c1123ae9 100644 --- a/linux/ecosystem/testrail/6.5.4.1007/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/6.5.4.1007/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-6.5.4.1007" + image: "epicmorg/testrail:auth-ad-6.5.4.1007" build: context: . diff --git a/linux/ecosystem/testrail/6.5.4.1007/ldap/Dockerfile b/linux/ecosystem/testrail/6.5.4.1007/ldap/Dockerfile index 169b54f8d..40e5f2ffa 100644 --- a/linux/ecosystem/testrail/6.5.4.1007/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.5.4.1007/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.5.4.1007 +FROM epicmorg/testrail:6.5.4.1007 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.5.4.1007/ldap/docker-compose.yml b/linux/ecosystem/testrail/6.5.4.1007/ldap/docker-compose.yml index 62c8d627c..99aca30d8 100644 --- a/linux/ecosystem/testrail/6.5.4.1007/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/6.5.4.1007/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-6.5.4.1007" + image: "epicmorg/testrail:auth-ldap-6.5.4.1007" build: context: . diff --git a/linux/ecosystem/testrail/6.5.4.1007/main/Dockerfile b/linux/ecosystem/testrail/6.5.4.1007/main/Dockerfile index e0308720e..ff8a88cce 100644 --- a/linux/ecosystem/testrail/6.5.4.1007/main/Dockerfile +++ b/linux/ecosystem/testrail/6.5.4.1007/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.2 +FROM epicmorg/apache2:php7.2 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/6.5.4.1007/main/docker-compose.yml b/linux/ecosystem/testrail/6.5.4.1007/main/docker-compose.yml index 4547e43f7..49e354ba8 100644 --- a/linux/ecosystem/testrail/6.5.4.1007/main/docker-compose.yml +++ b/linux/ecosystem/testrail/6.5.4.1007/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:6.5.4.1007" + image: "epicmorg/testrail:6.5.4.1007" build: context: . diff --git a/linux/ecosystem/testrail/6.5.5.1009/ad/Dockerfile b/linux/ecosystem/testrail/6.5.5.1009/ad/Dockerfile index 4ae22d8c1..39a255688 100644 --- a/linux/ecosystem/testrail/6.5.5.1009/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.5.5.1009/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.5.5.1009 +FROM epicmorg/testrail:6.5.5.1009 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.5.5.1009/ad/docker-compose.yml b/linux/ecosystem/testrail/6.5.5.1009/ad/docker-compose.yml index 13179e74c..c81ae3641 100644 --- a/linux/ecosystem/testrail/6.5.5.1009/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/6.5.5.1009/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-6.5.5.1009" + image: "epicmorg/testrail:auth-ad-6.5.5.1009" build: context: . diff --git a/linux/ecosystem/testrail/6.5.5.1009/ldap/Dockerfile b/linux/ecosystem/testrail/6.5.5.1009/ldap/Dockerfile index 4a0e22193..422a7129e 100644 --- a/linux/ecosystem/testrail/6.5.5.1009/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.5.5.1009/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.5.5.1009 +FROM epicmorg/testrail:6.5.5.1009 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.5.5.1009/ldap/docker-compose.yml b/linux/ecosystem/testrail/6.5.5.1009/ldap/docker-compose.yml index cb93df112..aff220328 100644 --- a/linux/ecosystem/testrail/6.5.5.1009/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/6.5.5.1009/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-6.5.5.1009" + image: "epicmorg/testrail:auth-ldap-6.5.5.1009" build: context: . diff --git a/linux/ecosystem/testrail/6.5.5.1009/main/Dockerfile b/linux/ecosystem/testrail/6.5.5.1009/main/Dockerfile index 7c1746864..96d0d718f 100644 --- a/linux/ecosystem/testrail/6.5.5.1009/main/Dockerfile +++ b/linux/ecosystem/testrail/6.5.5.1009/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.2 +FROM epicmorg/apache2:php7.2 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/6.5.5.1009/main/docker-compose.yml b/linux/ecosystem/testrail/6.5.5.1009/main/docker-compose.yml index 69c91e45a..275cab9fc 100644 --- a/linux/ecosystem/testrail/6.5.5.1009/main/docker-compose.yml +++ b/linux/ecosystem/testrail/6.5.5.1009/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:6.5.5.1009" + image: "epicmorg/testrail:6.5.5.1009" build: context: . diff --git a/linux/ecosystem/testrail/6.5.6.1014/ad/Dockerfile b/linux/ecosystem/testrail/6.5.6.1014/ad/Dockerfile index 44599350a..7c09d1cb6 100644 --- a/linux/ecosystem/testrail/6.5.6.1014/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.5.6.1014/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.5.6.1014 +FROM epicmorg/testrail:6.5.6.1014 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.5.6.1014/ad/docker-compose.yml b/linux/ecosystem/testrail/6.5.6.1014/ad/docker-compose.yml index a5af6c219..b928f193e 100644 --- a/linux/ecosystem/testrail/6.5.6.1014/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/6.5.6.1014/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-6.5.6.1014" + image: "epicmorg/testrail:auth-ad-6.5.6.1014" build: context: . diff --git a/linux/ecosystem/testrail/6.5.6.1014/ldap/Dockerfile b/linux/ecosystem/testrail/6.5.6.1014/ldap/Dockerfile index 9c69f5335..189ef667f 100644 --- a/linux/ecosystem/testrail/6.5.6.1014/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.5.6.1014/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.5.6.1014 +FROM epicmorg/testrail:6.5.6.1014 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.5.6.1014/ldap/docker-compose.yml b/linux/ecosystem/testrail/6.5.6.1014/ldap/docker-compose.yml index 0c71f646d..b7cabb38b 100644 --- a/linux/ecosystem/testrail/6.5.6.1014/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/6.5.6.1014/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-6.5.6.1014" + image: "epicmorg/testrail:auth-ldap-6.5.6.1014" build: context: . diff --git a/linux/ecosystem/testrail/6.5.6.1014/main/Dockerfile b/linux/ecosystem/testrail/6.5.6.1014/main/Dockerfile index b082ac1bb..de232b174 100644 --- a/linux/ecosystem/testrail/6.5.6.1014/main/Dockerfile +++ b/linux/ecosystem/testrail/6.5.6.1014/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.2 +FROM epicmorg/apache2:php7.2 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/6.5.6.1014/main/docker-compose.yml b/linux/ecosystem/testrail/6.5.6.1014/main/docker-compose.yml index 7296b1abc..80c6f2361 100644 --- a/linux/ecosystem/testrail/6.5.6.1014/main/docker-compose.yml +++ b/linux/ecosystem/testrail/6.5.6.1014/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:6.5.6.1014" + image: "epicmorg/testrail:6.5.6.1014" build: context: . diff --git a/linux/ecosystem/testrail/6.5.7.1000/ad/Dockerfile b/linux/ecosystem/testrail/6.5.7.1000/ad/Dockerfile index 3ed642cad..c80869aef 100644 --- a/linux/ecosystem/testrail/6.5.7.1000/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.5.7.1000/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.5.7.1000 +FROM epicmorg/testrail:6.5.7.1000 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.5.7.1000/ad/docker-compose.yml b/linux/ecosystem/testrail/6.5.7.1000/ad/docker-compose.yml index e15f13e53..155e27f3e 100644 --- a/linux/ecosystem/testrail/6.5.7.1000/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/6.5.7.1000/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-6.5.7.1000" + image: "epicmorg/testrail:auth-ad-6.5.7.1000" build: context: . diff --git a/linux/ecosystem/testrail/6.5.7.1000/ldap/Dockerfile b/linux/ecosystem/testrail/6.5.7.1000/ldap/Dockerfile index cbfd1b6db..8c3fc2324 100644 --- a/linux/ecosystem/testrail/6.5.7.1000/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.5.7.1000/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.5.7.1000 +FROM epicmorg/testrail:6.5.7.1000 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.5.7.1000/ldap/docker-compose.yml b/linux/ecosystem/testrail/6.5.7.1000/ldap/docker-compose.yml index 038816981..f78c16161 100644 --- a/linux/ecosystem/testrail/6.5.7.1000/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/6.5.7.1000/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-6.5.7.1000" + image: "epicmorg/testrail:auth-ldap-6.5.7.1000" build: context: . diff --git a/linux/ecosystem/testrail/6.5.7.1000/main/Dockerfile b/linux/ecosystem/testrail/6.5.7.1000/main/Dockerfile index 14128837f..57e52b4de 100644 --- a/linux/ecosystem/testrail/6.5.7.1000/main/Dockerfile +++ b/linux/ecosystem/testrail/6.5.7.1000/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.2 +FROM epicmorg/apache2:php7.2 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/6.5.7.1000/main/docker-compose.yml b/linux/ecosystem/testrail/6.5.7.1000/main/docker-compose.yml index 50856341a..2e2a8af4b 100644 --- a/linux/ecosystem/testrail/6.5.7.1000/main/docker-compose.yml +++ b/linux/ecosystem/testrail/6.5.7.1000/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:6.5.7.1000" + image: "epicmorg/testrail:6.5.7.1000" build: context: . diff --git a/linux/ecosystem/testrail/6.6.0.1156/ad/Dockerfile b/linux/ecosystem/testrail/6.6.0.1156/ad/Dockerfile index 571194c8d..68fd4a3bd 100644 --- a/linux/ecosystem/testrail/6.6.0.1156/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.6.0.1156/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.6.0.1156 +FROM epicmorg/testrail:6.6.0.1156 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.6.0.1156/ad/docker-compose.yml b/linux/ecosystem/testrail/6.6.0.1156/ad/docker-compose.yml index 9e8a9d80e..4060fac88 100644 --- a/linux/ecosystem/testrail/6.6.0.1156/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/6.6.0.1156/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-6.6.0.1156" + image: "epicmorg/testrail:auth-ad-6.6.0.1156" build: context: . diff --git a/linux/ecosystem/testrail/6.6.0.1156/ldap/Dockerfile b/linux/ecosystem/testrail/6.6.0.1156/ldap/Dockerfile index 2e5499e25..2ebaba34c 100644 --- a/linux/ecosystem/testrail/6.6.0.1156/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.6.0.1156/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.6.0.1156 +FROM epicmorg/testrail:6.6.0.1156 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.6.0.1156/ldap/docker-compose.yml b/linux/ecosystem/testrail/6.6.0.1156/ldap/docker-compose.yml index 69ffd69b3..f9fad72a6 100644 --- a/linux/ecosystem/testrail/6.6.0.1156/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/6.6.0.1156/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-6.6.0.1156" + image: "epicmorg/testrail:auth-ldap-6.6.0.1156" build: context: . diff --git a/linux/ecosystem/testrail/6.6.0.1156/main/Dockerfile b/linux/ecosystem/testrail/6.6.0.1156/main/Dockerfile index dfb2fe5ae..f926df94c 100644 --- a/linux/ecosystem/testrail/6.6.0.1156/main/Dockerfile +++ b/linux/ecosystem/testrail/6.6.0.1156/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.2 +FROM epicmorg/apache2:php7.2 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/6.6.0.1156/main/docker-compose.yml b/linux/ecosystem/testrail/6.6.0.1156/main/docker-compose.yml index a2281dee6..999b4f058 100644 --- a/linux/ecosystem/testrail/6.6.0.1156/main/docker-compose.yml +++ b/linux/ecosystem/testrail/6.6.0.1156/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:6.6.0.1156" + image: "epicmorg/testrail:6.6.0.1156" build: context: . diff --git a/linux/ecosystem/testrail/6.6.1.1166/ad/Dockerfile b/linux/ecosystem/testrail/6.6.1.1166/ad/Dockerfile index e9a918ab2..5be518a0a 100644 --- a/linux/ecosystem/testrail/6.6.1.1166/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.6.1.1166/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.6.1.1166 +FROM epicmorg/testrail:6.6.1.1166 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.6.1.1166/ad/docker-compose.yml b/linux/ecosystem/testrail/6.6.1.1166/ad/docker-compose.yml index b0b2803bb..2b9e99e0e 100644 --- a/linux/ecosystem/testrail/6.6.1.1166/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/6.6.1.1166/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-6.6.1.1166" + image: "epicmorg/testrail:auth-ad-6.6.1.1166" build: context: . diff --git a/linux/ecosystem/testrail/6.6.1.1166/ldap/Dockerfile b/linux/ecosystem/testrail/6.6.1.1166/ldap/Dockerfile index 219034fcf..03a5b5e9f 100644 --- a/linux/ecosystem/testrail/6.6.1.1166/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.6.1.1166/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.6.1.1166 +FROM epicmorg/testrail:6.6.1.1166 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.6.1.1166/ldap/docker-compose.yml b/linux/ecosystem/testrail/6.6.1.1166/ldap/docker-compose.yml index f731977b1..24ac6c2a4 100644 --- a/linux/ecosystem/testrail/6.6.1.1166/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/6.6.1.1166/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-6.6.1.1166" + image: "epicmorg/testrail:auth-ldap-6.6.1.1166" build: context: . diff --git a/linux/ecosystem/testrail/6.6.1.1166/main/Dockerfile b/linux/ecosystem/testrail/6.6.1.1166/main/Dockerfile index ac5abfab0..1edec1de3 100644 --- a/linux/ecosystem/testrail/6.6.1.1166/main/Dockerfile +++ b/linux/ecosystem/testrail/6.6.1.1166/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.2 +FROM epicmorg/apache2:php7.2 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/6.6.1.1166/main/docker-compose.yml b/linux/ecosystem/testrail/6.6.1.1166/main/docker-compose.yml index 7effe834c..dd5c164aa 100644 --- a/linux/ecosystem/testrail/6.6.1.1166/main/docker-compose.yml +++ b/linux/ecosystem/testrail/6.6.1.1166/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:6.6.1.1166" + image: "epicmorg/testrail:6.6.1.1166" build: context: . diff --git a/linux/ecosystem/testrail/6.7.1.1020/ad/Dockerfile b/linux/ecosystem/testrail/6.7.1.1020/ad/Dockerfile index 702132cd0..4d903d337 100644 --- a/linux/ecosystem/testrail/6.7.1.1020/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.7.1.1020/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.7.1.1020 +FROM epicmorg/testrail:6.7.1.1020 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.7.1.1020/ad/docker-compose.yml b/linux/ecosystem/testrail/6.7.1.1020/ad/docker-compose.yml index 9a0333d93..b8123d099 100644 --- a/linux/ecosystem/testrail/6.7.1.1020/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/6.7.1.1020/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-6.7.1.1020" + image: "epicmorg/testrail:auth-ad-6.7.1.1020" build: context: . diff --git a/linux/ecosystem/testrail/6.7.1.1020/ldap/Dockerfile b/linux/ecosystem/testrail/6.7.1.1020/ldap/Dockerfile index e5a96a3c6..4e89cec8c 100644 --- a/linux/ecosystem/testrail/6.7.1.1020/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.7.1.1020/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.7.1.1020 +FROM epicmorg/testrail:6.7.1.1020 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.7.1.1020/ldap/docker-compose.yml b/linux/ecosystem/testrail/6.7.1.1020/ldap/docker-compose.yml index 5dda38000..5a2f18ab1 100644 --- a/linux/ecosystem/testrail/6.7.1.1020/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/6.7.1.1020/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-6.7.1.1020" + image: "epicmorg/testrail:auth-ldap-6.7.1.1020" build: context: . diff --git a/linux/ecosystem/testrail/6.7.1.1020/main/Dockerfile b/linux/ecosystem/testrail/6.7.1.1020/main/Dockerfile index 7c14a7e7f..9de1c960a 100644 --- a/linux/ecosystem/testrail/6.7.1.1020/main/Dockerfile +++ b/linux/ecosystem/testrail/6.7.1.1020/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.2 +FROM epicmorg/apache2:php7.2 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/6.7.1.1020/main/docker-compose.yml b/linux/ecosystem/testrail/6.7.1.1020/main/docker-compose.yml index 816ea6706..6a61dc73f 100644 --- a/linux/ecosystem/testrail/6.7.1.1020/main/docker-compose.yml +++ b/linux/ecosystem/testrail/6.7.1.1020/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:6.7.1.1020" + image: "epicmorg/testrail:6.7.1.1020" build: context: . diff --git a/linux/ecosystem/testrail/6.7.2.1037/ad/Dockerfile b/linux/ecosystem/testrail/6.7.2.1037/ad/Dockerfile index 899156fbc..51f2351ea 100644 --- a/linux/ecosystem/testrail/6.7.2.1037/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.7.2.1037/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.7.2.1037 +FROM epicmorg/testrail:6.7.2.1037 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.7.2.1037/ad/docker-compose.yml b/linux/ecosystem/testrail/6.7.2.1037/ad/docker-compose.yml index df28d176d..5b777452a 100644 --- a/linux/ecosystem/testrail/6.7.2.1037/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/6.7.2.1037/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-6.7.2.1037" + image: "epicmorg/testrail:auth-ad-6.7.2.1037" build: context: . diff --git a/linux/ecosystem/testrail/6.7.2.1037/ldap/Dockerfile b/linux/ecosystem/testrail/6.7.2.1037/ldap/Dockerfile index 582ed73a5..92fc369d3 100644 --- a/linux/ecosystem/testrail/6.7.2.1037/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.7.2.1037/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.7.2.1037 +FROM epicmorg/testrail:6.7.2.1037 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.7.2.1037/ldap/docker-compose.yml b/linux/ecosystem/testrail/6.7.2.1037/ldap/docker-compose.yml index 7d8372824..5f562336e 100644 --- a/linux/ecosystem/testrail/6.7.2.1037/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/6.7.2.1037/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-6.7.2.1037" + image: "epicmorg/testrail:auth-ldap-6.7.2.1037" build: context: . diff --git a/linux/ecosystem/testrail/6.7.2.1037/main/Dockerfile b/linux/ecosystem/testrail/6.7.2.1037/main/Dockerfile index c1553f972..6ee6020a2 100644 --- a/linux/ecosystem/testrail/6.7.2.1037/main/Dockerfile +++ b/linux/ecosystem/testrail/6.7.2.1037/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.2 +FROM epicmorg/apache2:php7.2 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/6.7.2.1037/main/docker-compose.yml b/linux/ecosystem/testrail/6.7.2.1037/main/docker-compose.yml index 541807df1..20da4d7af 100644 --- a/linux/ecosystem/testrail/6.7.2.1037/main/docker-compose.yml +++ b/linux/ecosystem/testrail/6.7.2.1037/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:6.7.2.1037" + image: "epicmorg/testrail:6.7.2.1037" build: context: . diff --git a/linux/ecosystem/testrail/6.7.2.1043/ad/Dockerfile b/linux/ecosystem/testrail/6.7.2.1043/ad/Dockerfile index 7614bd0c1..75401b10c 100644 --- a/linux/ecosystem/testrail/6.7.2.1043/ad/Dockerfile +++ b/linux/ecosystem/testrail/6.7.2.1043/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.7.2.1043 +FROM epicmorg/testrail:6.7.2.1043 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/6.7.2.1043/ad/docker-compose.yml b/linux/ecosystem/testrail/6.7.2.1043/ad/docker-compose.yml index f35617f07..b5f36807a 100644 --- a/linux/ecosystem/testrail/6.7.2.1043/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/6.7.2.1043/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-6.7.2.1043" + image: "epicmorg/testrail:auth-ad-6.7.2.1043" build: context: . diff --git a/linux/ecosystem/testrail/6.7.2.1043/ldap/Dockerfile b/linux/ecosystem/testrail/6.7.2.1043/ldap/Dockerfile index 852897cb6..80b7734a5 100644 --- a/linux/ecosystem/testrail/6.7.2.1043/ldap/Dockerfile +++ b/linux/ecosystem/testrail/6.7.2.1043/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:6.7.2.1043 +FROM epicmorg/testrail:6.7.2.1043 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/6.7.2.1043/ldap/docker-compose.yml b/linux/ecosystem/testrail/6.7.2.1043/ldap/docker-compose.yml index 7c9dd3a03..ee33a3507 100644 --- a/linux/ecosystem/testrail/6.7.2.1043/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/6.7.2.1043/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-6.7.2.1043" + image: "epicmorg/testrail:auth-ldap-6.7.2.1043" build: context: . diff --git a/linux/ecosystem/testrail/6.7.2.1043/main/Dockerfile b/linux/ecosystem/testrail/6.7.2.1043/main/Dockerfile index 6ed34cf1c..ccae54a85 100644 --- a/linux/ecosystem/testrail/6.7.2.1043/main/Dockerfile +++ b/linux/ecosystem/testrail/6.7.2.1043/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.2 +FROM epicmorg/apache2:php7.2 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/6.7.2.1043/main/docker-compose.yml b/linux/ecosystem/testrail/6.7.2.1043/main/docker-compose.yml index 98c895e38..ee5cac181 100644 --- a/linux/ecosystem/testrail/6.7.2.1043/main/docker-compose.yml +++ b/linux/ecosystem/testrail/6.7.2.1043/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:6.7.2.1043" + image: "epicmorg/testrail:6.7.2.1043" build: context: . diff --git a/linux/ecosystem/testrail/7.0.0.1057/ad/Dockerfile b/linux/ecosystem/testrail/7.0.0.1057/ad/Dockerfile index 760e18399..15b8d4ee8 100644 --- a/linux/ecosystem/testrail/7.0.0.1057/ad/Dockerfile +++ b/linux/ecosystem/testrail/7.0.0.1057/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:7.0.0.1057 +FROM epicmorg/testrail:7.0.0.1057 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/7.0.0.1057/ad/docker-compose.yml b/linux/ecosystem/testrail/7.0.0.1057/ad/docker-compose.yml index aa0ddd5a7..13550f1a2 100644 --- a/linux/ecosystem/testrail/7.0.0.1057/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/7.0.0.1057/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-7.0.0.1057" + image: "epicmorg/testrail:auth-ad-7.0.0.1057" build: context: . diff --git a/linux/ecosystem/testrail/7.0.0.1057/ldap/Dockerfile b/linux/ecosystem/testrail/7.0.0.1057/ldap/Dockerfile index dd70c958e..b3e11174e 100644 --- a/linux/ecosystem/testrail/7.0.0.1057/ldap/Dockerfile +++ b/linux/ecosystem/testrail/7.0.0.1057/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:7.0.0.1057 +FROM epicmorg/testrail:7.0.0.1057 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/7.0.0.1057/ldap/docker-compose.yml b/linux/ecosystem/testrail/7.0.0.1057/ldap/docker-compose.yml index d04cc3cf8..fcbb30c09 100644 --- a/linux/ecosystem/testrail/7.0.0.1057/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/7.0.0.1057/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-7.0.0.1057" + image: "epicmorg/testrail:auth-ldap-7.0.0.1057" build: context: . diff --git a/linux/ecosystem/testrail/7.0.0.1057/main/Dockerfile b/linux/ecosystem/testrail/7.0.0.1057/main/Dockerfile index 5a66c2fd9..66fbe25f7 100644 --- a/linux/ecosystem/testrail/7.0.0.1057/main/Dockerfile +++ b/linux/ecosystem/testrail/7.0.0.1057/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.4 +FROM epicmorg/apache2:php7.4 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/7.0.0.1057/main/docker-compose.yml b/linux/ecosystem/testrail/7.0.0.1057/main/docker-compose.yml index 1e1e1ece9..eec0723f3 100644 --- a/linux/ecosystem/testrail/7.0.0.1057/main/docker-compose.yml +++ b/linux/ecosystem/testrail/7.0.0.1057/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:7.0.0.1057" + image: "epicmorg/testrail:7.0.0.1057" build: context: . diff --git a/linux/ecosystem/testrail/7.0.1.1002/ad/Dockerfile b/linux/ecosystem/testrail/7.0.1.1002/ad/Dockerfile index f680a6078..789d53b2f 100644 --- a/linux/ecosystem/testrail/7.0.1.1002/ad/Dockerfile +++ b/linux/ecosystem/testrail/7.0.1.1002/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:7.0.1.1002 +FROM epicmorg/testrail:7.0.1.1002 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/7.0.1.1002/ad/docker-compose.yml b/linux/ecosystem/testrail/7.0.1.1002/ad/docker-compose.yml index 5e2d930b9..ffba14113 100644 --- a/linux/ecosystem/testrail/7.0.1.1002/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/7.0.1.1002/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-7.0.1.1002" + image: "epicmorg/testrail:auth-ad-7.0.1.1002" build: context: . diff --git a/linux/ecosystem/testrail/7.0.1.1002/ldap/Dockerfile b/linux/ecosystem/testrail/7.0.1.1002/ldap/Dockerfile index 1af1d202d..5034ffedb 100644 --- a/linux/ecosystem/testrail/7.0.1.1002/ldap/Dockerfile +++ b/linux/ecosystem/testrail/7.0.1.1002/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:7.0.1.1002 +FROM epicmorg/testrail:7.0.1.1002 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/7.0.1.1002/ldap/docker-compose.yml b/linux/ecosystem/testrail/7.0.1.1002/ldap/docker-compose.yml index 9062b41b4..398fabd0e 100644 --- a/linux/ecosystem/testrail/7.0.1.1002/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/7.0.1.1002/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-7.0.1.1002" + image: "epicmorg/testrail:auth-ldap-7.0.1.1002" build: context: . diff --git a/linux/ecosystem/testrail/7.0.1.1002/main/Dockerfile b/linux/ecosystem/testrail/7.0.1.1002/main/Dockerfile index 67f80292e..81f6f3f77 100644 --- a/linux/ecosystem/testrail/7.0.1.1002/main/Dockerfile +++ b/linux/ecosystem/testrail/7.0.1.1002/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.4 +FROM epicmorg/apache2:php7.4 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/7.0.1.1002/main/docker-compose.yml b/linux/ecosystem/testrail/7.0.1.1002/main/docker-compose.yml index c8b2a3591..33025a567 100644 --- a/linux/ecosystem/testrail/7.0.1.1002/main/docker-compose.yml +++ b/linux/ecosystem/testrail/7.0.1.1002/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:7.0.1.1002" + image: "epicmorg/testrail:7.0.1.1002" build: context: . diff --git a/linux/ecosystem/testrail/7.0.1.1013/ad/Dockerfile b/linux/ecosystem/testrail/7.0.1.1013/ad/Dockerfile index b88b5b252..dbf68ca10 100644 --- a/linux/ecosystem/testrail/7.0.1.1013/ad/Dockerfile +++ b/linux/ecosystem/testrail/7.0.1.1013/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:7.0.1.1013 +FROM epicmorg/testrail:7.0.1.1013 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/7.0.1.1013/ad/docker-compose.yml b/linux/ecosystem/testrail/7.0.1.1013/ad/docker-compose.yml index 22eddeccb..fc7747ff0 100644 --- a/linux/ecosystem/testrail/7.0.1.1013/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/7.0.1.1013/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-7.0.1.1013" + image: "epicmorg/testrail:auth-ad-7.0.1.1013" build: context: . diff --git a/linux/ecosystem/testrail/7.0.1.1013/ldap/Dockerfile b/linux/ecosystem/testrail/7.0.1.1013/ldap/Dockerfile index 2c1e4acf8..de6244ae5 100644 --- a/linux/ecosystem/testrail/7.0.1.1013/ldap/Dockerfile +++ b/linux/ecosystem/testrail/7.0.1.1013/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:7.0.1.1013 +FROM epicmorg/testrail:7.0.1.1013 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/7.0.1.1013/ldap/docker-compose.yml b/linux/ecosystem/testrail/7.0.1.1013/ldap/docker-compose.yml index 92de21434..cc3b0e9ec 100644 --- a/linux/ecosystem/testrail/7.0.1.1013/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/7.0.1.1013/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-7.0.1.1013" + image: "epicmorg/testrail:auth-ldap-7.0.1.1013" build: context: . diff --git a/linux/ecosystem/testrail/7.0.1.1013/main/Dockerfile b/linux/ecosystem/testrail/7.0.1.1013/main/Dockerfile index d16998f10..e2d2cd7db 100644 --- a/linux/ecosystem/testrail/7.0.1.1013/main/Dockerfile +++ b/linux/ecosystem/testrail/7.0.1.1013/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.4 +FROM epicmorg/apache2:php7.4 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/7.0.1.1013/main/docker-compose.yml b/linux/ecosystem/testrail/7.0.1.1013/main/docker-compose.yml index 2a85c93bb..2ce64b0c9 100644 --- a/linux/ecosystem/testrail/7.0.1.1013/main/docker-compose.yml +++ b/linux/ecosystem/testrail/7.0.1.1013/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:7.0.1.1013" + image: "epicmorg/testrail:7.0.1.1013" build: context: . diff --git a/linux/ecosystem/testrail/7.0.2.1014/ad/Dockerfile b/linux/ecosystem/testrail/7.0.2.1014/ad/Dockerfile index 840e173a4..9530edb4e 100644 --- a/linux/ecosystem/testrail/7.0.2.1014/ad/Dockerfile +++ b/linux/ecosystem/testrail/7.0.2.1014/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:7.0.2.1014 +FROM epicmorg/testrail:7.0.2.1014 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/7.0.2.1014/ad/docker-compose.yml b/linux/ecosystem/testrail/7.0.2.1014/ad/docker-compose.yml index 471cbf365..ce584b224 100644 --- a/linux/ecosystem/testrail/7.0.2.1014/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/7.0.2.1014/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-7.0.2.1014" + image: "epicmorg/testrail:auth-ad-7.0.2.1014" build: context: . diff --git a/linux/ecosystem/testrail/7.0.2.1014/ldap/Dockerfile b/linux/ecosystem/testrail/7.0.2.1014/ldap/Dockerfile index a0b12623e..f18b10070 100644 --- a/linux/ecosystem/testrail/7.0.2.1014/ldap/Dockerfile +++ b/linux/ecosystem/testrail/7.0.2.1014/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:7.0.2.1014 +FROM epicmorg/testrail:7.0.2.1014 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/7.0.2.1014/ldap/docker-compose.yml b/linux/ecosystem/testrail/7.0.2.1014/ldap/docker-compose.yml index b70c217b7..feac5853b 100644 --- a/linux/ecosystem/testrail/7.0.2.1014/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/7.0.2.1014/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-7.0.2.1014" + image: "epicmorg/testrail:auth-ldap-7.0.2.1014" build: context: . diff --git a/linux/ecosystem/testrail/7.0.2.1014/main/Dockerfile b/linux/ecosystem/testrail/7.0.2.1014/main/Dockerfile index 909d4567c..e383bccc2 100644 --- a/linux/ecosystem/testrail/7.0.2.1014/main/Dockerfile +++ b/linux/ecosystem/testrail/7.0.2.1014/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.4 +FROM epicmorg/apache2:php7.4 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/7.0.2.1014/main/docker-compose.yml b/linux/ecosystem/testrail/7.0.2.1014/main/docker-compose.yml index 1114c4b87..dd1f7d001 100644 --- a/linux/ecosystem/testrail/7.0.2.1014/main/docker-compose.yml +++ b/linux/ecosystem/testrail/7.0.2.1014/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:7.0.2.1014" + image: "epicmorg/testrail:7.0.2.1014" build: context: . diff --git a/linux/ecosystem/testrail/7.0.2.1015/ad/Dockerfile b/linux/ecosystem/testrail/7.0.2.1015/ad/Dockerfile index 071e85122..8cfff21f5 100644 --- a/linux/ecosystem/testrail/7.0.2.1015/ad/Dockerfile +++ b/linux/ecosystem/testrail/7.0.2.1015/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:7.0.2.1015 +FROM epicmorg/testrail:7.0.2.1015 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/7.0.2.1015/ad/docker-compose.yml b/linux/ecosystem/testrail/7.0.2.1015/ad/docker-compose.yml index 40b103d17..d3b10ddca 100644 --- a/linux/ecosystem/testrail/7.0.2.1015/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/7.0.2.1015/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-7.0.2.1015" + image: "epicmorg/testrail:auth-ad-7.0.2.1015" build: context: . diff --git a/linux/ecosystem/testrail/7.0.2.1015/ldap/Dockerfile b/linux/ecosystem/testrail/7.0.2.1015/ldap/Dockerfile index 0c5b08c3d..f8785d98c 100644 --- a/linux/ecosystem/testrail/7.0.2.1015/ldap/Dockerfile +++ b/linux/ecosystem/testrail/7.0.2.1015/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:7.0.2.1015 +FROM epicmorg/testrail:7.0.2.1015 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/7.0.2.1015/ldap/docker-compose.yml b/linux/ecosystem/testrail/7.0.2.1015/ldap/docker-compose.yml index bb560fdc8..402925f11 100644 --- a/linux/ecosystem/testrail/7.0.2.1015/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/7.0.2.1015/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-7.0.2.1015" + image: "epicmorg/testrail:auth-ldap-7.0.2.1015" build: context: . diff --git a/linux/ecosystem/testrail/7.0.2.1015/main/Dockerfile b/linux/ecosystem/testrail/7.0.2.1015/main/Dockerfile index bb4cad382..c49dd2db2 100644 --- a/linux/ecosystem/testrail/7.0.2.1015/main/Dockerfile +++ b/linux/ecosystem/testrail/7.0.2.1015/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.4 +FROM epicmorg/apache2:php7.4 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/7.0.2.1015/main/docker-compose.yml b/linux/ecosystem/testrail/7.0.2.1015/main/docker-compose.yml index b1d430bd2..a83a30e8a 100644 --- a/linux/ecosystem/testrail/7.0.2.1015/main/docker-compose.yml +++ b/linux/ecosystem/testrail/7.0.2.1015/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:7.0.2.1015" + image: "epicmorg/testrail:7.0.2.1015" build: context: . diff --git a/linux/ecosystem/testrail/7.0.2.1016/ad/Dockerfile b/linux/ecosystem/testrail/7.0.2.1016/ad/Dockerfile index 7f2cd6022..24ef7aede 100644 --- a/linux/ecosystem/testrail/7.0.2.1016/ad/Dockerfile +++ b/linux/ecosystem/testrail/7.0.2.1016/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:7.0.2.1016 +FROM epicmorg/testrail:7.0.2.1016 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/7.0.2.1016/ad/docker-compose.yml b/linux/ecosystem/testrail/7.0.2.1016/ad/docker-compose.yml index ae3536176..8db1cdd20 100644 --- a/linux/ecosystem/testrail/7.0.2.1016/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/7.0.2.1016/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-7.0.2.1016" + image: "epicmorg/testrail:auth-ad-7.0.2.1016" build: context: . diff --git a/linux/ecosystem/testrail/7.0.2.1016/ldap/Dockerfile b/linux/ecosystem/testrail/7.0.2.1016/ldap/Dockerfile index af5427826..d63c45938 100644 --- a/linux/ecosystem/testrail/7.0.2.1016/ldap/Dockerfile +++ b/linux/ecosystem/testrail/7.0.2.1016/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:7.0.2.1016 +FROM epicmorg/testrail:7.0.2.1016 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/7.0.2.1016/ldap/docker-compose.yml b/linux/ecosystem/testrail/7.0.2.1016/ldap/docker-compose.yml index b06214cb3..793adff55 100644 --- a/linux/ecosystem/testrail/7.0.2.1016/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/7.0.2.1016/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-7.0.2.1016" + image: "epicmorg/testrail:auth-ldap-7.0.2.1016" build: context: . diff --git a/linux/ecosystem/testrail/7.0.2.1016/main/Dockerfile b/linux/ecosystem/testrail/7.0.2.1016/main/Dockerfile index e404eac82..d5ff8f06a 100644 --- a/linux/ecosystem/testrail/7.0.2.1016/main/Dockerfile +++ b/linux/ecosystem/testrail/7.0.2.1016/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.4 +FROM epicmorg/apache2:php7.4 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/7.0.2.1016/main/docker-compose.yml b/linux/ecosystem/testrail/7.0.2.1016/main/docker-compose.yml index 9858294a4..474c9a0eb 100644 --- a/linux/ecosystem/testrail/7.0.2.1016/main/docker-compose.yml +++ b/linux/ecosystem/testrail/7.0.2.1016/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:7.0.2.1016" + image: "epicmorg/testrail:7.0.2.1016" build: context: . diff --git a/linux/ecosystem/testrail/7.4.1.8079/ad/Dockerfile b/linux/ecosystem/testrail/7.4.1.8079/ad/Dockerfile index 06ac10bbd..24728d658 100644 --- a/linux/ecosystem/testrail/7.4.1.8079/ad/Dockerfile +++ b/linux/ecosystem/testrail/7.4.1.8079/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:7.4.1.8079 +FROM epicmorg/testrail:7.4.1.8079 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/7.4.1.8079/ad/docker-compose.yml b/linux/ecosystem/testrail/7.4.1.8079/ad/docker-compose.yml index a674207b4..1b41c95e7 100644 --- a/linux/ecosystem/testrail/7.4.1.8079/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/7.4.1.8079/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-7.4.1.8079" + image: "epicmorg/testrail:auth-ad-7.4.1.8079" build: context: . diff --git a/linux/ecosystem/testrail/7.4.1.8079/ldap/Dockerfile b/linux/ecosystem/testrail/7.4.1.8079/ldap/Dockerfile index deb825892..230ebd910 100644 --- a/linux/ecosystem/testrail/7.4.1.8079/ldap/Dockerfile +++ b/linux/ecosystem/testrail/7.4.1.8079/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:7.4.1.8079 +FROM epicmorg/testrail:7.4.1.8079 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/7.4.1.8079/ldap/docker-compose.yml b/linux/ecosystem/testrail/7.4.1.8079/ldap/docker-compose.yml index 50b0ca398..c17fd4ca2 100644 --- a/linux/ecosystem/testrail/7.4.1.8079/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/7.4.1.8079/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-7.4.1.8079" + image: "epicmorg/testrail:auth-ldap-7.4.1.8079" build: context: . diff --git a/linux/ecosystem/testrail/7.4.1.8079/main/Dockerfile b/linux/ecosystem/testrail/7.4.1.8079/main/Dockerfile index bd5092b8b..f3f9be015 100644 --- a/linux/ecosystem/testrail/7.4.1.8079/main/Dockerfile +++ b/linux/ecosystem/testrail/7.4.1.8079/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.4 +FROM epicmorg/apache2:php7.4 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/7.4.1.8079/main/docker-compose.yml b/linux/ecosystem/testrail/7.4.1.8079/main/docker-compose.yml index d0a7a07bd..42c5c669e 100644 --- a/linux/ecosystem/testrail/7.4.1.8079/main/docker-compose.yml +++ b/linux/ecosystem/testrail/7.4.1.8079/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:7.4.1.8079" + image: "epicmorg/testrail:7.4.1.8079" build: context: . diff --git a/linux/ecosystem/testrail/7.4.1.8091/ad/Dockerfile b/linux/ecosystem/testrail/7.4.1.8091/ad/Dockerfile index 0292a985a..5be5f2229 100644 --- a/linux/ecosystem/testrail/7.4.1.8091/ad/Dockerfile +++ b/linux/ecosystem/testrail/7.4.1.8091/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:7.4.1.8091 +FROM epicmorg/testrail:7.4.1.8091 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/7.4.1.8091/ad/docker-compose.yml b/linux/ecosystem/testrail/7.4.1.8091/ad/docker-compose.yml index 5f8d1680d..b2c6619ec 100644 --- a/linux/ecosystem/testrail/7.4.1.8091/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/7.4.1.8091/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-7.4.1.8091" + image: "epicmorg/testrail:auth-ad-7.4.1.8091" build: context: . diff --git a/linux/ecosystem/testrail/7.4.1.8091/ldap/Dockerfile b/linux/ecosystem/testrail/7.4.1.8091/ldap/Dockerfile index bf4198f44..5f5b6d1c4 100644 --- a/linux/ecosystem/testrail/7.4.1.8091/ldap/Dockerfile +++ b/linux/ecosystem/testrail/7.4.1.8091/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:7.4.1.8091 +FROM epicmorg/testrail:7.4.1.8091 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/7.4.1.8091/ldap/docker-compose.yml b/linux/ecosystem/testrail/7.4.1.8091/ldap/docker-compose.yml index fe7f5fa4f..a75aa43b9 100644 --- a/linux/ecosystem/testrail/7.4.1.8091/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/7.4.1.8091/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-7.4.1.8091" + image: "epicmorg/testrail:auth-ldap-7.4.1.8091" build: context: . diff --git a/linux/ecosystem/testrail/7.4.1.8091/main/Dockerfile b/linux/ecosystem/testrail/7.4.1.8091/main/Dockerfile index a73829663..26aff9870 100644 --- a/linux/ecosystem/testrail/7.4.1.8091/main/Dockerfile +++ b/linux/ecosystem/testrail/7.4.1.8091/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.4 +FROM epicmorg/apache2:php7.4 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/7.4.1.8091/main/docker-compose.yml b/linux/ecosystem/testrail/7.4.1.8091/main/docker-compose.yml index 7b4bc9da5..7cc8c95b7 100644 --- a/linux/ecosystem/testrail/7.4.1.8091/main/docker-compose.yml +++ b/linux/ecosystem/testrail/7.4.1.8091/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:7.4.1.8091" + image: "epicmorg/testrail:7.4.1.8091" build: context: . diff --git a/linux/ecosystem/testrail/7.4.1.8092/ad/Dockerfile b/linux/ecosystem/testrail/7.4.1.8092/ad/Dockerfile index 106073dc3..8bbf570cb 100644 --- a/linux/ecosystem/testrail/7.4.1.8092/ad/Dockerfile +++ b/linux/ecosystem/testrail/7.4.1.8092/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:7.4.1.8092 +FROM epicmorg/testrail:7.4.1.8092 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/7.4.1.8092/ad/docker-compose.yml b/linux/ecosystem/testrail/7.4.1.8092/ad/docker-compose.yml index bb306ee40..d0465fd03 100644 --- a/linux/ecosystem/testrail/7.4.1.8092/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/7.4.1.8092/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-7.4.1.8092" + image: "epicmorg/testrail:auth-ad-7.4.1.8092" build: context: . diff --git a/linux/ecosystem/testrail/7.4.1.8092/ldap/Dockerfile b/linux/ecosystem/testrail/7.4.1.8092/ldap/Dockerfile index 3423afd3b..652aa975b 100644 --- a/linux/ecosystem/testrail/7.4.1.8092/ldap/Dockerfile +++ b/linux/ecosystem/testrail/7.4.1.8092/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:7.4.1.8092 +FROM epicmorg/testrail:7.4.1.8092 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/7.4.1.8092/ldap/docker-compose.yml b/linux/ecosystem/testrail/7.4.1.8092/ldap/docker-compose.yml index af6070928..7e6346461 100644 --- a/linux/ecosystem/testrail/7.4.1.8092/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/7.4.1.8092/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-7.4.1.8092" + image: "epicmorg/testrail:auth-ldap-7.4.1.8092" build: context: . diff --git a/linux/ecosystem/testrail/7.4.1.8092/main/Dockerfile b/linux/ecosystem/testrail/7.4.1.8092/main/Dockerfile index 75fab4457..9fa7d722c 100644 --- a/linux/ecosystem/testrail/7.4.1.8092/main/Dockerfile +++ b/linux/ecosystem/testrail/7.4.1.8092/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.4 +FROM epicmorg/apache2:php7.4 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/7.4.1.8092/main/docker-compose.yml b/linux/ecosystem/testrail/7.4.1.8092/main/docker-compose.yml index a58ac504d..cccf5d512 100644 --- a/linux/ecosystem/testrail/7.4.1.8092/main/docker-compose.yml +++ b/linux/ecosystem/testrail/7.4.1.8092/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:7.4.1.8092" + image: "epicmorg/testrail:7.4.1.8092" build: context: . diff --git a/linux/ecosystem/testrail/7.5.1.7010/ad/Dockerfile b/linux/ecosystem/testrail/7.5.1.7010/ad/Dockerfile index ec0778c27..f7da517ca 100644 --- a/linux/ecosystem/testrail/7.5.1.7010/ad/Dockerfile +++ b/linux/ecosystem/testrail/7.5.1.7010/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:7.5.1.7010 +FROM epicmorg/testrail:7.5.1.7010 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/7.5.1.7010/ad/docker-compose.yml b/linux/ecosystem/testrail/7.5.1.7010/ad/docker-compose.yml index 2680e4702..9d9ea4755 100644 --- a/linux/ecosystem/testrail/7.5.1.7010/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/7.5.1.7010/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-7.5.1.7010" + image: "epicmorg/testrail:auth-ad-7.5.1.7010" build: context: . diff --git a/linux/ecosystem/testrail/7.5.1.7010/ldap/Dockerfile b/linux/ecosystem/testrail/7.5.1.7010/ldap/Dockerfile index 62511a15d..a26b3d7a9 100644 --- a/linux/ecosystem/testrail/7.5.1.7010/ldap/Dockerfile +++ b/linux/ecosystem/testrail/7.5.1.7010/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:7.5.1.7010 +FROM epicmorg/testrail:7.5.1.7010 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/7.5.1.7010/ldap/docker-compose.yml b/linux/ecosystem/testrail/7.5.1.7010/ldap/docker-compose.yml index fc4e0a783..4a9fe98d6 100644 --- a/linux/ecosystem/testrail/7.5.1.7010/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/7.5.1.7010/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-7.5.1.7010" + image: "epicmorg/testrail:auth-ldap-7.5.1.7010" build: context: . diff --git a/linux/ecosystem/testrail/7.5.1.7010/main/Dockerfile b/linux/ecosystem/testrail/7.5.1.7010/main/Dockerfile index 57336d4d7..f946ab1a6 100644 --- a/linux/ecosystem/testrail/7.5.1.7010/main/Dockerfile +++ b/linux/ecosystem/testrail/7.5.1.7010/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.4 +FROM epicmorg/apache2:php7.4 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/7.5.1.7010/main/docker-compose.yml b/linux/ecosystem/testrail/7.5.1.7010/main/docker-compose.yml index b13ecbb7d..a1ab3e45f 100644 --- a/linux/ecosystem/testrail/7.5.1.7010/main/docker-compose.yml +++ b/linux/ecosystem/testrail/7.5.1.7010/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:7.5.1.7010" + image: "epicmorg/testrail:7.5.1.7010" build: context: . diff --git a/linux/ecosystem/testrail/7.5.1.7012/ad/Dockerfile b/linux/ecosystem/testrail/7.5.1.7012/ad/Dockerfile index 7f60df685..b099ac164 100644 --- a/linux/ecosystem/testrail/7.5.1.7012/ad/Dockerfile +++ b/linux/ecosystem/testrail/7.5.1.7012/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:7.5.1.7012 +FROM epicmorg/testrail:7.5.1.7012 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/7.5.1.7012/ad/docker-compose.yml b/linux/ecosystem/testrail/7.5.1.7012/ad/docker-compose.yml index 0a3e21c02..490237047 100644 --- a/linux/ecosystem/testrail/7.5.1.7012/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/7.5.1.7012/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-7.5.1.7012" + image: "epicmorg/testrail:auth-ad-7.5.1.7012" build: context: . diff --git a/linux/ecosystem/testrail/7.5.1.7012/ldap/Dockerfile b/linux/ecosystem/testrail/7.5.1.7012/ldap/Dockerfile index 49a1c90be..c1fe7d090 100644 --- a/linux/ecosystem/testrail/7.5.1.7012/ldap/Dockerfile +++ b/linux/ecosystem/testrail/7.5.1.7012/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:7.5.1.7012 +FROM epicmorg/testrail:7.5.1.7012 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/7.5.1.7012/ldap/docker-compose.yml b/linux/ecosystem/testrail/7.5.1.7012/ldap/docker-compose.yml index 0813feeef..0d5e01e2d 100644 --- a/linux/ecosystem/testrail/7.5.1.7012/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/7.5.1.7012/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-7.5.1.7012" + image: "epicmorg/testrail:auth-ldap-7.5.1.7012" build: context: . diff --git a/linux/ecosystem/testrail/7.5.1.7012/main/Dockerfile b/linux/ecosystem/testrail/7.5.1.7012/main/Dockerfile index 6fe914c5c..1b332f64b 100644 --- a/linux/ecosystem/testrail/7.5.1.7012/main/Dockerfile +++ b/linux/ecosystem/testrail/7.5.1.7012/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.4 +FROM epicmorg/apache2:php7.4 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/7.5.1.7012/main/docker-compose.yml b/linux/ecosystem/testrail/7.5.1.7012/main/docker-compose.yml index 02f5e6f4a..129f16c82 100644 --- a/linux/ecosystem/testrail/7.5.1.7012/main/docker-compose.yml +++ b/linux/ecosystem/testrail/7.5.1.7012/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:7.5.1.7012" + image: "epicmorg/testrail:7.5.1.7012" build: context: . diff --git a/linux/ecosystem/testrail/7.5.1.7013/ad/Dockerfile b/linux/ecosystem/testrail/7.5.1.7013/ad/Dockerfile index fa3f26be4..4f1b8de77 100644 --- a/linux/ecosystem/testrail/7.5.1.7013/ad/Dockerfile +++ b/linux/ecosystem/testrail/7.5.1.7013/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:7.5.1.7013 +FROM epicmorg/testrail:7.5.1.7013 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/7.5.1.7013/ad/docker-compose.yml b/linux/ecosystem/testrail/7.5.1.7013/ad/docker-compose.yml index d1b84c934..22435a6ad 100644 --- a/linux/ecosystem/testrail/7.5.1.7013/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/7.5.1.7013/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-7.5.1.7013" + image: "epicmorg/testrail:auth-ad-7.5.1.7013" build: context: . diff --git a/linux/ecosystem/testrail/7.5.1.7013/ldap/Dockerfile b/linux/ecosystem/testrail/7.5.1.7013/ldap/Dockerfile index 14fd5a9b2..8a03a647b 100644 --- a/linux/ecosystem/testrail/7.5.1.7013/ldap/Dockerfile +++ b/linux/ecosystem/testrail/7.5.1.7013/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:7.5.1.7013 +FROM epicmorg/testrail:7.5.1.7013 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/7.5.1.7013/ldap/docker-compose.yml b/linux/ecosystem/testrail/7.5.1.7013/ldap/docker-compose.yml index 83ebc616c..6e88f83f8 100644 --- a/linux/ecosystem/testrail/7.5.1.7013/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/7.5.1.7013/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-7.5.1.7013" + image: "epicmorg/testrail:auth-ldap-7.5.1.7013" build: context: . diff --git a/linux/ecosystem/testrail/7.5.1.7013/main/Dockerfile b/linux/ecosystem/testrail/7.5.1.7013/main/Dockerfile index 83e859808..9d50ef398 100644 --- a/linux/ecosystem/testrail/7.5.1.7013/main/Dockerfile +++ b/linux/ecosystem/testrail/7.5.1.7013/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.4 +FROM epicmorg/apache2:php7.4 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/7.5.1.7013/main/docker-compose.yml b/linux/ecosystem/testrail/7.5.1.7013/main/docker-compose.yml index 96d97adf4..c9f636c64 100644 --- a/linux/ecosystem/testrail/7.5.1.7013/main/docker-compose.yml +++ b/linux/ecosystem/testrail/7.5.1.7013/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:7.5.1.7013" + image: "epicmorg/testrail:7.5.1.7013" build: context: . diff --git a/linux/ecosystem/testrail/7.5.2.1002/ad/Dockerfile b/linux/ecosystem/testrail/7.5.2.1002/ad/Dockerfile index 63c4ddddd..4a6d31ca4 100644 --- a/linux/ecosystem/testrail/7.5.2.1002/ad/Dockerfile +++ b/linux/ecosystem/testrail/7.5.2.1002/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:7.5.2.1002 +FROM epicmorg/testrail:7.5.2.1002 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/7.5.2.1002/ad/docker-compose.yml b/linux/ecosystem/testrail/7.5.2.1002/ad/docker-compose.yml index 68574a074..26d352409 100644 --- a/linux/ecosystem/testrail/7.5.2.1002/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/7.5.2.1002/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-7.5.2.1002" + image: "epicmorg/testrail:auth-ad-7.5.2.1002" build: context: . diff --git a/linux/ecosystem/testrail/7.5.2.1002/ldap/Dockerfile b/linux/ecosystem/testrail/7.5.2.1002/ldap/Dockerfile index 26d0a2077..d6b6299ce 100644 --- a/linux/ecosystem/testrail/7.5.2.1002/ldap/Dockerfile +++ b/linux/ecosystem/testrail/7.5.2.1002/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:7.5.2.1002 +FROM epicmorg/testrail:7.5.2.1002 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/7.5.2.1002/ldap/docker-compose.yml b/linux/ecosystem/testrail/7.5.2.1002/ldap/docker-compose.yml index 42b97030f..430dedddc 100644 --- a/linux/ecosystem/testrail/7.5.2.1002/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/7.5.2.1002/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-7.5.2.1002" + image: "epicmorg/testrail:auth-ldap-7.5.2.1002" build: context: . diff --git a/linux/ecosystem/testrail/7.5.2.1002/main/Dockerfile b/linux/ecosystem/testrail/7.5.2.1002/main/Dockerfile index c1b0121fb..ec82fd260 100644 --- a/linux/ecosystem/testrail/7.5.2.1002/main/Dockerfile +++ b/linux/ecosystem/testrail/7.5.2.1002/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.4 +FROM epicmorg/apache2:php7.4 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/7.5.2.1002/main/docker-compose.yml b/linux/ecosystem/testrail/7.5.2.1002/main/docker-compose.yml index c9cdb8f2c..d706ee55b 100644 --- a/linux/ecosystem/testrail/7.5.2.1002/main/docker-compose.yml +++ b/linux/ecosystem/testrail/7.5.2.1002/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:7.5.2.1002" + image: "epicmorg/testrail:7.5.2.1002" build: context: . diff --git a/linux/ecosystem/testrail/7.5.3.1000/ad/Dockerfile b/linux/ecosystem/testrail/7.5.3.1000/ad/Dockerfile index 5cdf62153..814c43112 100644 --- a/linux/ecosystem/testrail/7.5.3.1000/ad/Dockerfile +++ b/linux/ecosystem/testrail/7.5.3.1000/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:7.5.3.1000 +FROM epicmorg/testrail:7.5.3.1000 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/7.5.3.1000/ad/docker-compose.yml b/linux/ecosystem/testrail/7.5.3.1000/ad/docker-compose.yml index 89d00f41c..89b0f1f8a 100644 --- a/linux/ecosystem/testrail/7.5.3.1000/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/7.5.3.1000/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-7.5.3.1000" + image: "epicmorg/testrail:auth-ad-7.5.3.1000" build: context: . diff --git a/linux/ecosystem/testrail/7.5.3.1000/ldap/Dockerfile b/linux/ecosystem/testrail/7.5.3.1000/ldap/Dockerfile index 7f6073f0b..1f5f2296f 100644 --- a/linux/ecosystem/testrail/7.5.3.1000/ldap/Dockerfile +++ b/linux/ecosystem/testrail/7.5.3.1000/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:7.5.3.1000 +FROM epicmorg/testrail:7.5.3.1000 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/7.5.3.1000/ldap/docker-compose.yml b/linux/ecosystem/testrail/7.5.3.1000/ldap/docker-compose.yml index 5a5994679..288f5d1bd 100644 --- a/linux/ecosystem/testrail/7.5.3.1000/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/7.5.3.1000/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-7.5.3.1000" + image: "epicmorg/testrail:auth-ldap-7.5.3.1000" build: context: . diff --git a/linux/ecosystem/testrail/7.5.3.1000/main/Dockerfile b/linux/ecosystem/testrail/7.5.3.1000/main/Dockerfile index 98adbd1e6..bf1ec45de 100644 --- a/linux/ecosystem/testrail/7.5.3.1000/main/Dockerfile +++ b/linux/ecosystem/testrail/7.5.3.1000/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php7.4 +FROM epicmorg/apache2:php7.4 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/7.5.3.1000/main/docker-compose.yml b/linux/ecosystem/testrail/7.5.3.1000/main/docker-compose.yml index 9167c2737..634c7f94a 100644 --- a/linux/ecosystem/testrail/7.5.3.1000/main/docker-compose.yml +++ b/linux/ecosystem/testrail/7.5.3.1000/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:7.5.3.1000" + image: "epicmorg/testrail:7.5.3.1000" build: context: . diff --git a/linux/ecosystem/testrail/8.0.0.1089/ad/Dockerfile b/linux/ecosystem/testrail/8.0.0.1089/ad/Dockerfile index 01aceeafb..6f1ec0336 100644 --- a/linux/ecosystem/testrail/8.0.0.1089/ad/Dockerfile +++ b/linux/ecosystem/testrail/8.0.0.1089/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:8.0.0.1089 +FROM epicmorg/testrail:8.0.0.1089 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/8.0.0.1089/ad/docker-compose.yml b/linux/ecosystem/testrail/8.0.0.1089/ad/docker-compose.yml index a6e94e7e8..0e27d5a72 100644 --- a/linux/ecosystem/testrail/8.0.0.1089/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/8.0.0.1089/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-8.0.0.1089" + image: "epicmorg/testrail:auth-ad-8.0.0.1089" build: context: . diff --git a/linux/ecosystem/testrail/8.0.0.1089/ldap/Dockerfile b/linux/ecosystem/testrail/8.0.0.1089/ldap/Dockerfile index 66a10c5d4..6046a0cfc 100644 --- a/linux/ecosystem/testrail/8.0.0.1089/ldap/Dockerfile +++ b/linux/ecosystem/testrail/8.0.0.1089/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:8.0.0.1089 +FROM epicmorg/testrail:8.0.0.1089 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/8.0.0.1089/ldap/docker-compose.yml b/linux/ecosystem/testrail/8.0.0.1089/ldap/docker-compose.yml index f8a544da4..da38773a8 100644 --- a/linux/ecosystem/testrail/8.0.0.1089/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/8.0.0.1089/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-8.0.0.1089" + image: "epicmorg/testrail:auth-ldap-8.0.0.1089" build: context: . diff --git a/linux/ecosystem/testrail/8.0.0.1089/main/Dockerfile b/linux/ecosystem/testrail/8.0.0.1089/main/Dockerfile index b99a59e0f..a635367cf 100644 --- a/linux/ecosystem/testrail/8.0.0.1089/main/Dockerfile +++ b/linux/ecosystem/testrail/8.0.0.1089/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php8.1 +FROM epicmorg/apache2:php8.1 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion81.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion81.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/8.0.0.1089/main/docker-compose.yml b/linux/ecosystem/testrail/8.0.0.1089/main/docker-compose.yml index a88e80343..45bc02395 100644 --- a/linux/ecosystem/testrail/8.0.0.1089/main/docker-compose.yml +++ b/linux/ecosystem/testrail/8.0.0.1089/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:8.0.0.1089" + image: "epicmorg/testrail:8.0.0.1089" build: context: . diff --git a/linux/ecosystem/testrail/8.0.1.1029/ad/Dockerfile b/linux/ecosystem/testrail/8.0.1.1029/ad/Dockerfile index 7a2220978..261fbbff0 100644 --- a/linux/ecosystem/testrail/8.0.1.1029/ad/Dockerfile +++ b/linux/ecosystem/testrail/8.0.1.1029/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:8.0.1.1029 +FROM epicmorg/testrail:8.0.1.1029 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/8.0.1.1029/ad/docker-compose.yml b/linux/ecosystem/testrail/8.0.1.1029/ad/docker-compose.yml index b5ed3ea6f..18f2a664b 100644 --- a/linux/ecosystem/testrail/8.0.1.1029/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/8.0.1.1029/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-8.0.1.1029" + image: "epicmorg/testrail:auth-ad-8.0.1.1029" build: context: . diff --git a/linux/ecosystem/testrail/8.0.1.1029/ldap/Dockerfile b/linux/ecosystem/testrail/8.0.1.1029/ldap/Dockerfile index 432dbe0ef..27fd35287 100644 --- a/linux/ecosystem/testrail/8.0.1.1029/ldap/Dockerfile +++ b/linux/ecosystem/testrail/8.0.1.1029/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:8.0.1.1029 +FROM epicmorg/testrail:8.0.1.1029 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/8.0.1.1029/ldap/docker-compose.yml b/linux/ecosystem/testrail/8.0.1.1029/ldap/docker-compose.yml index 34561b215..bd184b7cd 100644 --- a/linux/ecosystem/testrail/8.0.1.1029/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/8.0.1.1029/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-8.0.1.1029" + image: "epicmorg/testrail:auth-ldap-8.0.1.1029" build: context: . diff --git a/linux/ecosystem/testrail/8.0.1.1029/main/Dockerfile b/linux/ecosystem/testrail/8.0.1.1029/main/Dockerfile index e16619fd5..46f15b16b 100644 --- a/linux/ecosystem/testrail/8.0.1.1029/main/Dockerfile +++ b/linux/ecosystem/testrail/8.0.1.1029/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php8.1 +FROM epicmorg/apache2:php8.1 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion81.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion81.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/8.0.1.1029/main/docker-compose.yml b/linux/ecosystem/testrail/8.0.1.1029/main/docker-compose.yml index 20b859abf..a32c39c08 100644 --- a/linux/ecosystem/testrail/8.0.1.1029/main/docker-compose.yml +++ b/linux/ecosystem/testrail/8.0.1.1029/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:8.0.1.1029" + image: "epicmorg/testrail:8.0.1.1029" build: context: . diff --git a/linux/ecosystem/testrail/8.0.4.7036/ad/Dockerfile b/linux/ecosystem/testrail/8.0.4.7036/ad/Dockerfile index 2b9cfabd4..040009279 100644 --- a/linux/ecosystem/testrail/8.0.4.7036/ad/Dockerfile +++ b/linux/ecosystem/testrail/8.0.4.7036/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:8.0.4.7036 +FROM epicmorg/testrail:8.0.4.7036 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/8.0.4.7036/ad/docker-compose.yml b/linux/ecosystem/testrail/8.0.4.7036/ad/docker-compose.yml index 7bcd9c2ec..d507af22b 100644 --- a/linux/ecosystem/testrail/8.0.4.7036/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/8.0.4.7036/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-8.0.4.7036" + image: "epicmorg/testrail:auth-ad-8.0.4.7036" build: context: . diff --git a/linux/ecosystem/testrail/8.0.4.7036/ldap/Dockerfile b/linux/ecosystem/testrail/8.0.4.7036/ldap/Dockerfile index 232bc2f02..d0d416930 100644 --- a/linux/ecosystem/testrail/8.0.4.7036/ldap/Dockerfile +++ b/linux/ecosystem/testrail/8.0.4.7036/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:8.0.4.7036 +FROM epicmorg/testrail:8.0.4.7036 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/8.0.4.7036/ldap/docker-compose.yml b/linux/ecosystem/testrail/8.0.4.7036/ldap/docker-compose.yml index 781e1d5c4..e6c9234aa 100644 --- a/linux/ecosystem/testrail/8.0.4.7036/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/8.0.4.7036/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-8.0.4.7036" + image: "epicmorg/testrail:auth-ldap-8.0.4.7036" build: context: . diff --git a/linux/ecosystem/testrail/8.0.4.7036/main/Dockerfile b/linux/ecosystem/testrail/8.0.4.7036/main/Dockerfile index d34d248a8..aa5259c8d 100644 --- a/linux/ecosystem/testrail/8.0.4.7036/main/Dockerfile +++ b/linux/ecosystem/testrail/8.0.4.7036/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php8.1 +FROM epicmorg/apache2:php8.1 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion81.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion81.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/8.0.4.7036/main/docker-compose.yml b/linux/ecosystem/testrail/8.0.4.7036/main/docker-compose.yml index 6cbca12c8..5b5676f58 100644 --- a/linux/ecosystem/testrail/8.0.4.7036/main/docker-compose.yml +++ b/linux/ecosystem/testrail/8.0.4.7036/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:8.0.4.7036" + image: "epicmorg/testrail:8.0.4.7036" build: context: . diff --git a/linux/ecosystem/testrail/8.0.6.1019/ad/Dockerfile b/linux/ecosystem/testrail/8.0.6.1019/ad/Dockerfile index 93407253b..c488e3c47 100644 --- a/linux/ecosystem/testrail/8.0.6.1019/ad/Dockerfile +++ b/linux/ecosystem/testrail/8.0.6.1019/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:8.0.6.1019 +FROM epicmorg/testrail:8.0.6.1019 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/8.0.6.1019/ad/docker-compose.yml b/linux/ecosystem/testrail/8.0.6.1019/ad/docker-compose.yml index 81333e4c3..2c63cfaa8 100644 --- a/linux/ecosystem/testrail/8.0.6.1019/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/8.0.6.1019/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-8.0.6.1019" + image: "epicmorg/testrail:auth-ad-8.0.6.1019" build: context: . diff --git a/linux/ecosystem/testrail/8.0.6.1019/ldap/Dockerfile b/linux/ecosystem/testrail/8.0.6.1019/ldap/Dockerfile index 31e007839..a8abd6c50 100644 --- a/linux/ecosystem/testrail/8.0.6.1019/ldap/Dockerfile +++ b/linux/ecosystem/testrail/8.0.6.1019/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:8.0.6.1019 +FROM epicmorg/testrail:8.0.6.1019 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/8.0.6.1019/ldap/docker-compose.yml b/linux/ecosystem/testrail/8.0.6.1019/ldap/docker-compose.yml index 705ada62e..cbfeef034 100644 --- a/linux/ecosystem/testrail/8.0.6.1019/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/8.0.6.1019/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-8.0.6.1019" + image: "epicmorg/testrail:auth-ldap-8.0.6.1019" build: context: . diff --git a/linux/ecosystem/testrail/8.0.6.1019/main/Dockerfile b/linux/ecosystem/testrail/8.0.6.1019/main/Dockerfile index 67b867fa6..b7d5f90b0 100644 --- a/linux/ecosystem/testrail/8.0.6.1019/main/Dockerfile +++ b/linux/ecosystem/testrail/8.0.6.1019/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php8.1 +FROM epicmorg/apache2:php8.1 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion81.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion81.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/8.0.6.1019/main/docker-compose.yml b/linux/ecosystem/testrail/8.0.6.1019/main/docker-compose.yml index bfb323d12..ba660e2ee 100644 --- a/linux/ecosystem/testrail/8.0.6.1019/main/docker-compose.yml +++ b/linux/ecosystem/testrail/8.0.6.1019/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:8.0.6.1019" + image: "epicmorg/testrail:8.0.6.1019" build: context: . diff --git a/linux/ecosystem/testrail/8.1.0.6165/ad/Dockerfile b/linux/ecosystem/testrail/8.1.0.6165/ad/Dockerfile index 6d2978645..6ce77e437 100644 --- a/linux/ecosystem/testrail/8.1.0.6165/ad/Dockerfile +++ b/linux/ecosystem/testrail/8.1.0.6165/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:8.1.0.6165 +FROM epicmorg/testrail:8.1.0.6165 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/8.1.0.6165/ad/docker-compose.yml b/linux/ecosystem/testrail/8.1.0.6165/ad/docker-compose.yml index a16a586bc..0dd0378b0 100644 --- a/linux/ecosystem/testrail/8.1.0.6165/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/8.1.0.6165/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-8.1.0.6165" + image: "epicmorg/testrail:auth-ad-8.1.0.6165" build: context: . diff --git a/linux/ecosystem/testrail/8.1.0.6165/ldap/Dockerfile b/linux/ecosystem/testrail/8.1.0.6165/ldap/Dockerfile index 7b26951e0..bdbd2cfd5 100644 --- a/linux/ecosystem/testrail/8.1.0.6165/ldap/Dockerfile +++ b/linux/ecosystem/testrail/8.1.0.6165/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:8.1.0.6165 +FROM epicmorg/testrail:8.1.0.6165 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/8.1.0.6165/ldap/docker-compose.yml b/linux/ecosystem/testrail/8.1.0.6165/ldap/docker-compose.yml index e6876fe65..cda167d50 100644 --- a/linux/ecosystem/testrail/8.1.0.6165/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/8.1.0.6165/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-8.1.0.6165" + image: "epicmorg/testrail:auth-ldap-8.1.0.6165" build: context: . diff --git a/linux/ecosystem/testrail/8.1.0.6165/main/Dockerfile b/linux/ecosystem/testrail/8.1.0.6165/main/Dockerfile index 49863450a..2dfe4304a 100644 --- a/linux/ecosystem/testrail/8.1.0.6165/main/Dockerfile +++ b/linux/ecosystem/testrail/8.1.0.6165/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php8.1 +FROM epicmorg/apache2:php8.1 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion81.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion81.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/8.1.0.6165/main/docker-compose.yml b/linux/ecosystem/testrail/8.1.0.6165/main/docker-compose.yml index afb73c261..dfb0f0b12 100644 --- a/linux/ecosystem/testrail/8.1.0.6165/main/docker-compose.yml +++ b/linux/ecosystem/testrail/8.1.0.6165/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:8.1.0.6165" + image: "epicmorg/testrail:8.1.0.6165" build: context: . diff --git a/linux/ecosystem/testrail/8.1.0.6186/ad/Dockerfile b/linux/ecosystem/testrail/8.1.0.6186/ad/Dockerfile index 586b209f7..c4e3531f8 100644 --- a/linux/ecosystem/testrail/8.1.0.6186/ad/Dockerfile +++ b/linux/ecosystem/testrail/8.1.0.6186/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:8.1.0.6186 +FROM epicmorg/testrail:8.1.0.6186 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/8.1.0.6186/ad/docker-compose.yml b/linux/ecosystem/testrail/8.1.0.6186/ad/docker-compose.yml index fdeb170b4..00ead6c94 100644 --- a/linux/ecosystem/testrail/8.1.0.6186/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/8.1.0.6186/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-8.1.0.6186" + image: "epicmorg/testrail:auth-ad-8.1.0.6186" build: context: . diff --git a/linux/ecosystem/testrail/8.1.0.6186/ldap/Dockerfile b/linux/ecosystem/testrail/8.1.0.6186/ldap/Dockerfile index e1b3f0db2..0d9fd7073 100644 --- a/linux/ecosystem/testrail/8.1.0.6186/ldap/Dockerfile +++ b/linux/ecosystem/testrail/8.1.0.6186/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:8.1.0.6186 +FROM epicmorg/testrail:8.1.0.6186 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/8.1.0.6186/ldap/docker-compose.yml b/linux/ecosystem/testrail/8.1.0.6186/ldap/docker-compose.yml index 2f0be980e..d587c2531 100644 --- a/linux/ecosystem/testrail/8.1.0.6186/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/8.1.0.6186/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-8.1.0.6186" + image: "epicmorg/testrail:auth-ldap-8.1.0.6186" build: context: . diff --git a/linux/ecosystem/testrail/8.1.0.6186/main/Dockerfile b/linux/ecosystem/testrail/8.1.0.6186/main/Dockerfile index e5354086b..6ada85142 100644 --- a/linux/ecosystem/testrail/8.1.0.6186/main/Dockerfile +++ b/linux/ecosystem/testrail/8.1.0.6186/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php8.1 +FROM epicmorg/apache2:php8.1 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion81.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion81.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/8.1.0.6186/main/docker-compose.yml b/linux/ecosystem/testrail/8.1.0.6186/main/docker-compose.yml index fb398aa2e..dce133307 100644 --- a/linux/ecosystem/testrail/8.1.0.6186/main/docker-compose.yml +++ b/linux/ecosystem/testrail/8.1.0.6186/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:8.1.0.6186" + image: "epicmorg/testrail:8.1.0.6186" build: context: . diff --git a/linux/ecosystem/testrail/9.0.0.1057/ad/Dockerfile b/linux/ecosystem/testrail/9.0.0.1057/ad/Dockerfile index 001127327..9515a9dc4 100644 --- a/linux/ecosystem/testrail/9.0.0.1057/ad/Dockerfile +++ b/linux/ecosystem/testrail/9.0.0.1057/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:9.0.0.1057 +FROM epicmorg/testrail:9.0.0.1057 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/9.0.0.1057/ad/docker-compose.yml b/linux/ecosystem/testrail/9.0.0.1057/ad/docker-compose.yml index a7cdb4030..7011fd537 100644 --- a/linux/ecosystem/testrail/9.0.0.1057/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/9.0.0.1057/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-9.0.0.1057" + image: "epicmorg/testrail:auth-ad-9.0.0.1057" build: context: . diff --git a/linux/ecosystem/testrail/9.0.0.1057/ldap/Dockerfile b/linux/ecosystem/testrail/9.0.0.1057/ldap/Dockerfile index 3f7f3b0ad..c148507d4 100644 --- a/linux/ecosystem/testrail/9.0.0.1057/ldap/Dockerfile +++ b/linux/ecosystem/testrail/9.0.0.1057/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:9.0.0.1057 +FROM epicmorg/testrail:9.0.0.1057 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/9.0.0.1057/ldap/docker-compose.yml b/linux/ecosystem/testrail/9.0.0.1057/ldap/docker-compose.yml index b54f9bde4..c71a171a9 100644 --- a/linux/ecosystem/testrail/9.0.0.1057/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/9.0.0.1057/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-9.0.0.1057" + image: "epicmorg/testrail:auth-ldap-9.0.0.1057" build: context: . diff --git a/linux/ecosystem/testrail/9.0.0.1057/main/Dockerfile b/linux/ecosystem/testrail/9.0.0.1057/main/Dockerfile index d4b541731..12b61225a 100644 --- a/linux/ecosystem/testrail/9.0.0.1057/main/Dockerfile +++ b/linux/ecosystem/testrail/9.0.0.1057/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php8.1 +FROM epicmorg/apache2:php8.1 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion81.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion81.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/9.0.0.1057/main/docker-compose.yml b/linux/ecosystem/testrail/9.0.0.1057/main/docker-compose.yml index a3bf2c0a5..66d1f92fe 100644 --- a/linux/ecosystem/testrail/9.0.0.1057/main/docker-compose.yml +++ b/linux/ecosystem/testrail/9.0.0.1057/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:9.0.0.1057" + image: "epicmorg/testrail:9.0.0.1057" build: context: . diff --git a/linux/ecosystem/testrail/9.0.0.1091/ad/Dockerfile b/linux/ecosystem/testrail/9.0.0.1091/ad/Dockerfile index dd218f14e..73aa83778 100644 --- a/linux/ecosystem/testrail/9.0.0.1091/ad/Dockerfile +++ b/linux/ecosystem/testrail/9.0.0.1091/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:9.0.0.1091 +FROM epicmorg/testrail:9.0.0.1091 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/9.0.0.1091/ad/docker-compose.yml b/linux/ecosystem/testrail/9.0.0.1091/ad/docker-compose.yml index 312249225..e08f5e25b 100644 --- a/linux/ecosystem/testrail/9.0.0.1091/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/9.0.0.1091/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-9.0.0.1091" + image: "epicmorg/testrail:auth-ad-9.0.0.1091" build: context: . diff --git a/linux/ecosystem/testrail/9.0.0.1091/ldap/Dockerfile b/linux/ecosystem/testrail/9.0.0.1091/ldap/Dockerfile index f8dcb44d8..59310367d 100644 --- a/linux/ecosystem/testrail/9.0.0.1091/ldap/Dockerfile +++ b/linux/ecosystem/testrail/9.0.0.1091/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:9.0.0.1091 +FROM epicmorg/testrail:9.0.0.1091 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/9.0.0.1091/ldap/docker-compose.yml b/linux/ecosystem/testrail/9.0.0.1091/ldap/docker-compose.yml index 11d46aa8a..60fb623c4 100644 --- a/linux/ecosystem/testrail/9.0.0.1091/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/9.0.0.1091/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-9.0.0.1091" + image: "epicmorg/testrail:auth-ldap-9.0.0.1091" build: context: . diff --git a/linux/ecosystem/testrail/9.0.0.1091/main/Dockerfile b/linux/ecosystem/testrail/9.0.0.1091/main/Dockerfile index 4e0a0949b..40acccda0 100644 --- a/linux/ecosystem/testrail/9.0.0.1091/main/Dockerfile +++ b/linux/ecosystem/testrail/9.0.0.1091/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php8.1 +FROM epicmorg/apache2:php8.1 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion81.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion81.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/9.0.0.1091/main/docker-compose.yml b/linux/ecosystem/testrail/9.0.0.1091/main/docker-compose.yml index aa22610be..bed08faad 100644 --- a/linux/ecosystem/testrail/9.0.0.1091/main/docker-compose.yml +++ b/linux/ecosystem/testrail/9.0.0.1091/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:9.0.0.1091" + image: "epicmorg/testrail:9.0.0.1091" build: context: . diff --git a/linux/ecosystem/testrail/9.1.0.1025/ad/Dockerfile b/linux/ecosystem/testrail/9.1.0.1025/ad/Dockerfile index c2a2ca358..9d2ae4a5d 100644 --- a/linux/ecosystem/testrail/9.1.0.1025/ad/Dockerfile +++ b/linux/ecosystem/testrail/9.1.0.1025/ad/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:9.1.0.1025 +FROM epicmorg/testrail:9.1.0.1025 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ad diff --git a/linux/ecosystem/testrail/9.1.0.1025/ad/docker-compose.yml b/linux/ecosystem/testrail/9.1.0.1025/ad/docker-compose.yml index b3bb92cb8..778b71e8c 100644 --- a/linux/ecosystem/testrail/9.1.0.1025/ad/docker-compose.yml +++ b/linux/ecosystem/testrail/9.1.0.1025/ad/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ad-9.1.0.1025" + image: "epicmorg/testrail:auth-ad-9.1.0.1025" build: context: . diff --git a/linux/ecosystem/testrail/9.1.0.1025/ldap/Dockerfile b/linux/ecosystem/testrail/9.1.0.1025/ldap/Dockerfile index f06cd1ed6..78f77e2b1 100644 --- a/linux/ecosystem/testrail/9.1.0.1025/ldap/Dockerfile +++ b/linux/ecosystem/testrail/9.1.0.1025/ldap/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/testrail:9.1.0.1025 +FROM epicmorg/testrail:9.1.0.1025 ENV TESTRAIL_PLUGIN_VERSION=1.4 ENV TESTRAIL_PLUGIN_NAME=ldap diff --git a/linux/ecosystem/testrail/9.1.0.1025/ldap/docker-compose.yml b/linux/ecosystem/testrail/9.1.0.1025/ldap/docker-compose.yml index 153760fb7..d31e5a053 100644 --- a/linux/ecosystem/testrail/9.1.0.1025/ldap/docker-compose.yml +++ b/linux/ecosystem/testrail/9.1.0.1025/ldap/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:auth-ldap-9.1.0.1025" + image: "epicmorg/testrail:auth-ldap-9.1.0.1025" build: context: . diff --git a/linux/ecosystem/testrail/9.1.0.1025/main/Dockerfile b/linux/ecosystem/testrail/9.1.0.1025/main/Dockerfile index cf51a27f1..0f37eb5c6 100644 --- a/linux/ecosystem/testrail/9.1.0.1025/main/Dockerfile +++ b/linux/ecosystem/testrail/9.1.0.1025/main/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/apache2:php8.1 +FROM epicmorg/apache2:php8.1 ############################################################################## # Testrail Install @@ -31,7 +31,20 @@ ENV OPENSSL_CONF=/etc/ssl/ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf -ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion81.zip +RUN wget -c \ + --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ + --no-check-certificate \ + --tries=5 \ + --timeout=30 \ + --waitretry=5 \ + --retry-connrefused \ + --dns-timeout=10 \ + --read-timeout=20 \ + --progress=dot:giga \ + --no-clobber \ + -O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion81.zip \ + "${DOWNLOAD_URL}" + RUN echo "[testrail] Preparing folders" && \ mkdir -p ${TESTRAIL_RELEASE_DIR} && \ mkdir -p ${TR_WWW_PATH} && \ diff --git a/linux/ecosystem/testrail/9.1.0.1025/main/docker-compose.yml b/linux/ecosystem/testrail/9.1.0.1025/main/docker-compose.yml index bd4c29f04..d002c4906 100644 --- a/linux/ecosystem/testrail/9.1.0.1025/main/docker-compose.yml +++ b/linux/ecosystem/testrail/9.1.0.1025/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/testrail:9.1.0.1025" + image: "epicmorg/testrail:9.1.0.1025" build: context: . diff --git a/linux/ecosystem/torrserver/Dockerfile b/linux/ecosystem/torrserver/Dockerfile index a8058080a..652c119a8 100644 --- a/linux/ecosystem/torrserver/Dockerfile +++ b/linux/ecosystem/torrserver/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm #ARG TORRSERVER_LINK=https://releases.yourok.ru/torr/server/TorrServer-linux-amd64 ARG TORRSERVER_LINK=https://github.com/YouROK/TorrServer/releases/latest/download/TorrServer-linux-amd64 diff --git a/linux/ecosystem/torrserver/docker-compose.yml b/linux/ecosystem/torrserver/docker-compose.yml index 89ff45cde..1aa4604c7 100644 --- a/linux/ecosystem/torrserver/docker-compose.yml +++ b/linux/ecosystem/torrserver/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/torrserver:latest" + image: "epicmorg/torrserver:latest" build: context: . diff --git a/linux/ecosystem/vk2discord/Dockerfile b/linux/ecosystem/vk2discord/Dockerfile index 676440357..61acbe88c 100644 --- a/linux/ecosystem/vk2discord/Dockerfile +++ b/linux/ecosystem/vk2discord/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/debian:bookworm-nodejs23 +FROM epicmorg/debian:bookworm-nodejs23 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/vk2discord/docker-compose.yml b/linux/ecosystem/vk2discord/docker-compose.yml index f566e296d..de8f1f1da 100644 --- a/linux/ecosystem/vk2discord/docker-compose.yml +++ b/linux/ecosystem/vk2discord/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/vk2discord:latest" + image: "epicmorg/vk2discord:latest" build: context: . diff --git a/linux/experimental/redash/docker-compose.yml b/linux/experimental/redash/docker-compose.yml index b75bca9cf..ce51c3b8a 100644 --- a/linux/experimental/redash/docker-compose.yml +++ b/linux/experimental/redash/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/redash:latest" + image: "epicmorg/redash:latest" build: context: ./redash-repo diff --git a/linux/experimental/sentry/latest/docker-compose.yml b/linux/experimental/sentry/latest/docker-compose.yml index 3c203d2a9..18e91529a 100644 --- a/linux/experimental/sentry/latest/docker-compose.yml +++ b/linux/experimental/sentry/latest/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/sentry:latest" + image: "epicmorg/sentry:latest" build: context: . diff --git a/linux/obsolete/cassandra/3.11/docker-compose.yml b/linux/obsolete/cassandra/3.11/docker-compose.yml index 9c47bb80c..ed3eb4ad2 100644 --- a/linux/obsolete/cassandra/3.11/docker-compose.yml +++ b/linux/obsolete/cassandra/3.11/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/cassandra:3.11-bitnami" + image: "epicmorg/cassandra:3.11-bitnami" build: context: . diff --git a/linux/obsolete/nginx/latest/mainline/main/Dockerfile b/linux/obsolete/nginx/latest/mainline/main/Dockerfile index 40634c494..8a3f513f4 100644 --- a/linux/obsolete/nginx/latest/mainline/main/Dockerfile +++ b/linux/obsolete/nginx/latest/mainline/main/Dockerfile @@ -1,7 +1,7 @@ ################################################################## # Start build process ################################################################## -FROM quay.io/epicmorg/debian:bookworm-develop AS builder +FROM epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -278,7 +278,7 @@ RUN ls -las ${NGINX_SRC_DIR} ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bookworm +FROM epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/obsolete/nginx/latest/mainline/main/docker-compose.yml b/linux/obsolete/nginx/latest/mainline/main/docker-compose.yml index e4a50e076..cd998d9ba 100644 --- a/linux/obsolete/nginx/latest/mainline/main/docker-compose.yml +++ b/linux/obsolete/nginx/latest/mainline/main/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "quay.io/epicmorg/nginx:${NGINX_TAG}" + image: "epicmorg/nginx:${NGINX_TAG}" build: context: . args: diff --git a/linux/obsolete/nginx/latest/mainline/php/Dockerfile b/linux/obsolete/nginx/latest/mainline/php/Dockerfile index ad19585c2..829ac5717 100644 --- a/linux/obsolete/nginx/latest/mainline/php/Dockerfile +++ b/linux/obsolete/nginx/latest/mainline/php/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM quay.io/epicmorg/debian:bookworm-develop AS builder +FROM epicmorg/debian:bookworm-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -99,7 +99,7 @@ RUN pecl install smbclient && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/nginx:${NGINX_VERSION} +FROM epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/obsolete/nginx/latest/mainline/php/docker-compose.yml b/linux/obsolete/nginx/latest/mainline/php/docker-compose.yml index d36e13fdb..10848b56f 100644 --- a/linux/obsolete/nginx/latest/mainline/php/docker-compose.yml +++ b/linux/obsolete/nginx/latest/mainline/php/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-php" + image: "epicmorg/nginx:${NGINX_VERSION}-php" build: context: . args: diff --git a/linux/obsolete/nginx/latest/mainline/rtmp-hls/Dockerfile b/linux/obsolete/nginx/latest/mainline/rtmp-hls/Dockerfile index 0dc55c809..121a7ff3c 100644 --- a/linux/obsolete/nginx/latest/mainline/rtmp-hls/Dockerfile +++ b/linux/obsolete/nginx/latest/mainline/rtmp-hls/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM quay.io/epicmorg/nginx:${NGINX_VERSION} +FROM epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/obsolete/nginx/latest/mainline/rtmp-hls/docker-compose.yml b/linux/obsolete/nginx/latest/mainline/rtmp-hls/docker-compose.yml index e03d8012c..d2ffe041f 100644 --- a/linux/obsolete/nginx/latest/mainline/rtmp-hls/docker-compose.yml +++ b/linux/obsolete/nginx/latest/mainline/rtmp-hls/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" + image: "epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" build: context: . args: diff --git a/linux/obsolete/nginx/latest/quic/main/Dockerfile b/linux/obsolete/nginx/latest/quic/main/Dockerfile index ca60287c6..09624a4d9 100644 --- a/linux/obsolete/nginx/latest/quic/main/Dockerfile +++ b/linux/obsolete/nginx/latest/quic/main/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM quay.io/epicmorg/debian:bullseye-develop AS builder +FROM epicmorg/debian:bullseye-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -213,7 +213,7 @@ RUN cd ${NGINX_SRC_DIR} && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/debian:bullseye +FROM epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/obsolete/nginx/latest/quic/main/docker-compose.yml b/linux/obsolete/nginx/latest/quic/main/docker-compose.yml index 25c3162ef..661aac99f 100644 --- a/linux/obsolete/nginx/latest/quic/main/docker-compose.yml +++ b/linux/obsolete/nginx/latest/quic/main/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "quay.io/epicmorg/nginx:${NGINX_VERSION}" + image: "epicmorg/nginx:${NGINX_VERSION}" build: context: . args: diff --git a/linux/obsolete/nginx/latest/quic/php/Dockerfile b/linux/obsolete/nginx/latest/quic/php/Dockerfile index bd2495524..366b959bc 100644 --- a/linux/obsolete/nginx/latest/quic/php/Dockerfile +++ b/linux/obsolete/nginx/latest/quic/php/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM quay.io/epicmorg/debian:bullseye-develop AS builder +FROM epicmorg/debian:bullseye-develop AS builder LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -90,7 +90,7 @@ RUN pecl install smbclient && \ ################################################################## ################################################################## -FROM quay.io/epicmorg/nginx:${NGINX_VERSION} +FROM epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/obsolete/nginx/latest/quic/php/docker-compose.yml b/linux/obsolete/nginx/latest/quic/php/docker-compose.yml index d36e13fdb..10848b56f 100644 --- a/linux/obsolete/nginx/latest/quic/php/docker-compose.yml +++ b/linux/obsolete/nginx/latest/quic/php/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-php" + image: "epicmorg/nginx:${NGINX_VERSION}-php" build: context: . args: diff --git a/linux/obsolete/nginx/latest/quic/rtmp-hls/Dockerfile b/linux/obsolete/nginx/latest/quic/rtmp-hls/Dockerfile index 0dc55c809..121a7ff3c 100644 --- a/linux/obsolete/nginx/latest/quic/rtmp-hls/Dockerfile +++ b/linux/obsolete/nginx/latest/quic/rtmp-hls/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM quay.io/epicmorg/nginx:${NGINX_VERSION} +FROM epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/obsolete/nginx/latest/quic/rtmp-hls/docker-compose.yml b/linux/obsolete/nginx/latest/quic/rtmp-hls/docker-compose.yml index e03d8012c..d2ffe041f 100644 --- a/linux/obsolete/nginx/latest/quic/rtmp-hls/docker-compose.yml +++ b/linux/obsolete/nginx/latest/quic/rtmp-hls/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" + image: "epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" build: context: . args: diff --git a/windows/advanced/microsoft-windows-servercore/docker-compose.yml b/windows/advanced/microsoft-windows-servercore/docker-compose.yml index e8ae78f64..2090c3717 100644 --- a/windows/advanced/microsoft-windows-servercore/docker-compose.yml +++ b/windows/advanced/microsoft-windows-servercore/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/win32:2022-core" + image: "epicmorg/win32:2022-core" build: context: . diff --git a/windows/ecosystem/microsoft/iis/Dockerfile b/windows/ecosystem/microsoft/iis/Dockerfile index b7ddf51c2..5dc25a898 100644 --- a/windows/ecosystem/microsoft/iis/Dockerfile +++ b/windows/ecosystem/microsoft/iis/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/epicmorg/win32:2022-core +FROM epicmorg/win32:2022-core #################################################################################################################################### # https://docs.microsoft.com/en-us/virtualization/windowscontainers/manage-docker/manage-windows-dockerfile diff --git a/windows/ecosystem/microsoft/iis/docker-compose.yml b/windows/ecosystem/microsoft/iis/docker-compose.yml index 7fdf3fe39..d636c776a 100644 --- a/windows/ecosystem/microsoft/iis/docker-compose.yml +++ b/windows/ecosystem/microsoft/iis/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "quay.io/epicmorg/win32-iis:2022-core" + image: "epicmorg/win32-iis:2022-core" build: context: .