diff --git a/.github/workflows/_disabled/epicmorg.advanced.python.yml.txt b/.github/workflows/_disabled/epicmorg.advanced.python.yml.txt index 11afea2ce..a16766e55 100644 --- a/.github/workflows/_disabled/epicmorg.advanced.python.yml.txt +++ b/.github/workflows/_disabled/epicmorg.advanced.python.yml.txt @@ -13,11 +13,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | @@ -78,11 +82,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | diff --git a/.github/workflows/_disabled/epicmorg.ecosysctem.freegpt.images.yml.txt b/.github/workflows/_disabled/epicmorg.ecosysctem.freegpt.images.yml.txt index 17911fa17..feff082b6 100644 --- a/.github/workflows/_disabled/epicmorg.ecosysctem.freegpt.images.yml.txt +++ b/.github/workflows/_disabled/epicmorg.ecosysctem.freegpt.images.yml.txt @@ -14,11 +14,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | diff --git a/.github/workflows/epicmorg.advanced.images.yml b/.github/workflows/epicmorg.advanced.images.yml index f8a525097..f9de5c537 100644 --- a/.github/workflows/epicmorg.advanced.images.yml +++ b/.github/workflows/epicmorg.advanced.images.yml @@ -13,11 +13,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | diff --git a/.github/workflows/epicmorg.advanced.nextcloud.images.yml b/.github/workflows/epicmorg.advanced.nextcloud.images.yml index 35c7c3d45..d58475af5 100644 --- a/.github/workflows/epicmorg.advanced.nextcloud.images.yml +++ b/.github/workflows/epicmorg.advanced.nextcloud.images.yml @@ -13,11 +13,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | @@ -101,11 +105,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | diff --git a/.github/workflows/epicmorg.advanced.vscode.images.yml b/.github/workflows/epicmorg.advanced.vscode.images.yml index b854a9465..86c6af0cf 100644 --- a/.github/workflows/epicmorg.advanced.vscode.images.yml +++ b/.github/workflows/epicmorg.advanced.vscode.images.yml @@ -13,11 +13,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | diff --git a/.github/workflows/epicmorg.advanced.zabbix.images.yml b/.github/workflows/epicmorg.advanced.zabbix.images.yml index b1c8982ab..8773ed993 100644 --- a/.github/workflows/epicmorg.advanced.zabbix.images.yml +++ b/.github/workflows/epicmorg.advanced.zabbix.images.yml @@ -13,11 +13,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | @@ -68,11 +72,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | @@ -120,11 +128,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | @@ -172,11 +184,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | @@ -227,11 +243,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | @@ -282,11 +302,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | @@ -337,11 +361,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | @@ -392,11 +420,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | @@ -447,11 +479,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | @@ -502,11 +538,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | @@ -557,11 +597,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | @@ -612,11 +656,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | diff --git a/.github/workflows/epicmorg.base.images.current.atlassian.yml b/.github/workflows/epicmorg.base.images.current.atlassian.yml index 1ad5809f9..b0ee0aa81 100644 --- a/.github/workflows/epicmorg.base.images.current.atlassian.yml +++ b/.github/workflows/epicmorg.base.images.current.atlassian.yml @@ -13,11 +13,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | diff --git a/.github/workflows/epicmorg.base.images.debian.10.yml b/.github/workflows/epicmorg.base.images.debian.10.yml index 927b1f1e8..02b5d1140 100644 --- a/.github/workflows/epicmorg.base.images.debian.10.yml +++ b/.github/workflows/epicmorg.base.images.debian.10.yml @@ -13,11 +13,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | diff --git a/.github/workflows/epicmorg.base.images.debian.11.yml b/.github/workflows/epicmorg.base.images.debian.11.yml index a9fe5b90b..47fbfd83f 100644 --- a/.github/workflows/epicmorg.base.images.debian.11.yml +++ b/.github/workflows/epicmorg.base.images.debian.11.yml @@ -13,11 +13,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | diff --git a/.github/workflows/epicmorg.base.images.debian.12.yml b/.github/workflows/epicmorg.base.images.debian.12.yml index 765251ecd..b70aa7e41 100644 --- a/.github/workflows/epicmorg.base.images.debian.12.yml +++ b/.github/workflows/epicmorg.base.images.debian.12.yml @@ -17,11 +17,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | diff --git a/.github/workflows/epicmorg.base.images.debian.13.yml b/.github/workflows/epicmorg.base.images.debian.13.yml index c6b2ea310..69f077478 100644 --- a/.github/workflows/epicmorg.base.images.debian.13.yml +++ b/.github/workflows/epicmorg.base.images.debian.13.yml @@ -13,11 +13,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | diff --git a/.github/workflows/epicmorg.base.images.debian.6.yml b/.github/workflows/epicmorg.base.images.debian.6.yml index 9b8831a6f..5ec350650 100644 --- a/.github/workflows/epicmorg.base.images.debian.6.yml +++ b/.github/workflows/epicmorg.base.images.debian.6.yml @@ -13,11 +13,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | diff --git a/.github/workflows/epicmorg.base.images.debian.7.yml b/.github/workflows/epicmorg.base.images.debian.7.yml index 4d61af485..07ccda640 100644 --- a/.github/workflows/epicmorg.base.images.debian.7.yml +++ b/.github/workflows/epicmorg.base.images.debian.7.yml @@ -13,11 +13,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | diff --git a/.github/workflows/epicmorg.base.images.debian.8.yml b/.github/workflows/epicmorg.base.images.debian.8.yml index 9641eed95..96f8c0d09 100644 --- a/.github/workflows/epicmorg.base.images.debian.8.yml +++ b/.github/workflows/epicmorg.base.images.debian.8.yml @@ -13,11 +13,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | diff --git a/.github/workflows/epicmorg.base.images.debian.9.yml b/.github/workflows/epicmorg.base.images.debian.9.yml index 2cde96c6f..14198b5ab 100644 --- a/.github/workflows/epicmorg.base.images.debian.9.yml +++ b/.github/workflows/epicmorg.base.images.debian.9.yml @@ -13,11 +13,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | diff --git a/.github/workflows/epicmorg.base.images.debian.sid.yml b/.github/workflows/epicmorg.base.images.debian.sid.yml index 91cbad246..5c68e5704 100644 --- a/.github/workflows/epicmorg.base.images.debian.sid.yml +++ b/.github/workflows/epicmorg.base.images.debian.sid.yml @@ -13,11 +13,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | diff --git a/.github/workflows/epicmorg.base.images.gilhub.runners.yml b/.github/workflows/epicmorg.base.images.gilhub.runners.yml index dd930394d..d0e4904ae 100644 --- a/.github/workflows/epicmorg.base.images.gilhub.runners.yml +++ b/.github/workflows/epicmorg.base.images.gilhub.runners.yml @@ -13,11 +13,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | diff --git a/.github/workflows/epicmorg.base.images.giltab.runners.yml b/.github/workflows/epicmorg.base.images.giltab.runners.yml index e38aef92b..681f2355e 100644 --- a/.github/workflows/epicmorg.base.images.giltab.runners.yml +++ b/.github/workflows/epicmorg.base.images.giltab.runners.yml @@ -13,11 +13,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | diff --git a/.github/workflows/epicmorg.base.images.perforce.yml b/.github/workflows/epicmorg.base.images.perforce.yml index bd4953426..6d6b5a993 100644 --- a/.github/workflows/epicmorg.base.images.perforce.yml +++ b/.github/workflows/epicmorg.base.images.perforce.yml @@ -13,11 +13,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | @@ -112,11 +116,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | diff --git a/.github/workflows/epicmorg.base.images.postgresql.yml b/.github/workflows/epicmorg.base.images.postgresql.yml index f629418e1..2af944564 100644 --- a/.github/workflows/epicmorg.base.images.postgresql.yml +++ b/.github/workflows/epicmorg.base.images.postgresql.yml @@ -13,11 +13,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | diff --git a/.github/workflows/epicmorg.base.images.teamcity.agents.yml b/.github/workflows/epicmorg.base.images.teamcity.agents.yml index 6bfdd5c34..2227f1cac 100644 --- a/.github/workflows/epicmorg.base.images.teamcity.agents.yml +++ b/.github/workflows/epicmorg.base.images.teamcity.agents.yml @@ -13,11 +13,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | @@ -44,11 +48,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | diff --git a/.github/workflows/epicmorg.base.images.testrail.yml b/.github/workflows/epicmorg.base.images.testrail.yml index 497f424d2..9a6e28d17 100644 --- a/.github/workflows/epicmorg.base.images.testrail.yml +++ b/.github/workflows/epicmorg.base.images.testrail.yml @@ -14,11 +14,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | @@ -43,11 +47,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | @@ -78,11 +86,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | diff --git a/.github/workflows/epicmorg.base.images.web.yml b/.github/workflows/epicmorg.base.images.web.yml index 529019ad6..19d1416ae 100644 --- a/.github/workflows/epicmorg.base.images.web.yml +++ b/.github/workflows/epicmorg.base.images.web.yml @@ -13,11 +13,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | diff --git a/.github/workflows/epicmorg.ecosysctem.misc.images.yml b/.github/workflows/epicmorg.ecosysctem.misc.images.yml index e08f0d4c0..f431202dd 100644 --- a/.github/workflows/epicmorg.ecosysctem.misc.images.yml +++ b/.github/workflows/epicmorg.ecosysctem.misc.images.yml @@ -13,11 +13,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | @@ -41,11 +45,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | @@ -69,11 +77,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | @@ -97,11 +109,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | @@ -236,11 +252,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | @@ -264,11 +284,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | @@ -292,11 +316,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | @@ -323,11 +351,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | @@ -351,11 +383,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | @@ -379,11 +415,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | diff --git a/.github/workflows/epicmorg.experimental.images.yml b/.github/workflows/epicmorg.experimental.images.yml index c5321a925..a5b78bd5c 100644 --- a/.github/workflows/epicmorg.experimental.images.yml +++ b/.github/workflows/epicmorg.experimental.images.yml @@ -13,11 +13,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Log into docker registry run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin - - name: Log into harbor registry - run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" + - name: Log into Quay.IO registry + run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}" + +# - name: Log into harbor registry +# run: echo "${{ secrets.HARBOR_SERVER_KEY }}" | docker login -u "${{ secrets.HARBOR_SERVER_LOGIN }}" --password-stdin "${{ secrets.HARBOR_SERVER_URL }}" - name: Check buildah run: | diff --git a/README.md b/README.md index 007c47ec5..0aea9b08a 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,15 @@ # [![Activity](https://img.shields.io/github/commit-activity/m/EpicMorg/docker?label=commits&style=flat-square)](https://github.com/EpicMorg/docker/commits) [![GitHub issues](https://img.shields.io/github/issues/EpicMorg/docker.svg?style=popout-square)](https://github.com/EpicMorg/docker/issues) [![GitHub forks](https://img.shields.io/github/forks/EpicMorg/docker.svg?style=popout-square)](https://github.com/EpicMorg/docker/network) [![GitHub stars](https://img.shields.io/github/stars/EpicMorg/docker.svg?style=popout-square)](https://github.com/EpicMorg/docker/stargazers) [![Size](https://img.shields.io/github/repo-size/EpicMorg/docker?label=size&style=flat-square)](https://github.com/EpicMorg/docker/archive/master.zip) [![Release](https://img.shields.io/github/v/release/EpicMorg/docker?style=flat-square)](https://github.com/EpicMorg/docker/releases) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/3658/badge)](https://bestpractices.coreinfrastructure.org/projects/3658) [![CodeScene System Mastery](https://codescene.io/projects/6535/status-badges/system-mastery)](https://codescene.io/projects/6535) [![GitHub license](https://img.shields.io/github/license/EpicMorg/docker.svg?style=popout-square)](LICENSE.md) [![Changelog](https://img.shields.io/badge/Changelog-yellow.svg?style=popout-square)](CHANGELOG.md) -## Official Mirrors +## Official Mirrors and Hubs -| | `DockerHub` (default) | `Quai.io` (Mirror) | `Harbor` (CI Proxy) -|:-------------|:-------------|:-------------|:------------- -| Links | https://hub.docker.com/r/epicmorg | https://quay.io/epicmorg | https://hub.epicm.org -| Docker | `docker pull epicmorg/debian:boowkorm` | `docker pull quay.io/epicmorg/debian:boowkorm` | `docker pull hub.epicm.org/epicmorg/debian:boowkorm` -| Podman | `podman pull docker.io/epicmorg/debian:boowkorm` | `podman pull quay.io/epicmorg/debian:boowkorm` | `podman pull hub.epicm.org/epicmorg/debian:boowkorm` +| Name | Homepage | Docker | Podman | +| `Quai.io` (default) | https://quay.io/epicmorg | `docker pull quay.io/epicmorg/debian:boowkorm` | `podman pull quay.io/epicmorg/debian:boowkorm` +| `DockerHub` (Mirror) | https://hub.docker.com/r/epicmorg | `docker pull epicmorg/debian:boowkorm` | `podman pullepicmorg/debian:boowkorm` +| `Harbor` (Mirror) | https://hub.epicm.org/epicmorg | `docker pull hub.epicm.org/epicmorg/debian:boowkorm` | `podman pull hub.epicm.org/epicmorg/debian:boowkorm` ## DEPRECATION WARNING -**At 1st of October 2024, all deprecated tags and images will be deleted from DockerHub:** +**At 1st of October 2024 all deprecated tags and images were deleted from DockerHub:** * `epicmorg/nodejs` * `epicmorg/php` 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 a6e3f84a9..65ce13eb8 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: "hub.epicm.org/epicmorg/bitbucket:{{ item }}" + image: "quay.io/epicmorg/bitbucket:{{ item }}" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:{{ item }}-jdk17" + image: "quay.io/epicmorg/bitbucket:{{ item }}-jdk17" build: context: . app-jdk21: - image: "hub.epicm.org/epicmorg/bitbucket:{{ item }}-jdk21" + image: "quay.io/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 eba1ebdb0..7dd2a29d3 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: "hub.epicm.org/epicmorg/bitbucket:{{ item }}" + image: "quay.io/epicmorg/bitbucket:{{ item }}" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:{{ item }}-jdk17" + image: "quay.io/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 89067b107..3f07c6ed5 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: "hub.epicm.org/epicmorg/bitbucket:{{ item }}" + image: "quay.io/epicmorg/bitbucket:{{ item }}" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:{{ item }}-jdk7" + image: "quay.io/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 89086f433..5f1225e68 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: "hub.epicm.org/epicmorg/bitbucket:{{ item }}" + image: "quay.io/epicmorg/bitbucket:{{ item }}" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:{{ item }}-jdk8" + image: "quay.io/epicmorg/bitbucket:{{ item }}-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:{{ item }}-jdk11" + image: "quay.io/epicmorg/bitbucket:{{ item }}-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:{{ item }}-jdk17" + image: "quay.io/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 622032693..7876f8caa 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: "hub.epicm.org/epicmorg/bitbucket:{{ item }}" + image: "quay.io/epicmorg/bitbucket:{{ item }}" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:{{ item }}-jdk8" + image: "quay.io/epicmorg/bitbucket:{{ item }}-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:{{ item }}-jdk11" + image: "quay.io/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 1e4def851..2535b6fd2 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: "hub.epicm.org/epicmorg/bitbucket:{{ item }}" + image: "quay.io/epicmorg/bitbucket:{{ item }}" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:{{ item }}-jdk8" + image: "quay.io/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 b1b9b33e6..86d90c4b1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6ee09aade..ab84c8f4f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e017ceaf6..942b88d8e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk21 +FROM quay.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 57f9a4502..95e1d2c83 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 586f05924..8671f8008 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 89953dd2d..0d7310fd3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c110862e5..7c937f3bb 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: "hub.epicm.org/epicmorg/confluence:{{ item }}" + image: "quay.io/epicmorg/confluence:{{ item }}" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:{{ item }}-jdk11" + image: "quay.io/epicmorg/confluence:{{ item }}-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:{{ item }}-jdk17" + image: "quay.io/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 132017f85..ee48cb4f3 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: "hub.epicm.org/epicmorg/confluence:{{ item }}" + image: "quay.io/epicmorg/confluence:{{ item }}" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:{{ item }}-jdk17" + image: "quay.io/epicmorg/confluence:{{ item }}-jdk17" build: context: . app-jdk21: - image: "hub.epicm.org/epicmorg/confluence:{{ item }}-jdk21" + image: "quay.io/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 20dbe2e7d..02f461ed8 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: "hub.epicm.org/epicmorg/confluence:{{ item }}" + image: "quay.io/epicmorg/confluence:{{ item }}" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/confluence:{{ item }}-jdk6" + image: "quay.io/epicmorg/confluence:{{ item }}-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:{{ item }}-jdk7" + image: "quay.io/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 260dccc79..56af0801f 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: "hub.epicm.org/epicmorg/confluence:{{ item }}" + image: "quay.io/epicmorg/confluence:{{ item }}" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/confluence:{{ item }}-jdk6" + image: "quay.io/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 97bb559a6..f3bd7d6c6 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: "hub.epicm.org/epicmorg/confluence:{{ item }}" + image: "quay.io/epicmorg/confluence:{{ item }}" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:{{ item }}-jdk7" + image: "quay.io/epicmorg/confluence:{{ item }}-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:{{ item }}-jdk8" + image: "quay.io/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 49193935d..228bc8809 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: "hub.epicm.org/epicmorg/confluence:{{ item }}" + image: "quay.io/epicmorg/confluence:{{ item }}" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:{{ item }}-jdk7" + image: "quay.io/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 bb0450241..9123236f4 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: "hub.epicm.org/epicmorg/confluence:{{ item }}" + image: "quay.io/epicmorg/confluence:{{ item }}" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:{{ item }}-jdk8" + image: "quay.io/epicmorg/confluence:{{ item }}-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:{{ item }}-jdk11" + image: "quay.io/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 4e0290c06..7d65f1d8f 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: "hub.epicm.org/epicmorg/confluence:{{ item }}" + image: "quay.io/epicmorg/confluence:{{ item }}" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:{{ item }}-jdk8" + image: "quay.io/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 7858773e4..1aa5d4afa 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 457677d2d..2748fee49 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e16722411..ac2acecd6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk21 +FROM quay.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 faba7d272..814c28b38 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1804d3a2c..702fdedf8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ba94d0613..9510b9947 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b9153734b..f9abe54c5 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: "hub.epicm.org/epicmorg/crowd:{{ item }}" + image: "quay.io/epicmorg/crowd:{{ item }}" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/crowd:{{ item }}-jdk17" + image: "quay.io/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 c8a463da5..b02ae3597 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: "hub.epicm.org/epicmorg/crowd:{{ item }}" + image: "quay.io/epicmorg/crowd:{{ item }}" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:{{ item }}-jdk6" + image: "quay.io/epicmorg/crowd:{{ item }}-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:{{ item }}-jdk7" + image: "quay.io/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 2c15a8ce8..2cbdf1919 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: "hub.epicm.org/epicmorg/crowd:{{ item }}" + image: "quay.io/epicmorg/crowd:{{ item }}" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:{{ item }}-jdk6" + image: "quay.io/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 3092d87f0..65a2c3135 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: "hub.epicm.org/epicmorg/crowd:{{ item }}" + image: "quay.io/epicmorg/crowd:{{ item }}" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:{{ item }}-jdk8" + image: "quay.io/epicmorg/crowd:{{ item }}-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:{{ item }}-jdk11" + image: "quay.io/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 22a47f202..3727e3415 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 54194ef3b..5ddb76228 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3fd678d00..58a56a339 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 65e34dbb0..91c2b63cc 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 hub.epicm.org/epicmorg/debian:bookworm-jdk21 +FROM quay.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 322b850ae..838ed43af 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1a5d28a07..7c6ac7038 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2b8cf40ec..8027a8dc4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8fd39be4b..536a52fd5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b84c6a5a5..6b54369e7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d6720fc2b..6064c7c74 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3a9a92e44..b660973df 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 447502d2e..f9d6b5bce 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: "hub.epicm.org/epicmorg/jira:{{ item }}" + image: "quay.io/epicmorg/jira:{{ item }}" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/jira:{{ item }}-jdk17" + image: "quay.io/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 25eb2aefd..d6e2226c9 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: "hub.epicm.org/epicmorg/jira:{{ item }}" + image: "quay.io/epicmorg/jira:{{ item }}" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:{{ item }}-jdk6" + image: "quay.io/epicmorg/jira:{{ item }}-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:{{ item }}-jdk7" + image: "quay.io/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 5864e6689..423888e69 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: "hub.epicm.org/epicmorg/jira:{{ item }}" + image: "quay.io/epicmorg/jira:{{ item }}" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:{{ item }}-jdk6" + image: "quay.io/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 45315a361..cfbf5eed4 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: "hub.epicm.org/epicmorg/jira:{{ item }}" + image: "quay.io/epicmorg/jira:{{ item }}" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:{{ item }}-jdk7" + image: "quay.io/epicmorg/jira:{{ item }}-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:{{ item }}-jdk8" + image: "quay.io/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 b6535b507..9f957e25f 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: "hub.epicm.org/epicmorg/jira:{{ item }}" + image: "quay.io/epicmorg/jira:{{ item }}" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:{{ item }}-jdk7" + image: "quay.io/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 8b5261a38..9bb1a5f53 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: "hub.epicm.org/epicmorg/jira:{{ item }}" + image: "quay.io/epicmorg/jira:{{ item }}" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:{{ item }}-jdk8" + image: "quay.io/epicmorg/jira:{{ item }}-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:{{ item }}-jdk11" + image: "quay.io/epicmorg/jira:{{ item }}-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:{{ item }}-jdk17" + image: "quay.io/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 6ad47e09f..d3e6f6de2 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: "hub.epicm.org/epicmorg/jira:{{ item }}" + image: "quay.io/epicmorg/jira:{{ item }}" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:{{ item }}-jdk8" + image: "quay.io/epicmorg/jira:{{ item }}-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:{{ item }}-jdk11" + image: "quay.io/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 a420f86a2..1bdb5d6b7 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: "hub.epicm.org/epicmorg/jira:{{ item }}" + image: "quay.io/epicmorg/jira:{{ item }}" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:{{ item }}-jdk8" + image: "quay.io/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 62d64e9d5..755b5efa0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f0783ae6e..217410f93 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5037f051b..05572bbbb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4fc1e9413..67cac211a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 284fd7118..736626869 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 458beece4..b743acf1f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b98adf945..aa2308a02 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9e7e6f9af..34dc46586 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 hub.epicm.org/epicmorg/testrail:{{ item }} +FROM quay.io/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 8f9898d04..128186143 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: "hub.epicm.org/epicmorg/testrail:auth-ad-{{ item }}" + image: "quay.io/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 74b0759a5..75a83ec44 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 hub.epicm.org/epicmorg/testrail:{{ item }} +FROM quay.io/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 c9f61ed6c..59bbbee3b 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-{{ item }}" + image: "quay.io/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 1838522b2..b5e643f33 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 hub.epicm.org/epicmorg/apache2:php7.0 +FROM quay.io/epicmorg/apache2:php7.0 ############################################################################## # Testrail Install 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 d70eb5df1..2390049d4 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: "hub.epicm.org/epicmorg/testrail:{{ item }}" + image: "quay.io/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 9e7e6f9af..34dc46586 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 hub.epicm.org/epicmorg/testrail:{{ item }} +FROM quay.io/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 8f9898d04..128186143 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: "hub.epicm.org/epicmorg/testrail:auth-ad-{{ item }}" + image: "quay.io/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 74b0759a5..75a83ec44 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 hub.epicm.org/epicmorg/testrail:{{ item }} +FROM quay.io/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 c9f61ed6c..59bbbee3b 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-{{ item }}" + image: "quay.io/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 c1aca471c..97e2c3f77 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 hub.epicm.org/epicmorg/apache2:php7.1 +FROM quay.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install 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 d70eb5df1..2390049d4 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: "hub.epicm.org/epicmorg/testrail:{{ item }}" + image: "quay.io/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 9e7e6f9af..34dc46586 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 hub.epicm.org/epicmorg/testrail:{{ item }} +FROM quay.io/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 8f9898d04..128186143 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: "hub.epicm.org/epicmorg/testrail:auth-ad-{{ item }}" + image: "quay.io/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 74b0759a5..75a83ec44 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 hub.epicm.org/epicmorg/testrail:{{ item }} +FROM quay.io/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 c9f61ed6c..59bbbee3b 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-{{ item }}" + image: "quay.io/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 b807c1829..677e4e206 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 hub.epicm.org/epicmorg/apache2:php7.2 +FROM quay.io/epicmorg/apache2:php7.2 ############################################################################## # Testrail Install 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 d70eb5df1..2390049d4 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: "hub.epicm.org/epicmorg/testrail:{{ item }}" + image: "quay.io/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 9e7e6f9af..34dc46586 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 hub.epicm.org/epicmorg/testrail:{{ item }} +FROM quay.io/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 8f9898d04..128186143 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: "hub.epicm.org/epicmorg/testrail:auth-ad-{{ item }}" + image: "quay.io/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 74b0759a5..75a83ec44 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 hub.epicm.org/epicmorg/testrail:{{ item }} +FROM quay.io/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 c9f61ed6c..59bbbee3b 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-{{ item }}" + image: "quay.io/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 1f242cdff..eadcb75e3 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 hub.epicm.org/epicmorg/apache2:php7.4 +FROM quay.io/epicmorg/apache2:php7.4 ############################################################################## # Testrail Install 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 d70eb5df1..2390049d4 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: "hub.epicm.org/epicmorg/testrail:{{ item }}" + image: "quay.io/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 9e7e6f9af..34dc46586 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 hub.epicm.org/epicmorg/testrail:{{ item }} +FROM quay.io/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 8f9898d04..128186143 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: "hub.epicm.org/epicmorg/testrail:auth-ad-{{ item }}" + image: "quay.io/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 74b0759a5..75a83ec44 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 hub.epicm.org/epicmorg/testrail:{{ item }} +FROM quay.io/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 c9f61ed6c..59bbbee3b 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-{{ item }}" + image: "quay.io/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 0cf80503d..6f2393bad 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 hub.epicm.org/epicmorg/apache2:php8.1 +FROM quay.io/epicmorg/apache2:php8.1 ############################################################################## # Testrail Install 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 d70eb5df1..2390049d4 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: "hub.epicm.org/epicmorg/testrail:{{ item }}" + image: "quay.io/epicmorg/testrail:{{ item }}" build: context: . diff --git a/linux/advanced/cassandra/3.11/docker-compose.yml b/linux/advanced/cassandra/3.11/docker-compose.yml index cbc768d55..0b3c2e5a3 100644 --- a/linux/advanced/cassandra/3.11/docker-compose.yml +++ b/linux/advanced/cassandra/3.11/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/cassandra:3.11" + image: "quay.io/epicmorg/cassandra:3.11" build: context: . diff --git a/linux/advanced/mattermost/docker-compose.yml b/linux/advanced/mattermost/docker-compose.yml index db8ca27cc..499b843c2 100644 --- a/linux/advanced/mattermost/docker-compose.yml +++ b/linux/advanced/mattermost/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/mattermost-enterprise-edition:latest" + image: "quay.io/epicmorg/mattermost-enterprise-edition:latest" build: context: . diff --git a/linux/advanced/nextcloud/patched/14/Dockerfile b/linux/advanced/nextcloud/patched/14/Dockerfile index 7f40d3680..715a1ef83 100644 --- a/linux/advanced/nextcloud/patched/14/Dockerfile +++ b/linux/advanced/nextcloud/patched/14/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/nextcloud:14 +FROM quay.io/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 5726ef73f..6a428197d 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: "hub.epicm.org/epicmorg/nextcloud:14-patched" + image: "quay.io/epicmorg/nextcloud:14-patched" build: context: . diff --git a/linux/advanced/nextcloud/patched/15/Dockerfile b/linux/advanced/nextcloud/patched/15/Dockerfile index a2c419f5c..88bc1f72c 100644 --- a/linux/advanced/nextcloud/patched/15/Dockerfile +++ b/linux/advanced/nextcloud/patched/15/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/nextcloud:15 +FROM quay.io/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 b73ec598e..9d333522d 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: "hub.epicm.org/epicmorg/nextcloud:15-patched" + image: "quay.io/epicmorg/nextcloud:15-patched" build: context: . diff --git a/linux/advanced/nextcloud/patched/16/Dockerfile b/linux/advanced/nextcloud/patched/16/Dockerfile index 5bc8274d8..bbb9de9b2 100644 --- a/linux/advanced/nextcloud/patched/16/Dockerfile +++ b/linux/advanced/nextcloud/patched/16/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/nextcloud:16 +FROM quay.io/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 03bd7b0e1..bd8cc2713 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: "hub.epicm.org/epicmorg/nextcloud:16-patched" + image: "quay.io/epicmorg/nextcloud:16-patched" build: context: . diff --git a/linux/advanced/nextcloud/patched/17/Dockerfile b/linux/advanced/nextcloud/patched/17/Dockerfile index 1758536be..96ed5a4ef 100644 --- a/linux/advanced/nextcloud/patched/17/Dockerfile +++ b/linux/advanced/nextcloud/patched/17/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/nextcloud:17 +FROM quay.io/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 56162012b..a3290a651 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: "hub.epicm.org/epicmorg/nextcloud:17-patched" + image: "quay.io/epicmorg/nextcloud:17-patched" build: context: . diff --git a/linux/advanced/nextcloud/patched/18/Dockerfile b/linux/advanced/nextcloud/patched/18/Dockerfile index cfe82c8c7..ec2ff3768 100644 --- a/linux/advanced/nextcloud/patched/18/Dockerfile +++ b/linux/advanced/nextcloud/patched/18/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/nextcloud:18 +FROM quay.io/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 b8ece0ce3..724141e84 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: "hub.epicm.org/epicmorg/nextcloud:18-patched" + image: "quay.io/epicmorg/nextcloud:18-patched" build: context: . diff --git a/linux/advanced/nextcloud/patched/19/Dockerfile b/linux/advanced/nextcloud/patched/19/Dockerfile index 7a4040bdd..949f95fd6 100644 --- a/linux/advanced/nextcloud/patched/19/Dockerfile +++ b/linux/advanced/nextcloud/patched/19/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/nextcloud:19 +FROM quay.io/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 86a6691d1..47d810583 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: "hub.epicm.org/epicmorg/nextcloud:19-patched" + image: "quay.io/epicmorg/nextcloud:19-patched" build: context: . diff --git a/linux/advanced/nextcloud/patched/20/Dockerfile b/linux/advanced/nextcloud/patched/20/Dockerfile index 7038ef534..b69545959 100644 --- a/linux/advanced/nextcloud/patched/20/Dockerfile +++ b/linux/advanced/nextcloud/patched/20/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/nextcloud:20 +FROM quay.io/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 c52b9bad9..0386c59ed 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: "hub.epicm.org/epicmorg/nextcloud:20-patched" + image: "quay.io/epicmorg/nextcloud:20-patched" build: context: . diff --git a/linux/advanced/nextcloud/patched/21/Dockerfile b/linux/advanced/nextcloud/patched/21/Dockerfile index bb4be623b..7268b01ae 100644 --- a/linux/advanced/nextcloud/patched/21/Dockerfile +++ b/linux/advanced/nextcloud/patched/21/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/nextcloud:21 +FROM quay.io/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 1205a074d..8ec79b190 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: "hub.epicm.org/epicmorg/nextcloud:21-patched" + image: "quay.io/epicmorg/nextcloud:21-patched" build: context: . diff --git a/linux/advanced/nextcloud/patched/22/Dockerfile b/linux/advanced/nextcloud/patched/22/Dockerfile index ec4faa818..c72faad4d 100644 --- a/linux/advanced/nextcloud/patched/22/Dockerfile +++ b/linux/advanced/nextcloud/patched/22/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/nextcloud:22 +FROM quay.io/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 67720dbb7..438532cce 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: "hub.epicm.org/epicmorg/nextcloud:22-patched" + image: "quay.io/epicmorg/nextcloud:22-patched" build: context: . diff --git a/linux/advanced/nextcloud/patched/23/Dockerfile b/linux/advanced/nextcloud/patched/23/Dockerfile index d7d889f95..13f4778ba 100644 --- a/linux/advanced/nextcloud/patched/23/Dockerfile +++ b/linux/advanced/nextcloud/patched/23/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/nextcloud:23 +FROM quay.io/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 d2748c89b..9837219f9 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: "hub.epicm.org/epicmorg/nextcloud:23-patched" + image: "quay.io/epicmorg/nextcloud:23-patched" build: context: . diff --git a/linux/advanced/nextcloud/patched/24/Dockerfile b/linux/advanced/nextcloud/patched/24/Dockerfile index 81d7368b9..ceb3943b0 100644 --- a/linux/advanced/nextcloud/patched/24/Dockerfile +++ b/linux/advanced/nextcloud/patched/24/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/nextcloud:24 +FROM quay.io/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 0dfb4ef31..53fce80bd 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: "hub.epicm.org/epicmorg/nextcloud:24-patched" + image: "quay.io/epicmorg/nextcloud:24-patched" build: context: . diff --git a/linux/advanced/nextcloud/patched/25/Dockerfile b/linux/advanced/nextcloud/patched/25/Dockerfile index bcd8ef091..b81e0b11c 100644 --- a/linux/advanced/nextcloud/patched/25/Dockerfile +++ b/linux/advanced/nextcloud/patched/25/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/nextcloud:25 +FROM quay.io/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 5de175c45..258699ac0 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: "hub.epicm.org/epicmorg/nextcloud:25-patched" + image: "quay.io/epicmorg/nextcloud:25-patched" build: context: . diff --git a/linux/advanced/nextcloud/patched/26/Dockerfile b/linux/advanced/nextcloud/patched/26/Dockerfile index a75eee672..79a519f14 100644 --- a/linux/advanced/nextcloud/patched/26/Dockerfile +++ b/linux/advanced/nextcloud/patched/26/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/nextcloud:26 +FROM quay.io/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 3b48074be..0bb61fc26 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: "hub.epicm.org/epicmorg/nextcloud:26-patched" + image: "quay.io/epicmorg/nextcloud:26-patched" build: context: . diff --git a/linux/advanced/nextcloud/patched/27/Dockerfile b/linux/advanced/nextcloud/patched/27/Dockerfile index 1dae9180c..d2a2f6c84 100644 --- a/linux/advanced/nextcloud/patched/27/Dockerfile +++ b/linux/advanced/nextcloud/patched/27/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/nextcloud:27 +FROM quay.io/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 bfcc60aa3..2ac37a364 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: "hub.epicm.org/epicmorg/nextcloud:27-patched" + image: "quay.io/epicmorg/nextcloud:27-patched" build: context: . diff --git a/linux/advanced/nextcloud/patched/28/Dockerfile b/linux/advanced/nextcloud/patched/28/Dockerfile index 96b366068..7d0a4ad11 100644 --- a/linux/advanced/nextcloud/patched/28/Dockerfile +++ b/linux/advanced/nextcloud/patched/28/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/nextcloud:28 +FROM quay.io/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 ea2c6c2c6..f619b5a14 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: "hub.epicm.org/epicmorg/nextcloud:28-patched" + image: "quay.io/epicmorg/nextcloud:28-patched" build: context: . diff --git a/linux/advanced/nextcloud/patched/29/Dockerfile b/linux/advanced/nextcloud/patched/29/Dockerfile index fa9d111e4..04a6ab5eb 100644 --- a/linux/advanced/nextcloud/patched/29/Dockerfile +++ b/linux/advanced/nextcloud/patched/29/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/nextcloud:29 +FROM quay.io/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 3c3bba055..b6793b6ef 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: "hub.epicm.org/epicmorg/nextcloud:29-patched" + image: "quay.io/epicmorg/nextcloud:29-patched" build: context: . diff --git a/linux/advanced/nextcloud/patched/30/Dockerfile b/linux/advanced/nextcloud/patched/30/Dockerfile index cad0ade31..8ba2fc31c 100644 --- a/linux/advanced/nextcloud/patched/30/Dockerfile +++ b/linux/advanced/nextcloud/patched/30/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/nextcloud:30 +FROM quay.io/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 575f095d3..b32e3d23b 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: "hub.epicm.org/epicmorg/nextcloud:30-patched" + image: "quay.io/epicmorg/nextcloud:30-patched" build: context: . diff --git a/linux/advanced/nextcloud/patched/31/Dockerfile b/linux/advanced/nextcloud/patched/31/Dockerfile index abf8ae570..7da4dc73b 100644 --- a/linux/advanced/nextcloud/patched/31/Dockerfile +++ b/linux/advanced/nextcloud/patched/31/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/nextcloud:31 +FROM quay.io/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 96190eefd..5d2739139 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: "hub.epicm.org/epicmorg/nextcloud:31-patched" + image: "quay.io/epicmorg/nextcloud:31-patched" build: context: . diff --git a/linux/advanced/nextcloud/patched/latest/Dockerfile b/linux/advanced/nextcloud/patched/latest/Dockerfile index 16b56646a..e7874f03a 100644 --- a/linux/advanced/nextcloud/patched/latest/Dockerfile +++ b/linux/advanced/nextcloud/patched/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/nextcloud:latest +FROM quay.io/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 32eee5b04..9a560c9a5 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: "hub.epicm.org/epicmorg/nextcloud:latest-patched" + image: "quay.io/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 a69062b8a..d0674d286 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: "hub.epicm.org/epicmorg/nextcloud:14" + image: "quay.io/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 945a69223..05287c7f3 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: "hub.epicm.org/epicmorg/nextcloud:15" + image: "quay.io/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 1a16c544d..e914c9fdc 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: "hub.epicm.org/epicmorg/nextcloud:16" + image: "quay.io/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 094a44ea2..8f2d82031 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: "hub.epicm.org/epicmorg/nextcloud:17" + image: "quay.io/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 9d1646086..2199015b7 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: "hub.epicm.org/epicmorg/nextcloud:18" + image: "quay.io/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 46c08aa7d..9692ed0be 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: "hub.epicm.org/epicmorg/nextcloud:19" + image: "quay.io/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 9a4e4534a..30f33e77f 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: "hub.epicm.org/epicmorg/nextcloud:20" + image: "quay.io/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 aa34ded70..526c5ec1d 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: "hub.epicm.org/epicmorg/nextcloud:21" + image: "quay.io/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 23620ab30..b5200698b 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: "hub.epicm.org/epicmorg/nextcloud:22" + image: "quay.io/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 703f6afa2..2754dab77 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: "hub.epicm.org/epicmorg/nextcloud:23" + image: "quay.io/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 38dbea0a2..e1f2a0395 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: "hub.epicm.org/epicmorg/nextcloud:24" + image: "quay.io/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 bf9f48d9b..6e83d369c 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: "hub.epicm.org/epicmorg/nextcloud:25" + image: "quay.io/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 901005322..7ac0f1ce4 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: "hub.epicm.org/epicmorg/nextcloud:26" + image: "quay.io/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 d1c043fab..2d19ad7c8 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: "hub.epicm.org/epicmorg/nextcloud:27" + image: "quay.io/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 f44c11230..307b83a2d 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: "hub.epicm.org/epicmorg/nextcloud:28" + image: "quay.io/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 e29c27fa3..c8cf7a132 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: "hub.epicm.org/epicmorg/nextcloud:29" + image: "quay.io/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 9e643cf79..b85bc0d3f 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: "hub.epicm.org/epicmorg/nextcloud:30" + image: "quay.io/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 0d7eddf81..89745a8b8 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: "hub.epicm.org/epicmorg/nextcloud:31" + image: "quay.io/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 72c5c7f20..6fbbbe32d 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: "hub.epicm.org/epicmorg/nextcloud:latest" + image: "quay.io/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 b24698a0f..9a37c0a29 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: "hub.epicm.org/epicmorg/teamcity-server:2022.04.7" + image: "quay.io/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 978d6c570..e401514a7 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: "hub.epicm.org/epicmorg/teamcity-server:2022.10.6" + image: "quay.io/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 4ef18b822..b5b8754af 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: "hub.epicm.org/epicmorg/teamcity-server:2023.05.6" + image: "quay.io/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 14ec9c7d0..f11448bdd 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: "hub.epicm.org/epicmorg/teamcity-server:2024.03.3" + image: "quay.io/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 966c4414d..d230592aa 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: "hub.epicm.org/epicmorg/teamcity-server:2024.07.3" + image: "quay.io/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 20d909546..81d7373a2 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: "hub.epicm.org/epicmorg/teamcity-server:2024.12" + image: "quay.io/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 b47a60f9d..63e7bb38a 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: "hub.epicm.org/epicmorg/teamcity-server:2025.03" + image: "quay.io/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 3ca2a08c6..3daef4105 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: "hub.epicm.org/epicmorg/teamcity-server:latest" + image: "quay.io/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 203d65511..7267ad95e 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 hub.epicm.org/epicmorg/vscode-server:latest +FROM quay.io/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 c32d7347e..7322497da 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: "hub.epicm.org/epicmorg/vscode-server:amxx-rc" + image: "quay.io/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 7429f5363..9d9f31668 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 hub.epicm.org/epicmorg/vscode-server:latest +FROM quay.io/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 b1a7216ce..70eff547f 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: "hub.epicm.org/epicmorg/vscode-server:amxx" + image: "quay.io/epicmorg/vscode-server:amxx" build: context: . diff --git a/linux/advanced/vscode-server/android/Dockerfile b/linux/advanced/vscode-server/android/Dockerfile index 9d9e93142..a743b0380 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 hub.epicm.org/epicmorg/vscode-server:latest +FROM quay.io/epicmorg/vscode-server:latest 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 effe0f043..246ab4b92 100644 --- a/linux/advanced/vscode-server/android/docker-compose.yml +++ b/linux/advanced/vscode-server/android/docker-compose.yml @@ -1,9 +1,9 @@ services: app: - image: "hub.epicm.org/epicmorg/vscode-server:android" + image: "quay.io/epicmorg/vscode-server:android" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-jdk17" + image: "quay.io/epicmorg/debian:bookworm-develop-jdk17" build: context: . diff --git a/linux/advanced/vscode-server/cpp/Dockerfile b/linux/advanced/vscode-server/cpp/Dockerfile index db3f472dd..a20682d6f 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 hub.epicm.org/epicmorg/vscode-server:latest +FROM quay.io/epicmorg/vscode-server:latest LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/advanced/vscode-server/cpp/docker-compose.yml b/linux/advanced/vscode-server/cpp/docker-compose.yml index 60047e435..020ea9c57 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: "hub.epicm.org/epicmorg/vscode-server:cpp" + image: "quay.io/epicmorg/vscode-server:cpp" build: context: . diff --git a/linux/advanced/vscode-server/devops/Dockerfile b/linux/advanced/vscode-server/devops/Dockerfile index 333fd969b..638cb706b 100644 --- a/linux/advanced/vscode-server/devops/Dockerfile +++ b/linux/advanced/vscode-server/devops/Dockerfile @@ -1,7 +1,7 @@ ################################################################################ # https://github.com/linuxserver/docker-code-server/pkgs/container/code-server ################################################################################ -FROM hub.epicm.org/epicmorg/vscode-server:latest +FROM quay.io/epicmorg/vscode-server:latest LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/advanced/vscode-server/devops/docker-compose.yml b/linux/advanced/vscode-server/devops/docker-compose.yml index 1241afabe..6afe677dc 100644 --- a/linux/advanced/vscode-server/devops/docker-compose.yml +++ b/linux/advanced/vscode-server/devops/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/vscode-server:devops" + image: "quay.io/epicmorg/vscode-server:devops" build: context: . diff --git a/linux/advanced/vscode-server/docker/Dockerfile b/linux/advanced/vscode-server/docker/Dockerfile index 5a8559898..ee246a44b 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 hub.epicm.org/epicmorg/vscode-server:latest +FROM quay.io/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 e698f1c3d..511bb01c1 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: "hub.epicm.org/epicmorg/vscode-server:docker" + image: "quay.io/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 7900ffa09..c7569fd6c 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 hub.epicm.org/epicmorg/vscode-server:latest +FROM quay.io/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 a8a304f86..b5be16172 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: "hub.epicm.org/epicmorg/vscode-server:dotnet-full" + image: "quay.io/epicmorg/vscode-server:dotnet-full" build: context: . diff --git a/linux/advanced/vscode-server/dotnet/Dockerfile b/linux/advanced/vscode-server/dotnet/Dockerfile index 7174c5c43..ae445cdc3 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 hub.epicm.org/epicmorg/vscode-server:latest +FROM quay.io/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 0f291533d..30a0627c2 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: "hub.epicm.org/epicmorg/vscode-server:dotnet" + image: "quay.io/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 6d9cdb8ee..ab0143e78 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: "hub.epicm.org/epicmorg/vscode-server:latest" + image: "quay.io/epicmorg/vscode-server:latest" build: context: . diff --git a/linux/advanced/vscode-server/mono/Dockerfile b/linux/advanced/vscode-server/mono/Dockerfile index 774811e0f..9540bfbd6 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 hub.epicm.org/epicmorg/vscode-server:latest +FROM quay.io/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 f402655a7..702650a30 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: "hub.epicm.org/epicmorg/vscode-server:mono" + image: "quay.io/epicmorg/vscode-server:mono" build: context: . diff --git a/linux/advanced/vscode-server/nodejs/Dockerfile b/linux/advanced/vscode-server/nodejs/Dockerfile index 5296b862e..3c35248c8 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 hub.epicm.org/epicmorg/vscode-server:latest +FROM quay.io/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 519725660..3d2de9895 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: "hub.epicm.org/epicmorg/vscode-server:nodejs" + image: "quay.io/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 083d5c2e5..f16e04340 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: "hub.epicm.org/epicmorg/zabbix-agent:3.0" + image: "quay.io/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 e85bcea8f..96df4f4c2 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: "hub.epicm.org/epicmorg/zabbix-java-gateway:3.0" + image: "quay.io/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 67f75f3b0..d32a0f65c 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: "hub.epicm.org/epicmorg/zabbix-proxy-mysql:3.0" + image: "quay.io/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 a014a62dc..562dabdc9 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: "hub.epicm.org/epicmorg/zabbix-proxy-sqlite3:3.0" + image: "quay.io/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 fb3247fd7..fcc09e791 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: "hub.epicm.org/epicmorg/zabbix-server-mysql:3.0" + image: "quay.io/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 5960c90b2..12099eeed 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: "hub.epicm.org/epicmorg/zabbix-server-pgsql:3.0" + image: "quay.io/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 cc2bdab69..fe87a61bd 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: "hub.epicm.org/epicmorg/zabbix-snmptraps:3.0" + image: "quay.io/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 1eda3537d..8ce9d98e4 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: "hub.epicm.org/epicmorg/zabbix-web-apache-mysql:3.0" + image: "quay.io/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 a9d6f47b6..f85b1b4d1 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: "hub.epicm.org/epicmorg/zabbix-web-apache-pgsql:3.0" + image: "quay.io/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 1bf932819..6c1a26ea3 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: "hub.epicm.org/epicmorg/zabbix-agent:4.0" + image: "quay.io/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 f0f2c161f..2fe257165 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: "hub.epicm.org/epicmorg/zabbix-java-gateway:4.0" + image: "quay.io/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 172d73250..bd2de09b7 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: "hub.epicm.org/epicmorg/zabbix-proxy-mysql:4.0" + image: "quay.io/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 9c7d6f05a..ce26ee85b 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: "hub.epicm.org/epicmorg/zabbix-proxy-sqlite3:4.0" + image: "quay.io/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 c92740b37..ce17090d9 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: "hub.epicm.org/epicmorg/zabbix-server-mysql:4.0" + image: "quay.io/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 3ae113034..dbaa64dd2 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: "hub.epicm.org/epicmorg/zabbix-server-pgsql:4.0" + image: "quay.io/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 6b95ee279..9cc41bbae 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: "hub.epicm.org/epicmorg/zabbix-snmptraps:4.0" + image: "quay.io/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 36ee3d34d..e3a99c939 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: "hub.epicm.org/epicmorg/zabbix-web-apache-mysql:4.0" + image: "quay.io/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 52f84a400..3a0f984d9 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: "hub.epicm.org/epicmorg/zabbix-web-apache-pgsql:4.0" + image: "quay.io/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 7201b4b5e..7b747a795 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: "hub.epicm.org/epicmorg/zabbix-agent:5.0" + image: "quay.io/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 3434f584a..471e9514e 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: "hub.epicm.org/epicmorg/zabbix-agent2:5.0" + image: "quay.io/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 84fea2c39..58ca306e2 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: "hub.epicm.org/epicmorg/zabbix-java-gateway:5.0" + image: "quay.io/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 260cee593..02a7397d2 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: "hub.epicm.org/epicmorg/zabbix-proxy-mysql:5.0" + image: "quay.io/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 07655157d..bbb91c664 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: "hub.epicm.org/epicmorg/zabbix-proxy-sqlite3:5.0" + image: "quay.io/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 1ed919159..6f7514ca1 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: "hub.epicm.org/epicmorg/zabbix-server-mysql:5.0" + image: "quay.io/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 edfc0c039..ffd7cf0d6 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: "hub.epicm.org/epicmorg/zabbix-server-pgsql:5.0" + image: "quay.io/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 5a973a3f9..53df88b63 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: "hub.epicm.org/epicmorg/zabbix-snmptraps:5.0" + image: "quay.io/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 b37872a2f..cfb7090b3 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: "hub.epicm.org/epicmorg/zabbix-web-apache-mysql:5.0" + image: "quay.io/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 c1f934d2a..d3733f250 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: "hub.epicm.org/epicmorg/zabbix-web-apache-pgsql:5.0" + image: "quay.io/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 382898930..7501626e3 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: "hub.epicm.org/epicmorg/zabbix-agent:5.2" + image: "quay.io/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 88e0365f8..e0ad6b3e7 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: "hub.epicm.org/epicmorg/zabbix-agent2:5.2" + image: "quay.io/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 808b215f9..54bdf57ec 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: "hub.epicm.org/epicmorg/zabbix-java-gateway:5.2" + image: "quay.io/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 fd4fe9abf..e56157c90 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: "hub.epicm.org/epicmorg/zabbix-proxy-mysql:5.2" + image: "quay.io/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 f9ac3b233..3b33be08f 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: "hub.epicm.org/epicmorg/zabbix-proxy-sqlite3:5.2" + image: "quay.io/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 0f91b0e16..a9f5159f7 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: "hub.epicm.org/epicmorg/zabbix-server-mysql:5.2" + image: "quay.io/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 d6a5f8ed1..f0a0ff4b5 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: "hub.epicm.org/epicmorg/zabbix-server-pgsql:5.2" + image: "quay.io/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 86f84a43d..7b74b9dc0 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: "hub.epicm.org/epicmorg/zabbix-snmptraps:5.2" + image: "quay.io/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 35d1453aa..acdbca13f 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: "hub.epicm.org/epicmorg/zabbix-web-apache-mysql:5.2" + image: "quay.io/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 136d7712a..7ed65e80e 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: "hub.epicm.org/epicmorg/zabbix-web-apache-pgsql:5.2" + image: "quay.io/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 e456b6fc9..d41ec8da4 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: "hub.epicm.org/epicmorg/zabbix-agent:5.4" + image: "quay.io/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 039de85bb..15cdeeded 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: "hub.epicm.org/epicmorg/zabbix-agent2:5.4" + image: "quay.io/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 f26760059..6c669d526 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: "hub.epicm.org/epicmorg/zabbix-java-gateway:5.4" + image: "quay.io/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 a91411968..c0c847e36 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: "hub.epicm.org/epicmorg/zabbix-proxy-mysql:5.4" + image: "quay.io/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 90bb4f49e..8c40ad947 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: "hub.epicm.org/epicmorg/zabbix-proxy-sqlite3:5.4" + image: "quay.io/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 683eb9e81..48061f414 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: "hub.epicm.org/epicmorg/zabbix-server-mysql:5.4" + image: "quay.io/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 61a915584..99c0863b9 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: "hub.epicm.org/epicmorg/zabbix-server-pgsql:5.4" + image: "quay.io/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 7d6538066..d56bece62 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: "hub.epicm.org/epicmorg/zabbix-snmptraps:5.4" + image: "quay.io/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 493926028..3822c592d 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: "hub.epicm.org/epicmorg/zabbix-web-apache-mysql:5.4" + image: "quay.io/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 e8bbb0f73..6fb2f3211 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: "hub.epicm.org/epicmorg/zabbix-web-apache-pgsql:5.4" + image: "quay.io/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 5e7f5a6c5..1fe391faf 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: "hub.epicm.org/epicmorg/zabbix-agent:6.0" + image: "quay.io/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 46b442871..e44d2803d 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: "hub.epicm.org/epicmorg/zabbix-agent2:6.0" + image: "quay.io/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 7bc402743..50883ec00 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: "hub.epicm.org/epicmorg/zabbix-java-gateway:6.0" + image: "quay.io/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 783bf3e1e..def7a68d3 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: "hub.epicm.org/epicmorg/zabbix-proxy-mysql:6.0" + image: "quay.io/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 b2bcd81b6..ced3d641c 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: "hub.epicm.org/epicmorg/zabbix-proxy-sqlite3:6.0" + image: "quay.io/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 2ada9dcc7..b42696f8a 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: "hub.epicm.org/epicmorg/zabbix-server-mysql:6.0" + image: "quay.io/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 da6826d30..2a8293d8b 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: "hub.epicm.org/epicmorg/zabbix-server-pgsql:6.0" + image: "quay.io/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 c87742cac..46ea7b32d 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: "hub.epicm.org/epicmorg/zabbix-snmptraps:6.0" + image: "quay.io/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 521c7cc44..a9acf410b 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: "hub.epicm.org/epicmorg/zabbix-web-apache-mysql:6.0" + image: "quay.io/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 dc99f05d1..417cfc45b 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: "hub.epicm.org/epicmorg/zabbix-web-apache-pgsql:6.0" + image: "quay.io/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 23d6d9205..065881ac3 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: "hub.epicm.org/epicmorg/zabbix-agent:6.2" + image: "quay.io/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 797f436e2..a935cd101 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: "hub.epicm.org/epicmorg/zabbix-agent2:6.2" + image: "quay.io/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 d370a7dc9..651fd2527 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: "hub.epicm.org/epicmorg/zabbix-java-gateway:6.2" + image: "quay.io/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 70670ef35..7cdd01dfb 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: "hub.epicm.org/epicmorg/zabbix-proxy-mysql:6.2" + image: "quay.io/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 1c716e0b4..6dfafea5b 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: "hub.epicm.org/epicmorg/zabbix-proxy-sqlite3:6.2" + image: "quay.io/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 f151ac978..c3fb38458 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: "hub.epicm.org/epicmorg/zabbix-server-mysql:6.2" + image: "quay.io/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 5e3433ef0..e89df6fe2 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: "hub.epicm.org/epicmorg/zabbix-server-pgsql:6.2" + image: "quay.io/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 14fbb54dc..263e4e428 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: "hub.epicm.org/epicmorg/zabbix-snmptraps:6.2" + image: "quay.io/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 349462da5..a8129413f 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: "hub.epicm.org/epicmorg/zabbix-web-apache-mysql:6.2" + image: "quay.io/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 17e8aa0bd..b686ff2a8 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: "hub.epicm.org/epicmorg/zabbix-web-apache-pgsql:6.2" + image: "quay.io/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 adf050c20..39b686563 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: "hub.epicm.org/epicmorg/zabbix-agent:6.4" + image: "quay.io/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 8d52a1c94..44855805d 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: "hub.epicm.org/epicmorg/zabbix-agent2:6.4" + image: "quay.io/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 c48910757..5da4648d8 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: "hub.epicm.org/epicmorg/zabbix-java-gateway:6.4" + image: "quay.io/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 c66aa7cdf..86a22694d 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: "hub.epicm.org/epicmorg/zabbix-proxy-mysql:6.4" + image: "quay.io/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 bc560f042..bffebf5a8 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: "hub.epicm.org/epicmorg/zabbix-proxy-sqlite3:6.4" + image: "quay.io/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 8cdc52174..fab2f5bd9 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: "hub.epicm.org/epicmorg/zabbix-server-mysql:6.4" + image: "quay.io/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 6ca09bbac..697632f7b 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: "hub.epicm.org/epicmorg/zabbix-server-pgsql:6.4" + image: "quay.io/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 9e928865f..f3a4ceb2f 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: "hub.epicm.org/epicmorg/zabbix-snmptraps:6.4" + image: "quay.io/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 517939f0f..80330a78a 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: "hub.epicm.org/epicmorg/zabbix-web-apache-mysql:6.4" + image: "quay.io/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 89c7e313f..34bd2f40b 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: "hub.epicm.org/epicmorg/zabbix-web-apache-pgsql:6.4" + image: "quay.io/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 b7a5989db..589edab7d 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: "hub.epicm.org/epicmorg/zabbix-agent:7.0" + image: "quay.io/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 23e354ff8..f9bce1206 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: "hub.epicm.org/epicmorg/zabbix-agent2:7.0" + image: "quay.io/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 7a410b6f1..c0ed09fd3 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: "hub.epicm.org/epicmorg/zabbix-java-gateway:7.0" + image: "quay.io/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 b524ad48e..c40561b14 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: "hub.epicm.org/epicmorg/zabbix-proxy-mysql:7.0" + image: "quay.io/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 2fe02e953..981aeb0b6 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: "hub.epicm.org/epicmorg/zabbix-proxy-sqlite3:7.0" + image: "quay.io/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 fd2c483bf..24e7f6bff 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: "hub.epicm.org/epicmorg/zabbix-server-mysql:7.0" + image: "quay.io/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 d7d1ec870..84f94e9d0 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: "hub.epicm.org/epicmorg/zabbix-server-pgsql:7.0" + image: "quay.io/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 d313b467e..d539a1c7f 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: "hub.epicm.org/epicmorg/zabbix-snmptraps:7.0" + image: "quay.io/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 d57b19fcb..f28ec8a95 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: "hub.epicm.org/epicmorg/zabbix-web-apache-mysql:7.0" + image: "quay.io/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 32bb7095c..e5c98ebcc 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: "hub.epicm.org/epicmorg/zabbix-web-apache-pgsql:7.0" + image: "quay.io/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 ce99def9a..08949bf09 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: "hub.epicm.org/epicmorg/zabbix-agent:7.2" + image: "quay.io/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 7db8e0ec4..ac843ea38 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: "hub.epicm.org/epicmorg/zabbix-agent2:7.2" + image: "quay.io/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 af13b3684..16b0ad7e0 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: "hub.epicm.org/epicmorg/zabbix-java-gateway:7.2" + image: "quay.io/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 6d7b1792e..4456e29a8 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: "hub.epicm.org/epicmorg/zabbix-proxy-mysql:7.2" + image: "quay.io/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 a07a5ff5a..4adee9ec7 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: "hub.epicm.org/epicmorg/zabbix-proxy-sqlite3:7.2" + image: "quay.io/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 508c77843..740777891 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: "hub.epicm.org/epicmorg/zabbix-server-mysql:7.2" + image: "quay.io/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 2c791edb1..44c56e3b3 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: "hub.epicm.org/epicmorg/zabbix-server-pgsql:7.2" + image: "quay.io/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 311d13e68..feb58a687 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: "hub.epicm.org/epicmorg/zabbix-snmptraps:7.2" + image: "quay.io/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 22d4c0894..8197806fd 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: "hub.epicm.org/epicmorg/zabbix-web-apache-mysql:7.2" + image: "quay.io/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 790140636..6e9190ef0 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: "hub.epicm.org/epicmorg/zabbix-web-apache-pgsql:7.2" + image: "quay.io/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 6e908e144..c8d93cad4 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: "hub.epicm.org/epicmorg/zabbix-agent:latest" + image: "quay.io/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 82a9e8087..f669da3c2 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: "hub.epicm.org/epicmorg/zabbix-agent2:latest" + image: "quay.io/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 d81611a60..5b24bbcf9 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: "hub.epicm.org/epicmorg/zabbix-java-gateway:latest" + image: "quay.io/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 23644e34c..86417e8f3 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: "hub.epicm.org/epicmorg/zabbix-proxy-mysql:latest" + image: "quay.io/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 bba309bf0..655ecea5d 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: "hub.epicm.org/epicmorg/zabbix-proxy-sqlite3:latest" + image: "quay.io/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 db17697ee..279efcbf7 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: "hub.epicm.org/epicmorg/zabbix-server-mysql:latest" + image: "quay.io/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 b70015d90..69c680e07 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: "hub.epicm.org/epicmorg/zabbix-server-pgsql:latest" + image: "quay.io/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 584488af4..c732aad45 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: "hub.epicm.org/epicmorg/zabbix-snmptraps:latest" + image: "quay.io/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 6cdcd8283..adfc94bc0 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: "hub.epicm.org/epicmorg/zabbix-web-apache-mysql:latest" + image: "quay.io/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 76e79370b..505511b6b 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: "hub.epicm.org/epicmorg/zabbix-web-apache-pgsql:latest" + image: "quay.io/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 21b943033..82e309960 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: "hub.epicm.org/epicmorg/zabbix-agent:trunk" + image: "quay.io/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 367384129..670d9626f 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: "hub.epicm.org/epicmorg/zabbix-agent2:trunk" + image: "quay.io/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 d42754ed6..c1ddfae6b 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: "hub.epicm.org/epicmorg/zabbix-java-gateway:trunk" + image: "quay.io/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 4f9d7a0dd..2a64088db 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: "hub.epicm.org/epicmorg/zabbix-proxy-mysql:trunk" + image: "quay.io/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 4dde9635d..f10303200 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: "hub.epicm.org/epicmorg/zabbix-proxy-sqlite3:trunk" + image: "quay.io/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 64a97c815..8b1bc038d 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: "hub.epicm.org/epicmorg/zabbix-server-mysql:trunk" + image: "quay.io/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 00ff5a06a..1fc28a704 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: "hub.epicm.org/epicmorg/zabbix-server-pgsql:trunk" + image: "quay.io/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 7342c52b7..30dbf4110 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: "hub.epicm.org/epicmorg/zabbix-snmptraps:trunk" + image: "quay.io/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 7eb629509..f2752f121 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: "hub.epicm.org/epicmorg/zabbix-web-apache-mysql:trunk" + image: "quay.io/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 6cdf24658..fb7478bc0 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: "hub.epicm.org/epicmorg/zabbix-web-apache-pgsql:trunk" + image: "quay.io/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 c1d71ffba..92962b4b4 100644 --- a/linux/ecosystem/apache2/php5.5/Dockerfile +++ b/linux/ecosystem/apache2/php5.5/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-php5.5 +FROM quay.io/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 68465ec78..e7b150cca 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: "hub.epicm.org/epicmorg/apache2:php5.5" + image: "quay.io/epicmorg/apache2:php5.5" build: context: . diff --git a/linux/ecosystem/apache2/php5.6/Dockerfile b/linux/ecosystem/apache2/php5.6/Dockerfile index e20167d0c..012111884 100644 --- a/linux/ecosystem/apache2/php5.6/Dockerfile +++ b/linux/ecosystem/apache2/php5.6/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-php5.6 +FROM quay.io/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 fb55a443d..02b4ade57 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: "hub.epicm.org/epicmorg/apache2:php5.6" + image: "quay.io/epicmorg/apache2:php5.6" build: context: . diff --git a/linux/ecosystem/apache2/php7.0/Dockerfile b/linux/ecosystem/apache2/php7.0/Dockerfile index 4da83a58c..4308a652b 100644 --- a/linux/ecosystem/apache2/php7.0/Dockerfile +++ b/linux/ecosystem/apache2/php7.0/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-php7.0 +FROM quay.io/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 7de03f7d2..a2b5846eb 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: "hub.epicm.org/epicmorg/apache2:php7.0" + image: "quay.io/epicmorg/apache2:php7.0" build: context: . diff --git a/linux/ecosystem/apache2/php7.1/Dockerfile b/linux/ecosystem/apache2/php7.1/Dockerfile index cad44fdb9..9dd932fb8 100644 --- a/linux/ecosystem/apache2/php7.1/Dockerfile +++ b/linux/ecosystem/apache2/php7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-php7.1 +FROM quay.io/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 28032c99e..3e6a70f95 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: "hub.epicm.org/epicmorg/apache2:php7.1" + image: "quay.io/epicmorg/apache2:php7.1" build: context: . diff --git a/linux/ecosystem/apache2/php7.2/Dockerfile b/linux/ecosystem/apache2/php7.2/Dockerfile index 6b44bb980..6017a302b 100644 --- a/linux/ecosystem/apache2/php7.2/Dockerfile +++ b/linux/ecosystem/apache2/php7.2/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-php7.2 +FROM quay.io/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 da5b8b5e0..afff27ffb 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: "hub.epicm.org/epicmorg/apache2:php7.2" + image: "quay.io/epicmorg/apache2:php7.2" build: context: . diff --git a/linux/ecosystem/apache2/php7.3/Dockerfile b/linux/ecosystem/apache2/php7.3/Dockerfile index e790aeb61..f90f1571f 100644 --- a/linux/ecosystem/apache2/php7.3/Dockerfile +++ b/linux/ecosystem/apache2/php7.3/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-php7.3 +FROM quay.io/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 68e5d3806..3bb30245b 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: "hub.epicm.org/epicmorg/apache2:php7.3" + image: "quay.io/epicmorg/apache2:php7.3" build: context: . diff --git a/linux/ecosystem/apache2/php7.4/Dockerfile b/linux/ecosystem/apache2/php7.4/Dockerfile index 600efb4f0..7dd865db5 100644 --- a/linux/ecosystem/apache2/php7.4/Dockerfile +++ b/linux/ecosystem/apache2/php7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-php7.4 +FROM quay.io/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 37bcaae52..68c2d4a02 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: "hub.epicm.org/epicmorg/apache2:php7.4" + image: "quay.io/epicmorg/apache2:php7.4" build: context: . diff --git a/linux/ecosystem/apache2/php8.0/Dockerfile b/linux/ecosystem/apache2/php8.0/Dockerfile index 50ffc3f37..f579dcb91 100644 --- a/linux/ecosystem/apache2/php8.0/Dockerfile +++ b/linux/ecosystem/apache2/php8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-php8.0 +FROM quay.io/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 284ae9c29..99e4655ed 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: "hub.epicm.org/epicmorg/apache2:php8.0" + image: "quay.io/epicmorg/apache2:php8.0" build: context: . diff --git a/linux/ecosystem/apache2/php8.1/Dockerfile b/linux/ecosystem/apache2/php8.1/Dockerfile index 4729ebfe2..11346c85d 100644 --- a/linux/ecosystem/apache2/php8.1/Dockerfile +++ b/linux/ecosystem/apache2/php8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-php8.1 +FROM quay.io/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 e1001f4de..a6e53230a 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: "hub.epicm.org/epicmorg/apache2:php8.1" + image: "quay.io/epicmorg/apache2:php8.1" build: context: . diff --git a/linux/ecosystem/apache2/php8.2/Dockerfile b/linux/ecosystem/apache2/php8.2/Dockerfile index 2e620c218..789a3b16e 100644 --- a/linux/ecosystem/apache2/php8.2/Dockerfile +++ b/linux/ecosystem/apache2/php8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-php8.2 +FROM quay.io/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 bf7040bbc..74505b7e9 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: "hub.epicm.org/epicmorg/apache2:php8.2" + image: "quay.io/epicmorg/apache2:php8.2" build: context: . diff --git a/linux/ecosystem/apache2/php8.3/Dockerfile b/linux/ecosystem/apache2/php8.3/Dockerfile index 7c5481e8d..32668127e 100644 --- a/linux/ecosystem/apache2/php8.3/Dockerfile +++ b/linux/ecosystem/apache2/php8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-php8.3 +FROM quay.io/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 94af53c1c..7e6dc899f 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: "hub.epicm.org/epicmorg/apache2:php8.3" + image: "quay.io/epicmorg/apache2:php8.3" build: context: . diff --git a/linux/ecosystem/apache2/php8.4/Dockerfile b/linux/ecosystem/apache2/php8.4/Dockerfile index 9fdcf634b..b68423bfc 100644 --- a/linux/ecosystem/apache2/php8.4/Dockerfile +++ b/linux/ecosystem/apache2/php8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-php8.4 +FROM quay.io/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 b61a8542d..88572fac8 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: "hub.epicm.org/epicmorg/apache2:php8.4" + image: "quay.io/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 8ce1fba78..8d4dbe48a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0d4369a9f..26a29c889 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: "hub.epicm.org/epicmorg/bitbucket:1.0.3" + image: "quay.io/epicmorg/bitbucket:1.0.3" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:1.0.3-jdk7" + image: "quay.io/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 800c5d095..4a1a1931e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4f299db33..e12a8fccb 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: "hub.epicm.org/epicmorg/bitbucket:1.1.2" + image: "quay.io/epicmorg/bitbucket:1.1.2" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:1.1.2-jdk7" + image: "quay.io/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 9c67fe9dc..608ba9227 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3263c0975..4ec5a82ce 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: "hub.epicm.org/epicmorg/bitbucket:1.2.1" + image: "quay.io/epicmorg/bitbucket:1.2.1" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:1.2.1-jdk7" + image: "quay.io/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 ac224d43f..c59d56183 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 78628e763..56e643eea 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: "hub.epicm.org/epicmorg/bitbucket:1.2.4" + image: "quay.io/epicmorg/bitbucket:1.2.4" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:1.2.4-jdk7" + image: "quay.io/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 ad40fdb75..87644cecc 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7ef2f4d29..5a899c3ff 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: "hub.epicm.org/epicmorg/bitbucket:1.3.1" + image: "quay.io/epicmorg/bitbucket:1.3.1" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:1.3.1-jdk7" + image: "quay.io/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 c7a055821..5d34f5358 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e1ee7faa8..cb5ca669f 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: "hub.epicm.org/epicmorg/bitbucket:2.0.3" + image: "quay.io/epicmorg/bitbucket:2.0.3" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:2.0.3-jdk7" + image: "quay.io/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 3776fdf2d..7cd411ec1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2e10e97c3..eeac784b5 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: "hub.epicm.org/epicmorg/bitbucket:2.1.2" + image: "quay.io/epicmorg/bitbucket:2.1.2" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:2.1.2-jdk7" + image: "quay.io/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 4efa5df1c..c0588585f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0e5c72ed0..4fea3dd2d 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: "hub.epicm.org/epicmorg/bitbucket:2.10.0" + image: "quay.io/epicmorg/bitbucket:2.10.0" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:2.10.0-jdk7" + image: "quay.io/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 3cd87a946..fd5f89f11 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8c2f612bf..db70b80aa 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: "hub.epicm.org/epicmorg/bitbucket:2.10.1" + image: "quay.io/epicmorg/bitbucket:2.10.1" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:2.10.1-jdk7" + image: "quay.io/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 1247da3df..229e59723 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b67e0a3fc..39ee8e895 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: "hub.epicm.org/epicmorg/bitbucket:2.10.2" + image: "quay.io/epicmorg/bitbucket:2.10.2" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:2.10.2-jdk7" + image: "quay.io/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 0fb04cfa5..661dc1706 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 94922ac63..ed1e1b6fb 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: "hub.epicm.org/epicmorg/bitbucket:2.10.3" + image: "quay.io/epicmorg/bitbucket:2.10.3" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:2.10.3-jdk7" + image: "quay.io/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 b436d7154..8f09299b6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 16a2e95f5..cab4b59a2 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: "hub.epicm.org/epicmorg/bitbucket:2.10.4" + image: "quay.io/epicmorg/bitbucket:2.10.4" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:2.10.4-jdk7" + image: "quay.io/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 901a06224..3adff3075 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d372e92c4..e45aeb27a 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: "hub.epicm.org/epicmorg/bitbucket:2.10.5" + image: "quay.io/epicmorg/bitbucket:2.10.5" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:2.10.5-jdk7" + image: "quay.io/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 33a297651..54d23eb4d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a6704a393..aa776f348 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: "hub.epicm.org/epicmorg/bitbucket:2.11.3" + image: "quay.io/epicmorg/bitbucket:2.11.3" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:2.11.3-jdk7" + image: "quay.io/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 cca5b9f54..3b81091ca 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b355c0dca..cdd1e7c80 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: "hub.epicm.org/epicmorg/bitbucket:2.11.4" + image: "quay.io/epicmorg/bitbucket:2.11.4" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:2.11.4-jdk7" + image: "quay.io/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 72c491666..f0eafe79e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a2163c259..8c66dac68 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: "hub.epicm.org/epicmorg/bitbucket:2.11.5" + image: "quay.io/epicmorg/bitbucket:2.11.5" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:2.11.5-jdk7" + image: "quay.io/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 4a3c3128b..aee055b3d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 13e7a34f7..c3984a1db 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: "hub.epicm.org/epicmorg/bitbucket:2.11.6" + image: "quay.io/epicmorg/bitbucket:2.11.6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:2.11.6-jdk7" + image: "quay.io/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 abba5611a..f43316c05 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9370c66c0..e6ec2b052 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: "hub.epicm.org/epicmorg/bitbucket:2.11.7" + image: "quay.io/epicmorg/bitbucket:2.11.7" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:2.11.7-jdk7" + image: "quay.io/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 10f8963d9..6c08a44ae 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f7bcb442b..f7d81858c 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: "hub.epicm.org/epicmorg/bitbucket:2.11.8" + image: "quay.io/epicmorg/bitbucket:2.11.8" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:2.11.8-jdk7" + image: "quay.io/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 987d18224..5308ed67b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2051d1c65..d9c5ff3c6 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: "hub.epicm.org/epicmorg/bitbucket:2.11.9" + image: "quay.io/epicmorg/bitbucket:2.11.9" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:2.11.9-jdk7" + image: "quay.io/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 fbf004bef..79c568ec6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b142196c0..59a720238 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: "hub.epicm.org/epicmorg/bitbucket:2.12.0" + image: "quay.io/epicmorg/bitbucket:2.12.0" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:2.12.0-jdk7" + image: "quay.io/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 78e31c1bc..33ab36d83 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 57024fb24..1c5dc2511 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: "hub.epicm.org/epicmorg/bitbucket:2.12.1" + image: "quay.io/epicmorg/bitbucket:2.12.1" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:2.12.1-jdk7" + image: "quay.io/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 506f43a1d..378f88f6c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e8bebef5e..219da653c 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: "hub.epicm.org/epicmorg/bitbucket:2.12.2" + image: "quay.io/epicmorg/bitbucket:2.12.2" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:2.12.2-jdk7" + image: "quay.io/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 2237e3644..bf59b799f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 201329db8..5e1a96c65 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: "hub.epicm.org/epicmorg/bitbucket:2.12.3" + image: "quay.io/epicmorg/bitbucket:2.12.3" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:2.12.3-jdk7" + image: "quay.io/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 e12ce9fa1..053a09530 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 faef892a1..837e0a00b 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: "hub.epicm.org/epicmorg/bitbucket:2.12.4" + image: "quay.io/epicmorg/bitbucket:2.12.4" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:2.12.4-jdk7" + image: "quay.io/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 68c2c1523..50455fc6e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 874489b99..bc98a55fd 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: "hub.epicm.org/epicmorg/bitbucket:2.12.5" + image: "quay.io/epicmorg/bitbucket:2.12.5" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:2.12.5-jdk7" + image: "quay.io/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 f6c400eac..5706066da 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9f9d5ba80..263a83ded 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: "hub.epicm.org/epicmorg/bitbucket:2.12.6" + image: "quay.io/epicmorg/bitbucket:2.12.6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:2.12.6-jdk7" + image: "quay.io/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 43ef71501..d52a05998 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3a11f1e41..c23287b8c 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: "hub.epicm.org/epicmorg/bitbucket:2.2.0" + image: "quay.io/epicmorg/bitbucket:2.2.0" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:2.2.0-jdk7" + image: "quay.io/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 a1d985b62..1f08a5fb3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2623d8d3e..397c1689a 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: "hub.epicm.org/epicmorg/bitbucket:2.3.1" + image: "quay.io/epicmorg/bitbucket:2.3.1" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:2.3.1-jdk7" + image: "quay.io/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 fc234fa63..4c6c8f72c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 98df22652..233139a84 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: "hub.epicm.org/epicmorg/bitbucket:2.4.2" + image: "quay.io/epicmorg/bitbucket:2.4.2" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:2.4.2-jdk7" + image: "quay.io/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 a539ba882..05c14c1a5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 02ebd0f09..d1159d29e 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: "hub.epicm.org/epicmorg/bitbucket:2.5.4" + image: "quay.io/epicmorg/bitbucket:2.5.4" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:2.5.4-jdk7" + image: "quay.io/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 99b66299a..d508a7753 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ff0407042..fe0e644f5 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: "hub.epicm.org/epicmorg/bitbucket:2.6.5" + image: "quay.io/epicmorg/bitbucket:2.6.5" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:2.6.5-jdk7" + image: "quay.io/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 3d3076fdd..6ebdff076 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 077e94b9e..3decc3109 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: "hub.epicm.org/epicmorg/bitbucket:2.7.6" + image: "quay.io/epicmorg/bitbucket:2.7.6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:2.7.6-jdk7" + image: "quay.io/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 d70c3063c..f77cd560a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 06107e0b6..83174d097 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: "hub.epicm.org/epicmorg/bitbucket:2.8.4" + image: "quay.io/epicmorg/bitbucket:2.8.4" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:2.8.4-jdk7" + image: "quay.io/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 47eb4d657..28080767b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e5ef792b9..3e2da120a 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: "hub.epicm.org/epicmorg/bitbucket:2.8.5" + image: "quay.io/epicmorg/bitbucket:2.8.5" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:2.8.5-jdk7" + image: "quay.io/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 8045f0e59..97a9a1bd8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cd2702494..7353a8fa0 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: "hub.epicm.org/epicmorg/bitbucket:2.9.1" + image: "quay.io/epicmorg/bitbucket:2.9.1" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:2.9.1-jdk7" + image: "quay.io/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 f3a762bfd..6803f6264 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8d656b89c..2c11b9afe 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: "hub.epicm.org/epicmorg/bitbucket:2.9.2" + image: "quay.io/epicmorg/bitbucket:2.9.2" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:2.9.2-jdk7" + image: "quay.io/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 f49e6fe2f..635dd6fac 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ebc4fe3df..d8b0be104 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: "hub.epicm.org/epicmorg/bitbucket:2.9.3" + image: "quay.io/epicmorg/bitbucket:2.9.3" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:2.9.3-jdk7" + image: "quay.io/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 4b0520c63..7185b3213 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cb3623f23..9b50f7a3b 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: "hub.epicm.org/epicmorg/bitbucket:2.9.4" + image: "quay.io/epicmorg/bitbucket:2.9.4" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:2.9.4-jdk7" + image: "quay.io/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 9af5f50d2..ada21a33e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1cf46e952..205e4baf4 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: "hub.epicm.org/epicmorg/bitbucket:2.9.5" + image: "quay.io/epicmorg/bitbucket:2.9.5" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/bitbucket:2.9.5-jdk7" + image: "quay.io/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 f6c38230c..710ca0850 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0bb5379c2..f3828445d 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: "hub.epicm.org/epicmorg/bitbucket:3.0.1" + image: "quay.io/epicmorg/bitbucket:3.0.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.0.1-jdk8" + image: "quay.io/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 a4018ec90..fd5dd8685 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b9cd962ff..44472f806 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: "hub.epicm.org/epicmorg/bitbucket:3.0.4" + image: "quay.io/epicmorg/bitbucket:3.0.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.0.4-jdk8" + image: "quay.io/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 63d170966..3f8d8e39d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 962b82301..5b64e468a 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: "hub.epicm.org/epicmorg/bitbucket:3.0.5" + image: "quay.io/epicmorg/bitbucket:3.0.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.0.5-jdk8" + image: "quay.io/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 ca0fa3120..b621f555c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 10c7fdf16..1a5d6cc70 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: "hub.epicm.org/epicmorg/bitbucket:3.0.6" + image: "quay.io/epicmorg/bitbucket:3.0.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.0.6-jdk8" + image: "quay.io/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 a9c25fbdd..b5a4671c5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7270d0d72..40218c57f 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: "hub.epicm.org/epicmorg/bitbucket:3.0.7" + image: "quay.io/epicmorg/bitbucket:3.0.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.0.7-jdk8" + image: "quay.io/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 b07e6b4ab..090af1043 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 75718579c..6cc6f794d 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: "hub.epicm.org/epicmorg/bitbucket:3.0.8" + image: "quay.io/epicmorg/bitbucket:3.0.8" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.0.8-jdk8" + image: "quay.io/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 f1c6fd40e..7551003cd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 92eb5f670..9f432602c 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: "hub.epicm.org/epicmorg/bitbucket:3.1.0" + image: "quay.io/epicmorg/bitbucket:3.1.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.1.0-jdk8" + image: "quay.io/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 9c1be7530..e87f79b16 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e300eab2e..07d5d5f46 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: "hub.epicm.org/epicmorg/bitbucket:3.1.1" + image: "quay.io/epicmorg/bitbucket:3.1.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.1.1-jdk8" + image: "quay.io/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 938e0e21e..08a1ab05b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 839d4d966..fed016325 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: "hub.epicm.org/epicmorg/bitbucket:3.1.3" + image: "quay.io/epicmorg/bitbucket:3.1.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.1.3-jdk8" + image: "quay.io/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 dd941846f..5635394ce 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fba61c7db..0c29b2303 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: "hub.epicm.org/epicmorg/bitbucket:3.1.4" + image: "quay.io/epicmorg/bitbucket:3.1.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.1.4-jdk8" + image: "quay.io/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 444efe390..14395abb8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7282bce28..d24363a33 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: "hub.epicm.org/epicmorg/bitbucket:3.1.5" + image: "quay.io/epicmorg/bitbucket:3.1.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.1.5-jdk8" + image: "quay.io/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 9ef9c79d9..a710a553d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e8e0f248f..35248178b 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: "hub.epicm.org/epicmorg/bitbucket:3.1.7" + image: "quay.io/epicmorg/bitbucket:3.1.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.1.7-jdk8" + image: "quay.io/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 ad299ddd8..209e6ef87 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 917a890c7..112b0f5c3 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: "hub.epicm.org/epicmorg/bitbucket:3.10.0" + image: "quay.io/epicmorg/bitbucket:3.10.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.10.0-jdk8" + image: "quay.io/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 c4fb3779d..87248072b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9fe669d9f..e08c39f5a 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: "hub.epicm.org/epicmorg/bitbucket:3.10.2" + image: "quay.io/epicmorg/bitbucket:3.10.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.10.2-jdk8" + image: "quay.io/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 789f6571c..669f4ce01 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bd9de45f2..721a8acc8 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: "hub.epicm.org/epicmorg/bitbucket:3.10.3" + image: "quay.io/epicmorg/bitbucket:3.10.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.10.3-jdk8" + image: "quay.io/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 d7a25b284..1f2307a10 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6084297f6..19e34a4c5 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: "hub.epicm.org/epicmorg/bitbucket:3.10.4" + image: "quay.io/epicmorg/bitbucket:3.10.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.10.4-jdk8" + image: "quay.io/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 8430eed3a..c4e52685c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e874d3e22..d1535774d 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: "hub.epicm.org/epicmorg/bitbucket:3.11.0" + image: "quay.io/epicmorg/bitbucket:3.11.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.11.0-jdk8" + image: "quay.io/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 efacea59c..a31d917bb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a3e319636..0691a3cec 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: "hub.epicm.org/epicmorg/bitbucket:3.11.1" + image: "quay.io/epicmorg/bitbucket:3.11.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.11.1-jdk8" + image: "quay.io/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 9ad740172..0f0b77eff 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c91cab2be..dd50f8e56 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: "hub.epicm.org/epicmorg/bitbucket:3.11.2" + image: "quay.io/epicmorg/bitbucket:3.11.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.11.2-jdk8" + image: "quay.io/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 57747752c..b18721f64 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ed1ee34fd..8496da4ce 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: "hub.epicm.org/epicmorg/bitbucket:3.11.3" + image: "quay.io/epicmorg/bitbucket:3.11.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.11.3-jdk8" + image: "quay.io/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 dad1889ce..9a18fe2ca 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 de63bb3d7..91958402b 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: "hub.epicm.org/epicmorg/bitbucket:3.11.4" + image: "quay.io/epicmorg/bitbucket:3.11.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.11.4-jdk8" + image: "quay.io/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 5b2482f5a..c88b5e334 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6f3616c31..91de985bd 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: "hub.epicm.org/epicmorg/bitbucket:3.11.6" + image: "quay.io/epicmorg/bitbucket:3.11.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.11.6-jdk8" + image: "quay.io/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 752bcc3c5..69f74f71b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2924d6136..ac856fcea 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: "hub.epicm.org/epicmorg/bitbucket:3.2.0" + image: "quay.io/epicmorg/bitbucket:3.2.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.2.0-jdk8" + image: "quay.io/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 eed6d28a7..6ecc71a21 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2b25854f8..b3b9cb0c1 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: "hub.epicm.org/epicmorg/bitbucket:3.2.2" + image: "quay.io/epicmorg/bitbucket:3.2.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.2.2-jdk8" + image: "quay.io/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 8891fc48f..1c2fb3ff6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e9889235f..091e9549f 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: "hub.epicm.org/epicmorg/bitbucket:3.2.4" + image: "quay.io/epicmorg/bitbucket:3.2.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.2.4-jdk8" + image: "quay.io/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 855335527..ccdfcccfe 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 53e2e9dd8..c508f4908 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: "hub.epicm.org/epicmorg/bitbucket:3.2.5" + image: "quay.io/epicmorg/bitbucket:3.2.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.2.5-jdk8" + image: "quay.io/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 2a6316df2..adf376d01 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5adfcb994..e458b4b7b 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: "hub.epicm.org/epicmorg/bitbucket:3.2.7" + image: "quay.io/epicmorg/bitbucket:3.2.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.2.7-jdk8" + image: "quay.io/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 c36c179e1..64156959f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5cd69480f..30a5e353d 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: "hub.epicm.org/epicmorg/bitbucket:3.3.0" + image: "quay.io/epicmorg/bitbucket:3.3.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.3.0-jdk8" + image: "quay.io/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 e184db9ad..19996534d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c1051a80e..11b7bf37a 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: "hub.epicm.org/epicmorg/bitbucket:3.3.1" + image: "quay.io/epicmorg/bitbucket:3.3.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.3.1-jdk8" + image: "quay.io/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 347e28c8c..63c92af8c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7a43af519..7bf55895d 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: "hub.epicm.org/epicmorg/bitbucket:3.3.2" + image: "quay.io/epicmorg/bitbucket:3.3.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.3.2-jdk8" + image: "quay.io/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 cfe03e58b..e0ee4e8b7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 26a534a2c..0aa9e8aa1 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: "hub.epicm.org/epicmorg/bitbucket:3.3.3" + image: "quay.io/epicmorg/bitbucket:3.3.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.3.3-jdk8" + image: "quay.io/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 0dd2677db..32fd943bf 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 78b8c3a28..74ad85f6b 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: "hub.epicm.org/epicmorg/bitbucket:3.3.5" + image: "quay.io/epicmorg/bitbucket:3.3.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.3.5-jdk8" + image: "quay.io/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 3e3f410ba..aebd0fcb1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d14cfcfaa..401eb8909 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: "hub.epicm.org/epicmorg/bitbucket:3.4.0" + image: "quay.io/epicmorg/bitbucket:3.4.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.4.0-jdk8" + image: "quay.io/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 212b1c2ae..83ab74cc5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ccaef2fc2..a2e0bc0d6 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: "hub.epicm.org/epicmorg/bitbucket:3.4.1" + image: "quay.io/epicmorg/bitbucket:3.4.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.4.1-jdk8" + image: "quay.io/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 35021e97a..42f7186fd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6695fd02d..6917f95e9 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: "hub.epicm.org/epicmorg/bitbucket:3.4.3" + image: "quay.io/epicmorg/bitbucket:3.4.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.4.3-jdk8" + image: "quay.io/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 985472ccd..24694dbae 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 56e1299c4..4b1a7b683 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: "hub.epicm.org/epicmorg/bitbucket:3.4.5" + image: "quay.io/epicmorg/bitbucket:3.4.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.4.5-jdk8" + image: "quay.io/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 314d0e0ba..1f0a79ccd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 88625e3f0..c482890fe 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: "hub.epicm.org/epicmorg/bitbucket:3.5.0" + image: "quay.io/epicmorg/bitbucket:3.5.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.5.0-jdk8" + image: "quay.io/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 d863f544c..c8db0955d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cb66cf0e7..df0cdf198 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: "hub.epicm.org/epicmorg/bitbucket:3.5.1" + image: "quay.io/epicmorg/bitbucket:3.5.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.5.1-jdk8" + image: "quay.io/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 89889feaf..0eb7088d7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6bbf92ae5..20db5b187 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: "hub.epicm.org/epicmorg/bitbucket:3.6.0" + image: "quay.io/epicmorg/bitbucket:3.6.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.6.0-jdk8" + image: "quay.io/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 089cb5b9c..a133d7b6a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2e72c6fb7..3daa9a5f6 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: "hub.epicm.org/epicmorg/bitbucket:3.6.1" + image: "quay.io/epicmorg/bitbucket:3.6.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.6.1-jdk8" + image: "quay.io/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 588862ded..50b6b6529 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fc464491d..ec9579746 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: "hub.epicm.org/epicmorg/bitbucket:3.7.0" + image: "quay.io/epicmorg/bitbucket:3.7.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.7.0-jdk8" + image: "quay.io/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 73c184cea..dc6ab579d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a8c5f9822..96dce4362 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: "hub.epicm.org/epicmorg/bitbucket:3.7.1" + image: "quay.io/epicmorg/bitbucket:3.7.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.7.1-jdk8" + image: "quay.io/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 49a46acd7..3ffd787ab 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c535ed8f0..e8f150a09 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: "hub.epicm.org/epicmorg/bitbucket:3.7.2" + image: "quay.io/epicmorg/bitbucket:3.7.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.7.2-jdk8" + image: "quay.io/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 e235a51c7..4024d5bbf 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3b34be68d..8a5091230 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: "hub.epicm.org/epicmorg/bitbucket:3.7.3" + image: "quay.io/epicmorg/bitbucket:3.7.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.7.3-jdk8" + image: "quay.io/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 79c62f261..d7702aed0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f529bcdc8..5428f8b17 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: "hub.epicm.org/epicmorg/bitbucket:3.7.4" + image: "quay.io/epicmorg/bitbucket:3.7.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.7.4-jdk8" + image: "quay.io/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 9481ed385..728936f53 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7826752fe..ef1443744 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: "hub.epicm.org/epicmorg/bitbucket:3.8.0" + image: "quay.io/epicmorg/bitbucket:3.8.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.8.0-jdk8" + image: "quay.io/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 91cb42a4c..a1488d8bf 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b862b7e8f..898a2ddbd 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: "hub.epicm.org/epicmorg/bitbucket:3.8.1" + image: "quay.io/epicmorg/bitbucket:3.8.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.8.1-jdk8" + image: "quay.io/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 875d70fc6..abc841264 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0917837bf..73fd9a10e 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: "hub.epicm.org/epicmorg/bitbucket:3.9.1" + image: "quay.io/epicmorg/bitbucket:3.9.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.9.1-jdk8" + image: "quay.io/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 f5bc4571a..cccb8a371 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 70156ec3a..19836bfc4 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: "hub.epicm.org/epicmorg/bitbucket:3.9.2" + image: "quay.io/epicmorg/bitbucket:3.9.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:3.9.2-jdk8" + image: "quay.io/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 632dcc8b8..a7ea1c97e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b0b02c8a5..e5482de5e 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: "hub.epicm.org/epicmorg/bitbucket:4.0.1" + image: "quay.io/epicmorg/bitbucket:4.0.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.0.1-jdk8" + image: "quay.io/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 51fe36955..dc9ea2e85 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7ac66efa7..0a3f44ed2 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: "hub.epicm.org/epicmorg/bitbucket:4.0.2" + image: "quay.io/epicmorg/bitbucket:4.0.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.0.2-jdk8" + image: "quay.io/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 40996a65f..146a9d427 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fc7fcc58e..eaab24543 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: "hub.epicm.org/epicmorg/bitbucket:4.0.3" + image: "quay.io/epicmorg/bitbucket:4.0.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.0.3-jdk8" + image: "quay.io/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 9e0e51d06..f91f0c8d7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2f664968e..5a67353f7 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: "hub.epicm.org/epicmorg/bitbucket:4.0.4" + image: "quay.io/epicmorg/bitbucket:4.0.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.0.4-jdk8" + image: "quay.io/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 3bcc09dde..df8d020d2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4a8c00158..3b0438e12 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: "hub.epicm.org/epicmorg/bitbucket:4.0.6" + image: "quay.io/epicmorg/bitbucket:4.0.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.0.6-jdk8" + image: "quay.io/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 56281483d..ec215d3c7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 504ad9a04..26eec0d0f 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: "hub.epicm.org/epicmorg/bitbucket:4.0.7" + image: "quay.io/epicmorg/bitbucket:4.0.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.0.7-jdk8" + image: "quay.io/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 bf7202916..0909c66fc 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a9880bb30..1527947a9 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: "hub.epicm.org/epicmorg/bitbucket:4.0.8" + image: "quay.io/epicmorg/bitbucket:4.0.8" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.0.8-jdk8" + image: "quay.io/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 e96384d30..c14bbc8b5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a338cec42..835b27342 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: "hub.epicm.org/epicmorg/bitbucket:4.1.0" + image: "quay.io/epicmorg/bitbucket:4.1.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.1.0-jdk8" + image: "quay.io/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 cd7570941..0e148540e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 be395eb7a..a22800366 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: "hub.epicm.org/epicmorg/bitbucket:4.1.3" + image: "quay.io/epicmorg/bitbucket:4.1.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.1.3-jdk8" + image: "quay.io/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 a5059809a..1f1d11c36 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 09824a6f5..8334fbe7c 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: "hub.epicm.org/epicmorg/bitbucket:4.1.4" + image: "quay.io/epicmorg/bitbucket:4.1.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.1.4-jdk8" + image: "quay.io/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 24c558389..af262d072 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9896eb5b3..d948c8cd3 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: "hub.epicm.org/epicmorg/bitbucket:4.1.6" + image: "quay.io/epicmorg/bitbucket:4.1.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.1.6-jdk8" + image: "quay.io/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 301b390f2..8143b6641 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c7b4ccf0e..c829d0e50 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: "hub.epicm.org/epicmorg/bitbucket:4.10.0" + image: "quay.io/epicmorg/bitbucket:4.10.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.10.0-jdk8" + image: "quay.io/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 52d72b8e1..35f19ce74 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 de324d06f..4ea7fa775 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: "hub.epicm.org/epicmorg/bitbucket:4.10.1" + image: "quay.io/epicmorg/bitbucket:4.10.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.10.1-jdk8" + image: "quay.io/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 c6024297d..e8a4ea721 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3fc3f165c..6c4f8a0ea 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: "hub.epicm.org/epicmorg/bitbucket:4.10.2" + image: "quay.io/epicmorg/bitbucket:4.10.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.10.2-jdk8" + image: "quay.io/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 8ee194dc5..25a427918 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 57653810e..320cdc62f 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: "hub.epicm.org/epicmorg/bitbucket:4.11.1" + image: "quay.io/epicmorg/bitbucket:4.11.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.11.1-jdk8" + image: "quay.io/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 688e04e92..f9bc0cb56 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 597681550..56487f37d 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: "hub.epicm.org/epicmorg/bitbucket:4.11.2" + image: "quay.io/epicmorg/bitbucket:4.11.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.11.2-jdk8" + image: "quay.io/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 2065585a1..a9edaae57 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 00e3ca903..3cc3a165c 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: "hub.epicm.org/epicmorg/bitbucket:4.12.0" + image: "quay.io/epicmorg/bitbucket:4.12.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.12.0-jdk8" + image: "quay.io/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 5b16e319a..6b24bd6b7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6512e2486..8aeeec99a 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: "hub.epicm.org/epicmorg/bitbucket:4.12.1" + image: "quay.io/epicmorg/bitbucket:4.12.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.12.1-jdk8" + image: "quay.io/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 621da52a8..68312ba9c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d8e90da0e..6e3a3fb25 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: "hub.epicm.org/epicmorg/bitbucket:4.13.0" + image: "quay.io/epicmorg/bitbucket:4.13.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.13.0-jdk8" + image: "quay.io/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 554c4f9fe..36eacbce6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c4e404893..1b51b5da1 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: "hub.epicm.org/epicmorg/bitbucket:4.13.1" + image: "quay.io/epicmorg/bitbucket:4.13.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.13.1-jdk8" + image: "quay.io/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 ae4970feb..0e8d65e52 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9a6c28e2a..f95fea002 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: "hub.epicm.org/epicmorg/bitbucket:4.14.0" + image: "quay.io/epicmorg/bitbucket:4.14.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.14.0-jdk8" + image: "quay.io/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 b7a1fe782..33f2b2e0d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bb071514c..b124f0b88 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: "hub.epicm.org/epicmorg/bitbucket:4.14.1" + image: "quay.io/epicmorg/bitbucket:4.14.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.14.1-jdk8" + image: "quay.io/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 71d3581e3..1d2f63193 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 04a092123..38a4a3f39 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: "hub.epicm.org/epicmorg/bitbucket:4.14.10" + image: "quay.io/epicmorg/bitbucket:4.14.10" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.14.10-jdk8" + image: "quay.io/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 33a6eb0e5..644384a7c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 26dcbeba1..65f4b3fbc 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: "hub.epicm.org/epicmorg/bitbucket:4.14.11" + image: "quay.io/epicmorg/bitbucket:4.14.11" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.14.11-jdk8" + image: "quay.io/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 0488ca47f..e044cc9a1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8bd70b86b..22ff5133d 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: "hub.epicm.org/epicmorg/bitbucket:4.14.12" + image: "quay.io/epicmorg/bitbucket:4.14.12" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.14.12-jdk8" + image: "quay.io/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 7281bc28d..ceff7eac7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d64ee6dc1..44a733e07 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: "hub.epicm.org/epicmorg/bitbucket:4.14.2" + image: "quay.io/epicmorg/bitbucket:4.14.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.14.2-jdk8" + image: "quay.io/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 6cfb2f7be..2d9376b33 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 27769e446..483ac3ce7 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: "hub.epicm.org/epicmorg/bitbucket:4.14.3" + image: "quay.io/epicmorg/bitbucket:4.14.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.14.3-jdk8" + image: "quay.io/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 964ba79ef..5fcf4cc93 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ab1101cf2..3685b9a50 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: "hub.epicm.org/epicmorg/bitbucket:4.14.4" + image: "quay.io/epicmorg/bitbucket:4.14.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.14.4-jdk8" + image: "quay.io/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 ab118a885..eeae68d46 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 83d9b5b62..cf66ad188 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: "hub.epicm.org/epicmorg/bitbucket:4.14.5" + image: "quay.io/epicmorg/bitbucket:4.14.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.14.5-jdk8" + image: "quay.io/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 0a995f74b..cda3e9646 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fac9f53aa..7c3ce1665 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: "hub.epicm.org/epicmorg/bitbucket:4.14.6" + image: "quay.io/epicmorg/bitbucket:4.14.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.14.6-jdk8" + image: "quay.io/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 fd12de07c..c5c60a06a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fed2fc965..46ec6b764 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: "hub.epicm.org/epicmorg/bitbucket:4.14.7" + image: "quay.io/epicmorg/bitbucket:4.14.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.14.7-jdk8" + image: "quay.io/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 011c1ce53..a154afb7a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 922315ddc..76b83d128 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: "hub.epicm.org/epicmorg/bitbucket:4.14.8" + image: "quay.io/epicmorg/bitbucket:4.14.8" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.14.8-jdk8" + image: "quay.io/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 6466decc2..df4064dd5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 dfd0826dc..e819b4b9b 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: "hub.epicm.org/epicmorg/bitbucket:4.14.9" + image: "quay.io/epicmorg/bitbucket:4.14.9" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.14.9-jdk8" + image: "quay.io/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 017451dac..0e53691c8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 389719d2f..ed967757a 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: "hub.epicm.org/epicmorg/bitbucket:4.2.0" + image: "quay.io/epicmorg/bitbucket:4.2.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.2.0-jdk8" + image: "quay.io/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 4b61af561..cd9f4348b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2a46757a1..ae435eadf 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: "hub.epicm.org/epicmorg/bitbucket:4.2.1" + image: "quay.io/epicmorg/bitbucket:4.2.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.2.1-jdk8" + image: "quay.io/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 ddec07908..da068bf66 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3358b125a..aaf5b8bc1 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: "hub.epicm.org/epicmorg/bitbucket:4.2.2" + image: "quay.io/epicmorg/bitbucket:4.2.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.2.2-jdk8" + image: "quay.io/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 6482f2232..c79167147 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 32d00d455..156bee0b0 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: "hub.epicm.org/epicmorg/bitbucket:4.2.3" + image: "quay.io/epicmorg/bitbucket:4.2.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.2.3-jdk8" + image: "quay.io/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 5adeb0635..20d90a4f0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3a8e7760c..58ec8fcb4 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: "hub.epicm.org/epicmorg/bitbucket:4.3.0" + image: "quay.io/epicmorg/bitbucket:4.3.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.3.0-jdk8" + image: "quay.io/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 2949ef7ed..a9815b06e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4bfce093e..4a690d466 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: "hub.epicm.org/epicmorg/bitbucket:4.3.1" + image: "quay.io/epicmorg/bitbucket:4.3.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.3.1-jdk8" + image: "quay.io/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 63e738e33..bfefc1c58 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 05d0c9543..84d676ed7 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: "hub.epicm.org/epicmorg/bitbucket:4.3.2" + image: "quay.io/epicmorg/bitbucket:4.3.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.3.2-jdk8" + image: "quay.io/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 ce0505d9e..01a5b339f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ca5096eff..be4891320 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: "hub.epicm.org/epicmorg/bitbucket:4.3.3" + image: "quay.io/epicmorg/bitbucket:4.3.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.3.3-jdk8" + image: "quay.io/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 6348217af..3f72dcb6a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 59d835619..ef730e377 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: "hub.epicm.org/epicmorg/bitbucket:4.4.0" + image: "quay.io/epicmorg/bitbucket:4.4.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.4.0-jdk8" + image: "quay.io/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 72c6b9ba7..ab85bf3c3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 059b0a433..0a618e088 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: "hub.epicm.org/epicmorg/bitbucket:4.4.1" + image: "quay.io/epicmorg/bitbucket:4.4.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.4.1-jdk8" + image: "quay.io/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 070ea7c78..3d2563b73 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f9818e0b8..758238762 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: "hub.epicm.org/epicmorg/bitbucket:4.4.2" + image: "quay.io/epicmorg/bitbucket:4.4.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.4.2-jdk8" + image: "quay.io/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 a4a865182..f1fd97e58 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 32d942a07..d44b981e6 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: "hub.epicm.org/epicmorg/bitbucket:4.4.4" + image: "quay.io/epicmorg/bitbucket:4.4.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.4.4-jdk8" + image: "quay.io/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 1cea72983..0a43a0230 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 07cf2ab3c..1c5d9d10d 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: "hub.epicm.org/epicmorg/bitbucket:4.5.1" + image: "quay.io/epicmorg/bitbucket:4.5.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.5.1-jdk8" + image: "quay.io/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 bf924154b..43e4b097d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4f037582e..6ca64f59a 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: "hub.epicm.org/epicmorg/bitbucket:4.5.2" + image: "quay.io/epicmorg/bitbucket:4.5.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.5.2-jdk8" + image: "quay.io/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 58c3ccc7b..f346c97a0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2448f2725..54673fc1e 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: "hub.epicm.org/epicmorg/bitbucket:4.5.3" + image: "quay.io/epicmorg/bitbucket:4.5.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.5.3-jdk8" + image: "quay.io/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 ba85257bf..d95639434 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e115c53e6..85da8911a 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: "hub.epicm.org/epicmorg/bitbucket:4.6.0" + image: "quay.io/epicmorg/bitbucket:4.6.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.6.0-jdk8" + image: "quay.io/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 c5ed9ad83..21216e76b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3aa14c183..2e362111a 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: "hub.epicm.org/epicmorg/bitbucket:4.6.1" + image: "quay.io/epicmorg/bitbucket:4.6.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.6.1-jdk8" + image: "quay.io/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 84ff60e03..6ca40fe15 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4b8e09ddc..1801381da 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: "hub.epicm.org/epicmorg/bitbucket:4.6.2" + image: "quay.io/epicmorg/bitbucket:4.6.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.6.2-jdk8" + image: "quay.io/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 b5c8f378e..a1e458155 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 99ca98c13..3e3c8b2a8 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: "hub.epicm.org/epicmorg/bitbucket:4.6.3" + image: "quay.io/epicmorg/bitbucket:4.6.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.6.3-jdk8" + image: "quay.io/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 b31ffc6ac..435ce8293 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 29e1b47a1..12d9be1db 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: "hub.epicm.org/epicmorg/bitbucket:4.6.4" + image: "quay.io/epicmorg/bitbucket:4.6.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.6.4-jdk8" + image: "quay.io/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 f4c9412ac..2c7e38327 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 01f1b39f7..519657394 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: "hub.epicm.org/epicmorg/bitbucket:4.7.1" + image: "quay.io/epicmorg/bitbucket:4.7.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.7.1-jdk8" + image: "quay.io/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 7613c4568..a520cc9c7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 edf5c917d..aa23d8d46 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: "hub.epicm.org/epicmorg/bitbucket:4.7.2" + image: "quay.io/epicmorg/bitbucket:4.7.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.7.2-jdk8" + image: "quay.io/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 263b34cfb..01aebc0cb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bc0c8d95f..ce249405a 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: "hub.epicm.org/epicmorg/bitbucket:4.8.0" + image: "quay.io/epicmorg/bitbucket:4.8.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.8.0-jdk8" + image: "quay.io/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 c0b375272..d09c0f6f2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 696f9a42f..272533466 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: "hub.epicm.org/epicmorg/bitbucket:4.8.1" + image: "quay.io/epicmorg/bitbucket:4.8.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.8.1-jdk8" + image: "quay.io/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 a5c3df8e3..5724349c5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0e53a7d6a..c23a249e9 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: "hub.epicm.org/epicmorg/bitbucket:4.8.2" + image: "quay.io/epicmorg/bitbucket:4.8.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.8.2-jdk8" + image: "quay.io/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 3b8d40a1c..0ed966183 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1260949fd..d6f9068af 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: "hub.epicm.org/epicmorg/bitbucket:4.8.3" + image: "quay.io/epicmorg/bitbucket:4.8.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.8.3-jdk8" + image: "quay.io/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 25cf8b7eb..c29d71fde 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0f51ccad..40a3fa056 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: "hub.epicm.org/epicmorg/bitbucket:4.8.4" + image: "quay.io/epicmorg/bitbucket:4.8.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.8.4-jdk8" + image: "quay.io/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 c2f180f9f..4e023fba8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 290bfffc6..37550bf4f 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: "hub.epicm.org/epicmorg/bitbucket:4.8.5" + image: "quay.io/epicmorg/bitbucket:4.8.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.8.5-jdk8" + image: "quay.io/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 4d42aafc5..865b5aa85 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1b2d5e69c..61554db55 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: "hub.epicm.org/epicmorg/bitbucket:4.8.6" + image: "quay.io/epicmorg/bitbucket:4.8.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.8.6-jdk8" + image: "quay.io/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 bb497a7b6..b9edae436 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7d70aef9c..a84f741c8 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: "hub.epicm.org/epicmorg/bitbucket:4.9.0" + image: "quay.io/epicmorg/bitbucket:4.9.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.9.0-jdk8" + image: "quay.io/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 6f1da0a2c..3d5bac4a2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1416fe10c..7469b8476 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: "hub.epicm.org/epicmorg/bitbucket:4.9.1" + image: "quay.io/epicmorg/bitbucket:4.9.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:4.9.1-jdk8" + image: "quay.io/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 2068fcb7f..67341f446 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9fb5448ad..31b6aa79b 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: "hub.epicm.org/epicmorg/bitbucket:5.0.10" + image: "quay.io/epicmorg/bitbucket:5.0.10" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.0.10-jdk8" + image: "quay.io/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 25e8e4357..eac22f25f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ee5e9132a..d5bd2b7a3 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: "hub.epicm.org/epicmorg/bitbucket:5.0.2" + image: "quay.io/epicmorg/bitbucket:5.0.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.0.2-jdk8" + image: "quay.io/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 f1bd094b3..f08ea7d7a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a7c0bddfe..316d309a5 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: "hub.epicm.org/epicmorg/bitbucket:5.0.4" + image: "quay.io/epicmorg/bitbucket:5.0.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.0.4-jdk8" + image: "quay.io/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 dc39bcd24..00b0b1a02 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9c5ae876d..9e5e40dca 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: "hub.epicm.org/epicmorg/bitbucket:5.0.5" + image: "quay.io/epicmorg/bitbucket:5.0.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.0.5-jdk8" + image: "quay.io/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 746e5b56f..b1c4a7257 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 99c6c6499..09a803592 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: "hub.epicm.org/epicmorg/bitbucket:5.0.6" + image: "quay.io/epicmorg/bitbucket:5.0.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.0.6-jdk8" + image: "quay.io/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 f7b1006c4..2a79af7a9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 47a252435..a1842c44f 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: "hub.epicm.org/epicmorg/bitbucket:5.0.7" + image: "quay.io/epicmorg/bitbucket:5.0.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.0.7-jdk8" + image: "quay.io/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 42adca297..8b7cbcc35 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7a60d6c72..8a3e222be 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: "hub.epicm.org/epicmorg/bitbucket:5.0.8" + image: "quay.io/epicmorg/bitbucket:5.0.8" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.0.8-jdk8" + image: "quay.io/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 35440ec80..e091c0f91 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d023590d2..e2a3810ab 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: "hub.epicm.org/epicmorg/bitbucket:5.0.9" + image: "quay.io/epicmorg/bitbucket:5.0.9" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.0.9-jdk8" + image: "quay.io/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 5965afbf2..ae9125ae1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a3a5f553b..4708e4e95 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: "hub.epicm.org/epicmorg/bitbucket:5.1.1" + image: "quay.io/epicmorg/bitbucket:5.1.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.1.1-jdk8" + image: "quay.io/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 c726bdc00..f06b69062 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e877ae87e..d2edd0382 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: "hub.epicm.org/epicmorg/bitbucket:5.1.2" + image: "quay.io/epicmorg/bitbucket:5.1.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.1.2-jdk8" + image: "quay.io/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 043ef8c0d..6540a8bb9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0fab83a1e..becd22488 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: "hub.epicm.org/epicmorg/bitbucket:5.1.3" + image: "quay.io/epicmorg/bitbucket:5.1.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.1.3-jdk8" + image: "quay.io/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 721ba23b2..40c158e8c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 45b75c4c9..5527fdd02 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: "hub.epicm.org/epicmorg/bitbucket:5.1.4" + image: "quay.io/epicmorg/bitbucket:5.1.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.1.4-jdk8" + image: "quay.io/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 02a2f144c..64cb12f05 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e610fc58c..f055f7b0d 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: "hub.epicm.org/epicmorg/bitbucket:5.1.5" + image: "quay.io/epicmorg/bitbucket:5.1.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.1.5-jdk8" + image: "quay.io/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 72e02c3a2..03dc81d14 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 aef178ee4..51ca2e200 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: "hub.epicm.org/epicmorg/bitbucket:5.1.6" + image: "quay.io/epicmorg/bitbucket:5.1.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.1.6-jdk8" + image: "quay.io/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 1102b0bfb..2a718bbaf 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 252956165..d6671294d 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: "hub.epicm.org/epicmorg/bitbucket:5.1.7" + image: "quay.io/epicmorg/bitbucket:5.1.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.1.7-jdk8" + image: "quay.io/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 411832508..8d5cf71a3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 68edc10cd..d7b52c87b 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: "hub.epicm.org/epicmorg/bitbucket:5.1.8" + image: "quay.io/epicmorg/bitbucket:5.1.8" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.1.8-jdk8" + image: "quay.io/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 26a511e4b..c1536fd99 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4ee1af9e8..b8e45b179 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: "hub.epicm.org/epicmorg/bitbucket:5.1.9" + image: "quay.io/epicmorg/bitbucket:5.1.9" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.1.9-jdk8" + image: "quay.io/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 6bf7cfd08..aac4ef5f4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 82d56e512..25043327c 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: "hub.epicm.org/epicmorg/bitbucket:5.10.0" + image: "quay.io/epicmorg/bitbucket:5.10.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.10.0-jdk8" + image: "quay.io/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 a26d4184b..5cd9a8238 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a4c0b6452..d3cfe8c64 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: "hub.epicm.org/epicmorg/bitbucket:5.10.1" + image: "quay.io/epicmorg/bitbucket:5.10.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.10.1-jdk8" + image: "quay.io/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 e758b8708..1238ddde3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0ae5ba549..74b3cdf8d 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: "hub.epicm.org/epicmorg/bitbucket:5.10.2" + image: "quay.io/epicmorg/bitbucket:5.10.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.10.2-jdk8" + image: "quay.io/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 0d41b12b1..71a795ce8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 32276305b..4865d7ca1 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: "hub.epicm.org/epicmorg/bitbucket:5.10.3" + image: "quay.io/epicmorg/bitbucket:5.10.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.10.3-jdk8" + image: "quay.io/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 bb954d699..7ffdc9cf2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bf99e5a41..458333f60 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: "hub.epicm.org/epicmorg/bitbucket:5.10.4" + image: "quay.io/epicmorg/bitbucket:5.10.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.10.4-jdk8" + image: "quay.io/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 9b55f3e6e..ded06156d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 691f63ac7..f03d3c4f7 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: "hub.epicm.org/epicmorg/bitbucket:5.11.1" + image: "quay.io/epicmorg/bitbucket:5.11.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.11.1-jdk8" + image: "quay.io/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 abf1970d8..8db5d6948 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 98dcce97a..fdc2e8105 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: "hub.epicm.org/epicmorg/bitbucket:5.11.2" + image: "quay.io/epicmorg/bitbucket:5.11.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.11.2-jdk8" + image: "quay.io/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 48cfffc66..8acebeb97 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6d490b740..5969fa1b3 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: "hub.epicm.org/epicmorg/bitbucket:5.11.3" + image: "quay.io/epicmorg/bitbucket:5.11.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.11.3-jdk8" + image: "quay.io/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 2c0f2c78a..597ebd260 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 950af8cb8..400fb59aa 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: "hub.epicm.org/epicmorg/bitbucket:5.11.4" + image: "quay.io/epicmorg/bitbucket:5.11.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.11.4-jdk8" + image: "quay.io/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 2eb1f310e..57c811dee 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 879ae64fe..307957cd1 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: "hub.epicm.org/epicmorg/bitbucket:5.12.0" + image: "quay.io/epicmorg/bitbucket:5.12.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.12.0-jdk8" + image: "quay.io/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 1cc77a82b..2a1d32a36 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 515832e6c..34c6ed3c7 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: "hub.epicm.org/epicmorg/bitbucket:5.12.1" + image: "quay.io/epicmorg/bitbucket:5.12.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.12.1-jdk8" + image: "quay.io/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 ccca15c41..54670aa39 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 10e1fcba0..ce3eac105 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: "hub.epicm.org/epicmorg/bitbucket:5.12.2" + image: "quay.io/epicmorg/bitbucket:5.12.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.12.2-jdk8" + image: "quay.io/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 375096ccf..08583c98e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a04cfeedb..d179258e4 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: "hub.epicm.org/epicmorg/bitbucket:5.12.3" + image: "quay.io/epicmorg/bitbucket:5.12.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.12.3-jdk8" + image: "quay.io/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 7570a6886..37b4d9e90 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6ed2cc8c4..70503426d 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: "hub.epicm.org/epicmorg/bitbucket:5.12.4" + image: "quay.io/epicmorg/bitbucket:5.12.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.12.4-jdk8" + image: "quay.io/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 74203af4e..1a64fa966 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 18bf3eb7b..8797f0f43 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: "hub.epicm.org/epicmorg/bitbucket:5.13.0" + image: "quay.io/epicmorg/bitbucket:5.13.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.13.0-jdk8" + image: "quay.io/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 f96df735f..1d77e2045 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 69aca84c0..c61d01a8e 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: "hub.epicm.org/epicmorg/bitbucket:5.13.1" + image: "quay.io/epicmorg/bitbucket:5.13.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.13.1-jdk8" + image: "quay.io/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 3611d4dc3..808dff2fd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f98d7bbbf..91a5287b7 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: "hub.epicm.org/epicmorg/bitbucket:5.13.3" + image: "quay.io/epicmorg/bitbucket:5.13.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.13.3-jdk8" + image: "quay.io/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 9115028fd..e9f68b317 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 10b62f12e..9c5d5ee1a 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: "hub.epicm.org/epicmorg/bitbucket:5.13.4" + image: "quay.io/epicmorg/bitbucket:5.13.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.13.4-jdk8" + image: "quay.io/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 47310095d..3814dafe4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 663500e2c..67d3d0fb6 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: "hub.epicm.org/epicmorg/bitbucket:5.13.5" + image: "quay.io/epicmorg/bitbucket:5.13.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.13.5-jdk8" + image: "quay.io/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 165aee08d..40c7918e4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 38ed38709..99b5ea76f 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: "hub.epicm.org/epicmorg/bitbucket:5.13.6" + image: "quay.io/epicmorg/bitbucket:5.13.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.13.6-jdk8" + image: "quay.io/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 dbe13e235..fa892dcad 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3260574c6..e0d024a2d 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: "hub.epicm.org/epicmorg/bitbucket:5.14.0" + image: "quay.io/epicmorg/bitbucket:5.14.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.14.0-jdk8" + image: "quay.io/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 dc3938bd4..8727606e3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4f3f3c423..ff3850df9 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: "hub.epicm.org/epicmorg/bitbucket:5.14.1" + image: "quay.io/epicmorg/bitbucket:5.14.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.14.1-jdk8" + image: "quay.io/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 e34e29d3e..7aaab49e0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f8182e5e4..cbf98a3ce 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: "hub.epicm.org/epicmorg/bitbucket:5.14.2" + image: "quay.io/epicmorg/bitbucket:5.14.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.14.2-jdk8" + image: "quay.io/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 c62af6f63..e4cd9ebde 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1df4cbcc9..83fcbe24f 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: "hub.epicm.org/epicmorg/bitbucket:5.14.3" + image: "quay.io/epicmorg/bitbucket:5.14.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.14.3-jdk8" + image: "quay.io/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 f80c44850..df38df5c3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 38d40a6b7..c5b37965b 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: "hub.epicm.org/epicmorg/bitbucket:5.14.4" + image: "quay.io/epicmorg/bitbucket:5.14.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.14.4-jdk8" + image: "quay.io/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 c98c3cc48..2a742a57f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 02a54bba0..1a97dca9c 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: "hub.epicm.org/epicmorg/bitbucket:5.15.0" + image: "quay.io/epicmorg/bitbucket:5.15.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.15.0-jdk8" + image: "quay.io/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 eb417fea2..2d57e0fae 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5e27dbf4b..bf3605a95 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: "hub.epicm.org/epicmorg/bitbucket:5.15.1" + image: "quay.io/epicmorg/bitbucket:5.15.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.15.1-jdk8" + image: "quay.io/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 204e11d14..444f51cb2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 446423104..372da9e7f 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: "hub.epicm.org/epicmorg/bitbucket:5.15.2" + image: "quay.io/epicmorg/bitbucket:5.15.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.15.2-jdk8" + image: "quay.io/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 455b346de..9dfc45840 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e424743ac..6f0d504a8 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: "hub.epicm.org/epicmorg/bitbucket:5.15.3" + image: "quay.io/epicmorg/bitbucket:5.15.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.15.3-jdk8" + image: "quay.io/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 5054401da..2768a3e05 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5f55800e5..068d4da52 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: "hub.epicm.org/epicmorg/bitbucket:5.16.0" + image: "quay.io/epicmorg/bitbucket:5.16.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.16.0-jdk8" + image: "quay.io/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 1eb10f710..a8624545b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0de818afa..8045a6281 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: "hub.epicm.org/epicmorg/bitbucket:5.16.1" + image: "quay.io/epicmorg/bitbucket:5.16.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.16.1-jdk8" + image: "quay.io/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 48269a7a8..fe634f87a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f1fc950eb..2101cd44d 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: "hub.epicm.org/epicmorg/bitbucket:5.16.10" + image: "quay.io/epicmorg/bitbucket:5.16.10" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.16.10-jdk8" + image: "quay.io/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 bc7d61402..3d275523e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a3c5d7fe2..6fe19a547 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: "hub.epicm.org/epicmorg/bitbucket:5.16.11" + image: "quay.io/epicmorg/bitbucket:5.16.11" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.16.11-jdk8" + image: "quay.io/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 758c9262b..dce096eba 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 452c2a204..9d06ef5d5 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: "hub.epicm.org/epicmorg/bitbucket:5.16.2" + image: "quay.io/epicmorg/bitbucket:5.16.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.16.2-jdk8" + image: "quay.io/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 8a2a3c2aa..ca373aa1c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4e8f846c6..f5e569533 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: "hub.epicm.org/epicmorg/bitbucket:5.16.3" + image: "quay.io/epicmorg/bitbucket:5.16.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.16.3-jdk8" + image: "quay.io/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 a1e8f541f..cfaa67aad 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 97d7e4a84..650903653 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: "hub.epicm.org/epicmorg/bitbucket:5.16.4" + image: "quay.io/epicmorg/bitbucket:5.16.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.16.4-jdk8" + image: "quay.io/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 11255e87b..969be3dd0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2c0f19257..e35eb3b5d 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: "hub.epicm.org/epicmorg/bitbucket:5.16.5" + image: "quay.io/epicmorg/bitbucket:5.16.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.16.5-jdk8" + image: "quay.io/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 c55fd0dbe..3650cbeb4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e5abe285f..a4e556019 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: "hub.epicm.org/epicmorg/bitbucket:5.16.6" + image: "quay.io/epicmorg/bitbucket:5.16.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.16.6-jdk8" + image: "quay.io/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 d04fc5d92..d9780ca78 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d5f819d02..dfa79e78b 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: "hub.epicm.org/epicmorg/bitbucket:5.16.7" + image: "quay.io/epicmorg/bitbucket:5.16.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.16.7-jdk8" + image: "quay.io/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 228d83392..4453fb202 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ebeae045a..1dffe86d2 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: "hub.epicm.org/epicmorg/bitbucket:5.16.8" + image: "quay.io/epicmorg/bitbucket:5.16.8" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.16.8-jdk8" + image: "quay.io/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 9c6b34cee..5a8f78933 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 79658aaad..02d335d6a 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: "hub.epicm.org/epicmorg/bitbucket:5.16.9" + image: "quay.io/epicmorg/bitbucket:5.16.9" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.16.9-jdk8" + image: "quay.io/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 f0b32bf78..5fdce2d6d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d7db70d34..4e2584fdf 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: "hub.epicm.org/epicmorg/bitbucket:5.2.0" + image: "quay.io/epicmorg/bitbucket:5.2.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.2.0-jdk8" + image: "quay.io/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 6d0b53987..695d349a3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1f8c2f1c3..53a55e98a 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: "hub.epicm.org/epicmorg/bitbucket:5.2.1" + image: "quay.io/epicmorg/bitbucket:5.2.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.2.1-jdk8" + image: "quay.io/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 af2097410..27502d395 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8e7bb80e9..60ace67c8 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: "hub.epicm.org/epicmorg/bitbucket:5.2.2" + image: "quay.io/epicmorg/bitbucket:5.2.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.2.2-jdk8" + image: "quay.io/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 24b60682e..596329b61 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 375f42c95..422dfb1bc 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: "hub.epicm.org/epicmorg/bitbucket:5.2.3" + image: "quay.io/epicmorg/bitbucket:5.2.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.2.3-jdk8" + image: "quay.io/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 277d99737..74590641e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9987625dd..7e28807bd 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: "hub.epicm.org/epicmorg/bitbucket:5.2.4" + image: "quay.io/epicmorg/bitbucket:5.2.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.2.4-jdk8" + image: "quay.io/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 d4f485783..b1ddf41e1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6aacfff10..f758a1644 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: "hub.epicm.org/epicmorg/bitbucket:5.2.5" + image: "quay.io/epicmorg/bitbucket:5.2.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.2.5-jdk8" + image: "quay.io/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 0eca901a3..e60071c05 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fd3aaa1d4..89eed7f15 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: "hub.epicm.org/epicmorg/bitbucket:5.2.6" + image: "quay.io/epicmorg/bitbucket:5.2.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.2.6-jdk8" + image: "quay.io/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 d59814772..d16fd6a0f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2b882cbee..8f4b6857c 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: "hub.epicm.org/epicmorg/bitbucket:5.2.7" + image: "quay.io/epicmorg/bitbucket:5.2.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.2.7-jdk8" + image: "quay.io/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 162481ec5..e388ae59d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 40a48d571..ad35d5a3e 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: "hub.epicm.org/epicmorg/bitbucket:5.2.8" + image: "quay.io/epicmorg/bitbucket:5.2.8" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.2.8-jdk8" + image: "quay.io/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 461dc703e..348aed906 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 76349f515..150befb6f 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: "hub.epicm.org/epicmorg/bitbucket:5.3.0" + image: "quay.io/epicmorg/bitbucket:5.3.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.3.0-jdk8" + image: "quay.io/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 058e7ac6c..ef9f88ae0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4e500ba1d..126a98e88 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: "hub.epicm.org/epicmorg/bitbucket:5.3.1" + image: "quay.io/epicmorg/bitbucket:5.3.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.3.1-jdk8" + image: "quay.io/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 e19857d73..f4e4cad41 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a2f3dbfcc..72b893c3c 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: "hub.epicm.org/epicmorg/bitbucket:5.3.2" + image: "quay.io/epicmorg/bitbucket:5.3.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.3.2-jdk8" + image: "quay.io/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 b48338f24..a0a3df257 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9f3f2dde0..7f8ad9713 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: "hub.epicm.org/epicmorg/bitbucket:5.3.3" + image: "quay.io/epicmorg/bitbucket:5.3.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.3.3-jdk8" + image: "quay.io/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 61c968fcf..6ab10e845 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 465449bca..b7b60bd36 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: "hub.epicm.org/epicmorg/bitbucket:5.3.4" + image: "quay.io/epicmorg/bitbucket:5.3.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.3.4-jdk8" + image: "quay.io/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 5a1fc7082..c61467e56 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d83fbf760..a94d1eabf 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: "hub.epicm.org/epicmorg/bitbucket:5.3.5" + image: "quay.io/epicmorg/bitbucket:5.3.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.3.5-jdk8" + image: "quay.io/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 674f46907..7aa050e23 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cf1ad8b5d..848b01e7b 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: "hub.epicm.org/epicmorg/bitbucket:5.3.6" + image: "quay.io/epicmorg/bitbucket:5.3.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.3.6-jdk8" + image: "quay.io/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 a0899bfef..c132f40b0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4c3b8af7d..fbf9246ff 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: "hub.epicm.org/epicmorg/bitbucket:5.3.7" + image: "quay.io/epicmorg/bitbucket:5.3.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.3.7-jdk8" + image: "quay.io/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 e39db50c1..3a1d4b891 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 78361dd38..056b0ec11 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: "hub.epicm.org/epicmorg/bitbucket:5.4.0" + image: "quay.io/epicmorg/bitbucket:5.4.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.4.0-jdk8" + image: "quay.io/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 ff319bc61..10229f699 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ed1cbeea2..746f756b3 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: "hub.epicm.org/epicmorg/bitbucket:5.4.1" + image: "quay.io/epicmorg/bitbucket:5.4.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.4.1-jdk8" + image: "quay.io/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 b39fad29a..9d468b614 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 907786142..b45d572b4 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: "hub.epicm.org/epicmorg/bitbucket:5.4.2" + image: "quay.io/epicmorg/bitbucket:5.4.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.4.2-jdk8" + image: "quay.io/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 2b522ea93..56479db0f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 04db88c5f..41322a0cd 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: "hub.epicm.org/epicmorg/bitbucket:5.4.3" + image: "quay.io/epicmorg/bitbucket:5.4.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.4.3-jdk8" + image: "quay.io/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 eb4765024..673d181a2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1b9270ab6..bb149ec61 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: "hub.epicm.org/epicmorg/bitbucket:5.4.4" + image: "quay.io/epicmorg/bitbucket:5.4.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.4.4-jdk8" + image: "quay.io/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 1d95365f4..2fdb0e357 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0238a8c30..203656751 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: "hub.epicm.org/epicmorg/bitbucket:5.4.6" + image: "quay.io/epicmorg/bitbucket:5.4.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.4.6-jdk8" + image: "quay.io/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 3f87d15c6..3211d1589 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5cbf6bc37..2f268644b 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: "hub.epicm.org/epicmorg/bitbucket:5.4.7" + image: "quay.io/epicmorg/bitbucket:5.4.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.4.7-jdk8" + image: "quay.io/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 cc9925124..92d99a192 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 dde73093c..510ee9cd7 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: "hub.epicm.org/epicmorg/bitbucket:5.4.8" + image: "quay.io/epicmorg/bitbucket:5.4.8" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.4.8-jdk8" + image: "quay.io/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 552f1bf3f..0989c9ba7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a965fc071..1330edbd3 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: "hub.epicm.org/epicmorg/bitbucket:5.4.9" + image: "quay.io/epicmorg/bitbucket:5.4.9" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.4.9-jdk8" + image: "quay.io/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 3b2fdec0d..b7fda5437 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0f0588323..3267c958f 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: "hub.epicm.org/epicmorg/bitbucket:5.5.0" + image: "quay.io/epicmorg/bitbucket:5.5.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.5.0-jdk8" + image: "quay.io/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 27bf14b78..60cac80e4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b149e2492..41f6d69b2 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: "hub.epicm.org/epicmorg/bitbucket:5.5.1" + image: "quay.io/epicmorg/bitbucket:5.5.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.5.1-jdk8" + image: "quay.io/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 f77abf1c1..a31464c2f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2bf3e39cc..66c9f8894 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: "hub.epicm.org/epicmorg/bitbucket:5.5.2" + image: "quay.io/epicmorg/bitbucket:5.5.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.5.2-jdk8" + image: "quay.io/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 cfeb741f5..a8ceeca4f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 106f32557..44cd499ed 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: "hub.epicm.org/epicmorg/bitbucket:5.5.3" + image: "quay.io/epicmorg/bitbucket:5.5.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.5.3-jdk8" + image: "quay.io/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 deeb8f406..6a0affc95 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f28dd5ab9..7f8fb7a1a 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: "hub.epicm.org/epicmorg/bitbucket:5.5.4" + image: "quay.io/epicmorg/bitbucket:5.5.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.5.4-jdk8" + image: "quay.io/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 69833fb71..6e6cb6657 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 04f46f4c1..cbcf22f54 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: "hub.epicm.org/epicmorg/bitbucket:5.5.5" + image: "quay.io/epicmorg/bitbucket:5.5.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.5.5-jdk8" + image: "quay.io/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 1d27e8429..bab326338 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4ba07ef67..38f7b96ac 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: "hub.epicm.org/epicmorg/bitbucket:5.5.6" + image: "quay.io/epicmorg/bitbucket:5.5.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.5.6-jdk8" + image: "quay.io/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 ba6b5a94d..8f1366d57 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bc453da9f..837be9d95 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: "hub.epicm.org/epicmorg/bitbucket:5.5.7" + image: "quay.io/epicmorg/bitbucket:5.5.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.5.7-jdk8" + image: "quay.io/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 6bb4ecb41..c5d53bc13 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e11d526c1..c6e8735a2 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: "hub.epicm.org/epicmorg/bitbucket:5.5.8" + image: "quay.io/epicmorg/bitbucket:5.5.8" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.5.8-jdk8" + image: "quay.io/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 153a722f2..f2171b544 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 083ed98e6..9ca1d8144 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: "hub.epicm.org/epicmorg/bitbucket:5.5.9" + image: "quay.io/epicmorg/bitbucket:5.5.9" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.5.9-jdk8" + image: "quay.io/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 40c531423..d61f59bd7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5ad1c718e..4135a44ed 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: "hub.epicm.org/epicmorg/bitbucket:5.6.1" + image: "quay.io/epicmorg/bitbucket:5.6.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.6.1-jdk8" + image: "quay.io/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 6aaa96cdd..165962780 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8da1c5502..8afc49b30 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: "hub.epicm.org/epicmorg/bitbucket:5.6.2" + image: "quay.io/epicmorg/bitbucket:5.6.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.6.2-jdk8" + image: "quay.io/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 e9fe8e858..c83a6f01a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6a2bf8462..21f10f864 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: "hub.epicm.org/epicmorg/bitbucket:5.6.3" + image: "quay.io/epicmorg/bitbucket:5.6.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.6.3-jdk8" + image: "quay.io/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 c6cf203b9..6f1f0ce48 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 48be62fd0..9ab939aee 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: "hub.epicm.org/epicmorg/bitbucket:5.6.4" + image: "quay.io/epicmorg/bitbucket:5.6.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.6.4-jdk8" + image: "quay.io/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 efeba5db6..047e13275 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d9a7a9468..0a9249ab4 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: "hub.epicm.org/epicmorg/bitbucket:5.6.5" + image: "quay.io/epicmorg/bitbucket:5.6.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.6.5-jdk8" + image: "quay.io/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 063990410..d7a0f9216 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7decefc42..d0e8d683c 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: "hub.epicm.org/epicmorg/bitbucket:5.6.6" + image: "quay.io/epicmorg/bitbucket:5.6.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.6.6-jdk8" + image: "quay.io/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 cb3948fc0..24cce8fb2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 072a12639..b35cc7e56 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: "hub.epicm.org/epicmorg/bitbucket:5.7.0" + image: "quay.io/epicmorg/bitbucket:5.7.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.7.0-jdk8" + image: "quay.io/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 96235c6b1..ffab3488b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4ff4d2b8c..578a0eee4 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: "hub.epicm.org/epicmorg/bitbucket:5.7.1" + image: "quay.io/epicmorg/bitbucket:5.7.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.7.1-jdk8" + image: "quay.io/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 ef2521ffb..a158ccae0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 35cae5cf8..021a06ae7 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: "hub.epicm.org/epicmorg/bitbucket:5.7.2" + image: "quay.io/epicmorg/bitbucket:5.7.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.7.2-jdk8" + image: "quay.io/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 b12f73e46..993086a5b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 82e8abd99..d2c4fe8cb 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: "hub.epicm.org/epicmorg/bitbucket:5.7.3" + image: "quay.io/epicmorg/bitbucket:5.7.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.7.3-jdk8" + image: "quay.io/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 86b198ce3..5b5db0a56 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 27a42fc36..d51c2feb8 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: "hub.epicm.org/epicmorg/bitbucket:5.7.4" + image: "quay.io/epicmorg/bitbucket:5.7.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.7.4-jdk8" + image: "quay.io/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 321cd6e3a..e2e62d455 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d9ce0949c..c9a49c89b 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: "hub.epicm.org/epicmorg/bitbucket:5.8.0" + image: "quay.io/epicmorg/bitbucket:5.8.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.8.0-jdk8" + image: "quay.io/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 cc3e41e32..886dfa280 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a69905bed..86b2870bd 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: "hub.epicm.org/epicmorg/bitbucket:5.8.1" + image: "quay.io/epicmorg/bitbucket:5.8.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.8.1-jdk8" + image: "quay.io/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 5e9fb8716..d8224d56b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 02ce14fd7..a3b7f9caf 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: "hub.epicm.org/epicmorg/bitbucket:5.8.2" + image: "quay.io/epicmorg/bitbucket:5.8.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.8.2-jdk8" + image: "quay.io/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 5b2b20b92..ebefd57c9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 db859e0a9..c3a3d9f84 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: "hub.epicm.org/epicmorg/bitbucket:5.8.3" + image: "quay.io/epicmorg/bitbucket:5.8.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.8.3-jdk8" + image: "quay.io/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 110de9a34..00a2cfff4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 75c35beeb..8d07a0e47 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: "hub.epicm.org/epicmorg/bitbucket:5.8.4" + image: "quay.io/epicmorg/bitbucket:5.8.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.8.4-jdk8" + image: "quay.io/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 ad6895a62..024c48df1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9e4169025..c61456b75 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: "hub.epicm.org/epicmorg/bitbucket:5.9.0" + image: "quay.io/epicmorg/bitbucket:5.9.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.9.0-jdk8" + image: "quay.io/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 338f1e1d7..502b951eb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a6f80a352..532e576cc 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: "hub.epicm.org/epicmorg/bitbucket:5.9.1" + image: "quay.io/epicmorg/bitbucket:5.9.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.9.1-jdk8" + image: "quay.io/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 f2f186a82..728f320f5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1079d4b43..50bd8c218 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: "hub.epicm.org/epicmorg/bitbucket:5.9.2" + image: "quay.io/epicmorg/bitbucket:5.9.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:5.9.2-jdk8" + image: "quay.io/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 381740deb..cdd2a6661 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ab72fbd73..a705994ad 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f23eba5e7..ce1a07ed1 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: "hub.epicm.org/epicmorg/bitbucket:6.0.0" + image: "quay.io/epicmorg/bitbucket:6.0.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.0.0-jdk8" + image: "quay.io/epicmorg/bitbucket:6.0.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.0.0-jdk11" + image: "quay.io/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 e2f2c4d2a..63a28f060 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 249d40408..c5a94d00f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 62b546374..e44e81355 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: "hub.epicm.org/epicmorg/bitbucket:6.0.1" + image: "quay.io/epicmorg/bitbucket:6.0.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.0.1-jdk8" + image: "quay.io/epicmorg/bitbucket:6.0.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.0.1-jdk11" + image: "quay.io/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 a895c89c7..9183c07f1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f967afb17..01040261a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1b57bc31b..339a33a87 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: "hub.epicm.org/epicmorg/bitbucket:6.0.10" + image: "quay.io/epicmorg/bitbucket:6.0.10" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.0.10-jdk8" + image: "quay.io/epicmorg/bitbucket:6.0.10-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.0.10-jdk11" + image: "quay.io/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 021481018..5b45b84da 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 370f1a98c..9578633dd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2551eb95a..7392732d5 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: "hub.epicm.org/epicmorg/bitbucket:6.0.11" + image: "quay.io/epicmorg/bitbucket:6.0.11" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.0.11-jdk8" + image: "quay.io/epicmorg/bitbucket:6.0.11-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.0.11-jdk11" + image: "quay.io/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 86b4b3c3c..72991290a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 96a85ed2c..bece13616 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7bb525a9a..43f5bd552 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: "hub.epicm.org/epicmorg/bitbucket:6.0.2" + image: "quay.io/epicmorg/bitbucket:6.0.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.0.2-jdk8" + image: "quay.io/epicmorg/bitbucket:6.0.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.0.2-jdk11" + image: "quay.io/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 7f9d69e6e..c7cd7f285 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6fbdca011..cf1242a87 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 aed2fe173..975ac7a78 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: "hub.epicm.org/epicmorg/bitbucket:6.0.3" + image: "quay.io/epicmorg/bitbucket:6.0.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.0.3-jdk8" + image: "quay.io/epicmorg/bitbucket:6.0.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.0.3-jdk11" + image: "quay.io/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 ed94c58b6..39eac8297 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 425e8eb87..d9864e09c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cc4ddcdc6..8739029c4 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: "hub.epicm.org/epicmorg/bitbucket:6.0.4" + image: "quay.io/epicmorg/bitbucket:6.0.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.0.4-jdk8" + image: "quay.io/epicmorg/bitbucket:6.0.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.0.4-jdk11" + image: "quay.io/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 dc436d4ee..7ca6eadee 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fe8d08fd2..6885fb31b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ddf63f18f..eea536fde 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: "hub.epicm.org/epicmorg/bitbucket:6.0.5" + image: "quay.io/epicmorg/bitbucket:6.0.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.0.5-jdk8" + image: "quay.io/epicmorg/bitbucket:6.0.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.0.5-jdk11" + image: "quay.io/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 59dcd74d3..a77454f09 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 25bcd0c88..1b65c34a4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f1f1c3fe6..1daca0fce 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: "hub.epicm.org/epicmorg/bitbucket:6.0.6" + image: "quay.io/epicmorg/bitbucket:6.0.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.0.6-jdk8" + image: "quay.io/epicmorg/bitbucket:6.0.6-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.0.6-jdk11" + image: "quay.io/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 66f70b29d..9c3ef93b1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 81c8f2e2d..e2dcbd1a1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 179a48d25..1c619da40 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: "hub.epicm.org/epicmorg/bitbucket:6.0.7" + image: "quay.io/epicmorg/bitbucket:6.0.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.0.7-jdk8" + image: "quay.io/epicmorg/bitbucket:6.0.7-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.0.7-jdk11" + image: "quay.io/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 24b99b57e..d4b34137c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 68e6d242a..5ebd6e8f0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 69fd47abd..bed83aeca 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: "hub.epicm.org/epicmorg/bitbucket:6.0.9" + image: "quay.io/epicmorg/bitbucket:6.0.9" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.0.9-jdk8" + image: "quay.io/epicmorg/bitbucket:6.0.9-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.0.9-jdk11" + image: "quay.io/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 b935a10aa..df29a1217 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 56f08b2f6..7d158f48e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fffc6fa37..6f988aaf8 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: "hub.epicm.org/epicmorg/bitbucket:6.1.0" + image: "quay.io/epicmorg/bitbucket:6.1.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.1.0-jdk8" + image: "quay.io/epicmorg/bitbucket:6.1.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.1.0-jdk11" + image: "quay.io/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 9af0be689..984aa7886 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8d5d88d4d..f69f4e5c7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c1920c49a..0a3274d4c 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: "hub.epicm.org/epicmorg/bitbucket:6.1.1" + image: "quay.io/epicmorg/bitbucket:6.1.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.1.1-jdk8" + image: "quay.io/epicmorg/bitbucket:6.1.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.1.1-jdk11" + image: "quay.io/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 fe099f47c..0e1bf331f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 33f23ee7b..f1cdf785b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5fb1af45e..e966ceb0e 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: "hub.epicm.org/epicmorg/bitbucket:6.1.2" + image: "quay.io/epicmorg/bitbucket:6.1.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.1.2-jdk8" + image: "quay.io/epicmorg/bitbucket:6.1.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.1.2-jdk11" + image: "quay.io/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 9c93286fd..5fe122776 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e138aa798..2a8718723 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1b63a4404..5f91b39bf 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: "hub.epicm.org/epicmorg/bitbucket:6.1.3" + image: "quay.io/epicmorg/bitbucket:6.1.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.1.3-jdk8" + image: "quay.io/epicmorg/bitbucket:6.1.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.1.3-jdk11" + image: "quay.io/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 002d75d41..c4d2602b6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3d83a3790..816f7e053 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 74e3bd78f..6ccedfb8c 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: "hub.epicm.org/epicmorg/bitbucket:6.1.4" + image: "quay.io/epicmorg/bitbucket:6.1.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.1.4-jdk8" + image: "quay.io/epicmorg/bitbucket:6.1.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.1.4-jdk11" + image: "quay.io/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 1d0048bfc..84cf0c953 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d297f0a53..900bbba5e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cb742d9a2..65266fe5d 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: "hub.epicm.org/epicmorg/bitbucket:6.1.5" + image: "quay.io/epicmorg/bitbucket:6.1.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.1.5-jdk8" + image: "quay.io/epicmorg/bitbucket:6.1.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.1.5-jdk11" + image: "quay.io/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 6c9be078b..0390589f7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1e7c69f67..3db088470 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b19c1cf5c..ee7bdf46b 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: "hub.epicm.org/epicmorg/bitbucket:6.1.6" + image: "quay.io/epicmorg/bitbucket:6.1.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.1.6-jdk8" + image: "quay.io/epicmorg/bitbucket:6.1.6-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.1.6-jdk11" + image: "quay.io/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 4da2750c2..8e5080206 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 32a6f145e..cfb403f38 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 baa4f3914..439953d24 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: "hub.epicm.org/epicmorg/bitbucket:6.1.7" + image: "quay.io/epicmorg/bitbucket:6.1.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.1.7-jdk8" + image: "quay.io/epicmorg/bitbucket:6.1.7-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.1.7-jdk11" + image: "quay.io/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 07ff40a07..0d2bd0092 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 571d78489..c892c7e80 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c31252464..a27b5ea93 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: "hub.epicm.org/epicmorg/bitbucket:6.1.8" + image: "quay.io/epicmorg/bitbucket:6.1.8" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.1.8-jdk8" + image: "quay.io/epicmorg/bitbucket:6.1.8-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.1.8-jdk11" + image: "quay.io/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 ceeb1fa1f..7bbabdfe5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f202c6839..9ca7b64e4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 511d270ff..4a60bd5df 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: "hub.epicm.org/epicmorg/bitbucket:6.1.9" + image: "quay.io/epicmorg/bitbucket:6.1.9" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.1.9-jdk8" + image: "quay.io/epicmorg/bitbucket:6.1.9-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.1.9-jdk11" + image: "quay.io/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 6feed2b58..982c270f1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b22b420b1..f505b00e2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b43362c1b..ab8df569b 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: "hub.epicm.org/epicmorg/bitbucket:6.10.0" + image: "quay.io/epicmorg/bitbucket:6.10.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.10.0-jdk8" + image: "quay.io/epicmorg/bitbucket:6.10.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.10.0-jdk11" + image: "quay.io/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 f59946393..86f73fc1c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 80c88dbb4..dba834ca9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ee609d8a3..cedd159b8 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: "hub.epicm.org/epicmorg/bitbucket:6.10.1" + image: "quay.io/epicmorg/bitbucket:6.10.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.10.1-jdk8" + image: "quay.io/epicmorg/bitbucket:6.10.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.10.1-jdk11" + image: "quay.io/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 aa1b77296..93fbcc666 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 81409c771..991db35d1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0a783109d..779066ece 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: "hub.epicm.org/epicmorg/bitbucket:6.10.10" + image: "quay.io/epicmorg/bitbucket:6.10.10" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.10.10-jdk8" + image: "quay.io/epicmorg/bitbucket:6.10.10-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.10.10-jdk11" + image: "quay.io/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 40cb3778a..4011e5bd3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 94462b509..c7e244e30 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d15d27e75..4f4c884e3 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: "hub.epicm.org/epicmorg/bitbucket:6.10.11" + image: "quay.io/epicmorg/bitbucket:6.10.11" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.10.11-jdk8" + image: "quay.io/epicmorg/bitbucket:6.10.11-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.10.11-jdk11" + image: "quay.io/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 627cfe0f9..13612cedc 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d1c3683c2..8fcdf86b2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8c0e17fad..0eca8537b 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: "hub.epicm.org/epicmorg/bitbucket:6.10.12" + image: "quay.io/epicmorg/bitbucket:6.10.12" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.10.12-jdk8" + image: "quay.io/epicmorg/bitbucket:6.10.12-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.10.12-jdk11" + image: "quay.io/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 63fdec6c1..0481d7569 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6d425f275..2286c6ce2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1588025df..a43950669 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: "hub.epicm.org/epicmorg/bitbucket:6.10.13" + image: "quay.io/epicmorg/bitbucket:6.10.13" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.10.13-jdk8" + image: "quay.io/epicmorg/bitbucket:6.10.13-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.10.13-jdk11" + image: "quay.io/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 bbcac7652..2bc5d32f4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 16f3cafaf..06768c1be 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b7507ca58..d30f6476b 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: "hub.epicm.org/epicmorg/bitbucket:6.10.14" + image: "quay.io/epicmorg/bitbucket:6.10.14" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.10.14-jdk8" + image: "quay.io/epicmorg/bitbucket:6.10.14-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.10.14-jdk11" + image: "quay.io/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 374a1d73b..a903084ca 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0a9f462f8..862a49b5d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f1eeeb34a..c16872281 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: "hub.epicm.org/epicmorg/bitbucket:6.10.15" + image: "quay.io/epicmorg/bitbucket:6.10.15" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.10.15-jdk8" + image: "quay.io/epicmorg/bitbucket:6.10.15-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.10.15-jdk11" + image: "quay.io/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 0052a5d3d..99e789539 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 51b75d83b..432e52a49 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 663eaa12f..e36e622a6 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: "hub.epicm.org/epicmorg/bitbucket:6.10.16" + image: "quay.io/epicmorg/bitbucket:6.10.16" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.10.16-jdk8" + image: "quay.io/epicmorg/bitbucket:6.10.16-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.10.16-jdk11" + image: "quay.io/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 17a365f94..b5f807db9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 43c7abf6e..95d6b5d16 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8873f1e28..9f93b004e 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: "hub.epicm.org/epicmorg/bitbucket:6.10.17" + image: "quay.io/epicmorg/bitbucket:6.10.17" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.10.17-jdk8" + image: "quay.io/epicmorg/bitbucket:6.10.17-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.10.17-jdk11" + image: "quay.io/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 3dd40fdc0..0db2e381b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9c2ebff73..f6c4ceef2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 48b8d4146..64afbeaed 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: "hub.epicm.org/epicmorg/bitbucket:6.10.2" + image: "quay.io/epicmorg/bitbucket:6.10.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.10.2-jdk8" + image: "quay.io/epicmorg/bitbucket:6.10.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.10.2-jdk11" + image: "quay.io/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 84432a567..0e61e1ae1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2098febbb..27d2889c2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 217072c76..27253b248 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: "hub.epicm.org/epicmorg/bitbucket:6.10.3" + image: "quay.io/epicmorg/bitbucket:6.10.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.10.3-jdk8" + image: "quay.io/epicmorg/bitbucket:6.10.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.10.3-jdk11" + image: "quay.io/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 629eb175c..32bc0b75c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 12a19b396..915ad4e9b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d389255df..54105b7f3 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: "hub.epicm.org/epicmorg/bitbucket:6.10.4" + image: "quay.io/epicmorg/bitbucket:6.10.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.10.4-jdk8" + image: "quay.io/epicmorg/bitbucket:6.10.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.10.4-jdk11" + image: "quay.io/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 b4c97f935..9cace88f8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2ea86f3e4..72da0e166 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4a7122f10..24729e0fe 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: "hub.epicm.org/epicmorg/bitbucket:6.10.5" + image: "quay.io/epicmorg/bitbucket:6.10.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.10.5-jdk8" + image: "quay.io/epicmorg/bitbucket:6.10.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.10.5-jdk11" + image: "quay.io/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 7b106dfb5..0ea260062 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 98a963785..9219e64c4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e72beb9f5..6edf2933f 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: "hub.epicm.org/epicmorg/bitbucket:6.10.7" + image: "quay.io/epicmorg/bitbucket:6.10.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.10.7-jdk8" + image: "quay.io/epicmorg/bitbucket:6.10.7-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.10.7-jdk11" + image: "quay.io/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 6d49c534c..8134b390a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6351a1e43..3e7f324a1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 025bea91f..2cc39412b 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: "hub.epicm.org/epicmorg/bitbucket:6.10.8" + image: "quay.io/epicmorg/bitbucket:6.10.8" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.10.8-jdk8" + image: "quay.io/epicmorg/bitbucket:6.10.8-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.10.8-jdk11" + image: "quay.io/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 73ad07212..126775f4c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4cc3e02e6..a602b2da3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ab9c5b876..53f65c4b9 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: "hub.epicm.org/epicmorg/bitbucket:6.10.9" + image: "quay.io/epicmorg/bitbucket:6.10.9" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.10.9-jdk8" + image: "quay.io/epicmorg/bitbucket:6.10.9-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.10.9-jdk11" + image: "quay.io/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 90443a152..9dbb989d2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 be853dc22..10dd786ce 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9a3141df0..3ebc1eb5d 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: "hub.epicm.org/epicmorg/bitbucket:6.2.0" + image: "quay.io/epicmorg/bitbucket:6.2.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.2.0-jdk8" + image: "quay.io/epicmorg/bitbucket:6.2.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.2.0-jdk11" + image: "quay.io/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 8d9a864ce..bb3a1fb10 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b682ed999..f8991f150 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 46273557c..541c062d4 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: "hub.epicm.org/epicmorg/bitbucket:6.2.1" + image: "quay.io/epicmorg/bitbucket:6.2.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.2.1-jdk8" + image: "quay.io/epicmorg/bitbucket:6.2.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.2.1-jdk11" + image: "quay.io/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 28bfb142d..4f8f289c1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c53bb43ee..7928824b7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bad76fc6d..438e869c3 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: "hub.epicm.org/epicmorg/bitbucket:6.2.2" + image: "quay.io/epicmorg/bitbucket:6.2.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.2.2-jdk8" + image: "quay.io/epicmorg/bitbucket:6.2.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.2.2-jdk11" + image: "quay.io/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 3269ec57f..b16cb329f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6a216a4f7..cf3e6ce38 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a54dfb752..a92d285bc 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: "hub.epicm.org/epicmorg/bitbucket:6.2.3" + image: "quay.io/epicmorg/bitbucket:6.2.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.2.3-jdk8" + image: "quay.io/epicmorg/bitbucket:6.2.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.2.3-jdk11" + image: "quay.io/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 dbd036636..1ab2c97cd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 47e8d0298..18a4d01f4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a582f68ca..68856fb14 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: "hub.epicm.org/epicmorg/bitbucket:6.2.4" + image: "quay.io/epicmorg/bitbucket:6.2.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.2.4-jdk8" + image: "quay.io/epicmorg/bitbucket:6.2.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.2.4-jdk11" + image: "quay.io/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 73a43c826..c1da3a037 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3da2a5291..8d21c4862 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 db07ddb7a..6567f857f 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: "hub.epicm.org/epicmorg/bitbucket:6.2.5" + image: "quay.io/epicmorg/bitbucket:6.2.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.2.5-jdk8" + image: "quay.io/epicmorg/bitbucket:6.2.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.2.5-jdk11" + image: "quay.io/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 cc7487b4e..285927045 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4943bbd30..9c260c983 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6b00ec44c..13ee39caa 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: "hub.epicm.org/epicmorg/bitbucket:6.2.6" + image: "quay.io/epicmorg/bitbucket:6.2.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.2.6-jdk8" + image: "quay.io/epicmorg/bitbucket:6.2.6-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.2.6-jdk11" + image: "quay.io/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 28c596027..f2557b7ee 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9a2b4df9d..669ad0574 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f6750082c..f8f194463 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: "hub.epicm.org/epicmorg/bitbucket:6.2.7" + image: "quay.io/epicmorg/bitbucket:6.2.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.2.7-jdk8" + image: "quay.io/epicmorg/bitbucket:6.2.7-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.2.7-jdk11" + image: "quay.io/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 33b9dc0d1..01fb26087 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7b3935ca0..40488f6e8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 db85788eb..1c5f84d1e 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: "hub.epicm.org/epicmorg/bitbucket:6.3.0" + image: "quay.io/epicmorg/bitbucket:6.3.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.3.0-jdk8" + image: "quay.io/epicmorg/bitbucket:6.3.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.3.0-jdk11" + image: "quay.io/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 2233adfe2..ab08bdb4a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d57bb154c..d581238e2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e04fe658d..03298c09a 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: "hub.epicm.org/epicmorg/bitbucket:6.3.1" + image: "quay.io/epicmorg/bitbucket:6.3.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.3.1-jdk8" + image: "quay.io/epicmorg/bitbucket:6.3.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.3.1-jdk11" + image: "quay.io/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 4d1a1eafe..638438926 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3371e2932..da2dffdbe 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d1ad6939a..840fad230 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: "hub.epicm.org/epicmorg/bitbucket:6.3.2" + image: "quay.io/epicmorg/bitbucket:6.3.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.3.2-jdk8" + image: "quay.io/epicmorg/bitbucket:6.3.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.3.2-jdk11" + image: "quay.io/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 29fa6379e..4a54104c4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 544b4ffc1..e32c49f5d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 05731f854..22748b795 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: "hub.epicm.org/epicmorg/bitbucket:6.3.3" + image: "quay.io/epicmorg/bitbucket:6.3.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.3.3-jdk8" + image: "quay.io/epicmorg/bitbucket:6.3.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.3.3-jdk11" + image: "quay.io/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 4f34c28a8..517faf37d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d03278c1a..083f8346c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0b4644462..18df2c6e2 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: "hub.epicm.org/epicmorg/bitbucket:6.3.4" + image: "quay.io/epicmorg/bitbucket:6.3.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.3.4-jdk8" + image: "quay.io/epicmorg/bitbucket:6.3.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.3.4-jdk11" + image: "quay.io/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 cba4c35bd..ad081b85a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 88af8d213..46e788479 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e4f1645d0..c2c24744a 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: "hub.epicm.org/epicmorg/bitbucket:6.3.5" + image: "quay.io/epicmorg/bitbucket:6.3.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.3.5-jdk8" + image: "quay.io/epicmorg/bitbucket:6.3.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.3.5-jdk11" + image: "quay.io/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 9a14ea5d1..1a4fb2e5f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 756fb73ae..4f4f6d2d6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4c61b8220..78fd64cf6 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: "hub.epicm.org/epicmorg/bitbucket:6.3.6" + image: "quay.io/epicmorg/bitbucket:6.3.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.3.6-jdk8" + image: "quay.io/epicmorg/bitbucket:6.3.6-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.3.6-jdk11" + image: "quay.io/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 34bc38827..2b4f9a3f3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a7e7a6a75..da55c7b35 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f80b40b92..4bd9a06e2 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: "hub.epicm.org/epicmorg/bitbucket:6.4.0" + image: "quay.io/epicmorg/bitbucket:6.4.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.4.0-jdk8" + image: "quay.io/epicmorg/bitbucket:6.4.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.4.0-jdk11" + image: "quay.io/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 99bac6e79..b435d4a3d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cb7c1f9e6..f03bfeb63 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cc2e70d81..40cd1341c 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: "hub.epicm.org/epicmorg/bitbucket:6.4.1" + image: "quay.io/epicmorg/bitbucket:6.4.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.4.1-jdk8" + image: "quay.io/epicmorg/bitbucket:6.4.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.4.1-jdk11" + image: "quay.io/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 0dd411921..63e417273 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 06c093c80..3bc70691b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fae397e83..ca7ac2d68 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: "hub.epicm.org/epicmorg/bitbucket:6.4.2" + image: "quay.io/epicmorg/bitbucket:6.4.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.4.2-jdk8" + image: "quay.io/epicmorg/bitbucket:6.4.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.4.2-jdk11" + image: "quay.io/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 0a9fb2cf6..3421077c3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6fa32b58e..209ca79c3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2b123172e..7c7943707 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: "hub.epicm.org/epicmorg/bitbucket:6.4.3" + image: "quay.io/epicmorg/bitbucket:6.4.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.4.3-jdk8" + image: "quay.io/epicmorg/bitbucket:6.4.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.4.3-jdk11" + image: "quay.io/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 f75fb768a..8f0906bf1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 09fd93e7f..24e44b8e1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 109482efe..d894769bb 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: "hub.epicm.org/epicmorg/bitbucket:6.4.4" + image: "quay.io/epicmorg/bitbucket:6.4.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.4.4-jdk8" + image: "quay.io/epicmorg/bitbucket:6.4.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.4.4-jdk11" + image: "quay.io/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 606153272..d3f9f81cd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f91dc5494..0cabeff82 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4a94d6e90..8a684e25f 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: "hub.epicm.org/epicmorg/bitbucket:6.5.1" + image: "quay.io/epicmorg/bitbucket:6.5.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.5.1-jdk8" + image: "quay.io/epicmorg/bitbucket:6.5.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.5.1-jdk11" + image: "quay.io/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 8a27113e3..6b46551b0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 50d68942b..e2efaa7c2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f169e1dbc..db9cba91a 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: "hub.epicm.org/epicmorg/bitbucket:6.5.2" + image: "quay.io/epicmorg/bitbucket:6.5.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.5.2-jdk8" + image: "quay.io/epicmorg/bitbucket:6.5.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.5.2-jdk11" + image: "quay.io/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 7748706e5..4ffbdfda9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 523f2cad7..a10776a0b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 494396c77..193ff91b1 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: "hub.epicm.org/epicmorg/bitbucket:6.5.3" + image: "quay.io/epicmorg/bitbucket:6.5.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.5.3-jdk8" + image: "quay.io/epicmorg/bitbucket:6.5.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.5.3-jdk11" + image: "quay.io/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 1ce838534..7f04e8063 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fef70b27d..8f8211930 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bb6d154bc..21f479715 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: "hub.epicm.org/epicmorg/bitbucket:6.6.0" + image: "quay.io/epicmorg/bitbucket:6.6.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.6.0-jdk8" + image: "quay.io/epicmorg/bitbucket:6.6.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.6.0-jdk11" + image: "quay.io/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 99592519e..fe3bd0f0b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 92cab8183..1db998f51 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f30b2335f..86488c0be 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: "hub.epicm.org/epicmorg/bitbucket:6.6.1" + image: "quay.io/epicmorg/bitbucket:6.6.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.6.1-jdk8" + image: "quay.io/epicmorg/bitbucket:6.6.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.6.1-jdk11" + image: "quay.io/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 94fdb1317..6ba2d2870 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 758baaec2..c9cd0a457 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4fd8705b8..e05bd3777 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: "hub.epicm.org/epicmorg/bitbucket:6.6.2" + image: "quay.io/epicmorg/bitbucket:6.6.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.6.2-jdk8" + image: "quay.io/epicmorg/bitbucket:6.6.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.6.2-jdk11" + image: "quay.io/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 e36e0ce4d..b78a55899 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0d68a43d6..41673387a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2080188e8..41e1ecde4 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: "hub.epicm.org/epicmorg/bitbucket:6.6.3" + image: "quay.io/epicmorg/bitbucket:6.6.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.6.3-jdk8" + image: "quay.io/epicmorg/bitbucket:6.6.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.6.3-jdk11" + image: "quay.io/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 85b4e63bc..9f1e2a3e0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 12cf0c0dd..3818d4d4b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 da026c1ce..99f7d306f 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: "hub.epicm.org/epicmorg/bitbucket:6.6.4" + image: "quay.io/epicmorg/bitbucket:6.6.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.6.4-jdk8" + image: "quay.io/epicmorg/bitbucket:6.6.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.6.4-jdk11" + image: "quay.io/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 a150c751d..7bcb646a7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b2e5394bb..a4cb00103 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2a7e79ef3..9b0d8ad9d 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: "hub.epicm.org/epicmorg/bitbucket:6.7.0" + image: "quay.io/epicmorg/bitbucket:6.7.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.7.0-jdk8" + image: "quay.io/epicmorg/bitbucket:6.7.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.7.0-jdk11" + image: "quay.io/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 b39e69c0d..7f85216f0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 acbe45f1c..32c5e4547 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9729aee50..b7a29d138 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: "hub.epicm.org/epicmorg/bitbucket:6.7.1" + image: "quay.io/epicmorg/bitbucket:6.7.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.7.1-jdk8" + image: "quay.io/epicmorg/bitbucket:6.7.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.7.1-jdk11" + image: "quay.io/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 1dffcc154..1f4c66106 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3bafe7fe1..8e42f9cec 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 278e12b43..be1c8cf97 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: "hub.epicm.org/epicmorg/bitbucket:6.7.2" + image: "quay.io/epicmorg/bitbucket:6.7.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.7.2-jdk8" + image: "quay.io/epicmorg/bitbucket:6.7.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.7.2-jdk11" + image: "quay.io/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 0e798f776..d58709960 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 45f900efc..2430f6420 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 72917d04c..040ef451b 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: "hub.epicm.org/epicmorg/bitbucket:6.7.3" + image: "quay.io/epicmorg/bitbucket:6.7.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.7.3-jdk8" + image: "quay.io/epicmorg/bitbucket:6.7.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.7.3-jdk11" + image: "quay.io/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 9194d960c..20d83b3ae 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e636404ac..6a4e1c175 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 06af95b96..6d0b39ea3 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: "hub.epicm.org/epicmorg/bitbucket:6.7.4" + image: "quay.io/epicmorg/bitbucket:6.7.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.7.4-jdk8" + image: "quay.io/epicmorg/bitbucket:6.7.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.7.4-jdk11" + image: "quay.io/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 751afdafb..105c1d56f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c21d75a31..bff8c857a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 142c5bbd7..69770523b 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: "hub.epicm.org/epicmorg/bitbucket:6.7.5" + image: "quay.io/epicmorg/bitbucket:6.7.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.7.5-jdk8" + image: "quay.io/epicmorg/bitbucket:6.7.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.7.5-jdk11" + image: "quay.io/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 09c0b5dab..3d13fc776 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f10e7afde..69efb9bc5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 576962b85..72c34edfa 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: "hub.epicm.org/epicmorg/bitbucket:6.8.0" + image: "quay.io/epicmorg/bitbucket:6.8.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.8.0-jdk8" + image: "quay.io/epicmorg/bitbucket:6.8.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.8.0-jdk11" + image: "quay.io/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 3e90ee9c7..40d2826cb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 87c7cf679..214fd5c2e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d5f245c70..996ae9cde 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: "hub.epicm.org/epicmorg/bitbucket:6.8.1" + image: "quay.io/epicmorg/bitbucket:6.8.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.8.1-jdk8" + image: "quay.io/epicmorg/bitbucket:6.8.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.8.1-jdk11" + image: "quay.io/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 2f7b67184..06fc34391 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5ea2b29d7..cbe90081d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 faec4fed6..4136db63a 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: "hub.epicm.org/epicmorg/bitbucket:6.8.2" + image: "quay.io/epicmorg/bitbucket:6.8.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.8.2-jdk8" + image: "quay.io/epicmorg/bitbucket:6.8.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.8.2-jdk11" + image: "quay.io/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 50d97b78b..552501a4e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e211ff632..54846fc64 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a980a2250..4595d6668 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: "hub.epicm.org/epicmorg/bitbucket:6.8.3" + image: "quay.io/epicmorg/bitbucket:6.8.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.8.3-jdk8" + image: "quay.io/epicmorg/bitbucket:6.8.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.8.3-jdk11" + image: "quay.io/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 9c1b761fa..b21e60603 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7275f1386..c3855e00c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8d92be61e..e586f66db 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: "hub.epicm.org/epicmorg/bitbucket:6.8.4" + image: "quay.io/epicmorg/bitbucket:6.8.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.8.4-jdk8" + image: "quay.io/epicmorg/bitbucket:6.8.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.8.4-jdk11" + image: "quay.io/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 e431499f6..76d0b4528 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7ede2366d..d9eb1cf9b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a34fcc0d6..ad5d90e02 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: "hub.epicm.org/epicmorg/bitbucket:6.9.0" + image: "quay.io/epicmorg/bitbucket:6.9.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.9.0-jdk8" + image: "quay.io/epicmorg/bitbucket:6.9.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.9.0-jdk11" + image: "quay.io/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 99e058b73..ca93311fb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8f58080b4..2cdb82e15 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 acdb7d283..d88ea0cfd 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: "hub.epicm.org/epicmorg/bitbucket:6.9.1" + image: "quay.io/epicmorg/bitbucket:6.9.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.9.1-jdk8" + image: "quay.io/epicmorg/bitbucket:6.9.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.9.1-jdk11" + image: "quay.io/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 43bd7271b..1abdbc0f8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 64ed0c560..063de1a34 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f8378ce55..532d6e371 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: "hub.epicm.org/epicmorg/bitbucket:6.9.2" + image: "quay.io/epicmorg/bitbucket:6.9.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.9.2-jdk8" + image: "quay.io/epicmorg/bitbucket:6.9.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.9.2-jdk11" + image: "quay.io/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 b1eb5acd5..bf650ffcc 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 41ab268e0..ee9af0337 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 289202026..19b8bf255 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: "hub.epicm.org/epicmorg/bitbucket:6.9.3" + image: "quay.io/epicmorg/bitbucket:6.9.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:6.9.3-jdk8" + image: "quay.io/epicmorg/bitbucket:6.9.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:6.9.3-jdk11" + image: "quay.io/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 67d17043c..d222f6959 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 605f601ec..74b9bf8a3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 abf7b5db0..bfefba433 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: "hub.epicm.org/epicmorg/bitbucket:7.0.0" + image: "quay.io/epicmorg/bitbucket:7.0.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.0.0-jdk8" + image: "quay.io/epicmorg/bitbucket:7.0.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.0.0-jdk11" + image: "quay.io/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 09bf8f0cf..81e156465 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f462c1b04..2d7f4a3ae 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0c5b724b1..56cdd0e43 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: "hub.epicm.org/epicmorg/bitbucket:7.0.1" + image: "quay.io/epicmorg/bitbucket:7.0.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.0.1-jdk8" + image: "quay.io/epicmorg/bitbucket:7.0.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.0.1-jdk11" + image: "quay.io/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 d61b421f8..0f974043b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0b86cde2f..f14a5b892 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7502bb486..06c5fc5f1 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: "hub.epicm.org/epicmorg/bitbucket:7.0.2" + image: "quay.io/epicmorg/bitbucket:7.0.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.0.2-jdk8" + image: "quay.io/epicmorg/bitbucket:7.0.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.0.2-jdk11" + image: "quay.io/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 7ba9ec5de..35454360a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d9697eef4..525fe9656 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d690cac83..89b9f87b9 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: "hub.epicm.org/epicmorg/bitbucket:7.0.3" + image: "quay.io/epicmorg/bitbucket:7.0.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.0.3-jdk8" + image: "quay.io/epicmorg/bitbucket:7.0.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.0.3-jdk11" + image: "quay.io/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 eee23d215..98c663a75 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8e3354288..2b33b9c6e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bef7212aa..e5ee69d8b 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: "hub.epicm.org/epicmorg/bitbucket:7.0.4" + image: "quay.io/epicmorg/bitbucket:7.0.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.0.4-jdk8" + image: "quay.io/epicmorg/bitbucket:7.0.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.0.4-jdk11" + image: "quay.io/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 0edd70b4f..b41f3025d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d7f2ccd1a..9cb0f31c0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6332e9f84..7f42bfc3c 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: "hub.epicm.org/epicmorg/bitbucket:7.0.5" + image: "quay.io/epicmorg/bitbucket:7.0.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.0.5-jdk8" + image: "quay.io/epicmorg/bitbucket:7.0.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.0.5-jdk11" + image: "quay.io/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 ac30c2eba..0c74df285 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 254ae3bfa..b54bdf10f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 888ee4bbe..8175341ae 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: "hub.epicm.org/epicmorg/bitbucket:7.1.0" + image: "quay.io/epicmorg/bitbucket:7.1.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.1.0-jdk8" + image: "quay.io/epicmorg/bitbucket:7.1.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.1.0-jdk11" + image: "quay.io/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 9ca4d9c17..359a2cd8a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4e005c733..053591a57 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 24c3470b8..6ad01f587 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: "hub.epicm.org/epicmorg/bitbucket:7.1.1" + image: "quay.io/epicmorg/bitbucket:7.1.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.1.1-jdk8" + image: "quay.io/epicmorg/bitbucket:7.1.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.1.1-jdk11" + image: "quay.io/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 6bd97ce9e..f26680ec8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 865ff552a..369f38ad0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d81f78256..1e97c9dd8 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: "hub.epicm.org/epicmorg/bitbucket:7.1.2" + image: "quay.io/epicmorg/bitbucket:7.1.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.1.2-jdk8" + image: "quay.io/epicmorg/bitbucket:7.1.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.1.2-jdk11" + image: "quay.io/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 7c5511480..e94334540 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bad22ddd7..4cf9f22e9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 73ed820ae..2d1c45007 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: "hub.epicm.org/epicmorg/bitbucket:7.1.3" + image: "quay.io/epicmorg/bitbucket:7.1.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.1.3-jdk8" + image: "quay.io/epicmorg/bitbucket:7.1.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.1.3-jdk11" + image: "quay.io/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 dc4d6e084..5ac586abd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a874798a1..9388d0186 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 765e424f2..ad330e8a2 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: "hub.epicm.org/epicmorg/bitbucket:7.1.4" + image: "quay.io/epicmorg/bitbucket:7.1.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.1.4-jdk8" + image: "quay.io/epicmorg/bitbucket:7.1.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.1.4-jdk11" + image: "quay.io/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 912c802b5..bf682684c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8a75f1236..83f3e199e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 081b3f4b1..f963e420d 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: "hub.epicm.org/epicmorg/bitbucket:7.10.0" + image: "quay.io/epicmorg/bitbucket:7.10.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.10.0-jdk8" + image: "quay.io/epicmorg/bitbucket:7.10.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.10.0-jdk11" + image: "quay.io/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 837e08b2f..81231d884 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 407cdc26e..341fd96e2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e951f6f34..40e5735f2 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: "hub.epicm.org/epicmorg/bitbucket:7.10.1" + image: "quay.io/epicmorg/bitbucket:7.10.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.10.1-jdk8" + image: "quay.io/epicmorg/bitbucket:7.10.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.10.1-jdk11" + image: "quay.io/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 df2e691b6..db19432b0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 dfd9b2ba7..7872e7b66 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 44dd9e5a6..131b0df0d 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: "hub.epicm.org/epicmorg/bitbucket:7.11.1" + image: "quay.io/epicmorg/bitbucket:7.11.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.11.1-jdk8" + image: "quay.io/epicmorg/bitbucket:7.11.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.11.1-jdk11" + image: "quay.io/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 312f4948c..6fcc1a5d9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1a4341cfe..b973b11e4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 75883890a..54ca1ad5f 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: "hub.epicm.org/epicmorg/bitbucket:7.11.2" + image: "quay.io/epicmorg/bitbucket:7.11.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.11.2-jdk8" + image: "quay.io/epicmorg/bitbucket:7.11.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.11.2-jdk11" + image: "quay.io/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 7d2ad97a8..d3c7894b3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 025f319ec..f6abdea8f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c7504ef76..81c558d05 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: "hub.epicm.org/epicmorg/bitbucket:7.12.0" + image: "quay.io/epicmorg/bitbucket:7.12.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.12.0-jdk8" + image: "quay.io/epicmorg/bitbucket:7.12.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.12.0-jdk11" + image: "quay.io/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 51ac74674..44d25e4ed 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6c67c6dfa..5bdfe8a46 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 96fdbf081..43bda8b96 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: "hub.epicm.org/epicmorg/bitbucket:7.12.1" + image: "quay.io/epicmorg/bitbucket:7.12.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.12.1-jdk8" + image: "quay.io/epicmorg/bitbucket:7.12.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.12.1-jdk11" + image: "quay.io/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 f123004f6..264a347f6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 87b3395af..81a7ab79d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 25223a878..05fb1fc48 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: "hub.epicm.org/epicmorg/bitbucket:7.13.0" + image: "quay.io/epicmorg/bitbucket:7.13.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.13.0-jdk8" + image: "quay.io/epicmorg/bitbucket:7.13.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.13.0-jdk11" + image: "quay.io/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 3c3bd757f..53c9d68d1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c05839433..271b8b555 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 005075122..f0e9e644d 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: "hub.epicm.org/epicmorg/bitbucket:7.13.1" + image: "quay.io/epicmorg/bitbucket:7.13.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.13.1-jdk8" + image: "quay.io/epicmorg/bitbucket:7.13.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.13.1-jdk11" + image: "quay.io/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 1ce1f0b54..4664c6be9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b75f55973..ff1e0f2e3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a25f4dd31..3be27ba21 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: "hub.epicm.org/epicmorg/bitbucket:7.14.0" + image: "quay.io/epicmorg/bitbucket:7.14.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.14.0-jdk8" + image: "quay.io/epicmorg/bitbucket:7.14.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.14.0-jdk11" + image: "quay.io/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 cf667c2fc..2bbd3ab24 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5b7cd5e7d..8927591a0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 91bbbe349..8ab928b36 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: "hub.epicm.org/epicmorg/bitbucket:7.14.1" + image: "quay.io/epicmorg/bitbucket:7.14.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.14.1-jdk8" + image: "quay.io/epicmorg/bitbucket:7.14.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.14.1-jdk11" + image: "quay.io/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 a4434c8e6..099a64c00 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 06fbcfaa9..eaa3b3028 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0bcfd9aee..7ec3a5bcb 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: "hub.epicm.org/epicmorg/bitbucket:7.14.2" + image: "quay.io/epicmorg/bitbucket:7.14.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.14.2-jdk8" + image: "quay.io/epicmorg/bitbucket:7.14.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.14.2-jdk11" + image: "quay.io/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 244879da6..f64ab33bd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 55cf7c85d..0136f05a6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 12aeb19fd..839528802 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: "hub.epicm.org/epicmorg/bitbucket:7.15.0" + image: "quay.io/epicmorg/bitbucket:7.15.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.15.0-jdk8" + image: "quay.io/epicmorg/bitbucket:7.15.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.15.0-jdk11" + image: "quay.io/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 1742734f8..88a7262c1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d4a2ece10..130ae60ac 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3ac40d33f..442eafc2c 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: "hub.epicm.org/epicmorg/bitbucket:7.15.1" + image: "quay.io/epicmorg/bitbucket:7.15.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.15.1-jdk8" + image: "quay.io/epicmorg/bitbucket:7.15.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.15.1-jdk11" + image: "quay.io/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 52c00ca0c..95b2b9915 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7b050edd8..f36c09014 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c8b604940..53d17358f 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: "hub.epicm.org/epicmorg/bitbucket:7.15.2" + image: "quay.io/epicmorg/bitbucket:7.15.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.15.2-jdk8" + image: "quay.io/epicmorg/bitbucket:7.15.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.15.2-jdk11" + image: "quay.io/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 48b6379f4..f1920a251 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ee9fe1ee5..3447733db 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a18bcf777..29de78445 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: "hub.epicm.org/epicmorg/bitbucket:7.15.3" + image: "quay.io/epicmorg/bitbucket:7.15.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.15.3-jdk8" + image: "quay.io/epicmorg/bitbucket:7.15.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.15.3-jdk11" + image: "quay.io/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 5d7f19835..1e4ff31df 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4d68c43d4..ef7e45704 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1c6a96602..b0a020937 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: "hub.epicm.org/epicmorg/bitbucket:7.16.0" + image: "quay.io/epicmorg/bitbucket:7.16.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.16.0-jdk8" + image: "quay.io/epicmorg/bitbucket:7.16.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.16.0-jdk11" + image: "quay.io/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 9130123b4..9c18a8c99 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0b0330ad..361e5af7f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9e382c812..aa8e1248e 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: "hub.epicm.org/epicmorg/bitbucket:7.16.1" + image: "quay.io/epicmorg/bitbucket:7.16.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.16.1-jdk8" + image: "quay.io/epicmorg/bitbucket:7.16.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.16.1-jdk11" + image: "quay.io/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 06d3f5dad..02d73cd8d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 19440ab28..ea543f321 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 dee83e990..1c85cb15d 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: "hub.epicm.org/epicmorg/bitbucket:7.16.2" + image: "quay.io/epicmorg/bitbucket:7.16.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.16.2-jdk8" + image: "quay.io/epicmorg/bitbucket:7.16.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.16.2-jdk11" + image: "quay.io/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 346d1f343..566438e21 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6a3fe5d51..3fc39ebe8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c23fa760a..e28f13b47 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: "hub.epicm.org/epicmorg/bitbucket:7.16.3" + image: "quay.io/epicmorg/bitbucket:7.16.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.16.3-jdk8" + image: "quay.io/epicmorg/bitbucket:7.16.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.16.3-jdk11" + image: "quay.io/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 d4c522951..68dd6c84b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 30ef2b3a7..730bbc77d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9619bf509..0a74acf91 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: "hub.epicm.org/epicmorg/bitbucket:7.17.0" + image: "quay.io/epicmorg/bitbucket:7.17.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.0-jdk8" + image: "quay.io/epicmorg/bitbucket:7.17.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.0-jdk11" + image: "quay.io/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 fbc7e19ba..3017ae265 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 996120598..0340d4e77 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a733fecf7..0e3df4094 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: "hub.epicm.org/epicmorg/bitbucket:7.17.1" + image: "quay.io/epicmorg/bitbucket:7.17.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.1-jdk8" + image: "quay.io/epicmorg/bitbucket:7.17.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.1-jdk11" + image: "quay.io/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 9db3010ca..4d3aa9ee2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d06e8392e..5adc59ca0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 efae2a68d..ff363ad6d 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: "hub.epicm.org/epicmorg/bitbucket:7.17.10" + image: "quay.io/epicmorg/bitbucket:7.17.10" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.10-jdk8" + image: "quay.io/epicmorg/bitbucket:7.17.10-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.10-jdk11" + image: "quay.io/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 55cdde856..d4646d363 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bd14ec366..0a4654e48 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 79d6a92fd..149bbe795 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: "hub.epicm.org/epicmorg/bitbucket:7.17.11" + image: "quay.io/epicmorg/bitbucket:7.17.11" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.11-jdk8" + image: "quay.io/epicmorg/bitbucket:7.17.11-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.11-jdk11" + image: "quay.io/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 fb52cc228..d76ec6202 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8a339485e..739a20ba3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ab8441595..b404c8587 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: "hub.epicm.org/epicmorg/bitbucket:7.17.12" + image: "quay.io/epicmorg/bitbucket:7.17.12" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.12-jdk8" + image: "quay.io/epicmorg/bitbucket:7.17.12-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.12-jdk11" + image: "quay.io/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 53960c2f3..ee90badb2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 47a197d74..17d3b136e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e2beaf7ec..5c309bb06 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: "hub.epicm.org/epicmorg/bitbucket:7.17.13" + image: "quay.io/epicmorg/bitbucket:7.17.13" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.13-jdk8" + image: "quay.io/epicmorg/bitbucket:7.17.13-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.13-jdk11" + image: "quay.io/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 0533977b9..592886948 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 033939eb5..863c55f39 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1ebf36701..eb2649172 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: "hub.epicm.org/epicmorg/bitbucket:7.17.14" + image: "quay.io/epicmorg/bitbucket:7.17.14" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.14-jdk8" + image: "quay.io/epicmorg/bitbucket:7.17.14-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.14-jdk11" + image: "quay.io/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 4807a62cc..918296362 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2d39d9d8f..bec928af5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 24ee70f95..eaf750e96 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: "hub.epicm.org/epicmorg/bitbucket:7.17.15" + image: "quay.io/epicmorg/bitbucket:7.17.15" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.15-jdk8" + image: "quay.io/epicmorg/bitbucket:7.17.15-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.15-jdk11" + image: "quay.io/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 385b014d3..9c36a1a8b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f1ba0a156..53b8e6003 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 30eeac7f3..4456cd69e 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: "hub.epicm.org/epicmorg/bitbucket:7.17.16" + image: "quay.io/epicmorg/bitbucket:7.17.16" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.16-jdk8" + image: "quay.io/epicmorg/bitbucket:7.17.16-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.16-jdk11" + image: "quay.io/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 62f24ed3a..e93cc2362 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a219c7c8c..6b0fbb7c9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 aefba626b..6bd40af9e 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: "hub.epicm.org/epicmorg/bitbucket:7.17.17" + image: "quay.io/epicmorg/bitbucket:7.17.17" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.17-jdk8" + image: "quay.io/epicmorg/bitbucket:7.17.17-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.17-jdk11" + image: "quay.io/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 59ffb9581..9333fe310 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bbfc70f17..2b6e521de 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4bb4670bd..a811df95f 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: "hub.epicm.org/epicmorg/bitbucket:7.17.18" + image: "quay.io/epicmorg/bitbucket:7.17.18" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.18-jdk8" + image: "quay.io/epicmorg/bitbucket:7.17.18-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.18-jdk11" + image: "quay.io/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 5b82fdad5..b927b70fe 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fb7821ea4..b7a355dea 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ab4b2c472..a2e79ee0d 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: "hub.epicm.org/epicmorg/bitbucket:7.17.19" + image: "quay.io/epicmorg/bitbucket:7.17.19" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.19-jdk8" + image: "quay.io/epicmorg/bitbucket:7.17.19-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.19-jdk11" + image: "quay.io/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 d759ec72c..e64058ce1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 46955371d..84fcbd8c6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 215421676..53f6ac64d 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: "hub.epicm.org/epicmorg/bitbucket:7.17.2" + image: "quay.io/epicmorg/bitbucket:7.17.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.2-jdk8" + image: "quay.io/epicmorg/bitbucket:7.17.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.2-jdk11" + image: "quay.io/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 91ff49186..906175462 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8d7ccf8d1..18e10b18e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 030289814..a4ea19344 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: "hub.epicm.org/epicmorg/bitbucket:7.17.20" + image: "quay.io/epicmorg/bitbucket:7.17.20" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.20-jdk8" + image: "quay.io/epicmorg/bitbucket:7.17.20-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.20-jdk11" + image: "quay.io/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 fb6e32b0b..f29674e50 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7b3832359..7bb4c44d1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 964cace7c..6f3347d6a 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: "hub.epicm.org/epicmorg/bitbucket:7.17.21" + image: "quay.io/epicmorg/bitbucket:7.17.21" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.21-jdk8" + image: "quay.io/epicmorg/bitbucket:7.17.21-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.21-jdk11" + image: "quay.io/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 7e0ad1aa6..589d473cf 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 67d492e8b..01a29d68c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e5f891f25..af214577e 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: "hub.epicm.org/epicmorg/bitbucket:7.17.3" + image: "quay.io/epicmorg/bitbucket:7.17.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.3-jdk8" + image: "quay.io/epicmorg/bitbucket:7.17.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.3-jdk11" + image: "quay.io/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 55097ba44..ac7e1f311 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9bf949663..a74857511 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 25fd709b6..fe134419d 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: "hub.epicm.org/epicmorg/bitbucket:7.17.4" + image: "quay.io/epicmorg/bitbucket:7.17.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.4-jdk8" + image: "quay.io/epicmorg/bitbucket:7.17.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.4-jdk11" + image: "quay.io/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 8af5d9ab8..36ce48817 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1566efcdf..ad8621645 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6bd0c69a2..ff6b69fb3 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: "hub.epicm.org/epicmorg/bitbucket:7.17.5" + image: "quay.io/epicmorg/bitbucket:7.17.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.5-jdk8" + image: "quay.io/epicmorg/bitbucket:7.17.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.5-jdk11" + image: "quay.io/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 69356ae90..d1e408e4a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 73d74d7d1..e217afe8e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6a94c8b0e..73826e78a 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: "hub.epicm.org/epicmorg/bitbucket:7.17.6" + image: "quay.io/epicmorg/bitbucket:7.17.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.6-jdk8" + image: "quay.io/epicmorg/bitbucket:7.17.6-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.6-jdk11" + image: "quay.io/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 85dd44faa..ae583ec56 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7cb625937..656b152a1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4d8aef64a..e6a1547ea 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: "hub.epicm.org/epicmorg/bitbucket:7.17.7" + image: "quay.io/epicmorg/bitbucket:7.17.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.7-jdk8" + image: "quay.io/epicmorg/bitbucket:7.17.7-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.7-jdk11" + image: "quay.io/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 385d8e35b..b2562dc5c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 036c21e4f..640181446 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f883753ce..efb6f8297 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: "hub.epicm.org/epicmorg/bitbucket:7.17.8" + image: "quay.io/epicmorg/bitbucket:7.17.8" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.8-jdk8" + image: "quay.io/epicmorg/bitbucket:7.17.8-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.8-jdk11" + image: "quay.io/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 a9e2ae351..1973953f2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a3f6a9db3..5f69f7a36 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e8852be0f..b23f10d42 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: "hub.epicm.org/epicmorg/bitbucket:7.17.9" + image: "quay.io/epicmorg/bitbucket:7.17.9" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.9-jdk8" + image: "quay.io/epicmorg/bitbucket:7.17.9-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.17.9-jdk11" + image: "quay.io/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 aac3e20e9..9e5b5b855 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 63118743d..b6163cf60 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1aa1b2193..5adf1770c 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: "hub.epicm.org/epicmorg/bitbucket:7.18.0" + image: "quay.io/epicmorg/bitbucket:7.18.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.18.0-jdk8" + image: "quay.io/epicmorg/bitbucket:7.18.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.18.0-jdk11" + image: "quay.io/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 1a6655354..609eb1b82 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f9ca32d3d..2b0cbba3f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6da2d62aa..02ca87d1d 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: "hub.epicm.org/epicmorg/bitbucket:7.18.1" + image: "quay.io/epicmorg/bitbucket:7.18.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.18.1-jdk8" + image: "quay.io/epicmorg/bitbucket:7.18.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.18.1-jdk11" + image: "quay.io/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 8c4abdba3..5af66be58 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ac3c1668d..d93e048b2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 314fe504f..b10d8c47d 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: "hub.epicm.org/epicmorg/bitbucket:7.18.2" + image: "quay.io/epicmorg/bitbucket:7.18.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.18.2-jdk8" + image: "quay.io/epicmorg/bitbucket:7.18.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.18.2-jdk11" + image: "quay.io/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 05be03b62..29950c1c3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f8aeaedc4..75af6e533 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5d41c9f72..028d12578 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: "hub.epicm.org/epicmorg/bitbucket:7.18.3" + image: "quay.io/epicmorg/bitbucket:7.18.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.18.3-jdk8" + image: "quay.io/epicmorg/bitbucket:7.18.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.18.3-jdk11" + image: "quay.io/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 6a036e21f..00b78436b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 06b8e714b..49ead95a0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2eca9ef6b..b10bdfa7e 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: "hub.epicm.org/epicmorg/bitbucket:7.18.4" + image: "quay.io/epicmorg/bitbucket:7.18.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.18.4-jdk8" + image: "quay.io/epicmorg/bitbucket:7.18.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.18.4-jdk11" + image: "quay.io/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 9d6472b4b..34edc5be2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a267e378f..c4c18e18f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2e9645594..d6e0f6e3f 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: "hub.epicm.org/epicmorg/bitbucket:7.19.2" + image: "quay.io/epicmorg/bitbucket:7.19.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.19.2-jdk8" + image: "quay.io/epicmorg/bitbucket:7.19.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.19.2-jdk11" + image: "quay.io/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 94feddeec..02bff94a1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 94d2a8904..a3fc1100b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7db12a8d0..e612e66a8 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: "hub.epicm.org/epicmorg/bitbucket:7.19.3" + image: "quay.io/epicmorg/bitbucket:7.19.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.19.3-jdk8" + image: "quay.io/epicmorg/bitbucket:7.19.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.19.3-jdk11" + image: "quay.io/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 5babcbcea..8bf7e581b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e4479c83f..0e900de1b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c6440aec9..605b0eda7 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: "hub.epicm.org/epicmorg/bitbucket:7.19.4" + image: "quay.io/epicmorg/bitbucket:7.19.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.19.4-jdk8" + image: "quay.io/epicmorg/bitbucket:7.19.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.19.4-jdk11" + image: "quay.io/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 70a9af86f..930796abe 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 279fd6479..c62214b73 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 748006d59..1ede5701c 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: "hub.epicm.org/epicmorg/bitbucket:7.19.5" + image: "quay.io/epicmorg/bitbucket:7.19.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.19.5-jdk8" + image: "quay.io/epicmorg/bitbucket:7.19.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.19.5-jdk11" + image: "quay.io/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 383e3dcbf..430ff4ca0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3e6e3e722..e5c74ff46 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0b7b42f9e..a06c58abe 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: "hub.epicm.org/epicmorg/bitbucket:7.2.0" + image: "quay.io/epicmorg/bitbucket:7.2.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.2.0-jdk8" + image: "quay.io/epicmorg/bitbucket:7.2.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.2.0-jdk11" + image: "quay.io/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 f7f1ed22a..99c2e2775 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 529527b98..10f0db6a2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 974d647c1..9af22fb48 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: "hub.epicm.org/epicmorg/bitbucket:7.2.1" + image: "quay.io/epicmorg/bitbucket:7.2.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.2.1-jdk8" + image: "quay.io/epicmorg/bitbucket:7.2.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.2.1-jdk11" + image: "quay.io/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 14a33b7fd..5feede73c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bbb8169eb..718a5dd57 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 39bd4154a..216f6b537 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: "hub.epicm.org/epicmorg/bitbucket:7.2.2" + image: "quay.io/epicmorg/bitbucket:7.2.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.2.2-jdk8" + image: "quay.io/epicmorg/bitbucket:7.2.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.2.2-jdk11" + image: "quay.io/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 fa258ac72..166640b97 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 60e81d913..04ed7ef4e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 93fafc741..98b236ff3 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: "hub.epicm.org/epicmorg/bitbucket:7.2.3" + image: "quay.io/epicmorg/bitbucket:7.2.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.2.3-jdk8" + image: "quay.io/epicmorg/bitbucket:7.2.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.2.3-jdk11" + image: "quay.io/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 92134d311..05720bdad 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fb5e59efe..a99815837 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f5a9348e2..75b3c3f2a 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: "hub.epicm.org/epicmorg/bitbucket:7.2.4" + image: "quay.io/epicmorg/bitbucket:7.2.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.2.4-jdk8" + image: "quay.io/epicmorg/bitbucket:7.2.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.2.4-jdk11" + image: "quay.io/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 e3039f320..6d6e12370 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 802bc10fc..b5158f494 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1c78267dc..6e7e6f4bc 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: "hub.epicm.org/epicmorg/bitbucket:7.2.5" + image: "quay.io/epicmorg/bitbucket:7.2.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.2.5-jdk8" + image: "quay.io/epicmorg/bitbucket:7.2.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.2.5-jdk11" + image: "quay.io/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 7d21e1861..f040063a7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 595fa5c77..703190ac6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ddc72365d..a2238d042 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: "hub.epicm.org/epicmorg/bitbucket:7.2.6" + image: "quay.io/epicmorg/bitbucket:7.2.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.2.6-jdk8" + image: "quay.io/epicmorg/bitbucket:7.2.6-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.2.6-jdk11" + image: "quay.io/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 2c638d927..9ad9e35a2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 df3e638ea..96d034cb5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2738fa341..463c273e6 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: "hub.epicm.org/epicmorg/bitbucket:7.20.0" + image: "quay.io/epicmorg/bitbucket:7.20.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.20.0-jdk8" + image: "quay.io/epicmorg/bitbucket:7.20.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.20.0-jdk11" + image: "quay.io/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 5d9da1259..e696eb488 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d36f50ff4..57c35146e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a22d7596b..ddd634ca0 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: "hub.epicm.org/epicmorg/bitbucket:7.20.1" + image: "quay.io/epicmorg/bitbucket:7.20.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.20.1-jdk8" + image: "quay.io/epicmorg/bitbucket:7.20.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.20.1-jdk11" + image: "quay.io/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 dda86c87e..a06a1f90b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c21599420..90c836060 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 dabecddc9..43f252efe 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: "hub.epicm.org/epicmorg/bitbucket:7.20.2" + image: "quay.io/epicmorg/bitbucket:7.20.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.20.2-jdk8" + image: "quay.io/epicmorg/bitbucket:7.20.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.20.2-jdk11" + image: "quay.io/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 ca3934687..572a52500 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a61ab64b1..6b9990646 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bc5756ffe..9635ccab6 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: "hub.epicm.org/epicmorg/bitbucket:7.20.3" + image: "quay.io/epicmorg/bitbucket:7.20.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.20.3-jdk8" + image: "quay.io/epicmorg/bitbucket:7.20.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.20.3-jdk11" + image: "quay.io/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 11658da9a..3942462c8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4e5f95b63..5da8446ce 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a846fbb08..cc629878a 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: "hub.epicm.org/epicmorg/bitbucket:7.21.0" + image: "quay.io/epicmorg/bitbucket:7.21.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.0-jdk8" + image: "quay.io/epicmorg/bitbucket:7.21.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.0-jdk11" + image: "quay.io/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 2b7b7bc0f..d1ae8dde7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 224294a46..51cac8a80 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2642df7d0..6067803fc 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: "hub.epicm.org/epicmorg/bitbucket:7.21.1" + image: "quay.io/epicmorg/bitbucket:7.21.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.1-jdk8" + image: "quay.io/epicmorg/bitbucket:7.21.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.1-jdk11" + image: "quay.io/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 67382cc4d..2f6fd7207 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 28a6a0099..35e5d6ea3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8a65a510c..e249ea7ed 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: "hub.epicm.org/epicmorg/bitbucket:7.21.10" + image: "quay.io/epicmorg/bitbucket:7.21.10" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.10-jdk8" + image: "quay.io/epicmorg/bitbucket:7.21.10-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.10-jdk11" + image: "quay.io/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 b3131e6bb..fb13337cb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 614d2dd0c..3a23cf851 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 44622d13a..21584eb8b 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: "hub.epicm.org/epicmorg/bitbucket:7.21.11" + image: "quay.io/epicmorg/bitbucket:7.21.11" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.11-jdk8" + image: "quay.io/epicmorg/bitbucket:7.21.11-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.11-jdk11" + image: "quay.io/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 f3d903c1e..9269f6ebb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cd9a2304e..e63e97069 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 68ecd4cd7..feb9df35f 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: "hub.epicm.org/epicmorg/bitbucket:7.21.12" + image: "quay.io/epicmorg/bitbucket:7.21.12" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.12-jdk8" + image: "quay.io/epicmorg/bitbucket:7.21.12-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.12-jdk11" + image: "quay.io/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 840839c6c..b6d5cb757 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 18a531621..2400a69d5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 64813644e..822135fdc 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: "hub.epicm.org/epicmorg/bitbucket:7.21.13" + image: "quay.io/epicmorg/bitbucket:7.21.13" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.13-jdk8" + image: "quay.io/epicmorg/bitbucket:7.21.13-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.13-jdk11" + image: "quay.io/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 8f5fd125d..5a05eed63 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b61559b2c..ed7e025a5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1451187f5..d9b0e152f 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: "hub.epicm.org/epicmorg/bitbucket:7.21.14" + image: "quay.io/epicmorg/bitbucket:7.21.14" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.14-jdk8" + image: "quay.io/epicmorg/bitbucket:7.21.14-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.14-jdk11" + image: "quay.io/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 cd029a29d..c83877b81 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d04c4089b..9350d968d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6573091c0..650a32c28 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: "hub.epicm.org/epicmorg/bitbucket:7.21.15" + image: "quay.io/epicmorg/bitbucket:7.21.15" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.15-jdk8" + image: "quay.io/epicmorg/bitbucket:7.21.15-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.15-jdk11" + image: "quay.io/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 9058d8d7d..9664793ed 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 675d1ec46..d6fda1637 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 04c1f4d09..bcbedac1d 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: "hub.epicm.org/epicmorg/bitbucket:7.21.16" + image: "quay.io/epicmorg/bitbucket:7.21.16" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.16-jdk8" + image: "quay.io/epicmorg/bitbucket:7.21.16-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.16-jdk11" + image: "quay.io/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 d4deb17c3..81530d2d3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0db56d751..934f4547b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c3f320dfc..16a30afb0 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: "hub.epicm.org/epicmorg/bitbucket:7.21.17" + image: "quay.io/epicmorg/bitbucket:7.21.17" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.17-jdk8" + image: "quay.io/epicmorg/bitbucket:7.21.17-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.17-jdk11" + image: "quay.io/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 d948eea33..7acc06041 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 96a43a230..9c0a5f0f6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 35e8844c7..a24f5f6d3 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: "hub.epicm.org/epicmorg/bitbucket:7.21.18" + image: "quay.io/epicmorg/bitbucket:7.21.18" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.18-jdk8" + image: "quay.io/epicmorg/bitbucket:7.21.18-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.18-jdk11" + image: "quay.io/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 8b415fafe..9488f7a42 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e490f5670..b0664ecee 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a24d9a7dc..96dcd2eba 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: "hub.epicm.org/epicmorg/bitbucket:7.21.19" + image: "quay.io/epicmorg/bitbucket:7.21.19" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.19-jdk8" + image: "quay.io/epicmorg/bitbucket:7.21.19-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.19-jdk11" + image: "quay.io/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 1cc33c04c..0227becff 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e46687897..b3d216844 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b0bf350ec..c8b4250c4 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: "hub.epicm.org/epicmorg/bitbucket:7.21.2" + image: "quay.io/epicmorg/bitbucket:7.21.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.2-jdk8" + image: "quay.io/epicmorg/bitbucket:7.21.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.2-jdk11" + image: "quay.io/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 f435815b9..effcea9a1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f7d38d119..c56648d08 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c6b3eaa5d..92b216bfd 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: "hub.epicm.org/epicmorg/bitbucket:7.21.20" + image: "quay.io/epicmorg/bitbucket:7.21.20" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.20-jdk8" + image: "quay.io/epicmorg/bitbucket:7.21.20-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.20-jdk11" + image: "quay.io/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 d8fa407ba..7e2e2cc26 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ff164f7e7..9915d9167 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1cf4ec38f..ca974530f 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: "hub.epicm.org/epicmorg/bitbucket:7.21.21" + image: "quay.io/epicmorg/bitbucket:7.21.21" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.21-jdk8" + image: "quay.io/epicmorg/bitbucket:7.21.21-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.21-jdk11" + image: "quay.io/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 5ec20be37..218db0768 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 37407e173..ccf5e76f9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6f5907c0f..2532dd976 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: "hub.epicm.org/epicmorg/bitbucket:7.21.22" + image: "quay.io/epicmorg/bitbucket:7.21.22" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.22-jdk8" + image: "quay.io/epicmorg/bitbucket:7.21.22-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.22-jdk11" + image: "quay.io/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 9dfea442d..06aa7c88b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2226980ff..3af848938 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c52f326c8..c8d4e6c86 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: "hub.epicm.org/epicmorg/bitbucket:7.21.23" + image: "quay.io/epicmorg/bitbucket:7.21.23" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.23-jdk8" + image: "quay.io/epicmorg/bitbucket:7.21.23-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.23-jdk11" + image: "quay.io/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 4092706bf..9d81eb75b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b5df0c96a..237adc91c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 801e249b5..6e848bff7 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: "hub.epicm.org/epicmorg/bitbucket:7.21.3" + image: "quay.io/epicmorg/bitbucket:7.21.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.3-jdk8" + image: "quay.io/epicmorg/bitbucket:7.21.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.3-jdk11" + image: "quay.io/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 3e4a75ae1..0f4bd5806 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 45f6f3199..5acf6b2e9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 93653d102..7ba463098 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: "hub.epicm.org/epicmorg/bitbucket:7.21.4" + image: "quay.io/epicmorg/bitbucket:7.21.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.4-jdk8" + image: "quay.io/epicmorg/bitbucket:7.21.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.4-jdk11" + image: "quay.io/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 78200a20a..fd06c319e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2571a7140..c4c99bc99 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bc6ecaead..4006b0bb8 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: "hub.epicm.org/epicmorg/bitbucket:7.21.5" + image: "quay.io/epicmorg/bitbucket:7.21.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.5-jdk8" + image: "quay.io/epicmorg/bitbucket:7.21.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.5-jdk11" + image: "quay.io/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 8632cc9a2..47ac6e358 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7245aee00..bc81b1cd3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a36a8c10d..e8a477135 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: "hub.epicm.org/epicmorg/bitbucket:7.21.6" + image: "quay.io/epicmorg/bitbucket:7.21.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.6-jdk8" + image: "quay.io/epicmorg/bitbucket:7.21.6-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.6-jdk11" + image: "quay.io/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 470227ec1..de2d68a24 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2c42957f6..465ee67db 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 95a2655c3..dd0a21081 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: "hub.epicm.org/epicmorg/bitbucket:7.21.7" + image: "quay.io/epicmorg/bitbucket:7.21.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.7-jdk8" + image: "quay.io/epicmorg/bitbucket:7.21.7-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.7-jdk11" + image: "quay.io/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 4abe5cce6..d068009c5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9e20c9d7b..36d209d19 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 040bf8f62..8feb41323 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: "hub.epicm.org/epicmorg/bitbucket:7.21.8" + image: "quay.io/epicmorg/bitbucket:7.21.8" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.8-jdk8" + image: "quay.io/epicmorg/bitbucket:7.21.8-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.8-jdk11" + image: "quay.io/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 6c5fe8422..b4474dccd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 01cf673ae..c2dde0adb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fd0197f65..c99694b00 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: "hub.epicm.org/epicmorg/bitbucket:7.21.9" + image: "quay.io/epicmorg/bitbucket:7.21.9" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.9-jdk8" + image: "quay.io/epicmorg/bitbucket:7.21.9-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.21.9-jdk11" + image: "quay.io/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 be311d2fa..d88bdf43c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 64da6fb9f..8baa703ab 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8951d66ed..34a0a5ba4 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: "hub.epicm.org/epicmorg/bitbucket:7.3.0" + image: "quay.io/epicmorg/bitbucket:7.3.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.3.0-jdk8" + image: "quay.io/epicmorg/bitbucket:7.3.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.3.0-jdk11" + image: "quay.io/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 785a8a78b..07aed76bb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 399844981..1a42ff201 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 452f3c101..93d328e88 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: "hub.epicm.org/epicmorg/bitbucket:7.3.1" + image: "quay.io/epicmorg/bitbucket:7.3.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.3.1-jdk8" + image: "quay.io/epicmorg/bitbucket:7.3.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.3.1-jdk11" + image: "quay.io/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 b82746895..4d9efe3c4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c67969eef..db585d2fa 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 19a3b8387..bf5deae55 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: "hub.epicm.org/epicmorg/bitbucket:7.3.2" + image: "quay.io/epicmorg/bitbucket:7.3.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.3.2-jdk8" + image: "quay.io/epicmorg/bitbucket:7.3.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.3.2-jdk11" + image: "quay.io/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 a8d47ec32..3f92ce7a0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a8051217e..ba3cd5095 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 aca17468c..1f8a439d4 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: "hub.epicm.org/epicmorg/bitbucket:7.4.0" + image: "quay.io/epicmorg/bitbucket:7.4.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.4.0-jdk8" + image: "quay.io/epicmorg/bitbucket:7.4.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.4.0-jdk11" + image: "quay.io/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 838fedc2c..07ace5240 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a90709e27..c2ccc313c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1a908df79..3ef1faeca 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: "hub.epicm.org/epicmorg/bitbucket:7.4.1" + image: "quay.io/epicmorg/bitbucket:7.4.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.4.1-jdk8" + image: "quay.io/epicmorg/bitbucket:7.4.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.4.1-jdk11" + image: "quay.io/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 f4441acea..a4a664bad 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2ef922a48..a65cb52bb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fd3f02a2c..863afe14a 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: "hub.epicm.org/epicmorg/bitbucket:7.4.2" + image: "quay.io/epicmorg/bitbucket:7.4.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.4.2-jdk8" + image: "quay.io/epicmorg/bitbucket:7.4.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.4.2-jdk11" + image: "quay.io/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 3f86e595a..9fdedbaf0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1dbb3894b..76393778a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 089b2d431..c29c3fcf4 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: "hub.epicm.org/epicmorg/bitbucket:7.5.0" + image: "quay.io/epicmorg/bitbucket:7.5.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.5.0-jdk8" + image: "quay.io/epicmorg/bitbucket:7.5.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.5.0-jdk11" + image: "quay.io/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 2263082c6..d954e0312 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d3cba4bd9..0b75a9f12 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 991177fbc..8179f96ab 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: "hub.epicm.org/epicmorg/bitbucket:7.5.1" + image: "quay.io/epicmorg/bitbucket:7.5.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.5.1-jdk8" + image: "quay.io/epicmorg/bitbucket:7.5.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.5.1-jdk11" + image: "quay.io/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 8da61cea4..5695bd9fd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 52944f864..919f3450e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8ffddb9e9..7792aac35 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: "hub.epicm.org/epicmorg/bitbucket:7.5.2" + image: "quay.io/epicmorg/bitbucket:7.5.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.5.2-jdk8" + image: "quay.io/epicmorg/bitbucket:7.5.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.5.2-jdk11" + image: "quay.io/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 7230f93e6..89506eb21 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a793c3657..07e813586 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 00a7738ce..3e886c0e0 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: "hub.epicm.org/epicmorg/bitbucket:7.6.0" + image: "quay.io/epicmorg/bitbucket:7.6.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.0-jdk8" + image: "quay.io/epicmorg/bitbucket:7.6.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.0-jdk11" + image: "quay.io/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 2dc2e3166..74ff613ed 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 760b0fb11..6d34c7b85 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8f81c1c6b..345ef6e61 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: "hub.epicm.org/epicmorg/bitbucket:7.6.1" + image: "quay.io/epicmorg/bitbucket:7.6.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.1-jdk8" + image: "quay.io/epicmorg/bitbucket:7.6.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.1-jdk11" + image: "quay.io/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 831cc04be..8506faf27 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fe9c4164b..375c97172 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6d3c4ad0e..9a2ff8c40 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: "hub.epicm.org/epicmorg/bitbucket:7.6.10" + image: "quay.io/epicmorg/bitbucket:7.6.10" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.10-jdk8" + image: "quay.io/epicmorg/bitbucket:7.6.10-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.10-jdk11" + image: "quay.io/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 b9ab44f40..77f3c5bb1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 299b480c8..b0c64012c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 96fa3a3da..68dcb9040 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: "hub.epicm.org/epicmorg/bitbucket:7.6.11" + image: "quay.io/epicmorg/bitbucket:7.6.11" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.11-jdk8" + image: "quay.io/epicmorg/bitbucket:7.6.11-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.11-jdk11" + image: "quay.io/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 af817daa7..27c2ca168 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 42bc881b8..e93c0009d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 935fb818c..fb6c6fd3e 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: "hub.epicm.org/epicmorg/bitbucket:7.6.12" + image: "quay.io/epicmorg/bitbucket:7.6.12" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.12-jdk8" + image: "quay.io/epicmorg/bitbucket:7.6.12-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.12-jdk11" + image: "quay.io/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 9f46164bc..ca15a2e79 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0c5a5370..83432a46b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a1bc095ea..2517300d6 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: "hub.epicm.org/epicmorg/bitbucket:7.6.13" + image: "quay.io/epicmorg/bitbucket:7.6.13" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.13-jdk8" + image: "quay.io/epicmorg/bitbucket:7.6.13-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.13-jdk11" + image: "quay.io/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 1de26d44e..afb151b29 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e2481e530..7df5b3616 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 68f0d8601..3ec424d68 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: "hub.epicm.org/epicmorg/bitbucket:7.6.14" + image: "quay.io/epicmorg/bitbucket:7.6.14" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.14-jdk8" + image: "quay.io/epicmorg/bitbucket:7.6.14-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.14-jdk11" + image: "quay.io/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 d0815419f..fa37494fa 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c30af478c..ea593b93c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d36a85b98..13d18919d 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: "hub.epicm.org/epicmorg/bitbucket:7.6.15" + image: "quay.io/epicmorg/bitbucket:7.6.15" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.15-jdk8" + image: "quay.io/epicmorg/bitbucket:7.6.15-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.15-jdk11" + image: "quay.io/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 96b07ceac..be90773da 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 92c61cd4b..4fa67f421 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4e9e67a47..8ca4cb305 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: "hub.epicm.org/epicmorg/bitbucket:7.6.16" + image: "quay.io/epicmorg/bitbucket:7.6.16" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.16-jdk8" + image: "quay.io/epicmorg/bitbucket:7.6.16-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.16-jdk11" + image: "quay.io/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 839869f9d..9a5349e5a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2f683f052..0dc8a00ad 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6a481df32..56811d299 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: "hub.epicm.org/epicmorg/bitbucket:7.6.17" + image: "quay.io/epicmorg/bitbucket:7.6.17" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.17-jdk8" + image: "quay.io/epicmorg/bitbucket:7.6.17-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.17-jdk11" + image: "quay.io/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 8570b064c..3e353bc2c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3c6be73a6..075eb586a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 abd779a35..930d98793 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: "hub.epicm.org/epicmorg/bitbucket:7.6.19" + image: "quay.io/epicmorg/bitbucket:7.6.19" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.19-jdk8" + image: "quay.io/epicmorg/bitbucket:7.6.19-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.19-jdk11" + image: "quay.io/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 0bca8614a..10f439bde 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f044f644a..5338e7da6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d53b18cae..372391754 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: "hub.epicm.org/epicmorg/bitbucket:7.6.2" + image: "quay.io/epicmorg/bitbucket:7.6.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.2-jdk8" + image: "quay.io/epicmorg/bitbucket:7.6.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.2-jdk11" + image: "quay.io/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 c733ccff3..a70b3545a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 63ee0788d..853e79b5e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b8030a095..4827616b1 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: "hub.epicm.org/epicmorg/bitbucket:7.6.20" + image: "quay.io/epicmorg/bitbucket:7.6.20" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.20-jdk8" + image: "quay.io/epicmorg/bitbucket:7.6.20-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.20-jdk11" + image: "quay.io/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 1d04a8e8a..516ce8635 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 489698a47..58540c9d8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bd4dbe0ed..ad30c7330 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: "hub.epicm.org/epicmorg/bitbucket:7.6.21" + image: "quay.io/epicmorg/bitbucket:7.6.21" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.21-jdk8" + image: "quay.io/epicmorg/bitbucket:7.6.21-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.21-jdk11" + image: "quay.io/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 19e7e0c50..51144439b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 59c2bf1e2..b622a618d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 394176e48..7bbe5711e 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: "hub.epicm.org/epicmorg/bitbucket:7.6.22" + image: "quay.io/epicmorg/bitbucket:7.6.22" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.22-jdk8" + image: "quay.io/epicmorg/bitbucket:7.6.22-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.22-jdk11" + image: "quay.io/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 ed8a6fed1..06fcf434a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 50275938c..c438778c8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 aed1ecec9..d6a9a0d1e 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: "hub.epicm.org/epicmorg/bitbucket:7.6.23" + image: "quay.io/epicmorg/bitbucket:7.6.23" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.23-jdk8" + image: "quay.io/epicmorg/bitbucket:7.6.23-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.23-jdk11" + image: "quay.io/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 11800c23d..c8cd45b2c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f827a9d34..d2f76025b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 87c155f23..57d9f9e56 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: "hub.epicm.org/epicmorg/bitbucket:7.6.3" + image: "quay.io/epicmorg/bitbucket:7.6.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.3-jdk8" + image: "quay.io/epicmorg/bitbucket:7.6.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.3-jdk11" + image: "quay.io/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 baa209503..181f34e92 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0716e2294..312e666ba 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d2562c6c1..abc19ba8a 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: "hub.epicm.org/epicmorg/bitbucket:7.6.4" + image: "quay.io/epicmorg/bitbucket:7.6.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.4-jdk8" + image: "quay.io/epicmorg/bitbucket:7.6.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.4-jdk11" + image: "quay.io/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 f05ad0c39..51bcfd953 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e8212fddf..4308a9088 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e463930d7..5640d9bfb 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: "hub.epicm.org/epicmorg/bitbucket:7.6.5" + image: "quay.io/epicmorg/bitbucket:7.6.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.5-jdk8" + image: "quay.io/epicmorg/bitbucket:7.6.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.5-jdk11" + image: "quay.io/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 cb6f2fb12..4e6b3faf0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6949e8044..9460eff97 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ad6d9cf03..c5f349da1 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: "hub.epicm.org/epicmorg/bitbucket:7.6.6" + image: "quay.io/epicmorg/bitbucket:7.6.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.6-jdk8" + image: "quay.io/epicmorg/bitbucket:7.6.6-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.6-jdk11" + image: "quay.io/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 b72876407..79a514e8a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f46492fea..679702b04 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5fad3a7b6..8d2dcecce 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: "hub.epicm.org/epicmorg/bitbucket:7.6.7" + image: "quay.io/epicmorg/bitbucket:7.6.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.7-jdk8" + image: "quay.io/epicmorg/bitbucket:7.6.7-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.7-jdk11" + image: "quay.io/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 6adcce464..c82022d4b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d18078670..94d00bf29 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7c5803b95..2b9d316b7 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: "hub.epicm.org/epicmorg/bitbucket:7.6.8" + image: "quay.io/epicmorg/bitbucket:7.6.8" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.8-jdk8" + image: "quay.io/epicmorg/bitbucket:7.6.8-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.8-jdk11" + image: "quay.io/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 f316ec313..d49f2dec4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 02745e17b..f15a45dae 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 85ac65b0d..54eff8783 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: "hub.epicm.org/epicmorg/bitbucket:7.6.9" + image: "quay.io/epicmorg/bitbucket:7.6.9" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.9-jdk8" + image: "quay.io/epicmorg/bitbucket:7.6.9-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.6.9-jdk11" + image: "quay.io/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 4deff964a..7935c5704 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d4fb7fb93..8074b4d15 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c02f4256f..badc52a00 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: "hub.epicm.org/epicmorg/bitbucket:7.7.0" + image: "quay.io/epicmorg/bitbucket:7.7.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.7.0-jdk8" + image: "quay.io/epicmorg/bitbucket:7.7.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.7.0-jdk11" + image: "quay.io/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 617012358..b87d8fe1c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c57103039..d2bb6295d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 90ed6dfa4..3d4d59c6c 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: "hub.epicm.org/epicmorg/bitbucket:7.7.1" + image: "quay.io/epicmorg/bitbucket:7.7.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.7.1-jdk8" + image: "quay.io/epicmorg/bitbucket:7.7.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.7.1-jdk11" + image: "quay.io/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 2655a7eed..be1f9f0f1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b81325013..293904384 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 91ea6706f..2a2a9d627 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: "hub.epicm.org/epicmorg/bitbucket:7.8.0" + image: "quay.io/epicmorg/bitbucket:7.8.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.8.0-jdk8" + image: "quay.io/epicmorg/bitbucket:7.8.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.8.0-jdk11" + image: "quay.io/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 f9d2dc4db..a0849000a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0ec86e27e..9847a4351 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 34965555e..97c95107c 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: "hub.epicm.org/epicmorg/bitbucket:7.8.1" + image: "quay.io/epicmorg/bitbucket:7.8.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.8.1-jdk8" + image: "quay.io/epicmorg/bitbucket:7.8.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.8.1-jdk11" + image: "quay.io/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 628789909..5a6da58f5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5a1c3dee0..bafae824d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a25e91d57..6ecd1fcdd 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: "hub.epicm.org/epicmorg/bitbucket:7.9.0" + image: "quay.io/epicmorg/bitbucket:7.9.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.9.0-jdk8" + image: "quay.io/epicmorg/bitbucket:7.9.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.9.0-jdk11" + image: "quay.io/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 e3161da43..b57942b66 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ed698d1cc..6d11fad20 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0473db03f..ce4568f66 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: "hub.epicm.org/epicmorg/bitbucket:7.9.1" + image: "quay.io/epicmorg/bitbucket:7.9.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:7.9.1-jdk8" + image: "quay.io/epicmorg/bitbucket:7.9.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:7.9.1-jdk11" + image: "quay.io/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 e72a9d80e..cf59eecff 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b77b72315..0f0f246d6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 659f4d7a8..a4309931b 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: "hub.epicm.org/epicmorg/bitbucket:8.0.0" + image: "quay.io/epicmorg/bitbucket:8.0.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.0.0-jdk8" + image: "quay.io/epicmorg/bitbucket:8.0.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.0.0-jdk11" + image: "quay.io/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 ae94281ae..e42cb71d2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 985c3f100..e1ba36430 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3ce7273c3..6ac2711f5 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: "hub.epicm.org/epicmorg/bitbucket:8.0.1" + image: "quay.io/epicmorg/bitbucket:8.0.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.0.1-jdk8" + image: "quay.io/epicmorg/bitbucket:8.0.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.0.1-jdk11" + image: "quay.io/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 1b90cd02b..c642cb690 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9b98d19a1..d7fe038a7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 dd0b3c553..2471821f2 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: "hub.epicm.org/epicmorg/bitbucket:8.0.2" + image: "quay.io/epicmorg/bitbucket:8.0.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.0.2-jdk8" + image: "quay.io/epicmorg/bitbucket:8.0.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.0.2-jdk11" + image: "quay.io/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 460d6f14b..48a41ab61 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2b1898378..d50fc0185 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f9db1cd92..c77893a4b 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: "hub.epicm.org/epicmorg/bitbucket:8.0.3" + image: "quay.io/epicmorg/bitbucket:8.0.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.0.3-jdk8" + image: "quay.io/epicmorg/bitbucket:8.0.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.0.3-jdk11" + image: "quay.io/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 1ebd04cae..95a1d26b8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 05bccb3db..81b686e64 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bb9f7192d..0ac71ff5a 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: "hub.epicm.org/epicmorg/bitbucket:8.0.4" + image: "quay.io/epicmorg/bitbucket:8.0.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.0.4-jdk8" + image: "quay.io/epicmorg/bitbucket:8.0.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.0.4-jdk11" + image: "quay.io/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 8131456a0..981e60da8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 69f5d2415..1452da044 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5b52c86c4..b4746a7be 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: "hub.epicm.org/epicmorg/bitbucket:8.0.5" + image: "quay.io/epicmorg/bitbucket:8.0.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.0.5-jdk8" + image: "quay.io/epicmorg/bitbucket:8.0.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.0.5-jdk11" + image: "quay.io/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 40ce5fb82..cbfbd493a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 216a0bc3f..84ed48c94 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0408e0e46..2f667957c 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: "hub.epicm.org/epicmorg/bitbucket:8.1.0" + image: "quay.io/epicmorg/bitbucket:8.1.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.1.0-jdk8" + image: "quay.io/epicmorg/bitbucket:8.1.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.1.0-jdk11" + image: "quay.io/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 c298983d0..21006ac29 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 69ab8dba9..9a6f47349 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c0bc9001c..f08d0735b 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: "hub.epicm.org/epicmorg/bitbucket:8.1.1" + image: "quay.io/epicmorg/bitbucket:8.1.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.1.1-jdk8" + image: "quay.io/epicmorg/bitbucket:8.1.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.1.1-jdk11" + image: "quay.io/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 b0e48c100..189015c01 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 66c9ef1d9..92f2bc12b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c86f46f98..780049171 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: "hub.epicm.org/epicmorg/bitbucket:8.1.2" + image: "quay.io/epicmorg/bitbucket:8.1.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.1.2-jdk8" + image: "quay.io/epicmorg/bitbucket:8.1.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.1.2-jdk11" + image: "quay.io/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 2b877c039..1872a59f3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 071c97d99..88ae52796 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cb893bf37..b0e9b87d4 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: "hub.epicm.org/epicmorg/bitbucket:8.1.3" + image: "quay.io/epicmorg/bitbucket:8.1.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.1.3-jdk8" + image: "quay.io/epicmorg/bitbucket:8.1.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.1.3-jdk11" + image: "quay.io/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 66619b37c..00ced57e6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 70fd1dd85..cc7dc0744 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3fc4e9df7..146568d30 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: "hub.epicm.org/epicmorg/bitbucket:8.1.4" + image: "quay.io/epicmorg/bitbucket:8.1.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.1.4-jdk8" + image: "quay.io/epicmorg/bitbucket:8.1.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.1.4-jdk11" + image: "quay.io/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 46fc646d7..5ef8920b5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8b83c3911..b5ceec3f1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 290520a2e..2eea6ee3f 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: "hub.epicm.org/epicmorg/bitbucket:8.1.5" + image: "quay.io/epicmorg/bitbucket:8.1.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.1.5-jdk8" + image: "quay.io/epicmorg/bitbucket:8.1.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.1.5-jdk11" + image: "quay.io/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 b2fbe5634..19b1fff8b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 66587d7b9..8cbe4c9f7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9bd30060c..71bbdde80 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4b1db86cd..fcdbbc2fd 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: "hub.epicm.org/epicmorg/bitbucket:8.10.0" + image: "quay.io/epicmorg/bitbucket:8.10.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.10.0-jdk8" + image: "quay.io/epicmorg/bitbucket:8.10.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.10.0-jdk11" + image: "quay.io/epicmorg/bitbucket:8.10.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.10.0-jdk17" + image: "quay.io/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 d51e47a89..cbbd9920c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8a8f184a0..546f6070b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9a975fa9a..b421aa964 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 77913e1c8..b152b3d0e 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: "hub.epicm.org/epicmorg/bitbucket:8.10.1" + image: "quay.io/epicmorg/bitbucket:8.10.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.10.1-jdk8" + image: "quay.io/epicmorg/bitbucket:8.10.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.10.1-jdk11" + image: "quay.io/epicmorg/bitbucket:8.10.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.10.1-jdk17" + image: "quay.io/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 e9b2fc58d..850eb2c0f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2d14b7ed7..fcb3f5efd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 507387226..c219af938 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 432931ce4..eb4126199 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: "hub.epicm.org/epicmorg/bitbucket:8.10.2" + image: "quay.io/epicmorg/bitbucket:8.10.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.10.2-jdk8" + image: "quay.io/epicmorg/bitbucket:8.10.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.10.2-jdk11" + image: "quay.io/epicmorg/bitbucket:8.10.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.10.2-jdk17" + image: "quay.io/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 24f5c19df..e56fb1454 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 48b378dbb..f2fcb937a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 619bf5447..e58607494 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 59f897c67..b7eef65bb 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: "hub.epicm.org/epicmorg/bitbucket:8.10.3" + image: "quay.io/epicmorg/bitbucket:8.10.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.10.3-jdk8" + image: "quay.io/epicmorg/bitbucket:8.10.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.10.3-jdk11" + image: "quay.io/epicmorg/bitbucket:8.10.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.10.3-jdk17" + image: "quay.io/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 8ee01fd2c..f60a9d0d1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 161590b5b..10113545d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 55029f9b5..37ec62b57 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1ab40480c..8442fa205 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: "hub.epicm.org/epicmorg/bitbucket:8.10.4" + image: "quay.io/epicmorg/bitbucket:8.10.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.10.4-jdk8" + image: "quay.io/epicmorg/bitbucket:8.10.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.10.4-jdk11" + image: "quay.io/epicmorg/bitbucket:8.10.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.10.4-jdk17" + image: "quay.io/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 bd924e847..0665fc346 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d31f8096c..67a0ac7f6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9224096f9..62dd4b263 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b25c1fec6..c633e0fe6 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: "hub.epicm.org/epicmorg/bitbucket:8.10.5" + image: "quay.io/epicmorg/bitbucket:8.10.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.10.5-jdk8" + image: "quay.io/epicmorg/bitbucket:8.10.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.10.5-jdk11" + image: "quay.io/epicmorg/bitbucket:8.10.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.10.5-jdk17" + image: "quay.io/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 df87a4109..25e20be17 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8aba223fd..62e755b97 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3c3e4a9d6..2fe273a4e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 66050418a..afb6e377b 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: "hub.epicm.org/epicmorg/bitbucket:8.10.6" + image: "quay.io/epicmorg/bitbucket:8.10.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.10.6-jdk8" + image: "quay.io/epicmorg/bitbucket:8.10.6-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.10.6-jdk11" + image: "quay.io/epicmorg/bitbucket:8.10.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.10.6-jdk17" + image: "quay.io/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 279b4ccba..54a337f50 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 61f526840..89eeaef1f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 047a38088..2592c058b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 59a4ed88b..4532523b7 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: "hub.epicm.org/epicmorg/bitbucket:8.11.0" + image: "quay.io/epicmorg/bitbucket:8.11.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.11.0-jdk8" + image: "quay.io/epicmorg/bitbucket:8.11.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.11.0-jdk11" + image: "quay.io/epicmorg/bitbucket:8.11.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.11.0-jdk17" + image: "quay.io/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 de4ce31c8..121586fda 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6dc898853..b088ccc6f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 18567fddc..8869b6f9f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 36980ba4b..def7d476c 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: "hub.epicm.org/epicmorg/bitbucket:8.11.1" + image: "quay.io/epicmorg/bitbucket:8.11.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.11.1-jdk8" + image: "quay.io/epicmorg/bitbucket:8.11.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.11.1-jdk11" + image: "quay.io/epicmorg/bitbucket:8.11.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.11.1-jdk17" + image: "quay.io/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 d3bb9dd8c..1b7218815 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2ccccb55c..867b0817c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3c8e7dd3d..043311e70 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f4f37ffd3..647f7330f 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: "hub.epicm.org/epicmorg/bitbucket:8.11.2" + image: "quay.io/epicmorg/bitbucket:8.11.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.11.2-jdk8" + image: "quay.io/epicmorg/bitbucket:8.11.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.11.2-jdk11" + image: "quay.io/epicmorg/bitbucket:8.11.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.11.2-jdk17" + image: "quay.io/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 94900e844..d9387c483 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2705edcd5..599b2843f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 97b45484a..02f90c906 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f803c89da..9083609f9 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: "hub.epicm.org/epicmorg/bitbucket:8.11.3" + image: "quay.io/epicmorg/bitbucket:8.11.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.11.3-jdk8" + image: "quay.io/epicmorg/bitbucket:8.11.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.11.3-jdk11" + image: "quay.io/epicmorg/bitbucket:8.11.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.11.3-jdk17" + image: "quay.io/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 02359e594..6d38300d3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1568945dd..911dfdf87 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8b0eb70d2..759991472 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 24aa37b26..14443b4ed 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: "hub.epicm.org/epicmorg/bitbucket:8.11.4" + image: "quay.io/epicmorg/bitbucket:8.11.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.11.4-jdk8" + image: "quay.io/epicmorg/bitbucket:8.11.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.11.4-jdk11" + image: "quay.io/epicmorg/bitbucket:8.11.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.11.4-jdk17" + image: "quay.io/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 1a3c358d1..e4dc48d48 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3f6cb3532..0595d835b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 abc79db74..da3455f22 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e636feb0d..b14708d4a 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: "hub.epicm.org/epicmorg/bitbucket:8.11.5" + image: "quay.io/epicmorg/bitbucket:8.11.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.11.5-jdk8" + image: "quay.io/epicmorg/bitbucket:8.11.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.11.5-jdk11" + image: "quay.io/epicmorg/bitbucket:8.11.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.11.5-jdk17" + image: "quay.io/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 f69b66b7a..f2223c53e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e415e68a9..34d3dc10a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f3134e567..36606eba0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 09283bc8a..8dccd9fb3 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: "hub.epicm.org/epicmorg/bitbucket:8.11.6" + image: "quay.io/epicmorg/bitbucket:8.11.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.11.6-jdk8" + image: "quay.io/epicmorg/bitbucket:8.11.6-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.11.6-jdk11" + image: "quay.io/epicmorg/bitbucket:8.11.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.11.6-jdk17" + image: "quay.io/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 1c88b6006..7a9b87480 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e6580f1bc..317d11037 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 481a3e931..fe040e1f6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b2443a98c..e2c2a53d7 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: "hub.epicm.org/epicmorg/bitbucket:8.12.0" + image: "quay.io/epicmorg/bitbucket:8.12.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.12.0-jdk8" + image: "quay.io/epicmorg/bitbucket:8.12.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.12.0-jdk11" + image: "quay.io/epicmorg/bitbucket:8.12.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.12.0-jdk17" + image: "quay.io/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 1ba219890..b028b245c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d504b4336..b08d13dd6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ae13ae395..6680fc3c2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 16b375410..345a43e83 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: "hub.epicm.org/epicmorg/bitbucket:8.12.1" + image: "quay.io/epicmorg/bitbucket:8.12.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.12.1-jdk8" + image: "quay.io/epicmorg/bitbucket:8.12.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.12.1-jdk11" + image: "quay.io/epicmorg/bitbucket:8.12.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.12.1-jdk17" + image: "quay.io/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 694cb990c..1819e36ee 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f6bf56189..aee009e8e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c09d9bb08..e72489a24 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0ab21eb29..15cef618b 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: "hub.epicm.org/epicmorg/bitbucket:8.12.2" + image: "quay.io/epicmorg/bitbucket:8.12.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.12.2-jdk8" + image: "quay.io/epicmorg/bitbucket:8.12.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.12.2-jdk11" + image: "quay.io/epicmorg/bitbucket:8.12.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.12.2-jdk17" + image: "quay.io/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 3671d5fd5..99df5533e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2b47d14ed..267592a08 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7ceb5ea63..1146cd162 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 37454cfee..0789d041b 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: "hub.epicm.org/epicmorg/bitbucket:8.12.3" + image: "quay.io/epicmorg/bitbucket:8.12.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.12.3-jdk8" + image: "quay.io/epicmorg/bitbucket:8.12.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.12.3-jdk11" + image: "quay.io/epicmorg/bitbucket:8.12.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.12.3-jdk17" + image: "quay.io/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 022d8dfa8..d4140ec99 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2e7e1bb60..3b7636720 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7a75fd5ad..53ed36f38 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 178df0aaf..fc1717514 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: "hub.epicm.org/epicmorg/bitbucket:8.12.4" + image: "quay.io/epicmorg/bitbucket:8.12.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.12.4-jdk8" + image: "quay.io/epicmorg/bitbucket:8.12.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.12.4-jdk11" + image: "quay.io/epicmorg/bitbucket:8.12.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.12.4-jdk17" + image: "quay.io/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 7a873ab19..e8997bfbe 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a9d97706c..fc9bded55 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 efcc4bdaf..6ceed23d7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8b9d94036..e301a7e1d 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: "hub.epicm.org/epicmorg/bitbucket:8.12.5" + image: "quay.io/epicmorg/bitbucket:8.12.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.12.5-jdk8" + image: "quay.io/epicmorg/bitbucket:8.12.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.12.5-jdk11" + image: "quay.io/epicmorg/bitbucket:8.12.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.12.5-jdk17" + image: "quay.io/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 f9ccd8651..a2ffd794c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0a72a0807..7a6a42bec 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ecb811f46..29e7ebf62 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bdc02c5f2..9d3e2193c 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: "hub.epicm.org/epicmorg/bitbucket:8.12.6" + image: "quay.io/epicmorg/bitbucket:8.12.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.12.6-jdk8" + image: "quay.io/epicmorg/bitbucket:8.12.6-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.12.6-jdk11" + image: "quay.io/epicmorg/bitbucket:8.12.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.12.6-jdk17" + image: "quay.io/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 6fd2ea9cf..60c1bbbbe 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 737285c62..b75d6c093 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d6b4d3ea0..76a957edc 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9951493d0..0d7ef1cb8 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: "hub.epicm.org/epicmorg/bitbucket:8.13.0" + image: "quay.io/epicmorg/bitbucket:8.13.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.13.0-jdk8" + image: "quay.io/epicmorg/bitbucket:8.13.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.13.0-jdk11" + image: "quay.io/epicmorg/bitbucket:8.13.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.13.0-jdk17" + image: "quay.io/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 61861289a..5bec67b17 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b50cd16eb..7b11e7750 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2fe3fdcd6..70675ac32 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a343906a1..e2464f461 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: "hub.epicm.org/epicmorg/bitbucket:8.13.1" + image: "quay.io/epicmorg/bitbucket:8.13.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.13.1-jdk8" + image: "quay.io/epicmorg/bitbucket:8.13.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.13.1-jdk11" + image: "quay.io/epicmorg/bitbucket:8.13.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.13.1-jdk17" + image: "quay.io/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 37b952aa6..730e48641 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f557653b3..6a0971dd3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0d058ea82..ed6b6f31b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b64719a88..f105e72ee 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: "hub.epicm.org/epicmorg/bitbucket:8.13.2" + image: "quay.io/epicmorg/bitbucket:8.13.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.13.2-jdk8" + image: "quay.io/epicmorg/bitbucket:8.13.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.13.2-jdk11" + image: "quay.io/epicmorg/bitbucket:8.13.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.13.2-jdk17" + image: "quay.io/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 bacb30aa8..1df13137a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7b5e90f7b..0b004998f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 abd0783b5..cdd0bdc1d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 181179ebb..532743d75 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: "hub.epicm.org/epicmorg/bitbucket:8.13.3" + image: "quay.io/epicmorg/bitbucket:8.13.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.13.3-jdk8" + image: "quay.io/epicmorg/bitbucket:8.13.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.13.3-jdk11" + image: "quay.io/epicmorg/bitbucket:8.13.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.13.3-jdk17" + image: "quay.io/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 c73b8ae57..e90ab00b4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5687856ce..79cf7ec31 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 94f32dfc3..d01c18d1e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6ae66dae0..1deecb166 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: "hub.epicm.org/epicmorg/bitbucket:8.13.4" + image: "quay.io/epicmorg/bitbucket:8.13.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.13.4-jdk8" + image: "quay.io/epicmorg/bitbucket:8.13.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.13.4-jdk11" + image: "quay.io/epicmorg/bitbucket:8.13.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.13.4-jdk17" + image: "quay.io/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 74f2b01fe..1fe30769a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ebf107a3a..2d374c0d7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 99378248f..8a6cee8f5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2ebcbd49a..184803286 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: "hub.epicm.org/epicmorg/bitbucket:8.13.5" + image: "quay.io/epicmorg/bitbucket:8.13.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.13.5-jdk8" + image: "quay.io/epicmorg/bitbucket:8.13.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.13.5-jdk11" + image: "quay.io/epicmorg/bitbucket:8.13.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.13.5-jdk17" + image: "quay.io/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 914bcf91e..208734c25 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ba9e3b38a..2087b90df 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7dc4b708e..6e757918c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 688d2bd1f..156678b8c 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: "hub.epicm.org/epicmorg/bitbucket:8.13.6" + image: "quay.io/epicmorg/bitbucket:8.13.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.13.6-jdk8" + image: "quay.io/epicmorg/bitbucket:8.13.6-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.13.6-jdk11" + image: "quay.io/epicmorg/bitbucket:8.13.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.13.6-jdk17" + image: "quay.io/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 82a92d4be..e24f31fff 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ab0df5a3e..f2f5db1ea 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b8b2c5050..71da9a7f1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a298db4aa..1ad0e116f 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: "hub.epicm.org/epicmorg/bitbucket:8.14.0" + image: "quay.io/epicmorg/bitbucket:8.14.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.14.0-jdk8" + image: "quay.io/epicmorg/bitbucket:8.14.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.14.0-jdk11" + image: "quay.io/epicmorg/bitbucket:8.14.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.14.0-jdk17" + image: "quay.io/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 c7f66d77f..93b6b1422 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a1c15fad6..03644fef7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ad2a42c4d..2b3f05810 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a296db09e..09bd0cf1b 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: "hub.epicm.org/epicmorg/bitbucket:8.14.1" + image: "quay.io/epicmorg/bitbucket:8.14.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.14.1-jdk8" + image: "quay.io/epicmorg/bitbucket:8.14.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.14.1-jdk11" + image: "quay.io/epicmorg/bitbucket:8.14.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.14.1-jdk17" + image: "quay.io/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 5192353b6..9c2bac201 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 75b419174..c4045fe24 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6f3321395..d405d2605 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c3dd0ed6f..e1091bd52 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: "hub.epicm.org/epicmorg/bitbucket:8.14.2" + image: "quay.io/epicmorg/bitbucket:8.14.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.14.2-jdk8" + image: "quay.io/epicmorg/bitbucket:8.14.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.14.2-jdk11" + image: "quay.io/epicmorg/bitbucket:8.14.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.14.2-jdk17" + image: "quay.io/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 d2d6bc663..e5d88e485 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 11f011e36..5002eec44 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d1d661509..5669aa152 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 26019e635..d608ed87c 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: "hub.epicm.org/epicmorg/bitbucket:8.14.3" + image: "quay.io/epicmorg/bitbucket:8.14.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.14.3-jdk8" + image: "quay.io/epicmorg/bitbucket:8.14.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.14.3-jdk11" + image: "quay.io/epicmorg/bitbucket:8.14.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.14.3-jdk17" + image: "quay.io/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 6e5246bea..18b87a815 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3d6a43879..30a69a09d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4c7ae9e6d..2f7f04d7b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 27a16bf44..9ae831632 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: "hub.epicm.org/epicmorg/bitbucket:8.14.4" + image: "quay.io/epicmorg/bitbucket:8.14.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.14.4-jdk8" + image: "quay.io/epicmorg/bitbucket:8.14.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.14.4-jdk11" + image: "quay.io/epicmorg/bitbucket:8.14.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.14.4-jdk17" + image: "quay.io/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 7cfdf1078..77c7b7959 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 906abda6c..a755f8395 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 838141245..f08a905cf 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 aa97293fe..2b7eea3ce 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: "hub.epicm.org/epicmorg/bitbucket:8.14.5" + image: "quay.io/epicmorg/bitbucket:8.14.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.14.5-jdk8" + image: "quay.io/epicmorg/bitbucket:8.14.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.14.5-jdk11" + image: "quay.io/epicmorg/bitbucket:8.14.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.14.5-jdk17" + image: "quay.io/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 fa4237f27..98363f66f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 da55b5eda..328b45b39 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6b3e86140..c6726e36d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4afb81f78..ebeaf0060 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: "hub.epicm.org/epicmorg/bitbucket:8.14.6" + image: "quay.io/epicmorg/bitbucket:8.14.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.14.6-jdk8" + image: "quay.io/epicmorg/bitbucket:8.14.6-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.14.6-jdk11" + image: "quay.io/epicmorg/bitbucket:8.14.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.14.6-jdk17" + image: "quay.io/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 b58a3b390..efb76c76b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 945221f4d..cddc6bc72 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b2fede81c..b7d96680d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 75b4e97a8..f33120819 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: "hub.epicm.org/epicmorg/bitbucket:8.15.0" + image: "quay.io/epicmorg/bitbucket:8.15.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.15.0-jdk8" + image: "quay.io/epicmorg/bitbucket:8.15.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.15.0-jdk11" + image: "quay.io/epicmorg/bitbucket:8.15.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.15.0-jdk17" + image: "quay.io/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 9203131bc..286cbcae6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ad7f6ed73..40e9c9a39 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c89883289..20afb4acd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b56f852dd..afa0f28d3 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: "hub.epicm.org/epicmorg/bitbucket:8.15.1" + image: "quay.io/epicmorg/bitbucket:8.15.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.15.1-jdk8" + image: "quay.io/epicmorg/bitbucket:8.15.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.15.1-jdk11" + image: "quay.io/epicmorg/bitbucket:8.15.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.15.1-jdk17" + image: "quay.io/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 3c0ff1cf0..d8e5cefb3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0c7b0f54a..50038dfb2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7524a2af3..73a822c45 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 71eda7e10..74b833e01 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: "hub.epicm.org/epicmorg/bitbucket:8.15.2" + image: "quay.io/epicmorg/bitbucket:8.15.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.15.2-jdk8" + image: "quay.io/epicmorg/bitbucket:8.15.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.15.2-jdk11" + image: "quay.io/epicmorg/bitbucket:8.15.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.15.2-jdk17" + image: "quay.io/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 e6c2fd8a0..031a2e38b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b3933a809..5665a014b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4d70c6afb..7980a53b8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 63d397f4b..79d1f1509 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: "hub.epicm.org/epicmorg/bitbucket:8.15.3" + image: "quay.io/epicmorg/bitbucket:8.15.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.15.3-jdk8" + image: "quay.io/epicmorg/bitbucket:8.15.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.15.3-jdk11" + image: "quay.io/epicmorg/bitbucket:8.15.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.15.3-jdk17" + image: "quay.io/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 61866e3a7..c3b116802 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7abc6aceb..190736c75 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 01b174efe..29c4d24b6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f15160f4b..a6fcccaf7 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: "hub.epicm.org/epicmorg/bitbucket:8.15.4" + image: "quay.io/epicmorg/bitbucket:8.15.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.15.4-jdk8" + image: "quay.io/epicmorg/bitbucket:8.15.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.15.4-jdk11" + image: "quay.io/epicmorg/bitbucket:8.15.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.15.4-jdk17" + image: "quay.io/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 0fd7292cb..2a99aaf00 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b19b94fad..86b802ebc 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1c3882bfd..7dfc8d353 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 04cc405b9..638b21c17 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: "hub.epicm.org/epicmorg/bitbucket:8.15.5" + image: "quay.io/epicmorg/bitbucket:8.15.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.15.5-jdk8" + image: "quay.io/epicmorg/bitbucket:8.15.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.15.5-jdk11" + image: "quay.io/epicmorg/bitbucket:8.15.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.15.5-jdk17" + image: "quay.io/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 60a3282cc..df6f60d58 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2225062a8..ad85f335a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b0251ba55..65dd57b6f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 967fc1286..6762ef68b 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: "hub.epicm.org/epicmorg/bitbucket:8.16.0" + image: "quay.io/epicmorg/bitbucket:8.16.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.16.0-jdk8" + image: "quay.io/epicmorg/bitbucket:8.16.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.16.0-jdk11" + image: "quay.io/epicmorg/bitbucket:8.16.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.16.0-jdk17" + image: "quay.io/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 6029c29a0..351982e9d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f299e4687..7d7e3b42a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0f1c39a52..5728f3f38 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ddd758b5f..58844de88 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: "hub.epicm.org/epicmorg/bitbucket:8.16.1" + image: "quay.io/epicmorg/bitbucket:8.16.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.16.1-jdk8" + image: "quay.io/epicmorg/bitbucket:8.16.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.16.1-jdk11" + image: "quay.io/epicmorg/bitbucket:8.16.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.16.1-jdk17" + image: "quay.io/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 15f386203..79c2f86ba 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bd6c79495..c0a192e81 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 06b2f97be..149cd73a8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 485c64d7b..966b8422a 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: "hub.epicm.org/epicmorg/bitbucket:8.16.2" + image: "quay.io/epicmorg/bitbucket:8.16.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.16.2-jdk8" + image: "quay.io/epicmorg/bitbucket:8.16.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.16.2-jdk11" + image: "quay.io/epicmorg/bitbucket:8.16.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.16.2-jdk17" + image: "quay.io/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 4491462a6..21c1936e1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c9699fa5f..9f16d6598 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 73133853e..a93f77ca1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 989133e95..fb2822142 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: "hub.epicm.org/epicmorg/bitbucket:8.16.3" + image: "quay.io/epicmorg/bitbucket:8.16.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.16.3-jdk8" + image: "quay.io/epicmorg/bitbucket:8.16.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.16.3-jdk11" + image: "quay.io/epicmorg/bitbucket:8.16.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.16.3-jdk17" + image: "quay.io/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 d0727d154..3e16f5d02 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ba4833113..6df726da5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bf684933b..a2b65dd34 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4529c1469..81ab2bb6c 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: "hub.epicm.org/epicmorg/bitbucket:8.16.4" + image: "quay.io/epicmorg/bitbucket:8.16.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.16.4-jdk8" + image: "quay.io/epicmorg/bitbucket:8.16.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.16.4-jdk11" + image: "quay.io/epicmorg/bitbucket:8.16.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.16.4-jdk17" + image: "quay.io/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 4e789a956..b454c0b3b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 71e5463e7..13414fa29 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 hub.epicm.org/epicmorg/debian:bullseye-jdk11 +FROM quay.io/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 3a61cdcf4..e2d59be6a 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 hub.epicm.org/epicmorg/debian:bullseye-jdk17 +FROM quay.io/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 1d9b792e1..44dc28cb6 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: "hub.epicm.org/epicmorg/bitbucket:8.17.0" + image: "quay.io/epicmorg/bitbucket:8.17.0" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.17.0-jdk17" + image: "quay.io/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 6456e1e76..55e4fdba0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 df68920db..2b39197fd 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: "hub.epicm.org/epicmorg/bitbucket:8.17.1" + image: "quay.io/epicmorg/bitbucket:8.17.1" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.17.1-jdk17" + image: "quay.io/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 af5d4549f..f2893c421 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2d80beb0c..0436048a2 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: "hub.epicm.org/epicmorg/bitbucket:8.17.2" + image: "quay.io/epicmorg/bitbucket:8.17.2" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.17.2-jdk17" + image: "quay.io/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 4d7d8ef82..24c98f912 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 644b05fca..f3f45f34d 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: "hub.epicm.org/epicmorg/bitbucket:8.18.0" + image: "quay.io/epicmorg/bitbucket:8.18.0" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.18.0-jdk17" + image: "quay.io/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 5d2f16e9f..1aa157244 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 495c8bfb9..a1f8807f3 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: "hub.epicm.org/epicmorg/bitbucket:8.18.1" + image: "quay.io/epicmorg/bitbucket:8.18.1" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.18.1-jdk17" + image: "quay.io/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 9c3ab78ba..3e2ce89f3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 11dfd2bcd..0296331a3 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: "hub.epicm.org/epicmorg/bitbucket:8.19.0" + image: "quay.io/epicmorg/bitbucket:8.19.0" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.19.0-jdk17" + image: "quay.io/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 c52839593..32a79e021 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a13ee18c1..196c3fb8d 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: "hub.epicm.org/epicmorg/bitbucket:8.19.1" + image: "quay.io/epicmorg/bitbucket:8.19.1" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.19.1-jdk17" + image: "quay.io/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 f32e9f1a9..d628c7a05 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 518f004e4..f48025218 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: "hub.epicm.org/epicmorg/bitbucket:8.19.10" + image: "quay.io/epicmorg/bitbucket:8.19.10" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.19.10-jdk17" + image: "quay.io/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 87827e1f4..4f33c41d2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7de49e715..f7b41190f 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: "hub.epicm.org/epicmorg/bitbucket:8.19.11" + image: "quay.io/epicmorg/bitbucket:8.19.11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.19.11-jdk17" + image: "quay.io/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 e73376e56..d3ab41ab4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2df9fe7a4..06b6705a5 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: "hub.epicm.org/epicmorg/bitbucket:8.19.12" + image: "quay.io/epicmorg/bitbucket:8.19.12" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.19.12-jdk17" + image: "quay.io/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 f0c03922a..5044a2222 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4fe454bf4..ad6028e68 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: "hub.epicm.org/epicmorg/bitbucket:8.19.13" + image: "quay.io/epicmorg/bitbucket:8.19.13" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.19.13-jdk17" + image: "quay.io/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 122507e81..6016ccda7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4c20f1985..13589bc12 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: "hub.epicm.org/epicmorg/bitbucket:8.19.14" + image: "quay.io/epicmorg/bitbucket:8.19.14" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.19.14-jdk17" + image: "quay.io/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 3a1232e9d..60546ddd8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1106e28ae..3741f1350 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: "hub.epicm.org/epicmorg/bitbucket:8.19.15" + image: "quay.io/epicmorg/bitbucket:8.19.15" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.19.15-jdk17" + image: "quay.io/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 250afe037..85c181568 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3cb0c7d83..1dec8d64b 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: "hub.epicm.org/epicmorg/bitbucket:8.19.16" + image: "quay.io/epicmorg/bitbucket:8.19.16" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.19.16-jdk17" + image: "quay.io/epicmorg/bitbucket:8.19.16-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 ca8292834..1973eef6b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 198f49d8d..55136bad6 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: "hub.epicm.org/epicmorg/bitbucket:8.19.2" + image: "quay.io/epicmorg/bitbucket:8.19.2" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.19.2-jdk17" + image: "quay.io/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 6e332c489..7ef6d6aa7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 35a66098c..1d2834cba 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: "hub.epicm.org/epicmorg/bitbucket:8.19.3" + image: "quay.io/epicmorg/bitbucket:8.19.3" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.19.3-jdk17" + image: "quay.io/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 5f49d8078..a4a10b108 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d79425e6e..da0b0409c 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: "hub.epicm.org/epicmorg/bitbucket:8.19.4" + image: "quay.io/epicmorg/bitbucket:8.19.4" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.19.4-jdk17" + image: "quay.io/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 64389e084..d50c5732d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6029ba046..c9d65add7 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: "hub.epicm.org/epicmorg/bitbucket:8.19.5" + image: "quay.io/epicmorg/bitbucket:8.19.5" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.19.5-jdk17" + image: "quay.io/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 efc348c3c..fc1b3de37 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5cf0b024e..9c8e844a3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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 c121497c4..91e13592c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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 df1e29f08..230ac1720 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: "hub.epicm.org/epicmorg/bitbucket:8.19.6" + image: "quay.io/epicmorg/bitbucket:8.19.6" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.19.6-jdk17" + image: "quay.io/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 198fc9a5b..9cc829c53 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3cbe11343..3e60038b4 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: "hub.epicm.org/epicmorg/bitbucket:8.19.7" + image: "quay.io/epicmorg/bitbucket:8.19.7" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.19.7-jdk17" + image: "quay.io/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 c1217cc62..6bc9067a2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 59d0c1e99..00a7089bf 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: "hub.epicm.org/epicmorg/bitbucket:8.19.8" + image: "quay.io/epicmorg/bitbucket:8.19.8" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.19.8-jdk17" + image: "quay.io/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 51930e59f..d9f6edb81 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6a43dbc37..69497607d 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: "hub.epicm.org/epicmorg/bitbucket:8.19.9" + image: "quay.io/epicmorg/bitbucket:8.19.9" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.19.9-jdk17" + image: "quay.io/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 10de75ccc..44c8f7914 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 521da89e2..2bcb28c5e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cc29c02cf..f1fd08570 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: "hub.epicm.org/epicmorg/bitbucket:8.2.0" + image: "quay.io/epicmorg/bitbucket:8.2.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.2.0-jdk8" + image: "quay.io/epicmorg/bitbucket:8.2.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.2.0-jdk11" + image: "quay.io/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 5216baff2..e62b9e6b3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f01517d8a..326eb1175 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2f93ecbf0..107452366 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: "hub.epicm.org/epicmorg/bitbucket:8.2.1" + image: "quay.io/epicmorg/bitbucket:8.2.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.2.1-jdk8" + image: "quay.io/epicmorg/bitbucket:8.2.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.2.1-jdk11" + image: "quay.io/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 485fa756a..68be18611 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 356b21d11..3998653c9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 22f1f820e..24eaec17a 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: "hub.epicm.org/epicmorg/bitbucket:8.2.2" + image: "quay.io/epicmorg/bitbucket:8.2.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.2.2-jdk8" + image: "quay.io/epicmorg/bitbucket:8.2.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.2.2-jdk11" + image: "quay.io/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 da6360c85..71deee243 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f7ba2ab6c..00961375c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9d3c8ccb9..3fca1f5dc 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: "hub.epicm.org/epicmorg/bitbucket:8.2.3" + image: "quay.io/epicmorg/bitbucket:8.2.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.2.3-jdk8" + image: "quay.io/epicmorg/bitbucket:8.2.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.2.3-jdk11" + image: "quay.io/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 7b26e83f2..62119188c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d1391cd15..50e23940a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 63447da53..f195e933e 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: "hub.epicm.org/epicmorg/bitbucket:8.2.4" + image: "quay.io/epicmorg/bitbucket:8.2.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.2.4-jdk8" + image: "quay.io/epicmorg/bitbucket:8.2.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.2.4-jdk11" + image: "quay.io/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 1c48c79da..971d593ba 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3c421a839..aa9e2c0be 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 81b50f44f..8860c853e 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: "hub.epicm.org/epicmorg/bitbucket:8.3.0" + image: "quay.io/epicmorg/bitbucket:8.3.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.3.0-jdk8" + image: "quay.io/epicmorg/bitbucket:8.3.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.3.0-jdk11" + image: "quay.io/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 71e5dc394..2d4a62801 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 729854bb6..86adfa466 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c6c62426f..9ea27b716 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: "hub.epicm.org/epicmorg/bitbucket:8.3.1" + image: "quay.io/epicmorg/bitbucket:8.3.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.3.1-jdk8" + image: "quay.io/epicmorg/bitbucket:8.3.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.3.1-jdk11" + image: "quay.io/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 7557c08d5..57e5a787d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 84f84ca10..b6a5ed8cd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d59b73567..aa8501b5b 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: "hub.epicm.org/epicmorg/bitbucket:8.3.2" + image: "quay.io/epicmorg/bitbucket:8.3.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.3.2-jdk8" + image: "quay.io/epicmorg/bitbucket:8.3.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.3.2-jdk11" + image: "quay.io/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 6507980cc..7f8980349 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 73377da22..d6e1ebd03 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5a5a84b33..8b04d6fe0 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: "hub.epicm.org/epicmorg/bitbucket:8.3.3" + image: "quay.io/epicmorg/bitbucket:8.3.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.3.3-jdk8" + image: "quay.io/epicmorg/bitbucket:8.3.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.3.3-jdk11" + image: "quay.io/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 0228ba931..cc61e4799 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0534011b8..345c11a87 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cffd93610..6a6ae7a4d 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: "hub.epicm.org/epicmorg/bitbucket:8.3.4" + image: "quay.io/epicmorg/bitbucket:8.3.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.3.4-jdk8" + image: "quay.io/epicmorg/bitbucket:8.3.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.3.4-jdk11" + image: "quay.io/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 b52d4ce67..fbd574902 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 52fba9bae..d5c022dde 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c502a61af..d474d000e 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: "hub.epicm.org/epicmorg/bitbucket:8.4.0" + image: "quay.io/epicmorg/bitbucket:8.4.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.4.0-jdk8" + image: "quay.io/epicmorg/bitbucket:8.4.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.4.0-jdk11" + image: "quay.io/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 c46be4672..9aa81ec76 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0879882e6..3a612dc5f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f6aacc69b..4514e3550 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: "hub.epicm.org/epicmorg/bitbucket:8.4.1" + image: "quay.io/epicmorg/bitbucket:8.4.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.4.1-jdk8" + image: "quay.io/epicmorg/bitbucket:8.4.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.4.1-jdk11" + image: "quay.io/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 d166e2b80..f43fcd11a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e4f02d6f9..dfc34ccef 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6efeaceae..5dfda2e3f 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: "hub.epicm.org/epicmorg/bitbucket:8.4.2" + image: "quay.io/epicmorg/bitbucket:8.4.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.4.2-jdk8" + image: "quay.io/epicmorg/bitbucket:8.4.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.4.2-jdk11" + image: "quay.io/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 81bc4c885..5e2c31eb2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7d5d61e20..5312c815a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6b9ea82f3..e6cb1a7b1 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: "hub.epicm.org/epicmorg/bitbucket:8.4.3" + image: "quay.io/epicmorg/bitbucket:8.4.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.4.3-jdk8" + image: "quay.io/epicmorg/bitbucket:8.4.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.4.3-jdk11" + image: "quay.io/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 0b28aff00..fe9dd9ed6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 14186e824..142c35f3f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 50eb7c7c4..5c10699b6 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: "hub.epicm.org/epicmorg/bitbucket:8.4.4" + image: "quay.io/epicmorg/bitbucket:8.4.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.4.4-jdk8" + image: "quay.io/epicmorg/bitbucket:8.4.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.4.4-jdk11" + image: "quay.io/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 5ba493dfe..c52aac8f5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a8994d1d4..c336d4fe4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a87061445..1c779cafb 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: "hub.epicm.org/epicmorg/bitbucket:8.5.0" + image: "quay.io/epicmorg/bitbucket:8.5.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.5.0-jdk8" + image: "quay.io/epicmorg/bitbucket:8.5.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.5.0-jdk11" + image: "quay.io/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 1347e4abc..d5f3d6ef0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 43abde77b..96120b66e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6115ce2a5..c61d94881 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: "hub.epicm.org/epicmorg/bitbucket:8.5.1" + image: "quay.io/epicmorg/bitbucket:8.5.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.5.1-jdk8" + image: "quay.io/epicmorg/bitbucket:8.5.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.5.1-jdk11" + image: "quay.io/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 33dc91ed6..bae4e02f0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f1b77c1d1..b53032db9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 88464f757..d04c04d82 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: "hub.epicm.org/epicmorg/bitbucket:8.5.2" + image: "quay.io/epicmorg/bitbucket:8.5.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.5.2-jdk8" + image: "quay.io/epicmorg/bitbucket:8.5.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.5.2-jdk11" + image: "quay.io/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 6d3e5e000..276ee5eec 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 70f11bc78..acd38a9e3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6a2004356..69ce67c42 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: "hub.epicm.org/epicmorg/bitbucket:8.5.3" + image: "quay.io/epicmorg/bitbucket:8.5.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.5.3-jdk8" + image: "quay.io/epicmorg/bitbucket:8.5.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.5.3-jdk11" + image: "quay.io/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 5b1965ac2..4bb0d1b15 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 26ed5de41..5fd1a2f4e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 377ec10dd..372da95a2 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: "hub.epicm.org/epicmorg/bitbucket:8.5.4" + image: "quay.io/epicmorg/bitbucket:8.5.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.5.4-jdk8" + image: "quay.io/epicmorg/bitbucket:8.5.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.5.4-jdk11" + image: "quay.io/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 10ccc6d1d..1d4e2577c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1f77a7783..6c9e07518 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 655b9dd0f..2d24bcc54 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: "hub.epicm.org/epicmorg/bitbucket:8.6.0" + image: "quay.io/epicmorg/bitbucket:8.6.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.6.0-jdk8" + image: "quay.io/epicmorg/bitbucket:8.6.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.6.0-jdk11" + image: "quay.io/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 120bd5dd5..6e10a5dc4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 372756937..55263cf87 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6200dba73..e76a14463 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: "hub.epicm.org/epicmorg/bitbucket:8.6.1" + image: "quay.io/epicmorg/bitbucket:8.6.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.6.1-jdk8" + image: "quay.io/epicmorg/bitbucket:8.6.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.6.1-jdk11" + image: "quay.io/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 026168c2d..39fca8fb3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d4a3fb2f0..de5fc57ae 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a5a3360f2..12176d472 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: "hub.epicm.org/epicmorg/bitbucket:8.6.2" + image: "quay.io/epicmorg/bitbucket:8.6.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.6.2-jdk8" + image: "quay.io/epicmorg/bitbucket:8.6.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.6.2-jdk11" + image: "quay.io/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 086f18080..46a53336a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5c1cb8805..d7faff9f7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 30f4bf824..eaa78fab8 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: "hub.epicm.org/epicmorg/bitbucket:8.6.3" + image: "quay.io/epicmorg/bitbucket:8.6.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.6.3-jdk8" + image: "quay.io/epicmorg/bitbucket:8.6.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.6.3-jdk11" + image: "quay.io/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 ab85dfec2..a4dca564d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0e9a5e565..b4abd7bb8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b47b31cce..d4b60fd08 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: "hub.epicm.org/epicmorg/bitbucket:8.6.4" + image: "quay.io/epicmorg/bitbucket:8.6.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.6.4-jdk8" + image: "quay.io/epicmorg/bitbucket:8.6.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.6.4-jdk11" + image: "quay.io/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 fdc51faa6..5cf3a517c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8209642ab..8e1667552 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8ef3bb841..f97c708f8 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: "hub.epicm.org/epicmorg/bitbucket:8.7.0" + image: "quay.io/epicmorg/bitbucket:8.7.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.7.0-jdk8" + image: "quay.io/epicmorg/bitbucket:8.7.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.7.0-jdk11" + image: "quay.io/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 cd45c0f9b..330086537 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5eab04912..6360e2164 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2d1f4611c..4b3a0d939 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: "hub.epicm.org/epicmorg/bitbucket:8.7.1" + image: "quay.io/epicmorg/bitbucket:8.7.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.7.1-jdk8" + image: "quay.io/epicmorg/bitbucket:8.7.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.7.1-jdk11" + image: "quay.io/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 f4d989c74..c8f8f7b95 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 152c570d3..1e0043363 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 32ce9daf3..ff248aea4 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: "hub.epicm.org/epicmorg/bitbucket:8.7.2" + image: "quay.io/epicmorg/bitbucket:8.7.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.7.2-jdk8" + image: "quay.io/epicmorg/bitbucket:8.7.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.7.2-jdk11" + image: "quay.io/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 2af988981..d4d755752 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 84bb13f4f..16e02cccb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8f6fec15d..1f804f6c5 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: "hub.epicm.org/epicmorg/bitbucket:8.7.3" + image: "quay.io/epicmorg/bitbucket:8.7.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.7.3-jdk8" + image: "quay.io/epicmorg/bitbucket:8.7.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.7.3-jdk11" + image: "quay.io/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 867295a31..0882ff0d7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 48503fe3f..6953eb106 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0768f434a..1b0f2801c 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: "hub.epicm.org/epicmorg/bitbucket:8.7.4" + image: "quay.io/epicmorg/bitbucket:8.7.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.7.4-jdk8" + image: "quay.io/epicmorg/bitbucket:8.7.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.7.4-jdk11" + image: "quay.io/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 0c48eecc4..95a3b1e92 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bddb94061..f0d8c04f1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a9d85679d..5a4a5e2e8 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: "hub.epicm.org/epicmorg/bitbucket:8.7.5" + image: "quay.io/epicmorg/bitbucket:8.7.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.7.5-jdk8" + image: "quay.io/epicmorg/bitbucket:8.7.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.7.5-jdk11" + image: "quay.io/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 e86118c14..db8edc309 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7c1135502..a630c0c3d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 441bdabb5..4ad50ddb9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6f15452af..f562f6dee 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: "hub.epicm.org/epicmorg/bitbucket:8.8.0" + image: "quay.io/epicmorg/bitbucket:8.8.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.8.0-jdk8" + image: "quay.io/epicmorg/bitbucket:8.8.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.8.0-jdk11" + image: "quay.io/epicmorg/bitbucket:8.8.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.8.0-jdk17" + image: "quay.io/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 650676e36..a178c8493 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 673481d2e..114fcac2d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1e3320e29..f9cc0214d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5870b837a..deeff9a01 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: "hub.epicm.org/epicmorg/bitbucket:8.8.1" + image: "quay.io/epicmorg/bitbucket:8.8.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.8.1-jdk8" + image: "quay.io/epicmorg/bitbucket:8.8.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.8.1-jdk11" + image: "quay.io/epicmorg/bitbucket:8.8.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.8.1-jdk17" + image: "quay.io/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 ea4421e26..6b65504d1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 99822323f..f789244f4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 470308101..858654262 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8f1cc7c42..004e81717 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: "hub.epicm.org/epicmorg/bitbucket:8.8.2" + image: "quay.io/epicmorg/bitbucket:8.8.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.8.2-jdk8" + image: "quay.io/epicmorg/bitbucket:8.8.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.8.2-jdk11" + image: "quay.io/epicmorg/bitbucket:8.8.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.8.2-jdk17" + image: "quay.io/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 e3b5914e4..2a522e1e8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c072df104..4e3cbc75c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ef4ba26ef..dd23462c4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5694b0a0c..a4161eac0 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: "hub.epicm.org/epicmorg/bitbucket:8.8.3" + image: "quay.io/epicmorg/bitbucket:8.8.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.8.3-jdk8" + image: "quay.io/epicmorg/bitbucket:8.8.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.8.3-jdk11" + image: "quay.io/epicmorg/bitbucket:8.8.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.8.3-jdk17" + image: "quay.io/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 2ded5d55c..2ef634b48 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 832ac7802..ce9203d6c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 606607b00..05415e3bd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c07923344..797170da4 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: "hub.epicm.org/epicmorg/bitbucket:8.8.4" + image: "quay.io/epicmorg/bitbucket:8.8.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.8.4-jdk8" + image: "quay.io/epicmorg/bitbucket:8.8.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.8.4-jdk11" + image: "quay.io/epicmorg/bitbucket:8.8.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.8.4-jdk17" + image: "quay.io/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 3a947e7d6..bc58787a1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6e2e0b0aa..d677439b5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c87688f50..c9149307d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 47e577aab..7083133c3 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: "hub.epicm.org/epicmorg/bitbucket:8.8.5" + image: "quay.io/epicmorg/bitbucket:8.8.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.8.5-jdk8" + image: "quay.io/epicmorg/bitbucket:8.8.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.8.5-jdk11" + image: "quay.io/epicmorg/bitbucket:8.8.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.8.5-jdk17" + image: "quay.io/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 e8fa2ccad..5cc135c22 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5a8acab7a..45c4a79e2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d29128ef4..d1fb7d161 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 204be51f9..a7bddc086 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: "hub.epicm.org/epicmorg/bitbucket:8.8.6" + image: "quay.io/epicmorg/bitbucket:8.8.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.8.6-jdk8" + image: "quay.io/epicmorg/bitbucket:8.8.6-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.8.6-jdk11" + image: "quay.io/epicmorg/bitbucket:8.8.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.8.6-jdk17" + image: "quay.io/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 7bde59755..8d4071543 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f95b2d60b..4f4b0724f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 05212013c..92d237768 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 db61eb1b7..b0559612e 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: "hub.epicm.org/epicmorg/bitbucket:8.8.7" + image: "quay.io/epicmorg/bitbucket:8.8.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.8.7-jdk8" + image: "quay.io/epicmorg/bitbucket:8.8.7-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.8.7-jdk11" + image: "quay.io/epicmorg/bitbucket:8.8.7-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.8.7-jdk17" + image: "quay.io/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 ed94969f1..7d6f2fc5e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4afe5c161..cdeb936e8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6bf827cd8..436855747 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 954a9c078..a90606417 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: "hub.epicm.org/epicmorg/bitbucket:8.9.0" + image: "quay.io/epicmorg/bitbucket:8.9.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.0-jdk8" + image: "quay.io/epicmorg/bitbucket:8.9.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.0-jdk11" + image: "quay.io/epicmorg/bitbucket:8.9.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.0-jdk17" + image: "quay.io/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 0803f45b5..b80543c42 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4f7255863..6e34d1595 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e28d5c0e6..aabdffd1a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4b5b65bd6..1ccd105f5 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: "hub.epicm.org/epicmorg/bitbucket:8.9.1" + image: "quay.io/epicmorg/bitbucket:8.9.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.1-jdk8" + image: "quay.io/epicmorg/bitbucket:8.9.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.1-jdk11" + image: "quay.io/epicmorg/bitbucket:8.9.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.1-jdk17" + image: "quay.io/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 7cd3ba05c..2b40c01b7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 db7430099..69a4faf0a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a9c53cd53..f45384d25 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4dad57de2..8667a5078 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: "hub.epicm.org/epicmorg/bitbucket:8.9.10" + image: "quay.io/epicmorg/bitbucket:8.9.10" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.10-jdk8" + image: "quay.io/epicmorg/bitbucket:8.9.10-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.10-jdk11" + image: "quay.io/epicmorg/bitbucket:8.9.10-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.10-jdk17" + image: "quay.io/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 2b40b16ed..26e6533f0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9a25dc59a..e7f6ca13f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2fb0fd6fc..e883424b2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2ea2c4854..2a4d3dceb 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: "hub.epicm.org/epicmorg/bitbucket:8.9.11" + image: "quay.io/epicmorg/bitbucket:8.9.11" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.11-jdk8" + image: "quay.io/epicmorg/bitbucket:8.9.11-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.11-jdk11" + image: "quay.io/epicmorg/bitbucket:8.9.11-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.11-jdk17" + image: "quay.io/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 7f01abd45..50dbf152b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 282cc90e7..993723a43 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a7dbc09d7..957c86209 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 440df2c63..c21571967 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: "hub.epicm.org/epicmorg/bitbucket:8.9.12" + image: "quay.io/epicmorg/bitbucket:8.9.12" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.12-jdk8" + image: "quay.io/epicmorg/bitbucket:8.9.12-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.12-jdk11" + image: "quay.io/epicmorg/bitbucket:8.9.12-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.12-jdk17" + image: "quay.io/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 7fc7b66cc..cb914402a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9e2633dca..6059647d1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4022bdaba..df5722778 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b0d128dee..f5bee28b4 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: "hub.epicm.org/epicmorg/bitbucket:8.9.13" + image: "quay.io/epicmorg/bitbucket:8.9.13" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.13-jdk8" + image: "quay.io/epicmorg/bitbucket:8.9.13-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.13-jdk11" + image: "quay.io/epicmorg/bitbucket:8.9.13-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.13-jdk17" + image: "quay.io/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 e8eb693b7..c8cd1b7ea 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 df28c9f55..73dc76cc8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 463d7fb68..2bed6b032 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 44575449c..1086ff8ae 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: "hub.epicm.org/epicmorg/bitbucket:8.9.14" + image: "quay.io/epicmorg/bitbucket:8.9.14" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.14-jdk8" + image: "quay.io/epicmorg/bitbucket:8.9.14-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.14-jdk11" + image: "quay.io/epicmorg/bitbucket:8.9.14-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.14-jdk17" + image: "quay.io/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 f1ea8ee4e..da627fd7a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9f0c60bb9..6ff7f743a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3c9bab476..7408ad215 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 210f5af33..a42aca65f 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: "hub.epicm.org/epicmorg/bitbucket:8.9.15" + image: "quay.io/epicmorg/bitbucket:8.9.15" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.15-jdk8" + image: "quay.io/epicmorg/bitbucket:8.9.15-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.15-jdk11" + image: "quay.io/epicmorg/bitbucket:8.9.15-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.15-jdk17" + image: "quay.io/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 7ae47a2fc..5e7472513 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ea6007ee2..7f5be0b0a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7594802f3..ba6ab865e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 36aac1f63..d0b14ff46 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: "hub.epicm.org/epicmorg/bitbucket:8.9.16" + image: "quay.io/epicmorg/bitbucket:8.9.16" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.16-jdk8" + image: "quay.io/epicmorg/bitbucket:8.9.16-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.16-jdk11" + image: "quay.io/epicmorg/bitbucket:8.9.16-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.16-jdk17" + image: "quay.io/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 bf0aebbf9..1c1fc45e3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9e17fb937..a14196961 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 67dbd6a52..47410eeea 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 763148105..c60bb54a2 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: "hub.epicm.org/epicmorg/bitbucket:8.9.17" + image: "quay.io/epicmorg/bitbucket:8.9.17" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.17-jdk8" + image: "quay.io/epicmorg/bitbucket:8.9.17-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.17-jdk11" + image: "quay.io/epicmorg/bitbucket:8.9.17-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.17-jdk17" + image: "quay.io/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 1a06a114e..c7b3456d8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2803f1c30..7c5faad96 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6ba697c61..c6a09862a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b4cb3ca02..083c6a411 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: "hub.epicm.org/epicmorg/bitbucket:8.9.18" + image: "quay.io/epicmorg/bitbucket:8.9.18" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.18-jdk8" + image: "quay.io/epicmorg/bitbucket:8.9.18-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.18-jdk11" + image: "quay.io/epicmorg/bitbucket:8.9.18-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.18-jdk17" + image: "quay.io/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 c76fc7af2..61a5eb183 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d284b6eff..c8c2dc17c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ed1ee6a2e..f9ae21b98 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0ef1fe8a1..44001e158 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: "hub.epicm.org/epicmorg/bitbucket:8.9.19" + image: "quay.io/epicmorg/bitbucket:8.9.19" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.19-jdk8" + image: "quay.io/epicmorg/bitbucket:8.9.19-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.19-jdk11" + image: "quay.io/epicmorg/bitbucket:8.9.19-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.19-jdk17" + image: "quay.io/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 c00de9ea1..45b6fe2f9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5900f3d81..2f1e6b939 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e86ea2919..306ba11d3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e81a3b20a..5f4d793ef 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: "hub.epicm.org/epicmorg/bitbucket:8.9.2" + image: "quay.io/epicmorg/bitbucket:8.9.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.2-jdk8" + image: "quay.io/epicmorg/bitbucket:8.9.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.2-jdk11" + image: "quay.io/epicmorg/bitbucket:8.9.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.2-jdk17" + image: "quay.io/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 ad99f2deb..73cc2b391 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 727c03caf..3646bf8ac 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7271948ec..5cfee181b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d19248b8d..0c8505f7a 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: "hub.epicm.org/epicmorg/bitbucket:8.9.20" + image: "quay.io/epicmorg/bitbucket:8.9.20" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.20-jdk8" + image: "quay.io/epicmorg/bitbucket:8.9.20-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.20-jdk11" + image: "quay.io/epicmorg/bitbucket:8.9.20-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.20-jdk17" + image: "quay.io/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 a0b89c1d2..fd697a1c4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 180bd5ff5..8285fbcbd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a65338e39..3a2de0442 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fe79d4721..a594d0748 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: "hub.epicm.org/epicmorg/bitbucket:8.9.21" + image: "quay.io/epicmorg/bitbucket:8.9.21" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.21-jdk8" + image: "quay.io/epicmorg/bitbucket:8.9.21-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.21-jdk11" + image: "quay.io/epicmorg/bitbucket:8.9.21-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.21-jdk17" + image: "quay.io/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 1f369cb83..47e91e0d3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 79ccdf34f..c16437c3d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 34ff54787..8c128a7a7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2fa419ffe..a3998fd65 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: "hub.epicm.org/epicmorg/bitbucket:8.9.22" + image: "quay.io/epicmorg/bitbucket:8.9.22" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.22-jdk8" + image: "quay.io/epicmorg/bitbucket:8.9.22-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.22-jdk11" + image: "quay.io/epicmorg/bitbucket:8.9.22-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.22-jdk17" + image: "quay.io/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 a069c02be..780bba438 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f1a89164f..330c362d2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f3b27d97b..dbc66377a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c9dc3ecd0..f5ea21513 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: "hub.epicm.org/epicmorg/bitbucket:8.9.3" + image: "quay.io/epicmorg/bitbucket:8.9.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.3-jdk8" + image: "quay.io/epicmorg/bitbucket:8.9.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.3-jdk11" + image: "quay.io/epicmorg/bitbucket:8.9.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.3-jdk17" + image: "quay.io/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 f10d6dc9b..bfe17ff75 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 09ac643ff..a19206ea9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f524fdde7..a36d617d3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 96c4afd02..bac2bfe90 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: "hub.epicm.org/epicmorg/bitbucket:8.9.4" + image: "quay.io/epicmorg/bitbucket:8.9.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.4-jdk8" + image: "quay.io/epicmorg/bitbucket:8.9.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.4-jdk11" + image: "quay.io/epicmorg/bitbucket:8.9.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.4-jdk17" + image: "quay.io/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 2b996376f..891f16291 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fdae0a912..b899099ad 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0b52779fc..c2ecfac17 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 52af8cdde..c8d74c044 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: "hub.epicm.org/epicmorg/bitbucket:8.9.5" + image: "quay.io/epicmorg/bitbucket:8.9.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.5-jdk8" + image: "quay.io/epicmorg/bitbucket:8.9.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.5-jdk11" + image: "quay.io/epicmorg/bitbucket:8.9.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.5-jdk17" + image: "quay.io/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 44a7196af..49bd6ad25 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3938fc383..508adee47 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 403f88779..2b1001852 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f66330f6b..232d61317 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: "hub.epicm.org/epicmorg/bitbucket:8.9.6" + image: "quay.io/epicmorg/bitbucket:8.9.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.6-jdk8" + image: "quay.io/epicmorg/bitbucket:8.9.6-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.6-jdk11" + image: "quay.io/epicmorg/bitbucket:8.9.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.6-jdk17" + image: "quay.io/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 3f718ebff..a22511f92 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e2b878d86..14622e039 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 73c7bb94c..d4c7e83aa 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d8d6fc8da..bdaa76052 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: "hub.epicm.org/epicmorg/bitbucket:8.9.7" + image: "quay.io/epicmorg/bitbucket:8.9.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.7-jdk8" + image: "quay.io/epicmorg/bitbucket:8.9.7-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.7-jdk11" + image: "quay.io/epicmorg/bitbucket:8.9.7-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.7-jdk17" + image: "quay.io/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 b586340b4..5176a58e6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d941d8411..f5d5d6e5b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5b216a1c0..7dbbacfc7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5d45912ac..57f82462e 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: "hub.epicm.org/epicmorg/bitbucket:8.9.8" + image: "quay.io/epicmorg/bitbucket:8.9.8" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.8-jdk8" + image: "quay.io/epicmorg/bitbucket:8.9.8-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.8-jdk11" + image: "quay.io/epicmorg/bitbucket:8.9.8-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.8-jdk17" + image: "quay.io/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 0d5122785..a52857354 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bdab33de8..9bb373753 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e15ba3a5e..9f4414050 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 380f7c863..7b53f560b 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: "hub.epicm.org/epicmorg/bitbucket:8.9.9" + image: "quay.io/epicmorg/bitbucket:8.9.9" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.9-jdk8" + image: "quay.io/epicmorg/bitbucket:8.9.9-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.9-jdk11" + image: "quay.io/epicmorg/bitbucket:8.9.9-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:8.9.9-jdk17" + image: "quay.io/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 c8e0ac447..e22b13641 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f66a38542..ac894db92 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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 6094131df..52678e155 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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 bb1cf3f11..8386ff1f9 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: "hub.epicm.org/epicmorg/bitbucket:9.0.0" + image: "quay.io/epicmorg/bitbucket:9.0.0" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:9.0.0-jdk17" + image: "quay.io/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 7ea21d914..c3acf0bb5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e0b261b2b..a0d92ddee 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: "hub.epicm.org/epicmorg/bitbucket:9.0.1" + image: "quay.io/epicmorg/bitbucket:9.0.1" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:9.0.1-jdk17" + image: "quay.io/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 248a9caaf..978429ef3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8bc52fdf4..596ecdce0 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: "hub.epicm.org/epicmorg/bitbucket:9.1.0" + image: "quay.io/epicmorg/bitbucket:9.1.0" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:9.1.0-jdk17" + image: "quay.io/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 b2569487f..401eb4dc6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 495e1c5c5..a4afb9516 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: "hub.epicm.org/epicmorg/bitbucket:9.1.1" + image: "quay.io/epicmorg/bitbucket:9.1.1" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:9.1.1-jdk17" + image: "quay.io/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 4b64f3b5b..4205b95ab 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a3343d38f..c7de1c979 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: "hub.epicm.org/epicmorg/bitbucket:9.2.0" + image: "quay.io/epicmorg/bitbucket:9.2.0" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:9.2.0-jdk17" + image: "quay.io/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 32097eeca..24ca9ce48 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 57bce7fac..da93bd4c6 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: "hub.epicm.org/epicmorg/bitbucket:9.2.1" + image: "quay.io/epicmorg/bitbucket:9.2.1" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:9.2.1-jdk17" + image: "quay.io/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 bf88ec490..79c183b51 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2c92d94a2..14a18755e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk21 +FROM quay.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e34696e58..4445ae786 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: "hub.epicm.org/epicmorg/bitbucket:9.3.0" + image: "quay.io/epicmorg/bitbucket:9.3.0" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:9.3.0-jdk17" + image: "quay.io/epicmorg/bitbucket:9.3.0-jdk17" build: context: . app-jdk21: - image: "hub.epicm.org/epicmorg/bitbucket:9.3.0-jdk21" + image: "quay.io/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 e7ebb30f9..2013a9eda 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 155134f4a..4fd7d7080 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 hub.epicm.org/epicmorg/debian:bookworm-jdk21 +FROM quay.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c2e36a654..5a93e9e20 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: "hub.epicm.org/epicmorg/bitbucket:9.3.1" + image: "quay.io/epicmorg/bitbucket:9.3.1" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:9.3.1-jdk17" + image: "quay.io/epicmorg/bitbucket:9.3.1-jdk17" build: context: . app-jdk21: - image: "hub.epicm.org/epicmorg/bitbucket:9.3.1-jdk21" + image: "quay.io/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 abf859b3a..601e93793 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 55d24d6ea..792cf330c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk21 +FROM quay.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c02de0222..2ece6a1c7 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: "hub.epicm.org/epicmorg/bitbucket:9.3.2" + image: "quay.io/epicmorg/bitbucket:9.3.2" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:9.3.2-jdk17" + image: "quay.io/epicmorg/bitbucket:9.3.2-jdk17" build: context: . app-jdk21: - image: "hub.epicm.org/epicmorg/bitbucket:9.3.2-jdk21" + image: "quay.io/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 f16c75471..fe41715a6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6b43fff6d..d7a2ddec8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk21 +FROM quay.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 23eaaadb6..94ca1f1ff 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: "hub.epicm.org/epicmorg/bitbucket:9.4.0" + image: "quay.io/epicmorg/bitbucket:9.4.0" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:9.4.0-jdk17" + image: "quay.io/epicmorg/bitbucket:9.4.0-jdk17" build: context: . app-jdk21: - image: "hub.epicm.org/epicmorg/bitbucket:9.4.0-jdk21" + image: "quay.io/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 67753ec46..72e69e38b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e225620e0..c61e6a970 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 hub.epicm.org/epicmorg/debian:bookworm-jdk21 +FROM quay.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4e75ed9e2..b2b6dc111 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: "hub.epicm.org/epicmorg/bitbucket:9.4.1" + image: "quay.io/epicmorg/bitbucket:9.4.1" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:9.4.1-jdk17" + image: "quay.io/epicmorg/bitbucket:9.4.1-jdk17" build: context: . app-jdk21: - image: "hub.epicm.org/epicmorg/bitbucket:9.4.1-jdk21" + image: "quay.io/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 bd2979d1a..f9c8cbb4c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7064bcd16..2cec185a3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk21 +FROM quay.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7c4161bdd..c57268d1c 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: "hub.epicm.org/epicmorg/bitbucket:9.4.2" + image: "quay.io/epicmorg/bitbucket:9.4.2" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:9.4.2-jdk17" + image: "quay.io/epicmorg/bitbucket:9.4.2-jdk17" build: context: . app-jdk21: - image: "hub.epicm.org/epicmorg/bitbucket:9.4.2-jdk21" + image: "quay.io/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 cfd540305..ee7444ca3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b3b07573d..af9649493 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 hub.epicm.org/epicmorg/debian:bookworm-jdk21 +FROM quay.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9a4719cf2..64e75bfca 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: "hub.epicm.org/epicmorg/bitbucket:9.4.3" + image: "quay.io/epicmorg/bitbucket:9.4.3" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:9.4.3-jdk17" + image: "quay.io/epicmorg/bitbucket:9.4.3-jdk17" build: context: . app-jdk21: - image: "hub.epicm.org/epicmorg/bitbucket:9.4.3-jdk21" + image: "quay.io/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 f5a7180a4..786e80b3a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8cb7aa1b1..8d2b169b7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk21 +FROM quay.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 171b373ca..aab592729 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: "hub.epicm.org/epicmorg/bitbucket:9.4.4" + image: "quay.io/epicmorg/bitbucket:9.4.4" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:9.4.4-jdk17" + image: "quay.io/epicmorg/bitbucket:9.4.4-jdk17" build: context: . app-jdk21: - image: "hub.epicm.org/epicmorg/bitbucket:9.4.4-jdk21" + image: "quay.io/epicmorg/bitbucket:9.4.4-jdk21" build: context: . dockerfile: Dockerfile.jdk21 diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.5.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.5.0/Dockerfile index 96b58fa32..45e57f5ed 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8fc9d834b..bbe5b91d1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk21 +FROM quay.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d96dd97f3..db7e8cc39 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: "hub.epicm.org/epicmorg/bitbucket:9.5.0" + image: "quay.io/epicmorg/bitbucket:9.5.0" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:9.5.0-jdk17" + image: "quay.io/epicmorg/bitbucket:9.5.0-jdk17" build: context: . app-jdk21: - image: "hub.epicm.org/epicmorg/bitbucket:9.5.0-jdk21" + image: "quay.io/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 e21a3ccfd..594373041 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d1a9e5f05..3969062e5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk21 +FROM quay.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 44ee2e626..fc123140e 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: "hub.epicm.org/epicmorg/bitbucket:9.5.1" + image: "quay.io/epicmorg/bitbucket:9.5.1" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:9.5.1-jdk17" + image: "quay.io/epicmorg/bitbucket:9.5.1-jdk17" build: context: . app-jdk21: - image: "hub.epicm.org/epicmorg/bitbucket:9.5.1-jdk21" + image: "quay.io/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 4312c5b31..6e32b018e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bd7d618a9..9729085cf 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 hub.epicm.org/epicmorg/debian:bookworm-jdk21 +FROM quay.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e788d58a2..8280e4cf6 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: "hub.epicm.org/epicmorg/bitbucket:9.5.2" + image: "quay.io/epicmorg/bitbucket:9.5.2" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:9.5.2-jdk17" + image: "quay.io/epicmorg/bitbucket:9.5.2-jdk17" build: context: . app-jdk21: - image: "hub.epicm.org/epicmorg/bitbucket:9.5.2-jdk21" + image: "quay.io/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 bdf4b1670..a7b6df838 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2f1c2dc47..aa44d97a0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk21 +FROM quay.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4a5333ef2..103d73c36 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: "hub.epicm.org/epicmorg/bitbucket:9.6.0" + image: "quay.io/epicmorg/bitbucket:9.6.0" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:9.6.0-jdk17" + image: "quay.io/epicmorg/bitbucket:9.6.0-jdk17" build: context: . app-jdk21: - image: "hub.epicm.org/epicmorg/bitbucket:9.6.0-jdk21" + image: "quay.io/epicmorg/bitbucket:9.6.0-jdk21" build: context: . dockerfile: Dockerfile.jdk21 diff --git a/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile b/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile index bdf4b1670..a7b6df838 100644 --- a/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile.jdk21 b/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile.jdk21 index 2f1c2dc47..aa44d97a0 100644 --- a/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-jdk21 +FROM quay.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Bitbucket Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/bitbucket/latest/docker-compose.yml b/linux/ecosystem/atlassian/bitbucket/latest/docker-compose.yml index a79022afd..16b0e55ba 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: "hub.epicm.org/epicmorg/bitbucket:latest" + image: "quay.io/epicmorg/bitbucket:latest" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/bitbucket:latest-jdk17" + image: "quay.io/epicmorg/bitbucket:latest-jdk17" build: context: . app-jdk21: - image: "hub.epicm.org/epicmorg/bitbucket:latest-jdk21" + image: "quay.io/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 03c3ef721..a989d4ce5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 97761aba4..8bc96cd44 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: "hub.epicm.org/epicmorg/confluence:4.0.3" + image: "quay.io/epicmorg/confluence:4.0.3" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/confluence:4.0.3-jdk6" + image: "quay.io/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 38466232d..d0f49bfb7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f44ad3f11..d69103aa2 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: "hub.epicm.org/epicmorg/confluence:4.0.4" + image: "quay.io/epicmorg/confluence:4.0.4" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/confluence:4.0.4-jdk6" + image: "quay.io/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 a4695258d..7c7041576 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0f8c95ac5..d5a60fa5d 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: "hub.epicm.org/epicmorg/confluence:4.0.5" + image: "quay.io/epicmorg/confluence:4.0.5" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/confluence:4.0.5-jdk6" + image: "quay.io/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 eb5b5810a..858f061cf 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bd64ca1bb..7fc9bdc41 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: "hub.epicm.org/epicmorg/confluence:4.0.7" + image: "quay.io/epicmorg/confluence:4.0.7" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/confluence:4.0.7-jdk6" + image: "quay.io/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 dca9f5015..272eab37a 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2c5281dae..fc2dc007a 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: "hub.epicm.org/epicmorg/confluence:4.0" + image: "quay.io/epicmorg/confluence:4.0" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/confluence:4.0-jdk6" + image: "quay.io/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 b65671bae..1411c392a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 53637b39b..05219a9a4 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: "hub.epicm.org/epicmorg/confluence:4.1.10" + image: "quay.io/epicmorg/confluence:4.1.10" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/confluence:4.1.10-jdk6" + image: "quay.io/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 5b0bc32ec..51db89067 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0d8d8bb94..7a65da851 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: "hub.epicm.org/epicmorg/confluence:4.1.2" + image: "quay.io/epicmorg/confluence:4.1.2" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/confluence:4.1.2-jdk6" + image: "quay.io/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 9284fc645..7141c527a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0e9411869..4c3844ee4 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: "hub.epicm.org/epicmorg/confluence:4.1.3" + image: "quay.io/epicmorg/confluence:4.1.3" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/confluence:4.1.3-jdk6" + image: "quay.io/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 2b0df9209..e8c3fca25 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c8831784d..473abb486 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: "hub.epicm.org/epicmorg/confluence:4.1.4" + image: "quay.io/epicmorg/confluence:4.1.4" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/confluence:4.1.4-jdk6" + image: "quay.io/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 c7bfa14f4..ea9aa7397 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 86d805b22..9a3b13a5a 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: "hub.epicm.org/epicmorg/confluence:4.1.5" + image: "quay.io/epicmorg/confluence:4.1.5" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/confluence:4.1.5-jdk6" + image: "quay.io/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 ad1029eb0..7ba157398 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d9f1b7ef1..86c798aa8 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: "hub.epicm.org/epicmorg/confluence:4.1.6" + image: "quay.io/epicmorg/confluence:4.1.6" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/confluence:4.1.6-jdk6" + image: "quay.io/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 99e71c726..6d1c97225 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1ce9064dc..751837968 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: "hub.epicm.org/epicmorg/confluence:4.1.7" + image: "quay.io/epicmorg/confluence:4.1.7" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/confluence:4.1.7-jdk6" + image: "quay.io/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 51871e936..3494943f5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 edef4e4ba..59e0e7801 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: "hub.epicm.org/epicmorg/confluence:4.1.9" + image: "quay.io/epicmorg/confluence:4.1.9" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/confluence:4.1.9-jdk6" + image: "quay.io/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 fcd942e73..bd66f6bf5 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f7b18ed84..ddca6f9a5 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: "hub.epicm.org/epicmorg/confluence:4.1" + image: "quay.io/epicmorg/confluence:4.1" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/confluence:4.1-jdk6" + image: "quay.io/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 cb2b99be6..ffd687eeb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 89c127367..68ddf3186 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 918258049..996ed478a 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: "hub.epicm.org/epicmorg/confluence:4.2.1" + image: "quay.io/epicmorg/confluence:4.2.1" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/confluence:4.2.1-jdk6" + image: "quay.io/epicmorg/confluence:4.2.1-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:4.2.1-jdk7" + image: "quay.io/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 b686e2280..f08b68ef9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 78de90d95..485ad064d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 49ccc7839..139a4ff67 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: "hub.epicm.org/epicmorg/confluence:4.2.11" + image: "quay.io/epicmorg/confluence:4.2.11" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/confluence:4.2.11-jdk6" + image: "quay.io/epicmorg/confluence:4.2.11-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:4.2.11-jdk7" + image: "quay.io/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 15f571579..e42965551 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1d795d934..798a0ba27 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1a438b80f..85d4c848d 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: "hub.epicm.org/epicmorg/confluence:4.2.12" + image: "quay.io/epicmorg/confluence:4.2.12" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/confluence:4.2.12-jdk6" + image: "quay.io/epicmorg/confluence:4.2.12-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:4.2.12-jdk7" + image: "quay.io/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 a7f463843..87047b9d7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 16cfb11e3..297598ba1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b516a6311..2cfb7d3f9 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: "hub.epicm.org/epicmorg/confluence:4.2.13" + image: "quay.io/epicmorg/confluence:4.2.13" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/confluence:4.2.13-jdk6" + image: "quay.io/epicmorg/confluence:4.2.13-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:4.2.13-jdk7" + image: "quay.io/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 f802cec30..75c3ddc98 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5e2bade61..ca1ecf35a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 33ffe600a..63ee9eb30 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: "hub.epicm.org/epicmorg/confluence:4.2.2" + image: "quay.io/epicmorg/confluence:4.2.2" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/confluence:4.2.2-jdk6" + image: "quay.io/epicmorg/confluence:4.2.2-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:4.2.2-jdk7" + image: "quay.io/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 a57d8f328..57b891048 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 713a28fb0..6e4fef95c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1e95b1462..87b909f27 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: "hub.epicm.org/epicmorg/confluence:4.2.3" + image: "quay.io/epicmorg/confluence:4.2.3" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/confluence:4.2.3-jdk6" + image: "quay.io/epicmorg/confluence:4.2.3-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:4.2.3-jdk7" + image: "quay.io/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 2f9c41e91..83061afe2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 dfdb6255a..d5034826d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 dc0983504..efb26dfae 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: "hub.epicm.org/epicmorg/confluence:4.2.4" + image: "quay.io/epicmorg/confluence:4.2.4" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/confluence:4.2.4-jdk6" + image: "quay.io/epicmorg/confluence:4.2.4-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:4.2.4-jdk7" + image: "quay.io/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 368ac3a55..94fadda58 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fb6ef122d..f25532478 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 48375802f..b4ac6677b 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: "hub.epicm.org/epicmorg/confluence:4.2.5" + image: "quay.io/epicmorg/confluence:4.2.5" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/confluence:4.2.5-jdk6" + image: "quay.io/epicmorg/confluence:4.2.5-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:4.2.5-jdk7" + image: "quay.io/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 b264541f8..fad19fe84 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2b4b19a13..c594b9584 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9a5f54dbf..b04ca195d 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: "hub.epicm.org/epicmorg/confluence:4.2.6" + image: "quay.io/epicmorg/confluence:4.2.6" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/confluence:4.2.6-jdk6" + image: "quay.io/epicmorg/confluence:4.2.6-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:4.2.6-jdk7" + image: "quay.io/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 d86d4014d..da525132f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ba2a01cee..8d45eed9f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 586faea2b..5f8a6cbc9 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: "hub.epicm.org/epicmorg/confluence:4.2.7" + image: "quay.io/epicmorg/confluence:4.2.7" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/confluence:4.2.7-jdk6" + image: "quay.io/epicmorg/confluence:4.2.7-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:4.2.7-jdk7" + image: "quay.io/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 60a5dedfe..90fe9cdd3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e667cd73e..aea406732 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fff7146e3..bf75f759a 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: "hub.epicm.org/epicmorg/confluence:4.2.8" + image: "quay.io/epicmorg/confluence:4.2.8" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/confluence:4.2.8-jdk6" + image: "quay.io/epicmorg/confluence:4.2.8-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:4.2.8-jdk7" + image: "quay.io/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 00d61401a..877c4448e 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.2/Dockerfile.jdk7 index 94fca28f5..639a75763 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 046d5629e..d7ea22e60 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: "hub.epicm.org/epicmorg/confluence:4.2" + image: "quay.io/epicmorg/confluence:4.2" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/confluence:4.2-jdk6" + image: "quay.io/epicmorg/confluence:4.2-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:4.2-jdk7" + image: "quay.io/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 868cda16f..8fc636181 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 913108b79..46c542e8e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 53dab9b8d..410438865 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: "hub.epicm.org/epicmorg/confluence:4.3.1" + image: "quay.io/epicmorg/confluence:4.3.1" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/confluence:4.3.1-jdk6" + image: "quay.io/epicmorg/confluence:4.3.1-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:4.3.1-jdk7" + image: "quay.io/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 4db79f695..3785d03a0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8a6245542..a895869b1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fa254739b..013586dc8 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: "hub.epicm.org/epicmorg/confluence:4.3.2" + image: "quay.io/epicmorg/confluence:4.3.2" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/confluence:4.3.2-jdk6" + image: "quay.io/epicmorg/confluence:4.3.2-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:4.3.2-jdk7" + image: "quay.io/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 05c41a452..b9f2d83d3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3046ce9a1..0eef55830 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c254c687c..611cb269c 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: "hub.epicm.org/epicmorg/confluence:4.3.3" + image: "quay.io/epicmorg/confluence:4.3.3" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/confluence:4.3.3-jdk6" + image: "quay.io/epicmorg/confluence:4.3.3-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:4.3.3-jdk7" + image: "quay.io/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 b2ecd2f14..192d82696 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e50375b69..4c1ff30ee 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 149a02759..daa65d3d5 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: "hub.epicm.org/epicmorg/confluence:4.3.5" + image: "quay.io/epicmorg/confluence:4.3.5" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/confluence:4.3.5-jdk6" + image: "quay.io/epicmorg/confluence:4.3.5-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:4.3.5-jdk7" + image: "quay.io/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 652116c0e..46f223ac1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4eb1a29ad..e4286ec1f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 449a1ad4c..ffaba0448 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: "hub.epicm.org/epicmorg/confluence:4.3.6" + image: "quay.io/epicmorg/confluence:4.3.6" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/confluence:4.3.6-jdk6" + image: "quay.io/epicmorg/confluence:4.3.6-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:4.3.6-jdk7" + image: "quay.io/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 75b1fa166..e9059b828 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 914e65da1..4bd664a76 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 081700f1c..b8b694275 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: "hub.epicm.org/epicmorg/confluence:4.3.7" + image: "quay.io/epicmorg/confluence:4.3.7" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/confluence:4.3.7-jdk6" + image: "quay.io/epicmorg/confluence:4.3.7-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:4.3.7-jdk7" + image: "quay.io/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 cfb733bf4..22010073c 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/4/4.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.3/Dockerfile.jdk7 index fb2787c9b..bb7a637c3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0ed963802..4fff1cca5 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: "hub.epicm.org/epicmorg/confluence:4.3" + image: "quay.io/epicmorg/confluence:4.3" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/confluence:4.3-jdk6" + image: "quay.io/epicmorg/confluence:4.3-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:4.3-jdk7" + image: "quay.io/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 2549565de..09f70de0c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1bd405e08..32271cefe 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: "hub.epicm.org/epicmorg/confluence:5.0.1" + image: "quay.io/epicmorg/confluence:5.0.1" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.0.1-jdk7" + image: "quay.io/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 43cb9b105..92b79b367 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d58233f92..7b4354d96 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: "hub.epicm.org/epicmorg/confluence:5.0.2" + image: "quay.io/epicmorg/confluence:5.0.2" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.0.2-jdk7" + image: "quay.io/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 7a0e01303..5ed4506d8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1ff8da50c..1bb112a2c 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: "hub.epicm.org/epicmorg/confluence:5.0.3" + image: "quay.io/epicmorg/confluence:5.0.3" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.0.3-jdk7" + image: "quay.io/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 1cd7772ba..18e773e9a 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0818377aa..8bce8015c 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: "hub.epicm.org/epicmorg/confluence:5.0" + image: "quay.io/epicmorg/confluence:5.0" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.0-jdk7" + image: "quay.io/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 c93cf20f3..ea50e6086 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 100aabdeb..0f13906e4 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: "hub.epicm.org/epicmorg/confluence:5.1.1" + image: "quay.io/epicmorg/confluence:5.1.1" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.1.1-jdk7" + image: "quay.io/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 0bc3cef85..c71316d91 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ba6ff3365..5befc661f 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: "hub.epicm.org/epicmorg/confluence:5.1.2" + image: "quay.io/epicmorg/confluence:5.1.2" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.1.2-jdk7" + image: "quay.io/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 31f1464f9..aca0c6c3c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9359f8a36..c5a6d2120 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: "hub.epicm.org/epicmorg/confluence:5.1.3" + image: "quay.io/epicmorg/confluence:5.1.3" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.1.3-jdk7" + image: "quay.io/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 46cd8ac40..310c53551 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d3e91927b..f7f48c87f 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: "hub.epicm.org/epicmorg/confluence:5.1.4" + image: "quay.io/epicmorg/confluence:5.1.4" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.1.4-jdk7" + image: "quay.io/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 295b14277..f4439449c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ce7186e3e..456e3ac53 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: "hub.epicm.org/epicmorg/confluence:5.1.5" + image: "quay.io/epicmorg/confluence:5.1.5" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.1.5-jdk7" + image: "quay.io/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 199df4352..4f1b2f7d3 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a4e102ece..013a2aaca 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: "hub.epicm.org/epicmorg/confluence:5.1" + image: "quay.io/epicmorg/confluence:5.1" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.1-jdk7" + image: "quay.io/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 86e14992d..35a8a15fb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 43601b745..fe1f92920 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 967b42417..1d96a986d 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: "hub.epicm.org/epicmorg/confluence:5.10.0" + image: "quay.io/epicmorg/confluence:5.10.0" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.10.0-jdk7" + image: "quay.io/epicmorg/confluence:5.10.0-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.10.0-jdk8" + image: "quay.io/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 6efe36f76..31a648b09 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b760dfa44..ec67a3808 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b03b92ccd..24ec697b9 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: "hub.epicm.org/epicmorg/confluence:5.10.1" + image: "quay.io/epicmorg/confluence:5.10.1" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.10.1-jdk7" + image: "quay.io/epicmorg/confluence:5.10.1-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.10.1-jdk8" + image: "quay.io/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 f9b4d5374..a13b78dac 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7283a714a..ddb41473c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2672791ea..74dda58f4 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: "hub.epicm.org/epicmorg/confluence:5.10.2" + image: "quay.io/epicmorg/confluence:5.10.2" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.10.2-jdk7" + image: "quay.io/epicmorg/confluence:5.10.2-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.10.2-jdk8" + image: "quay.io/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 1d4ad62b1..f0db68902 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2d9752d73..e7e4520bd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a0ca48b61..af8bc87a9 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: "hub.epicm.org/epicmorg/confluence:5.10.3" + image: "quay.io/epicmorg/confluence:5.10.3" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.10.3-jdk7" + image: "quay.io/epicmorg/confluence:5.10.3-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.10.3-jdk8" + image: "quay.io/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 dd317a35c..ca4b3533a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 702b9ab8f..228f95e28 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 71e22ff6f..e24ad571d 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: "hub.epicm.org/epicmorg/confluence:5.10.4" + image: "quay.io/epicmorg/confluence:5.10.4" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.10.4-jdk7" + image: "quay.io/epicmorg/confluence:5.10.4-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.10.4-jdk8" + image: "quay.io/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 1371f72b9..a215c83c8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 168c7fb35..231a16722 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9584576d4..90827e563 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: "hub.epicm.org/epicmorg/confluence:5.10.6" + image: "quay.io/epicmorg/confluence:5.10.6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.10.6-jdk7" + image: "quay.io/epicmorg/confluence:5.10.6-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.10.6-jdk8" + image: "quay.io/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 b41e44bc3..07289136e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 00f50becc..f6e134f87 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ee490f257..e057cada0 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: "hub.epicm.org/epicmorg/confluence:5.10.7" + image: "quay.io/epicmorg/confluence:5.10.7" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.10.7-jdk7" + image: "quay.io/epicmorg/confluence:5.10.7-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.10.7-jdk8" + image: "quay.io/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 154351bb9..e331a40c0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c670a26bd..6f9c4a968 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f249f67d5..673b5a615 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: "hub.epicm.org/epicmorg/confluence:5.10.8" + image: "quay.io/epicmorg/confluence:5.10.8" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.10.8-jdk7" + image: "quay.io/epicmorg/confluence:5.10.8-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.10.8-jdk8" + image: "quay.io/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 2347fdf4d..2ba7df068 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8ed1bbeb4..3e9759c8d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0245688b..9c744c044 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: "hub.epicm.org/epicmorg/confluence:5.10.9" + image: "quay.io/epicmorg/confluence:5.10.9" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.10.9-jdk7" + image: "quay.io/epicmorg/confluence:5.10.9-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.10.9-jdk8" + image: "quay.io/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 db4112860..3a42f6445 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a717b5a0d..308c5400a 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: "hub.epicm.org/epicmorg/confluence:5.2.3" + image: "quay.io/epicmorg/confluence:5.2.3" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.2.3-jdk7" + image: "quay.io/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 332679d93..14c980169 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c0e0da18f..26ef61418 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: "hub.epicm.org/epicmorg/confluence:5.2.5" + image: "quay.io/epicmorg/confluence:5.2.5" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.2.5-jdk7" + image: "quay.io/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 5ebcd96b7..5c33eec00 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 808ff6526..32f15e323 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: "hub.epicm.org/epicmorg/confluence:5.3.1" + image: "quay.io/epicmorg/confluence:5.3.1" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.3.1-jdk7" + image: "quay.io/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 3776ddc0c..680c2ea29 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 370ca8f17..c6d333854 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: "hub.epicm.org/epicmorg/confluence:5.3.4" + image: "quay.io/epicmorg/confluence:5.3.4" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.3.4-jdk7" + image: "quay.io/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 72f22f7e0..505219eb6 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.3/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3809c6862..a53938e5c 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: "hub.epicm.org/epicmorg/confluence:5.3" + image: "quay.io/epicmorg/confluence:5.3" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.3-jdk7" + image: "quay.io/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 0429571f8..e6e66bd87 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b67bcb8b5..993799928 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: "hub.epicm.org/epicmorg/confluence:5.4.1" + image: "quay.io/epicmorg/confluence:5.4.1" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.4.1-jdk7" + image: "quay.io/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 51e18c276..884a0f44d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7bc90b6d2..feafdaedc 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: "hub.epicm.org/epicmorg/confluence:5.4.2" + image: "quay.io/epicmorg/confluence:5.4.2" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.4.2-jdk7" + image: "quay.io/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 ef29d42c5..461879d36 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 eacde994f..4bb1947d7 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: "hub.epicm.org/epicmorg/confluence:5.4.3" + image: "quay.io/epicmorg/confluence:5.4.3" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.4.3-jdk7" + image: "quay.io/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 fc64dd6cb..f17ab575a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4327a34e7..2bfbdeccc 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: "hub.epicm.org/epicmorg/confluence:5.4.4" + image: "quay.io/epicmorg/confluence:5.4.4" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.4.4-jdk7" + image: "quay.io/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 0c091c6ef..fb288a357 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.4/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6c174af42..57972399e 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: "hub.epicm.org/epicmorg/confluence:5.4" + image: "quay.io/epicmorg/confluence:5.4" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.4-jdk7" + image: "quay.io/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 5df58ec78..e7843577f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bf2e15414..6bbf2c788 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: "hub.epicm.org/epicmorg/confluence:5.5-OD-31-009" + image: "quay.io/epicmorg/confluence:5.5-OD-31-009" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.5-OD-31-009-jdk7" + image: "quay.io/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 081a774dd..f6a13cad7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ad7ca095e..01b1f2874 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: "hub.epicm.org/epicmorg/confluence:5.5.1" + image: "quay.io/epicmorg/confluence:5.5.1" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.5.1-jdk7" + image: "quay.io/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 4517aa178..8b96805aa 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fe457a4dd..7cb4503e4 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: "hub.epicm.org/epicmorg/confluence:5.5.2" + image: "quay.io/epicmorg/confluence:5.5.2" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.5.2-jdk7" + image: "quay.io/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 fe4fd3f4a..153669cbe 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 93df39a22..9ab9279be 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: "hub.epicm.org/epicmorg/confluence:5.5.3" + image: "quay.io/epicmorg/confluence:5.5.3" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.5.3-jdk7" + image: "quay.io/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 956946029..f6119473f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0bc9177d6..8f71bbadb 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: "hub.epicm.org/epicmorg/confluence:5.5.6" + image: "quay.io/epicmorg/confluence:5.5.6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.5.6-jdk7" + image: "quay.io/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 21df4ff00..b90d2e344 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.5/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 74ab4a044..357f356b1 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: "hub.epicm.org/epicmorg/confluence:5.5" + image: "quay.io/epicmorg/confluence:5.5" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.5-jdk7" + image: "quay.io/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 e5ca35309..f3ff2f6ba 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 628e1ed19..8054844c5 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: "hub.epicm.org/epicmorg/confluence:5.6.1" + image: "quay.io/epicmorg/confluence:5.6.1" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.6.1-jdk7" + image: "quay.io/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 7ee30df96..73927bc20 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 15b519c64..1d35a26fd 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: "hub.epicm.org/epicmorg/confluence:5.6.3" + image: "quay.io/epicmorg/confluence:5.6.3" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.6.3-jdk7" + image: "quay.io/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 684d26ad6..308d7009a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7e3583be6..34b49a0cd 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: "hub.epicm.org/epicmorg/confluence:5.6.4" + image: "quay.io/epicmorg/confluence:5.6.4" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.6.4-jdk7" + image: "quay.io/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 a6d3d4c23..754bc7531 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 917d54f61..93e8b28c9 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: "hub.epicm.org/epicmorg/confluence:5.6.5" + image: "quay.io/epicmorg/confluence:5.6.5" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.6.5-jdk7" + image: "quay.io/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 d99d5bd3d..d68457e92 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 eee3d6309..4e8928805 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: "hub.epicm.org/epicmorg/confluence:5.6.6" + image: "quay.io/epicmorg/confluence:5.6.6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.6.6-jdk7" + image: "quay.io/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 9b8d11c3e..d1e3ac515 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4b9360a86..8ad1b8503 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 43ef67874..e9a33088e 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: "hub.epicm.org/epicmorg/confluence:5.7.1" + image: "quay.io/epicmorg/confluence:5.7.1" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.7.1-jdk7" + image: "quay.io/epicmorg/confluence:5.7.1-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.7.1-jdk8" + image: "quay.io/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 0a7aaeee0..c30df45bd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0e2cb5d4b..0568345ed 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d80db4949..0618a12d9 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: "hub.epicm.org/epicmorg/confluence:5.7.3" + image: "quay.io/epicmorg/confluence:5.7.3" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.7.3-jdk7" + image: "quay.io/epicmorg/confluence:5.7.3-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.7.3-jdk8" + image: "quay.io/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 a910c7d49..aa7d8d391 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 eb82d67bb..fac4ab8f1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a1522e309..3114b45c0 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: "hub.epicm.org/epicmorg/confluence:5.7.4" + image: "quay.io/epicmorg/confluence:5.7.4" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.7.4-jdk7" + image: "quay.io/epicmorg/confluence:5.7.4-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.7.4-jdk8" + image: "quay.io/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 e83c3025e..49968468a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2303fcc12..4ed69c7a3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3872b0f0d..428751182 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: "hub.epicm.org/epicmorg/confluence:5.7.5" + image: "quay.io/epicmorg/confluence:5.7.5" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.7.5-jdk7" + image: "quay.io/epicmorg/confluence:5.7.5-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.7.5-jdk8" + image: "quay.io/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 15214e38c..fbd63a047 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1d6c0b1b9..09ca42ed4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6cd65304b..e61c9317c 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: "hub.epicm.org/epicmorg/confluence:5.7.6" + image: "quay.io/epicmorg/confluence:5.7.6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.7.6-jdk7" + image: "quay.io/epicmorg/confluence:5.7.6-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.7.6-jdk8" + image: "quay.io/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 03d5a65e5..a6daa5397 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.7/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/5/5.7/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.7/Dockerfile.jdk8 index 63d9e0019..6cbe0e18d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e915dad31..c02bc1eec 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: "hub.epicm.org/epicmorg/confluence:5.7" + image: "quay.io/epicmorg/confluence:5.7" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.7-jdk7" + image: "quay.io/epicmorg/confluence:5.7-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.7-jdk8" + image: "quay.io/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 6fc210785..db3712a99 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8bc9ac2d3..106c16ae5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d1709b867..ee1f4e7b3 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: "hub.epicm.org/epicmorg/confluence:5.8.10" + image: "quay.io/epicmorg/confluence:5.8.10" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.8.10-jdk7" + image: "quay.io/epicmorg/confluence:5.8.10-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.8.10-jdk8" + image: "quay.io/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 510f8c041..61dce7531 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 37f0fd2ac..977abfaba 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1135f7e64..da92dd462 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: "hub.epicm.org/epicmorg/confluence:5.8.13" + image: "quay.io/epicmorg/confluence:5.8.13" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.8.13-jdk7" + image: "quay.io/epicmorg/confluence:5.8.13-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.8.13-jdk8" + image: "quay.io/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 9cae5497c..bad4819f9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 381313bff..e793cc13c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ba3fa3086..1a2462383 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: "hub.epicm.org/epicmorg/confluence:5.8.14" + image: "quay.io/epicmorg/confluence:5.8.14" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.8.14-jdk7" + image: "quay.io/epicmorg/confluence:5.8.14-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.8.14-jdk8" + image: "quay.io/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 b542b3cb0..511962241 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3dbaaa96f..c5780cfd7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3d4e4b8b6..d56d122b3 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: "hub.epicm.org/epicmorg/confluence:5.8.15" + image: "quay.io/epicmorg/confluence:5.8.15" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.8.15-jdk7" + image: "quay.io/epicmorg/confluence:5.8.15-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.8.15-jdk8" + image: "quay.io/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 3d4029b45..c8b895778 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9624c686c..a53d752b7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 640b8f761..1c7446378 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: "hub.epicm.org/epicmorg/confluence:5.8.16" + image: "quay.io/epicmorg/confluence:5.8.16" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.8.16-jdk7" + image: "quay.io/epicmorg/confluence:5.8.16-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.8.16-jdk8" + image: "quay.io/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 0c80cd670..6c1e2e628 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b1cbaaea6..e7e7a4158 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7ed4cb063..1ea9cc3a7 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: "hub.epicm.org/epicmorg/confluence:5.8.17" + image: "quay.io/epicmorg/confluence:5.8.17" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.8.17-jdk7" + image: "quay.io/epicmorg/confluence:5.8.17-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.8.17-jdk8" + image: "quay.io/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 1104cd585..413d6652b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0dc26baa6..ecaed2166 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 015747c0c..777a36aed 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: "hub.epicm.org/epicmorg/confluence:5.8.18" + image: "quay.io/epicmorg/confluence:5.8.18" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.8.18-jdk7" + image: "quay.io/epicmorg/confluence:5.8.18-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.8.18-jdk8" + image: "quay.io/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 ab673f95b..514e8be95 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5f8aa018d..091fa8bb9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 102e7a161..e40418409 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: "hub.epicm.org/epicmorg/confluence:5.8.2" + image: "quay.io/epicmorg/confluence:5.8.2" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.8.2-jdk7" + image: "quay.io/epicmorg/confluence:5.8.2-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.8.2-jdk8" + image: "quay.io/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 6726aabca..14ca22454 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9352cb444..0252ce27c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 df6acbb0a..9216fc4cb 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: "hub.epicm.org/epicmorg/confluence:5.8.4" + image: "quay.io/epicmorg/confluence:5.8.4" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.8.4-jdk7" + image: "quay.io/epicmorg/confluence:5.8.4-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.8.4-jdk8" + image: "quay.io/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 d6fe1a0e4..c378c32a1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 094d227e7..8fd54f7ed 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 eebec1c06..b16d1f11e 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: "hub.epicm.org/epicmorg/confluence:5.8.5" + image: "quay.io/epicmorg/confluence:5.8.5" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.8.5-jdk7" + image: "quay.io/epicmorg/confluence:5.8.5-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.8.5-jdk8" + image: "quay.io/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 0ecdda10d..685304897 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c8cb21769..e3f2c258d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 931b32c1c..28e393da2 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: "hub.epicm.org/epicmorg/confluence:5.8.6" + image: "quay.io/epicmorg/confluence:5.8.6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.8.6-jdk7" + image: "quay.io/epicmorg/confluence:5.8.6-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.8.6-jdk8" + image: "quay.io/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 fddb80eb6..efc6a3ac4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 acb6229d2..1ad625e62 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3b9fa7082..b920c1036 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: "hub.epicm.org/epicmorg/confluence:5.8.8" + image: "quay.io/epicmorg/confluence:5.8.8" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.8.8-jdk7" + image: "quay.io/epicmorg/confluence:5.8.8-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.8.8-jdk8" + image: "quay.io/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 253e2d802..b956b1911 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7ae2eca5e..a29720622 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0172abefa..e258fc899 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: "hub.epicm.org/epicmorg/confluence:5.8.9" + image: "quay.io/epicmorg/confluence:5.8.9" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.8.9-jdk7" + image: "quay.io/epicmorg/confluence:5.8.9-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.8.9-jdk8" + image: "quay.io/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 6934fcfa7..f99ba24ff 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2e43d0e31..93f0d56ab 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f101fe897..938282a19 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: "hub.epicm.org/epicmorg/confluence:5.9.1-beta11" + image: "quay.io/epicmorg/confluence:5.9.1-beta11" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.9.1-beta11-jdk7" + image: "quay.io/epicmorg/confluence:5.9.1-beta11-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.9.1-beta11-jdk8" + image: "quay.io/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 c6fdd694c..f315fd839 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 10a22ef02..e88bbb52a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 380ce391e..d89ccdc63 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: "hub.epicm.org/epicmorg/confluence:5.9.1" + image: "quay.io/epicmorg/confluence:5.9.1" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.9.1-jdk7" + image: "quay.io/epicmorg/confluence:5.9.1-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.9.1-jdk8" + image: "quay.io/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 20c075db6..2937ddb98 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7e12e10a5..e8b94068f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 82a33565a..670b257a2 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: "hub.epicm.org/epicmorg/confluence:5.9.10" + image: "quay.io/epicmorg/confluence:5.9.10" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.9.10-jdk7" + image: "quay.io/epicmorg/confluence:5.9.10-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.9.10-jdk8" + image: "quay.io/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 f311078aa..6d325fba2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1a063f42f..ffb588833 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c1912049e..15d8db9b7 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: "hub.epicm.org/epicmorg/confluence:5.9.11" + image: "quay.io/epicmorg/confluence:5.9.11" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.9.11-jdk7" + image: "quay.io/epicmorg/confluence:5.9.11-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.9.11-jdk8" + image: "quay.io/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 61d85aa89..67a306260 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 538242ec7..b3c3d0c4b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 dde068101..c83cd8ed4 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: "hub.epicm.org/epicmorg/confluence:5.9.12" + image: "quay.io/epicmorg/confluence:5.9.12" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.9.12-jdk7" + image: "quay.io/epicmorg/confluence:5.9.12-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.9.12-jdk8" + image: "quay.io/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 4b033bef5..e31dd9929 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0e6b68313..24989a3ad 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5544df5c4..8394bfc65 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: "hub.epicm.org/epicmorg/confluence:5.9.14" + image: "quay.io/epicmorg/confluence:5.9.14" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.9.14-jdk7" + image: "quay.io/epicmorg/confluence:5.9.14-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.9.14-jdk8" + image: "quay.io/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 073e020d7..52b1d7b8e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a4e551e34..437d05887 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a0a2373a6..c246860bd 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: "hub.epicm.org/epicmorg/confluence:5.9.2" + image: "quay.io/epicmorg/confluence:5.9.2" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.9.2-jdk7" + image: "quay.io/epicmorg/confluence:5.9.2-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.9.2-jdk8" + image: "quay.io/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 e678a4bfb..1da1b7d4e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 36673db92..9fdc6b5ff 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ece89248c..aef81fbab 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: "hub.epicm.org/epicmorg/confluence:5.9.3" + image: "quay.io/epicmorg/confluence:5.9.3" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.9.3-jdk7" + image: "quay.io/epicmorg/confluence:5.9.3-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.9.3-jdk8" + image: "quay.io/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 38a5a5350..f68218462 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 39cce736a..6e46811a5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 892e597a5..21a8bdf95 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: "hub.epicm.org/epicmorg/confluence:5.9.4" + image: "quay.io/epicmorg/confluence:5.9.4" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.9.4-jdk7" + image: "quay.io/epicmorg/confluence:5.9.4-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.9.4-jdk8" + image: "quay.io/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 1d375791a..a42f6cb09 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 273002e18..ca33206ac 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 59dad23a7..3c648212e 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: "hub.epicm.org/epicmorg/confluence:5.9.5" + image: "quay.io/epicmorg/confluence:5.9.5" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.9.5-jdk7" + image: "quay.io/epicmorg/confluence:5.9.5-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.9.5-jdk8" + image: "quay.io/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 ce816d6cf..3d4fe02f3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 46d6f9410..653044839 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1fceb67c4..73720cb7b 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: "hub.epicm.org/epicmorg/confluence:5.9.6" + image: "quay.io/epicmorg/confluence:5.9.6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.9.6-jdk7" + image: "quay.io/epicmorg/confluence:5.9.6-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.9.6-jdk8" + image: "quay.io/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 c34da6648..44246717a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 81e992e03..1763fddd3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 aff90dbff..0eb146f76 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: "hub.epicm.org/epicmorg/confluence:5.9.7" + image: "quay.io/epicmorg/confluence:5.9.7" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.9.7-jdk7" + image: "quay.io/epicmorg/confluence:5.9.7-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.9.7-jdk8" + image: "quay.io/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 c0ec67fe9..6e972e67d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 21a61bdb7..83f3925e7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 464ab9e41..a6dd23592 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: "hub.epicm.org/epicmorg/confluence:5.9.8" + image: "quay.io/epicmorg/confluence:5.9.8" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.9.8-jdk7" + image: "quay.io/epicmorg/confluence:5.9.8-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.9.8-jdk8" + image: "quay.io/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 3c1649080..5f64b48ae 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e7e32b632..a954d35d0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5c5271a4b..ba6d95958 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: "hub.epicm.org/epicmorg/confluence:5.9.9" + image: "quay.io/epicmorg/confluence:5.9.9" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/confluence:5.9.9-jdk7" + image: "quay.io/epicmorg/confluence:5.9.9-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:5.9.9-jdk8" + image: "quay.io/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 003909c72..55f6b5e64 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2c30b616b..b9abdbfbf 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: "hub.epicm.org/epicmorg/confluence:6.0.1" + image: "quay.io/epicmorg/confluence:6.0.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.0.1-jdk8" + image: "quay.io/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 a10122dd3..fdc5e93c3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a1fca9e6f..3239be0d7 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: "hub.epicm.org/epicmorg/confluence:6.0.2" + image: "quay.io/epicmorg/confluence:6.0.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.0.2-jdk8" + image: "quay.io/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 804222c6c..b12fe1500 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 eac4cb00f..47625861d 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: "hub.epicm.org/epicmorg/confluence:6.0.3" + image: "quay.io/epicmorg/confluence:6.0.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.0.3-jdk8" + image: "quay.io/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 0f9ed3200..8446d2098 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b0dffb5d0..16ac432a9 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: "hub.epicm.org/epicmorg/confluence:6.0.4" + image: "quay.io/epicmorg/confluence:6.0.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.0.4-jdk8" + image: "quay.io/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 ed2b12867..5f4993f39 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 da47c4f32..0cc531293 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: "hub.epicm.org/epicmorg/confluence:6.0.5" + image: "quay.io/epicmorg/confluence:6.0.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.0.5-jdk8" + image: "quay.io/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 3593ef98d..71018a6cf 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7ecbf530a..ea45ee4de 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: "hub.epicm.org/epicmorg/confluence:6.0.6" + image: "quay.io/epicmorg/confluence:6.0.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.0.6-jdk8" + image: "quay.io/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 7aea18872..0b8029e2a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c2fdc50b1..7fcc18a49 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: "hub.epicm.org/epicmorg/confluence:6.0.7" + image: "quay.io/epicmorg/confluence:6.0.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.0.7-jdk8" + image: "quay.io/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 e5271379f..942b8b0f0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 453433aba..c17b54e16 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: "hub.epicm.org/epicmorg/confluence:6.1.0" + image: "quay.io/epicmorg/confluence:6.1.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.1.0-jdk8" + image: "quay.io/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 b831efef8..7cf86b8f4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7a632d3da..4a8826601 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: "hub.epicm.org/epicmorg/confluence:6.1.1" + image: "quay.io/epicmorg/confluence:6.1.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.1.1-jdk8" + image: "quay.io/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 a25c57c02..0aef38626 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c9205c5b5..78b854a21 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: "hub.epicm.org/epicmorg/confluence:6.1.2" + image: "quay.io/epicmorg/confluence:6.1.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.1.2-jdk8" + image: "quay.io/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 172ae614b..8b84d291a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 13b0cff7e..49daa039c 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: "hub.epicm.org/epicmorg/confluence:6.1.3" + image: "quay.io/epicmorg/confluence:6.1.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.1.3-jdk8" + image: "quay.io/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 570c12344..2faa6f3e0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 138a958a8..3b637fb6e 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: "hub.epicm.org/epicmorg/confluence:6.1.4" + image: "quay.io/epicmorg/confluence:6.1.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.1.4-jdk8" + image: "quay.io/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 de90dd5e1..3be3ded94 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 43ceaf7a1..6976cdcc3 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: "hub.epicm.org/epicmorg/confluence:6.10.0" + image: "quay.io/epicmorg/confluence:6.10.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.10.0-jdk8" + image: "quay.io/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 cbf2708b6..540efbb24 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f1942d0b8..b097ed7ae 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: "hub.epicm.org/epicmorg/confluence:6.10.1" + image: "quay.io/epicmorg/confluence:6.10.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.10.1-jdk8" + image: "quay.io/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 e5ccf408e..54a962a20 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4ea1430d0..926091563 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: "hub.epicm.org/epicmorg/confluence:6.10.2" + image: "quay.io/epicmorg/confluence:6.10.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.10.2-jdk8" + image: "quay.io/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 64629542e..98d799778 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4e2a0fb14..2e1f32d5f 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: "hub.epicm.org/epicmorg/confluence:6.10.3" + image: "quay.io/epicmorg/confluence:6.10.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.10.3-jdk8" + image: "quay.io/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 a2327008f..ac0ba5a53 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e37f80125..fe704b2eb 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: "hub.epicm.org/epicmorg/confluence:6.11.0" + image: "quay.io/epicmorg/confluence:6.11.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.11.0-jdk8" + image: "quay.io/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 8629a9215..f36278a83 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a428de41b..ff01b6dcb 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: "hub.epicm.org/epicmorg/confluence:6.11.1" + image: "quay.io/epicmorg/confluence:6.11.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.11.1-jdk8" + image: "quay.io/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 c38621c80..8b855621f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 629696f2d..a0b79a73a 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: "hub.epicm.org/epicmorg/confluence:6.11.2" + image: "quay.io/epicmorg/confluence:6.11.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.11.2-jdk8" + image: "quay.io/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 b2ed08ee7..331a15635 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 89fd25640..967d6c1df 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: "hub.epicm.org/epicmorg/confluence:6.12.0" + image: "quay.io/epicmorg/confluence:6.12.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.12.0-jdk8" + image: "quay.io/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 3fbd777cd..7b9940d3f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d84c52523..af8aae63c 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: "hub.epicm.org/epicmorg/confluence:6.12.1" + image: "quay.io/epicmorg/confluence:6.12.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.12.1-jdk8" + image: "quay.io/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 4602f8e72..bd1e333af 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a66c115fd..dc3e92f2f 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: "hub.epicm.org/epicmorg/confluence:6.12.2" + image: "quay.io/epicmorg/confluence:6.12.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.12.2-jdk8" + image: "quay.io/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 20aaa3499..8de6f0856 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a48b55985..92edf17d0 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: "hub.epicm.org/epicmorg/confluence:6.12.3" + image: "quay.io/epicmorg/confluence:6.12.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.12.3-jdk8" + image: "quay.io/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 6cbb1dedc..3adcaad36 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 aa24e36af..1214acf38 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: "hub.epicm.org/epicmorg/confluence:6.12.4" + image: "quay.io/epicmorg/confluence:6.12.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.12.4-jdk8" + image: "quay.io/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 0361fdc7e..40e7eb6d3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 001e01c3e..c21edacb9 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: "hub.epicm.org/epicmorg/confluence:6.13.0" + image: "quay.io/epicmorg/confluence:6.13.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.13.0-jdk8" + image: "quay.io/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 6bfb38cf6..c6b30b3f1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 61393034c..a4501d444 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: "hub.epicm.org/epicmorg/confluence:6.13.1" + image: "quay.io/epicmorg/confluence:6.13.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.13.1-jdk8" + image: "quay.io/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 73f185e5d..0fc25cc3c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 34afefc88..49583d19b 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: "hub.epicm.org/epicmorg/confluence:6.13.10" + image: "quay.io/epicmorg/confluence:6.13.10" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.13.10-jdk8" + image: "quay.io/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 1b5beb019..9ce8ae4c4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ce60ecf2e..dbdc1fe56 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: "hub.epicm.org/epicmorg/confluence:6.13.11" + image: "quay.io/epicmorg/confluence:6.13.11" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.13.11-jdk8" + image: "quay.io/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 89eb24871..3bc8d4510 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ba8e8d3b1..1f3e73d7e 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: "hub.epicm.org/epicmorg/confluence:6.13.12" + image: "quay.io/epicmorg/confluence:6.13.12" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.13.12-jdk8" + image: "quay.io/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 2fca09813..a398ebcb3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 175dad35d..0527acae3 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: "hub.epicm.org/epicmorg/confluence:6.13.13" + image: "quay.io/epicmorg/confluence:6.13.13" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.13.13-jdk8" + image: "quay.io/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 0d913138c..35e58359f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 85f6eaf46..47c83f4ca 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: "hub.epicm.org/epicmorg/confluence:6.13.15" + image: "quay.io/epicmorg/confluence:6.13.15" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.13.15-jdk8" + image: "quay.io/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 f679909c1..f8d5f6f40 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2e1dcb2be..d70aec1e7 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: "hub.epicm.org/epicmorg/confluence:6.13.17" + image: "quay.io/epicmorg/confluence:6.13.17" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.13.17-jdk8" + image: "quay.io/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 a25d1ff88..4d1e756a6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a8cf2a0ac..20ffc86e5 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: "hub.epicm.org/epicmorg/confluence:6.13.18" + image: "quay.io/epicmorg/confluence:6.13.18" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.13.18-jdk8" + image: "quay.io/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 2acb964d3..05406936c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c64eed8ac..2a2555c1d 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: "hub.epicm.org/epicmorg/confluence:6.13.19" + image: "quay.io/epicmorg/confluence:6.13.19" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.13.19-jdk8" + image: "quay.io/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 afa807601..9d0d93bfb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ad1445bb5..ebaedc95a 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: "hub.epicm.org/epicmorg/confluence:6.13.2" + image: "quay.io/epicmorg/confluence:6.13.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.13.2-jdk8" + image: "quay.io/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 5e455138a..5add72e4e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 48ff1ec75..242dec3e5 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: "hub.epicm.org/epicmorg/confluence:6.13.20" + image: "quay.io/epicmorg/confluence:6.13.20" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.13.20-jdk8" + image: "quay.io/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 63d64c468..0f7aaaff4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f71547d38..f0f61ba24 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: "hub.epicm.org/epicmorg/confluence:6.13.21" + image: "quay.io/epicmorg/confluence:6.13.21" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.13.21-jdk8" + image: "quay.io/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 5592a9cb0..41124ae6c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b88dc3eca..ea3ac36bf 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: "hub.epicm.org/epicmorg/confluence:6.13.23" + image: "quay.io/epicmorg/confluence:6.13.23" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.13.23-jdk8" + image: "quay.io/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 0aabb554f..7e0adea77 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 818de7fa1..d70dee5e4 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: "hub.epicm.org/epicmorg/confluence:6.13.3" + image: "quay.io/epicmorg/confluence:6.13.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.13.3-jdk8" + image: "quay.io/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 a11ce71a9..aa0d19f60 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a7be04846..3bed637cb 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: "hub.epicm.org/epicmorg/confluence:6.13.4" + image: "quay.io/epicmorg/confluence:6.13.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.13.4-jdk8" + image: "quay.io/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 1117964f9..0b4b5a66e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fc2237e3f..fdf754b5e 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: "hub.epicm.org/epicmorg/confluence:6.13.5" + image: "quay.io/epicmorg/confluence:6.13.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.13.5-jdk8" + image: "quay.io/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 249b25f23..62a341ec8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 28e25078d..f5d46f050 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: "hub.epicm.org/epicmorg/confluence:6.13.6" + image: "quay.io/epicmorg/confluence:6.13.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.13.6-jdk8" + image: "quay.io/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 64f96c5b2..0551aeb0f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 52a913bad..938c57ed5 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: "hub.epicm.org/epicmorg/confluence:6.13.7" + image: "quay.io/epicmorg/confluence:6.13.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.13.7-jdk8" + image: "quay.io/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 f4fa10e86..d24256a4a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3bf5c0855..c15088842 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: "hub.epicm.org/epicmorg/confluence:6.13.8" + image: "quay.io/epicmorg/confluence:6.13.8" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.13.8-jdk8" + image: "quay.io/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 aa5896b72..18b9964bf 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 de15899c5..429c91a7f 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: "hub.epicm.org/epicmorg/confluence:6.13.9" + image: "quay.io/epicmorg/confluence:6.13.9" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.13.9-jdk8" + image: "quay.io/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 d2123c6ca..7b7ad6bcf 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 979459082..c0558462e 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: "hub.epicm.org/epicmorg/confluence:6.14.0" + image: "quay.io/epicmorg/confluence:6.14.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.14.0-jdk8" + image: "quay.io/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 3777ffafd..6c6bd2e74 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 18e4edcbd..7fb6f3e05 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: "hub.epicm.org/epicmorg/confluence:6.14.1" + image: "quay.io/epicmorg/confluence:6.14.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.14.1-jdk8" + image: "quay.io/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 6fd7e2c71..ec1b5fbe5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 23e81602b..e5a1ad43f 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: "hub.epicm.org/epicmorg/confluence:6.14.2" + image: "quay.io/epicmorg/confluence:6.14.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.14.2-jdk8" + image: "quay.io/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 bd4be5523..ce0ff6b41 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c0f156066..acc317f17 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: "hub.epicm.org/epicmorg/confluence:6.14.3" + image: "quay.io/epicmorg/confluence:6.14.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.14.3-jdk8" + image: "quay.io/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 c1510dbba..6f120e488 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a5c7c2635..f68b517b1 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: "hub.epicm.org/epicmorg/confluence:6.15.1" + image: "quay.io/epicmorg/confluence:6.15.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.15.1-jdk8" + image: "quay.io/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 fe72dcd68..01ee719f8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bc4c72313..d69406afd 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: "hub.epicm.org/epicmorg/confluence:6.15.10" + image: "quay.io/epicmorg/confluence:6.15.10" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.15.10-jdk8" + image: "quay.io/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 e2f4fdacf..9ae422a63 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 da2a9ebba..579b76599 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: "hub.epicm.org/epicmorg/confluence:6.15.2" + image: "quay.io/epicmorg/confluence:6.15.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.15.2-jdk8" + image: "quay.io/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 068117036..fe78c45bb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 eb8eafc39..730f12fb4 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: "hub.epicm.org/epicmorg/confluence:6.15.4" + image: "quay.io/epicmorg/confluence:6.15.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.15.4-jdk8" + image: "quay.io/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 a8d3ad249..e3ce03c19 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b64cc3005..fd4ddb9a8 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: "hub.epicm.org/epicmorg/confluence:6.15.6" + image: "quay.io/epicmorg/confluence:6.15.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.15.6-jdk8" + image: "quay.io/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 85edab210..0445f2f08 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2e8909b3e..f05e59f70 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: "hub.epicm.org/epicmorg/confluence:6.15.7" + image: "quay.io/epicmorg/confluence:6.15.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.15.7-jdk8" + image: "quay.io/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 f63075d84..3be0fdd26 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 72df27d90..4265d4f1d 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: "hub.epicm.org/epicmorg/confluence:6.15.8" + image: "quay.io/epicmorg/confluence:6.15.8" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.15.8-jdk8" + image: "quay.io/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 888b93f7c..ed949eb76 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 95ed1f4e8..dfb7310bf 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: "hub.epicm.org/epicmorg/confluence:6.15.9" + image: "quay.io/epicmorg/confluence:6.15.9" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.15.9-jdk8" + image: "quay.io/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 fa6217874..0a0067ad9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cfaa6e0d8..0c2375814 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: "hub.epicm.org/epicmorg/confluence:6.2.0" + image: "quay.io/epicmorg/confluence:6.2.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.2.0-jdk8" + image: "quay.io/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 9f91ab098..53f71ef15 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1bd6232c2..2e0252ddd 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: "hub.epicm.org/epicmorg/confluence:6.2.1" + image: "quay.io/epicmorg/confluence:6.2.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.2.1-jdk8" + image: "quay.io/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 ce73a17fe..4ef832e96 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 47c305841..71aee56de 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: "hub.epicm.org/epicmorg/confluence:6.2.2" + image: "quay.io/epicmorg/confluence:6.2.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.2.2-jdk8" + image: "quay.io/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 72f76ab4a..7f50784be 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f341caef5..62c1fb497 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: "hub.epicm.org/epicmorg/confluence:6.2.3" + image: "quay.io/epicmorg/confluence:6.2.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.2.3-jdk8" + image: "quay.io/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 27c15f1c0..73834c708 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e7f19f355..ea834794e 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: "hub.epicm.org/epicmorg/confluence:6.2.4" + image: "quay.io/epicmorg/confluence:6.2.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.2.4-jdk8" + image: "quay.io/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 73094a64a..1ab7b0de3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0bf2ab5ad..b3b1fa93a 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: "hub.epicm.org/epicmorg/confluence:6.3.1" + image: "quay.io/epicmorg/confluence:6.3.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.3.1-jdk8" + image: "quay.io/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 999304f18..e0c3d2b5f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6fcd822b6..aee6757f4 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: "hub.epicm.org/epicmorg/confluence:6.3.2" + image: "quay.io/epicmorg/confluence:6.3.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.3.2-jdk8" + image: "quay.io/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 8a830a771..652f23f21 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 123e929bd..4df741eb1 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: "hub.epicm.org/epicmorg/confluence:6.3.3" + image: "quay.io/epicmorg/confluence:6.3.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.3.3-jdk8" + image: "quay.io/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 cbe2a4eaa..d6bd20689 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d51ffde5d..0c6c038b1 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: "hub.epicm.org/epicmorg/confluence:6.3.4" + image: "quay.io/epicmorg/confluence:6.3.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.3.4-jdk8" + image: "quay.io/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 506fc2379..9d1b9e52e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2aaa63712..49be85ee5 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: "hub.epicm.org/epicmorg/confluence:6.4.0" + image: "quay.io/epicmorg/confluence:6.4.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.4.0-jdk8" + image: "quay.io/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 eadd517ad..f8ef09b27 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0d9b255c1..ed38d9446 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: "hub.epicm.org/epicmorg/confluence:6.4.1" + image: "quay.io/epicmorg/confluence:6.4.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.4.1-jdk8" + image: "quay.io/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 0686b0a9c..ac1558420 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 98de517b0..05799f928 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: "hub.epicm.org/epicmorg/confluence:6.4.2" + image: "quay.io/epicmorg/confluence:6.4.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.4.2-jdk8" + image: "quay.io/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 7c67118c1..a8f701e7a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7aaac7928..0ba149dbd 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: "hub.epicm.org/epicmorg/confluence:6.4.3" + image: "quay.io/epicmorg/confluence:6.4.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.4.3-jdk8" + image: "quay.io/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 d190b5e4a..98efee9c8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2584a126e..9965f325a 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: "hub.epicm.org/epicmorg/confluence:6.5.0" + image: "quay.io/epicmorg/confluence:6.5.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.5.0-jdk8" + image: "quay.io/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 7a3c9ec6a..3ec7eaa0d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 275c603a6..f47fc1509 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: "hub.epicm.org/epicmorg/confluence:6.5.1" + image: "quay.io/epicmorg/confluence:6.5.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.5.1-jdk8" + image: "quay.io/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 67d7d6478..b63571fc9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a0d577a35..ce0da10a2 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: "hub.epicm.org/epicmorg/confluence:6.5.2" + image: "quay.io/epicmorg/confluence:6.5.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.5.2-jdk8" + image: "quay.io/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 13e321477..8522e8ced 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0ec844e72..ec1fb1303 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: "hub.epicm.org/epicmorg/confluence:6.5.3" + image: "quay.io/epicmorg/confluence:6.5.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.5.3-jdk8" + image: "quay.io/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 e3ad07baa..d8e3fef5b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c90ed8b4d..4c3a6eed4 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: "hub.epicm.org/epicmorg/confluence:6.6.0" + image: "quay.io/epicmorg/confluence:6.6.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.6.0-jdk8" + image: "quay.io/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 ae34ace9e..4346a1ba4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d3a48c491..afd5e4c92 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: "hub.epicm.org/epicmorg/confluence:6.6.1" + image: "quay.io/epicmorg/confluence:6.6.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.6.1-jdk8" + image: "quay.io/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 81035901e..14effe00e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 958bccaa5..e1947cd81 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: "hub.epicm.org/epicmorg/confluence:6.6.10" + image: "quay.io/epicmorg/confluence:6.6.10" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.6.10-jdk8" + image: "quay.io/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 c8b13f29b..c758554f7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4a6a9d4d4..448f05c36 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: "hub.epicm.org/epicmorg/confluence:6.6.11" + image: "quay.io/epicmorg/confluence:6.6.11" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.6.11-jdk8" + image: "quay.io/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 9117bfa1c..2c1ef4b95 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 798eb5f80..a8f2ccfd1 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: "hub.epicm.org/epicmorg/confluence:6.6.12" + image: "quay.io/epicmorg/confluence:6.6.12" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.6.12-jdk8" + image: "quay.io/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 6e9eee280..d6c394789 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9a4dc50b9..72cc4bb6a 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: "hub.epicm.org/epicmorg/confluence:6.6.13" + image: "quay.io/epicmorg/confluence:6.6.13" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.6.13-jdk8" + image: "quay.io/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 0f30450af..44a1be9e4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1b49571ca..9cf578453 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: "hub.epicm.org/epicmorg/confluence:6.6.14" + image: "quay.io/epicmorg/confluence:6.6.14" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.6.14-jdk8" + image: "quay.io/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 1327af8d2..f39c5ae3e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a73132faf..2234776b0 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: "hub.epicm.org/epicmorg/confluence:6.6.15" + image: "quay.io/epicmorg/confluence:6.6.15" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.6.15-jdk8" + image: "quay.io/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 12e803927..e67f61f84 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2110f3589..71fb19cb9 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: "hub.epicm.org/epicmorg/confluence:6.6.16" + image: "quay.io/epicmorg/confluence:6.6.16" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.6.16-jdk8" + image: "quay.io/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 bbf19dcf1..363fa6a2f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 df34698d7..32c890997 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: "hub.epicm.org/epicmorg/confluence:6.6.17" + image: "quay.io/epicmorg/confluence:6.6.17" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.6.17-jdk8" + image: "quay.io/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 2ff0ce123..40a64e027 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7e074bc5c..c8a7b1584 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: "hub.epicm.org/epicmorg/confluence:6.6.2" + image: "quay.io/epicmorg/confluence:6.6.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.6.2-jdk8" + image: "quay.io/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 18676514f..a12e21058 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2ee8195e3..d349843c1 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: "hub.epicm.org/epicmorg/confluence:6.6.3" + image: "quay.io/epicmorg/confluence:6.6.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.6.3-jdk8" + image: "quay.io/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 386f8e850..068edf7ba 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7b59f0851..b24eb405a 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: "hub.epicm.org/epicmorg/confluence:6.6.4" + image: "quay.io/epicmorg/confluence:6.6.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.6.4-jdk8" + image: "quay.io/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 2bbd864aa..8204d8ef2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7582bc145..8d3e8a564 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: "hub.epicm.org/epicmorg/confluence:6.6.5" + image: "quay.io/epicmorg/confluence:6.6.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.6.5-jdk8" + image: "quay.io/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 7f129f77c..ed1217059 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 906782bf5..98033755a 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: "hub.epicm.org/epicmorg/confluence:6.6.6" + image: "quay.io/epicmorg/confluence:6.6.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.6.6-jdk8" + image: "quay.io/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 e567fec47..feb793341 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d1e325b11..4e86eaec2 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: "hub.epicm.org/epicmorg/confluence:6.6.7" + image: "quay.io/epicmorg/confluence:6.6.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.6.7-jdk8" + image: "quay.io/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 b25f955b3..37b482f8a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c3358a61f..d216db7ff 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: "hub.epicm.org/epicmorg/confluence:6.6.8" + image: "quay.io/epicmorg/confluence:6.6.8" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.6.8-jdk8" + image: "quay.io/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 e7a104947..56aa293fa 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ce7b50227..7eb4dc7ef 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: "hub.epicm.org/epicmorg/confluence:6.6.9" + image: "quay.io/epicmorg/confluence:6.6.9" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.6.9-jdk8" + image: "quay.io/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 4bc322250..b6cb134fb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f268bc5b2..1d798af6e 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: "hub.epicm.org/epicmorg/confluence:6.7.0" + image: "quay.io/epicmorg/confluence:6.7.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.7.0-jdk8" + image: "quay.io/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 6d0a5b91c..640878387 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 083d10298..885b6bdcb 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: "hub.epicm.org/epicmorg/confluence:6.7.1" + image: "quay.io/epicmorg/confluence:6.7.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.7.1-jdk8" + image: "quay.io/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 608364687..ba6a0c6a3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 424e363fd..67fd34ac6 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: "hub.epicm.org/epicmorg/confluence:6.7.2" + image: "quay.io/epicmorg/confluence:6.7.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.7.2-jdk8" + image: "quay.io/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 08672e1dc..f314e3e97 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 63db57eb2..56424f52b 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: "hub.epicm.org/epicmorg/confluence:6.7.3" + image: "quay.io/epicmorg/confluence:6.7.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.7.3-jdk8" + image: "quay.io/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 cd04f0b66..6cbead759 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 55fe6a96c..41fbf06ed 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: "hub.epicm.org/epicmorg/confluence:6.8.0" + image: "quay.io/epicmorg/confluence:6.8.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.8.0-jdk8" + image: "quay.io/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 dbed302a4..d6c99b0c1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 437a4c924..3e3768d9f 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: "hub.epicm.org/epicmorg/confluence:6.8.1" + image: "quay.io/epicmorg/confluence:6.8.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.8.1-jdk8" + image: "quay.io/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 9e770e46d..142f0d858 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5c535b250..882ce2066 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: "hub.epicm.org/epicmorg/confluence:6.8.2" + image: "quay.io/epicmorg/confluence:6.8.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.8.2-jdk8" + image: "quay.io/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 a224081f9..f941e1caa 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2031fc9f6..b6afb34f9 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: "hub.epicm.org/epicmorg/confluence:6.8.3" + image: "quay.io/epicmorg/confluence:6.8.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.8.3-jdk8" + image: "quay.io/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 6b7859b62..5f691ac76 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 988deb1a9..5fddf5605 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: "hub.epicm.org/epicmorg/confluence:6.8.5" + image: "quay.io/epicmorg/confluence:6.8.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.8.5-jdk8" + image: "quay.io/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 2baf38e98..2332f4511 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3f51786a9..d191439e7 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: "hub.epicm.org/epicmorg/confluence:6.9.0" + image: "quay.io/epicmorg/confluence:6.9.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.9.0-jdk8" + image: "quay.io/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 b25a22177..e82a8d5ef 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c1a9c03d3..f8639b588 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: "hub.epicm.org/epicmorg/confluence:6.9.1" + image: "quay.io/epicmorg/confluence:6.9.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.9.1-jdk8" + image: "quay.io/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 fa50a5cd9..a8613facf 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 17a95140e..e93d4eb7e 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: "hub.epicm.org/epicmorg/confluence:6.9.3" + image: "quay.io/epicmorg/confluence:6.9.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:6.9.3-jdk8" + image: "quay.io/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 5f1762e6e..d92a3b7f6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bb69243d0..fbe2dfc30 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a6a21c9c2..99df1f96b 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: "hub.epicm.org/epicmorg/confluence:7.0.1" + image: "quay.io/epicmorg/confluence:7.0.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.0.1-jdk8" + image: "quay.io/epicmorg/confluence:7.0.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.0.1-jdk11" + image: "quay.io/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 3fd5077f5..4568cd300 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2098b0f34..aad9f7822 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 32f38be30..776e70e25 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: "hub.epicm.org/epicmorg/confluence:7.0.2" + image: "quay.io/epicmorg/confluence:7.0.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.0.2-jdk8" + image: "quay.io/epicmorg/confluence:7.0.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.0.2-jdk11" + image: "quay.io/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 12c33c835..84b6b30a0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 aeec140da..80ea46952 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1a848dae2..1fa0cfdd0 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: "hub.epicm.org/epicmorg/confluence:7.0.3" + image: "quay.io/epicmorg/confluence:7.0.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.0.3-jdk8" + image: "quay.io/epicmorg/confluence:7.0.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.0.3-jdk11" + image: "quay.io/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 c9429d939..88fbec93d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c4c8b02f9..f8d508091 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 101ab3f64..cc08a1c59 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: "hub.epicm.org/epicmorg/confluence:7.0.4" + image: "quay.io/epicmorg/confluence:7.0.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.0.4-jdk8" + image: "quay.io/epicmorg/confluence:7.0.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.0.4-jdk11" + image: "quay.io/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 08f36a9c6..2a58ae100 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5a6f0ea67..a592ff36a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bd5537892..642a29042 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: "hub.epicm.org/epicmorg/confluence:7.0.5" + image: "quay.io/epicmorg/confluence:7.0.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.0.5-jdk8" + image: "quay.io/epicmorg/confluence:7.0.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.0.5-jdk11" + image: "quay.io/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 3cb17e5e7..822d10348 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 480b3cd85..1a4ed3a73 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 76d457be2..7ad71fdff 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: "hub.epicm.org/epicmorg/confluence:7.1.0" + image: "quay.io/epicmorg/confluence:7.1.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.1.0-jdk8" + image: "quay.io/epicmorg/confluence:7.1.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.1.0-jdk11" + image: "quay.io/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 80f1117e7..7240b2e84 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c1e4fa068..acc959421 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bc41c628e..92f9242c8 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: "hub.epicm.org/epicmorg/confluence:7.1.1" + image: "quay.io/epicmorg/confluence:7.1.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.1.1-jdk8" + image: "quay.io/epicmorg/confluence:7.1.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.1.1-jdk11" + image: "quay.io/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 95e79bb74..b0c8519db 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 af78e8ed0..d4a248d79 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f58d18b98..463b75578 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: "hub.epicm.org/epicmorg/confluence:7.1.2" + image: "quay.io/epicmorg/confluence:7.1.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.1.2-jdk8" + image: "quay.io/epicmorg/confluence:7.1.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.1.2-jdk11" + image: "quay.io/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 0e465550a..c0f886955 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 96688ea38..5f8765c71 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c7469185e..e05c7a8af 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: "hub.epicm.org/epicmorg/confluence:7.10.0" + image: "quay.io/epicmorg/confluence:7.10.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.10.0-jdk8" + image: "quay.io/epicmorg/confluence:7.10.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.10.0-jdk11" + image: "quay.io/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 52982ed4c..26ba12a39 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d91d41543..c9b7809c6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 62ddc6bb3..2d1da7470 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: "hub.epicm.org/epicmorg/confluence:7.10.1" + image: "quay.io/epicmorg/confluence:7.10.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.10.1-jdk8" + image: "quay.io/epicmorg/confluence:7.10.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.10.1-jdk11" + image: "quay.io/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 8298f2e64..ac2d95a32 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cebb6cccd..62c31a7d9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8a39c4ab8..260b12c8b 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: "hub.epicm.org/epicmorg/confluence:7.10.2" + image: "quay.io/epicmorg/confluence:7.10.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.10.2-jdk8" + image: "quay.io/epicmorg/confluence:7.10.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.10.2-jdk11" + image: "quay.io/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 5ae2c9a23..ddcf5e4d7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 11f4472a2..14a9c8593 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8742a0e0d..87821edde 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: "hub.epicm.org/epicmorg/confluence:7.11.0" + image: "quay.io/epicmorg/confluence:7.11.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.11.0-jdk8" + image: "quay.io/epicmorg/confluence:7.11.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.11.0-jdk11" + image: "quay.io/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 d72af27fb..0c55077e6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b23bf15ac..d9f310efa 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 58cf77773..ff0d4ac0e 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: "hub.epicm.org/epicmorg/confluence:7.11.1" + image: "quay.io/epicmorg/confluence:7.11.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.11.1-jdk8" + image: "quay.io/epicmorg/confluence:7.11.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.11.1-jdk11" + image: "quay.io/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 3179017cd..7c79cadd1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3c80d687f..ed96a13db 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ea677af44..bdfc8ca4d 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: "hub.epicm.org/epicmorg/confluence:7.11.2" + image: "quay.io/epicmorg/confluence:7.11.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.11.2-jdk8" + image: "quay.io/epicmorg/confluence:7.11.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.11.2-jdk11" + image: "quay.io/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 167e31976..8b8bfcae8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a6a1fe0b7..df70b645d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 aedcd96f0..2a42372ec 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: "hub.epicm.org/epicmorg/confluence:7.11.3" + image: "quay.io/epicmorg/confluence:7.11.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.11.3-jdk8" + image: "quay.io/epicmorg/confluence:7.11.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.11.3-jdk11" + image: "quay.io/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 a6637846e..dda5f8f67 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9722fd0cf..8a25de4aa 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a64dde369..daaf89e7f 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: "hub.epicm.org/epicmorg/confluence:7.11.6" + image: "quay.io/epicmorg/confluence:7.11.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.11.6-jdk8" + image: "quay.io/epicmorg/confluence:7.11.6-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.11.6-jdk11" + image: "quay.io/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 5c8603732..4a3540e2f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d02988411..7712d2f63 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 448c2835a..5d0e34428 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: "hub.epicm.org/epicmorg/confluence:7.12.0" + image: "quay.io/epicmorg/confluence:7.12.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.12.0-jdk8" + image: "quay.io/epicmorg/confluence:7.12.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.12.0-jdk11" + image: "quay.io/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 e017bbccd..849c432d2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 022ea3792..5d008e81e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fd214b8e8..4a88f0609 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: "hub.epicm.org/epicmorg/confluence:7.12.1" + image: "quay.io/epicmorg/confluence:7.12.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.12.1-jdk8" + image: "quay.io/epicmorg/confluence:7.12.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.12.1-jdk11" + image: "quay.io/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 8ddbb5e82..f280e5580 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c724a3a13..e2622c01b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 97f1b1cea..bd70a4a1e 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: "hub.epicm.org/epicmorg/confluence:7.12.2" + image: "quay.io/epicmorg/confluence:7.12.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.12.2-jdk8" + image: "quay.io/epicmorg/confluence:7.12.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.12.2-jdk11" + image: "quay.io/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 62ef52e13..3a02a00ab 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 771477151..c525fbbf9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a38d13aba..bea139e96 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: "hub.epicm.org/epicmorg/confluence:7.12.3" + image: "quay.io/epicmorg/confluence:7.12.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.12.3-jdk8" + image: "quay.io/epicmorg/confluence:7.12.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.12.3-jdk11" + image: "quay.io/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 5322fee5e..8711d8f21 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f8443f36f..b9c56e309 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b28bd7a7b..4c8f05059 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: "hub.epicm.org/epicmorg/confluence:7.12.4" + image: "quay.io/epicmorg/confluence:7.12.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.12.4-jdk8" + image: "quay.io/epicmorg/confluence:7.12.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.12.4-jdk11" + image: "quay.io/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 9d1d8fd7c..7da90ebbf 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 07db4d6a8..2157b30f6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 517bc8598..ca81fc742 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: "hub.epicm.org/epicmorg/confluence:7.12.5" + image: "quay.io/epicmorg/confluence:7.12.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.12.5-jdk8" + image: "quay.io/epicmorg/confluence:7.12.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.12.5-jdk11" + image: "quay.io/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 2d915793c..2e0160d9f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e6e891ad5..4bf527a37 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e12e7f094..3a8628618 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: "hub.epicm.org/epicmorg/confluence:7.13.0" + image: "quay.io/epicmorg/confluence:7.13.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.13.0-jdk8" + image: "quay.io/epicmorg/confluence:7.13.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.13.0-jdk11" + image: "quay.io/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 478eb8a0b..26676945f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f78ccc3a3..7a4eebb27 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1005736f2..4acea697e 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: "hub.epicm.org/epicmorg/confluence:7.13.1" + image: "quay.io/epicmorg/confluence:7.13.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.13.1-jdk8" + image: "quay.io/epicmorg/confluence:7.13.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.13.1-jdk11" + image: "quay.io/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 67e997d95..b7c69134a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 47f6fda0e..2eceb8fea 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 abd7b9d55..a48d746a8 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: "hub.epicm.org/epicmorg/confluence:7.13.11" + image: "quay.io/epicmorg/confluence:7.13.11" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.13.11-jdk8" + image: "quay.io/epicmorg/confluence:7.13.11-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.13.11-jdk11" + image: "quay.io/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 e12e13a94..c9977e707 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3612212b1..c9170830e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 dcd4cf4e7..711651bb1 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: "hub.epicm.org/epicmorg/confluence:7.13.12" + image: "quay.io/epicmorg/confluence:7.13.12" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.13.12-jdk8" + image: "quay.io/epicmorg/confluence:7.13.12-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.13.12-jdk11" + image: "quay.io/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 39ba89e48..96ed47bb3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 41f476f0b..552e891d8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 172297ba9..21917d335 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: "hub.epicm.org/epicmorg/confluence:7.13.13" + image: "quay.io/epicmorg/confluence:7.13.13" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.13.13-jdk8" + image: "quay.io/epicmorg/confluence:7.13.13-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.13.13-jdk11" + image: "quay.io/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 499823b91..f36ff58d5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b9059e6df..c2833a661 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6a6d0070a..f4cbc5270 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: "hub.epicm.org/epicmorg/confluence:7.13.14" + image: "quay.io/epicmorg/confluence:7.13.14" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.13.14-jdk8" + image: "quay.io/epicmorg/confluence:7.13.14-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.13.14-jdk11" + image: "quay.io/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 fb6cccf58..1be9af145 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 58d4b18ef..27ecfc994 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 45a9ee3f8..b05de1a4f 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: "hub.epicm.org/epicmorg/confluence:7.13.15" + image: "quay.io/epicmorg/confluence:7.13.15" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.13.15-jdk8" + image: "quay.io/epicmorg/confluence:7.13.15-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.13.15-jdk11" + image: "quay.io/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 1454ade01..67a01b1b4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a99adb841..7c281e184 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d886ab1da..8347bb815 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: "hub.epicm.org/epicmorg/confluence:7.13.16" + image: "quay.io/epicmorg/confluence:7.13.16" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.13.16-jdk8" + image: "quay.io/epicmorg/confluence:7.13.16-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.13.16-jdk11" + image: "quay.io/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 e33eb3ba9..409147785 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6a40fc550..60c8521c1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 87520e49c..bde0798fa 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: "hub.epicm.org/epicmorg/confluence:7.13.17" + image: "quay.io/epicmorg/confluence:7.13.17" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.13.17-jdk8" + image: "quay.io/epicmorg/confluence:7.13.17-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.13.17-jdk11" + image: "quay.io/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 a90dec1a3..1002449a3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f28e8ffe8..2bd77659f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f6943105b..a63213b40 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: "hub.epicm.org/epicmorg/confluence:7.13.18" + image: "quay.io/epicmorg/confluence:7.13.18" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.13.18-jdk8" + image: "quay.io/epicmorg/confluence:7.13.18-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.13.18-jdk11" + image: "quay.io/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 332b3f9a6..b47cfa7ab 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c717d64d5..2c20cce29 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a26306075..a4e030b6b 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: "hub.epicm.org/epicmorg/confluence:7.13.19" + image: "quay.io/epicmorg/confluence:7.13.19" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.13.19-jdk8" + image: "quay.io/epicmorg/confluence:7.13.19-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.13.19-jdk11" + image: "quay.io/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 97bd26335..83753d01b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7903ec32f..319bd6427 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 99350dd79..4c4270553 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: "hub.epicm.org/epicmorg/confluence:7.13.2" + image: "quay.io/epicmorg/confluence:7.13.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.13.2-jdk8" + image: "quay.io/epicmorg/confluence:7.13.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.13.2-jdk11" + image: "quay.io/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 d6530a625..09202771c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 706ef8c1c..16c1c6975 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 734ca2093..613b28309 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: "hub.epicm.org/epicmorg/confluence:7.13.20" + image: "quay.io/epicmorg/confluence:7.13.20" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.13.20-jdk8" + image: "quay.io/epicmorg/confluence:7.13.20-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.13.20-jdk11" + image: "quay.io/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 333bffc06..ff45766e7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9294ebe95..872d401f9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 436b4c168..ac9db5675 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: "hub.epicm.org/epicmorg/confluence:7.13.3" + image: "quay.io/epicmorg/confluence:7.13.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.13.3-jdk8" + image: "quay.io/epicmorg/confluence:7.13.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.13.3-jdk11" + image: "quay.io/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 93ff657eb..9c4f6e9f1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e1b9aa36c..fd8a47f4b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 af60d8f65..3c24a1b07 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: "hub.epicm.org/epicmorg/confluence:7.13.4" + image: "quay.io/epicmorg/confluence:7.13.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.13.4-jdk8" + image: "quay.io/epicmorg/confluence:7.13.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.13.4-jdk11" + image: "quay.io/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 e08a78240..81ff1dae2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 25932363d..eec80346b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a4674cedc..d4c0df123 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: "hub.epicm.org/epicmorg/confluence:7.13.5" + image: "quay.io/epicmorg/confluence:7.13.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.13.5-jdk8" + image: "quay.io/epicmorg/confluence:7.13.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.13.5-jdk11" + image: "quay.io/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 af0f45502..16937ed50 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4dd91f388..114403b1f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 01b6c29a2..837f5b265 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: "hub.epicm.org/epicmorg/confluence:7.13.6" + image: "quay.io/epicmorg/confluence:7.13.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.13.6-jdk8" + image: "quay.io/epicmorg/confluence:7.13.6-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.13.6-jdk11" + image: "quay.io/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 7e5037234..2bf630950 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 edf49949b..9a0498b33 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b38c18efd..6ff8ed588 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: "hub.epicm.org/epicmorg/confluence:7.13.7" + image: "quay.io/epicmorg/confluence:7.13.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.13.7-jdk8" + image: "quay.io/epicmorg/confluence:7.13.7-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.13.7-jdk11" + image: "quay.io/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 cc8ffdeea..a4d6db94e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4d883fb4a..ee63958b1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f2dcc8c0b..426ecc3b4 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: "hub.epicm.org/epicmorg/confluence:7.13.8" + image: "quay.io/epicmorg/confluence:7.13.8" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.13.8-jdk8" + image: "quay.io/epicmorg/confluence:7.13.8-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.13.8-jdk11" + image: "quay.io/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 feb5b7c13..1c037758a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8081c94d2..a4b819c60 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a9e6e1682..c024d6623 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: "hub.epicm.org/epicmorg/confluence:7.13.9" + image: "quay.io/epicmorg/confluence:7.13.9" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.13.9-jdk8" + image: "quay.io/epicmorg/confluence:7.13.9-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.13.9-jdk11" + image: "quay.io/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 f60a5a20f..6c094f686 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 92983c550..bc0c08390 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1aa4c509d..97f9ba0e8 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: "hub.epicm.org/epicmorg/confluence:7.14.0" + image: "quay.io/epicmorg/confluence:7.14.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.14.0-jdk8" + image: "quay.io/epicmorg/confluence:7.14.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.14.0-jdk11" + image: "quay.io/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 4ef00cd67..b362e574b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 27965975f..ec9f3376e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d76624e96..75c222e76 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: "hub.epicm.org/epicmorg/confluence:7.14.1" + image: "quay.io/epicmorg/confluence:7.14.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.14.1-jdk8" + image: "quay.io/epicmorg/confluence:7.14.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.14.1-jdk11" + image: "quay.io/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 865c8ff2d..7c2f966be 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0f1f8a67f..c521601a0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d9881b7ee..ba6dda416 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: "hub.epicm.org/epicmorg/confluence:7.14.2" + image: "quay.io/epicmorg/confluence:7.14.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.14.2-jdk8" + image: "quay.io/epicmorg/confluence:7.14.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.14.2-jdk11" + image: "quay.io/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 821ed001d..cc5b44d1f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9d7c9aa86..e2e95c903 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ae432eb4d..ce8a0df0d 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: "hub.epicm.org/epicmorg/confluence:7.14.3" + image: "quay.io/epicmorg/confluence:7.14.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.14.3-jdk8" + image: "quay.io/epicmorg/confluence:7.14.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.14.3-jdk11" + image: "quay.io/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 6d2ef133b..9faf19337 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2b50ce8f0..4796b8143 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 53a2e10c3..3fba950e6 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: "hub.epicm.org/epicmorg/confluence:7.14.4" + image: "quay.io/epicmorg/confluence:7.14.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.14.4-jdk8" + image: "quay.io/epicmorg/confluence:7.14.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.14.4-jdk11" + image: "quay.io/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 a7ff35cc3..e94a4c626 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9a763a874..5a2accf5b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 190c3c90d..de20c13dd 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: "hub.epicm.org/epicmorg/confluence:7.15.0" + image: "quay.io/epicmorg/confluence:7.15.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.15.0-jdk8" + image: "quay.io/epicmorg/confluence:7.15.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.15.0-jdk11" + image: "quay.io/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 97adeedbe..1516bd793 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 daeb98bf9..103161639 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 37391034f..05317511b 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: "hub.epicm.org/epicmorg/confluence:7.15.1" + image: "quay.io/epicmorg/confluence:7.15.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.15.1-jdk8" + image: "quay.io/epicmorg/confluence:7.15.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.15.1-jdk11" + image: "quay.io/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 0ca8f03bd..d2ac721b9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 041635f76..02f3fa9b9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1d1136316..fc3efdd26 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: "hub.epicm.org/epicmorg/confluence:7.15.2" + image: "quay.io/epicmorg/confluence:7.15.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.15.2-jdk8" + image: "quay.io/epicmorg/confluence:7.15.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.15.2-jdk11" + image: "quay.io/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 1206a0eb4..2d0232e1f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 65cc6241a..123e5780b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a5646ef4c..f5688b18c 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: "hub.epicm.org/epicmorg/confluence:7.15.3" + image: "quay.io/epicmorg/confluence:7.15.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.15.3-jdk8" + image: "quay.io/epicmorg/confluence:7.15.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.15.3-jdk11" + image: "quay.io/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 af8ca8aeb..1c0de89aa 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6e22465f9..da1d15714 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 427744e70..5d984269a 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: "hub.epicm.org/epicmorg/confluence:7.16.0" + image: "quay.io/epicmorg/confluence:7.16.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.16.0-jdk8" + image: "quay.io/epicmorg/confluence:7.16.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.16.0-jdk11" + image: "quay.io/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 aadc686ef..26de97599 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 14d422b49..5fcf56ad0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7cd03cc8b..d6ecd6112 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: "hub.epicm.org/epicmorg/confluence:7.16.1" + image: "quay.io/epicmorg/confluence:7.16.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.16.1-jdk8" + image: "quay.io/epicmorg/confluence:7.16.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.16.1-jdk11" + image: "quay.io/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 9b1d6220f..fe6ce5841 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 33a0cdc08..5503e9934 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8e0f3251a..a7d54edba 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: "hub.epicm.org/epicmorg/confluence:7.16.2" + image: "quay.io/epicmorg/confluence:7.16.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.16.2-jdk8" + image: "quay.io/epicmorg/confluence:7.16.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.16.2-jdk11" + image: "quay.io/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 70b63560b..c56e045b0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 dcbf612ef..711d39213 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 02077695a..5253fb6f1 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: "hub.epicm.org/epicmorg/confluence:7.16.3" + image: "quay.io/epicmorg/confluence:7.16.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.16.3-jdk8" + image: "quay.io/epicmorg/confluence:7.16.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.16.3-jdk11" + image: "quay.io/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 7ab4ea993..4591d7e5b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ef53864e5..03cd0d94c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5227f5f86..849cfed41 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: "hub.epicm.org/epicmorg/confluence:7.16.4" + image: "quay.io/epicmorg/confluence:7.16.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.16.4-jdk8" + image: "quay.io/epicmorg/confluence:7.16.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.16.4-jdk11" + image: "quay.io/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 3126d2aec..dc9150663 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 719f148a2..ff1234e87 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 411c56216..0585fadd6 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: "hub.epicm.org/epicmorg/confluence:7.16.5" + image: "quay.io/epicmorg/confluence:7.16.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.16.5-jdk8" + image: "quay.io/epicmorg/confluence:7.16.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.16.5-jdk11" + image: "quay.io/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 fbe631945..87f086a78 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 157717882..66f98973d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 44ba61ff1..637c29489 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: "hub.epicm.org/epicmorg/confluence:7.17.0" + image: "quay.io/epicmorg/confluence:7.17.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.17.0-jdk8" + image: "quay.io/epicmorg/confluence:7.17.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.17.0-jdk11" + image: "quay.io/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 1afd5b12b..3c7a0a20b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f503c11c6..3ca460710 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6a057fa24..6d6d527dd 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: "hub.epicm.org/epicmorg/confluence:7.17.1" + image: "quay.io/epicmorg/confluence:7.17.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.17.1-jdk8" + image: "quay.io/epicmorg/confluence:7.17.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.17.1-jdk11" + image: "quay.io/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 c7bb2bec4..2be32c2bf 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ad194fe2f..7ef4e5e8a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6b7369408..a8ffacf23 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: "hub.epicm.org/epicmorg/confluence:7.17.2" + image: "quay.io/epicmorg/confluence:7.17.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.17.2-jdk8" + image: "quay.io/epicmorg/confluence:7.17.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.17.2-jdk11" + image: "quay.io/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 7fc5facd5..e618472f8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9058cd67f..53d3bc0bd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 338bd4ce5..c5985260a 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: "hub.epicm.org/epicmorg/confluence:7.17.3" + image: "quay.io/epicmorg/confluence:7.17.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.17.3-jdk8" + image: "quay.io/epicmorg/confluence:7.17.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.17.3-jdk11" + image: "quay.io/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 5ed9776e2..9297ca3be 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2c3ab0b72..315c35953 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f94fbac29..3cfdba0d8 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: "hub.epicm.org/epicmorg/confluence:7.17.4" + image: "quay.io/epicmorg/confluence:7.17.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.17.4-jdk8" + image: "quay.io/epicmorg/confluence:7.17.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.17.4-jdk11" + image: "quay.io/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 ebf9063a4..5457ad1b3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9a8e80ccf..bd070e9ca 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 35004ca13..68f35ac50 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: "hub.epicm.org/epicmorg/confluence:7.17.5" + image: "quay.io/epicmorg/confluence:7.17.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.17.5-jdk8" + image: "quay.io/epicmorg/confluence:7.17.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.17.5-jdk11" + image: "quay.io/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 3262d430f..2d5d8953c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cf19a96c0..a80c97a94 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bf79aa0ab..7be9b3cdd 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: "hub.epicm.org/epicmorg/confluence:7.18.0" + image: "quay.io/epicmorg/confluence:7.18.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.18.0-jdk8" + image: "quay.io/epicmorg/confluence:7.18.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.18.0-jdk11" + image: "quay.io/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 b478b7ac4..aa320049c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f3dc92e89..420b5ccf2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bd4c02a0a..64d442d80 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: "hub.epicm.org/epicmorg/confluence:7.18.1" + image: "quay.io/epicmorg/confluence:7.18.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.18.1-jdk8" + image: "quay.io/epicmorg/confluence:7.18.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.18.1-jdk11" + image: "quay.io/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 3d675274e..22dd7b5e4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6bdaaf549..eecb78447 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8cea2bc00..e44033898 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: "hub.epicm.org/epicmorg/confluence:7.18.2" + image: "quay.io/epicmorg/confluence:7.18.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.18.2-jdk8" + image: "quay.io/epicmorg/confluence:7.18.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.18.2-jdk11" + image: "quay.io/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 3685cd323..0e57e2167 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d5d358e0a..84185e2c6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 16d6e1605..2aef2e224 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: "hub.epicm.org/epicmorg/confluence:7.18.3" + image: "quay.io/epicmorg/confluence:7.18.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.18.3-jdk8" + image: "quay.io/epicmorg/confluence:7.18.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.18.3-jdk11" + image: "quay.io/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 b833e186b..cf9879f45 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 24fe18d4f..563bafb99 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 becd2b499..9bc7eb0f6 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: "hub.epicm.org/epicmorg/confluence:7.19.0" + image: "quay.io/epicmorg/confluence:7.19.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.19.0-jdk8" + image: "quay.io/epicmorg/confluence:7.19.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.19.0-jdk11" + image: "quay.io/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 87887e790..7dfb102c0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3c205ec3c..66ee655b5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6df013a4b..d1c758966 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: "hub.epicm.org/epicmorg/confluence:7.19.1" + image: "quay.io/epicmorg/confluence:7.19.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.19.1-jdk8" + image: "quay.io/epicmorg/confluence:7.19.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.19.1-jdk11" + image: "quay.io/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 7985d508a..8030e56f1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 02631d9f6..8df833e43 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9e4503cd6..b5ea01b7e 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: "hub.epicm.org/epicmorg/confluence:7.19.10" + image: "quay.io/epicmorg/confluence:7.19.10" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.19.10-jdk8" + image: "quay.io/epicmorg/confluence:7.19.10-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.19.10-jdk11" + image: "quay.io/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 a6cb22943..56ea4dde6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0e7c570e..3cad09530 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 96a1aa9ef..3d91a9c22 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: "hub.epicm.org/epicmorg/confluence:7.19.11" + image: "quay.io/epicmorg/confluence:7.19.11" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.19.11-jdk8" + image: "quay.io/epicmorg/confluence:7.19.11-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.19.11-jdk11" + image: "quay.io/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 c9a9c0e29..8b80330e3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 183a227db..c20fafa98 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d1c8f360c..f016e32d6 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: "hub.epicm.org/epicmorg/confluence:7.19.12" + image: "quay.io/epicmorg/confluence:7.19.12" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.19.12-jdk8" + image: "quay.io/epicmorg/confluence:7.19.12-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.19.12-jdk11" + image: "quay.io/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 41dc4c604..d7c3d149e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c4828783a..b70b3190c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c2ffa2f16..0d6251138 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: "hub.epicm.org/epicmorg/confluence:7.19.14" + image: "quay.io/epicmorg/confluence:7.19.14" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.19.14-jdk8" + image: "quay.io/epicmorg/confluence:7.19.14-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.19.14-jdk11" + image: "quay.io/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 f779eb3f6..b97e9e4fc 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f19580b68..a6b85b492 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 715523800..f0240147c 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: "hub.epicm.org/epicmorg/confluence:7.19.15" + image: "quay.io/epicmorg/confluence:7.19.15" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.19.15-jdk8" + image: "quay.io/epicmorg/confluence:7.19.15-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.19.15-jdk11" + image: "quay.io/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 018d9924a..a4a265d13 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1d4dfd48c..40c84761e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b5621ab73..754d4a5cc 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: "hub.epicm.org/epicmorg/confluence:7.19.16" + image: "quay.io/epicmorg/confluence:7.19.16" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.19.16-jdk8" + image: "quay.io/epicmorg/confluence:7.19.16-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.19.16-jdk11" + image: "quay.io/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 3ac1b1eca..f8fedcee7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 835f9f57a..d7cd78003 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 baf69fa9b..77192d0ae 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: "hub.epicm.org/epicmorg/confluence:7.19.17" + image: "quay.io/epicmorg/confluence:7.19.17" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.19.17-jdk8" + image: "quay.io/epicmorg/confluence:7.19.17-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.19.17-jdk11" + image: "quay.io/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 e935ce4e4..13129b460 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fc7ec8d5c..83182f14d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ff833793f..750e9d651 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: "hub.epicm.org/epicmorg/confluence:7.19.18" + image: "quay.io/epicmorg/confluence:7.19.18" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.19.18-jdk8" + image: "quay.io/epicmorg/confluence:7.19.18-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.19.18-jdk11" + image: "quay.io/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 0c183c9a4..1fbda33a0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 21832c022..11cf50db3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 21d1d64a3..444c37289 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: "hub.epicm.org/epicmorg/confluence:7.19.19" + image: "quay.io/epicmorg/confluence:7.19.19" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.19.19-jdk8" + image: "quay.io/epicmorg/confluence:7.19.19-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.19.19-jdk11" + image: "quay.io/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 a6dbc6125..0016faf9a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 52f55fa0b..3777ed15e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ab45b3a79..8cdce77c1 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: "hub.epicm.org/epicmorg/confluence:7.19.2" + image: "quay.io/epicmorg/confluence:7.19.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.19.2-jdk8" + image: "quay.io/epicmorg/confluence:7.19.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.19.2-jdk11" + image: "quay.io/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 e116b14b9..4fcc9adb0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 714d70ea2..6080ebd08 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7389af22e..e7ac74dec 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: "hub.epicm.org/epicmorg/confluence:7.19.20" + image: "quay.io/epicmorg/confluence:7.19.20" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.19.20-jdk8" + image: "quay.io/epicmorg/confluence:7.19.20-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.19.20-jdk11" + image: "quay.io/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 fc2519ef5..96dd4ab95 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a415aab69..a61418f11 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7d08174b4..c1b0817c7 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: "hub.epicm.org/epicmorg/confluence:7.19.21" + image: "quay.io/epicmorg/confluence:7.19.21" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.19.21-jdk8" + image: "quay.io/epicmorg/confluence:7.19.21-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.19.21-jdk11" + image: "quay.io/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 89a1e7b78..3a3cd5b3d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b18a28d13..a3fa845db 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3e7cdbfff..9957c2991 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: "hub.epicm.org/epicmorg/confluence:7.19.22" + image: "quay.io/epicmorg/confluence:7.19.22" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.19.22-jdk8" + image: "quay.io/epicmorg/confluence:7.19.22-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.19.22-jdk11" + image: "quay.io/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 00e209827..c8d052742 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 46b6dca24..496d4d82f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6bddb4e3d..59654593d 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: "hub.epicm.org/epicmorg/confluence:7.19.23" + image: "quay.io/epicmorg/confluence:7.19.23" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.19.23-jdk8" + image: "quay.io/epicmorg/confluence:7.19.23-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.19.23-jdk11" + image: "quay.io/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 a8d78ddfc..657086648 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 eeab7fa4b..22dbc6858 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1cdbe4dad..d5b6ffa57 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: "hub.epicm.org/epicmorg/confluence:7.19.24" + image: "quay.io/epicmorg/confluence:7.19.24" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.19.24-jdk8" + image: "quay.io/epicmorg/confluence:7.19.24-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.19.24-jdk11" + image: "quay.io/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 913d2490e..7447b1d9c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 607d1ae05..e88ab100d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bec13d652..7c22a4878 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: "hub.epicm.org/epicmorg/confluence:7.19.25" + image: "quay.io/epicmorg/confluence:7.19.25" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.19.25-jdk8" + image: "quay.io/epicmorg/confluence:7.19.25-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.19.25-jdk11" + image: "quay.io/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 a4f277b32..213f26b60 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e9ed61ac7..2d20c5ced 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4b1e68eb2..9f4605276 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: "hub.epicm.org/epicmorg/confluence:7.19.26" + image: "quay.io/epicmorg/confluence:7.19.26" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.19.26-jdk8" + image: "quay.io/epicmorg/confluence:7.19.26-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.19.26-jdk11" + image: "quay.io/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 345966efb..8c9912ccd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9f9e78382..fbc2e699c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6aefbcfcb..f69f3767d 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: "hub.epicm.org/epicmorg/confluence:7.19.27" + image: "quay.io/epicmorg/confluence:7.19.27" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.19.27-jdk8" + image: "quay.io/epicmorg/confluence:7.19.27-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.19.27-jdk11" + image: "quay.io/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 9f0921ec6..fc4ad3bd2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fa490fe35..77974c850 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 031bd7063..6a2b42292 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: "hub.epicm.org/epicmorg/confluence:7.19.28" + image: "quay.io/epicmorg/confluence:7.19.28" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.19.28-jdk8" + image: "quay.io/epicmorg/confluence:7.19.28-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.19.28-jdk11" + image: "quay.io/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 72cec0c1e..ffa2562dc 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 45a898129..708e0f662 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6147bddb1..bff9815e3 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: "hub.epicm.org/epicmorg/confluence:7.19.29" + image: "quay.io/epicmorg/confluence:7.19.29" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.19.29-jdk8" + image: "quay.io/epicmorg/confluence:7.19.29-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.19.29-jdk11" + image: "quay.io/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 7c6dd2983..979937677 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 33b69bf40..1c541afe0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 50e5b1bac..ef6f5568a 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: "hub.epicm.org/epicmorg/confluence:7.19.3" + image: "quay.io/epicmorg/confluence:7.19.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.19.3-jdk8" + image: "quay.io/epicmorg/confluence:7.19.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.19.3-jdk11" + image: "quay.io/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 ff4c6f4c7..2e62a2dbe 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 53c515f8f..7ab62d521 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 97499d58d..5c79dd62a 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: "hub.epicm.org/epicmorg/confluence:7.19.30" + image: "quay.io/epicmorg/confluence:7.19.30" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.19.30-jdk8" + image: "quay.io/epicmorg/confluence:7.19.30-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.19.30-jdk11" + image: "quay.io/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 9b5773bb9..b614149b2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 336096274..02ba21516 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 26197fa36..9c75460a3 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: "hub.epicm.org/epicmorg/confluence:7.19.4" + image: "quay.io/epicmorg/confluence:7.19.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.19.4-jdk8" + image: "quay.io/epicmorg/confluence:7.19.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.19.4-jdk11" + image: "quay.io/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 41dd77796..2a03cf1c1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 573448593..c026dcbd1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 770d88739..219df7721 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: "hub.epicm.org/epicmorg/confluence:7.19.5" + image: "quay.io/epicmorg/confluence:7.19.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.19.5-jdk8" + image: "quay.io/epicmorg/confluence:7.19.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.19.5-jdk11" + image: "quay.io/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 e533a2c27..34cc0cd7b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8603ca9b4..26ee6e547 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 715f9cbb3..7e0e018cd 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: "hub.epicm.org/epicmorg/confluence:7.19.6" + image: "quay.io/epicmorg/confluence:7.19.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.19.6-jdk8" + image: "quay.io/epicmorg/confluence:7.19.6-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.19.6-jdk11" + image: "quay.io/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 4f8099381..968f94fb2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ea6bd6e23..73b1b7b39 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 98659f8f0..5d801f2b3 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: "hub.epicm.org/epicmorg/confluence:7.19.7" + image: "quay.io/epicmorg/confluence:7.19.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.19.7-jdk8" + image: "quay.io/epicmorg/confluence:7.19.7-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.19.7-jdk11" + image: "quay.io/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 d7eebd9be..4a6d856d9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 38436fb8c..bd9469eb1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 dee7e7ad5..f6bb6a59c 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: "hub.epicm.org/epicmorg/confluence:7.19.8" + image: "quay.io/epicmorg/confluence:7.19.8" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.19.8-jdk8" + image: "quay.io/epicmorg/confluence:7.19.8-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.19.8-jdk11" + image: "quay.io/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 d955ea138..51a9cdae0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4f2433353..9ddaf3918 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 799d10b9b..9400ca651 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: "hub.epicm.org/epicmorg/confluence:7.19.9" + image: "quay.io/epicmorg/confluence:7.19.9" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.19.9-jdk8" + image: "quay.io/epicmorg/confluence:7.19.9-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.19.9-jdk11" + image: "quay.io/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 c841e44dd..6346c838a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5e0a0f1fa..4f1b415e8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1e93fd51c..a17930c36 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: "hub.epicm.org/epicmorg/confluence:7.2.0" + image: "quay.io/epicmorg/confluence:7.2.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.2.0-jdk8" + image: "quay.io/epicmorg/confluence:7.2.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.2.0-jdk11" + image: "quay.io/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 4e80c14e3..a1d8164dc 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b3da349cd..18bb6cab3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 81be428c2..b2308e6d4 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: "hub.epicm.org/epicmorg/confluence:7.2.1" + image: "quay.io/epicmorg/confluence:7.2.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.2.1-jdk8" + image: "quay.io/epicmorg/confluence:7.2.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.2.1-jdk11" + image: "quay.io/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 4fd718846..24842db39 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 93427160e..248498071 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 69582ba86..9d56a4fc4 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: "hub.epicm.org/epicmorg/confluence:7.2.2" + image: "quay.io/epicmorg/confluence:7.2.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.2.2-jdk8" + image: "quay.io/epicmorg/confluence:7.2.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.2.2-jdk11" + image: "quay.io/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 09dcb6290..282211ba6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c62367673..fc7bcfe85 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7bdc222b6..bc62b327f 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: "hub.epicm.org/epicmorg/confluence:7.20.0" + image: "quay.io/epicmorg/confluence:7.20.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.20.0-jdk8" + image: "quay.io/epicmorg/confluence:7.20.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.20.0-jdk11" + image: "quay.io/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 56bcc1007..a8fad10d4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4903278ea..adf50bc8f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7331a07d5..52d7ad876 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: "hub.epicm.org/epicmorg/confluence:7.20.1" + image: "quay.io/epicmorg/confluence:7.20.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.20.1-jdk8" + image: "quay.io/epicmorg/confluence:7.20.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.20.1-jdk11" + image: "quay.io/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 bbb8243f4..471443463 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cca59ea16..b639db628 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 19239af07..6f11630ef 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: "hub.epicm.org/epicmorg/confluence:7.20.2" + image: "quay.io/epicmorg/confluence:7.20.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.20.2-jdk8" + image: "quay.io/epicmorg/confluence:7.20.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.20.2-jdk11" + image: "quay.io/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 64c417d2b..011342f92 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 30baafb88..ae7bdea6e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6a88d34fa..fbc17e553 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: "hub.epicm.org/epicmorg/confluence:7.20.3" + image: "quay.io/epicmorg/confluence:7.20.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.20.3-jdk8" + image: "quay.io/epicmorg/confluence:7.20.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.20.3-jdk11" + image: "quay.io/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 6ff5382db..0c67f6f7f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fd3e789bb..a091675c8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 277f77083..a2fa02d84 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: "hub.epicm.org/epicmorg/confluence:7.3.1" + image: "quay.io/epicmorg/confluence:7.3.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.3.1-jdk8" + image: "quay.io/epicmorg/confluence:7.3.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.3.1-jdk11" + image: "quay.io/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 84019657c..9153d6134 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6cc95ff1c..e40986340 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f3fd78f96..cacf2f234 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: "hub.epicm.org/epicmorg/confluence:7.3.2" + image: "quay.io/epicmorg/confluence:7.3.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.3.2-jdk8" + image: "quay.io/epicmorg/confluence:7.3.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.3.2-jdk11" + image: "quay.io/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 a3e9ce9a9..339964258 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 deb2596bc..e7b85bf63 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 387606a4d..3cf8635e2 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: "hub.epicm.org/epicmorg/confluence:7.3.3" + image: "quay.io/epicmorg/confluence:7.3.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.3.3-jdk8" + image: "quay.io/epicmorg/confluence:7.3.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.3.3-jdk11" + image: "quay.io/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 46b7c22b2..65de71fe0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 feb47d5a4..47e49780d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d22b7d2fe..13dc0699d 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: "hub.epicm.org/epicmorg/confluence:7.3.4" + image: "quay.io/epicmorg/confluence:7.3.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.3.4-jdk8" + image: "quay.io/epicmorg/confluence:7.3.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.3.4-jdk11" + image: "quay.io/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 095d320e0..7c92e6edf 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 42b1ad16d..3303f77b7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9705ee041..bfd6396e8 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: "hub.epicm.org/epicmorg/confluence:7.3.5" + image: "quay.io/epicmorg/confluence:7.3.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.3.5-jdk8" + image: "quay.io/epicmorg/confluence:7.3.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.3.5-jdk11" + image: "quay.io/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 a6eb51a0e..cc1e4ddfc 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 230733b1e..8bb88223e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f7a03c31e..a1710274a 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: "hub.epicm.org/epicmorg/confluence:7.4.0" + image: "quay.io/epicmorg/confluence:7.4.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.4.0-jdk8" + image: "quay.io/epicmorg/confluence:7.4.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.4.0-jdk11" + image: "quay.io/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 2aa9277d1..3eb0dc0f1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fc5070f1e..2a366a3fa 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d3c1798f8..eb164922c 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: "hub.epicm.org/epicmorg/confluence:7.4.1" + image: "quay.io/epicmorg/confluence:7.4.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.4.1-jdk8" + image: "quay.io/epicmorg/confluence:7.4.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.4.1-jdk11" + image: "quay.io/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 af32394f0..875f9e193 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 145b00d27..c8343d3a7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d11928355..19ab8d4cb 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: "hub.epicm.org/epicmorg/confluence:7.4.10" + image: "quay.io/epicmorg/confluence:7.4.10" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.4.10-jdk8" + image: "quay.io/epicmorg/confluence:7.4.10-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.4.10-jdk11" + image: "quay.io/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 472526841..b757568f8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1e08d49ad..f65a777b4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5934f6b39..8feb5f602 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: "hub.epicm.org/epicmorg/confluence:7.4.11" + image: "quay.io/epicmorg/confluence:7.4.11" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.4.11-jdk8" + image: "quay.io/epicmorg/confluence:7.4.11-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.4.11-jdk11" + image: "quay.io/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 c5cf4268e..3c436e3bd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2a9b4fb61..fa7569d58 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1c0453f17..e33a0c1d9 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: "hub.epicm.org/epicmorg/confluence:7.4.12" + image: "quay.io/epicmorg/confluence:7.4.12" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.4.12-jdk8" + image: "quay.io/epicmorg/confluence:7.4.12-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.4.12-jdk11" + image: "quay.io/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 f241b1de2..36e838456 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f3d1e62c3..40c8690ce 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8b2239191..bef404451 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: "hub.epicm.org/epicmorg/confluence:7.4.13" + image: "quay.io/epicmorg/confluence:7.4.13" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.4.13-jdk8" + image: "quay.io/epicmorg/confluence:7.4.13-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.4.13-jdk11" + image: "quay.io/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 6d1e8279e..0b9c6b10d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f7213f103..ebbe5d743 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0818b2921..3e5c17139 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: "hub.epicm.org/epicmorg/confluence:7.4.14" + image: "quay.io/epicmorg/confluence:7.4.14" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.4.14-jdk8" + image: "quay.io/epicmorg/confluence:7.4.14-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.4.14-jdk11" + image: "quay.io/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 525ee578c..50f543010 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 203a122d5..dfaf600f2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 22bfc58b9..71a57b43e 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: "hub.epicm.org/epicmorg/confluence:7.4.15" + image: "quay.io/epicmorg/confluence:7.4.15" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.4.15-jdk8" + image: "quay.io/epicmorg/confluence:7.4.15-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.4.15-jdk11" + image: "quay.io/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 e5ea14a4e..fea052033 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2b23e9247..0d553b8ae 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b5811851c..ced57e6cc 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: "hub.epicm.org/epicmorg/confluence:7.4.16" + image: "quay.io/epicmorg/confluence:7.4.16" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.4.16-jdk8" + image: "quay.io/epicmorg/confluence:7.4.16-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.4.16-jdk11" + image: "quay.io/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 3f76d1f3b..0d80be0cb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 65308909e..50c6f8c2b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 be487fcbe..40ba2a3a4 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: "hub.epicm.org/epicmorg/confluence:7.4.17" + image: "quay.io/epicmorg/confluence:7.4.17" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.4.17-jdk8" + image: "quay.io/epicmorg/confluence:7.4.17-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.4.17-jdk11" + image: "quay.io/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 f0570118d..ea76e93c6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1d687f499..e5ab13ca5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6d518168f..c5267d057 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: "hub.epicm.org/epicmorg/confluence:7.4.18" + image: "quay.io/epicmorg/confluence:7.4.18" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.4.18-jdk8" + image: "quay.io/epicmorg/confluence:7.4.18-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.4.18-jdk11" + image: "quay.io/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 be1ae481e..70a749252 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f4ea6f0e0..1c01ceb04 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1c49cdaef..661464255 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: "hub.epicm.org/epicmorg/confluence:7.4.3" + image: "quay.io/epicmorg/confluence:7.4.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.4.3-jdk8" + image: "quay.io/epicmorg/confluence:7.4.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.4.3-jdk11" + image: "quay.io/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 f1d54a0b6..233727ba2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 23ddedc9c..684d583b9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8a967c13a..7138b9b57 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: "hub.epicm.org/epicmorg/confluence:7.4.4" + image: "quay.io/epicmorg/confluence:7.4.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.4.4-jdk8" + image: "quay.io/epicmorg/confluence:7.4.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.4.4-jdk11" + image: "quay.io/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 7c3525e86..e55ecc63a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8aa4bd4fa..6f9243ab5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 16dea633a..388665ae0 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: "hub.epicm.org/epicmorg/confluence:7.4.5" + image: "quay.io/epicmorg/confluence:7.4.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.4.5-jdk8" + image: "quay.io/epicmorg/confluence:7.4.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.4.5-jdk11" + image: "quay.io/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 aa5835e01..928883b43 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 92c633ba7..6c4745d24 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 84ae0bc09..100252eda 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: "hub.epicm.org/epicmorg/confluence:7.4.6" + image: "quay.io/epicmorg/confluence:7.4.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.4.6-jdk8" + image: "quay.io/epicmorg/confluence:7.4.6-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.4.6-jdk11" + image: "quay.io/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 a79094e47..100c9a2e2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1d79f1efd..91aea943f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 444a8fc29..8ea5dbadb 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: "hub.epicm.org/epicmorg/confluence:7.4.7" + image: "quay.io/epicmorg/confluence:7.4.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.4.7-jdk8" + image: "quay.io/epicmorg/confluence:7.4.7-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.4.7-jdk11" + image: "quay.io/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 dbebab316..b9c676195 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fbd2abc70..7b6b60906 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b3a1dd398..6d0498556 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: "hub.epicm.org/epicmorg/confluence:7.4.8" + image: "quay.io/epicmorg/confluence:7.4.8" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.4.8-jdk8" + image: "quay.io/epicmorg/confluence:7.4.8-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.4.8-jdk11" + image: "quay.io/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 8859eee71..d71a30583 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2f48f3aa3..5452ea5be 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 73ed7f30c..596abdd7f 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: "hub.epicm.org/epicmorg/confluence:7.4.9" + image: "quay.io/epicmorg/confluence:7.4.9" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.4.9-jdk8" + image: "quay.io/epicmorg/confluence:7.4.9-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.4.9-jdk11" + image: "quay.io/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 4b0bfc38d..51bd18de2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 155d3f490..551c8d59c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a8c5eee10..22785a2b5 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: "hub.epicm.org/epicmorg/confluence:7.5.0" + image: "quay.io/epicmorg/confluence:7.5.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.5.0-jdk8" + image: "quay.io/epicmorg/confluence:7.5.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.5.0-jdk11" + image: "quay.io/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 c47821865..354924162 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8c2dff476..a40ed73e3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2d2c00b99..494011e4d 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: "hub.epicm.org/epicmorg/confluence:7.5.1" + image: "quay.io/epicmorg/confluence:7.5.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.5.1-jdk8" + image: "quay.io/epicmorg/confluence:7.5.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.5.1-jdk11" + image: "quay.io/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 c2ccf6682..cdb4d88c8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7b8a809e3..61dd85087 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0ff32626f..7ef057670 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: "hub.epicm.org/epicmorg/confluence:7.5.2" + image: "quay.io/epicmorg/confluence:7.5.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.5.2-jdk8" + image: "quay.io/epicmorg/confluence:7.5.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.5.2-jdk11" + image: "quay.io/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 2e590091e..1d5d64d4b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 21555f7c0..658712c5e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1b39efb85..a7650365c 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: "hub.epicm.org/epicmorg/confluence:7.6.0" + image: "quay.io/epicmorg/confluence:7.6.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.6.0-jdk8" + image: "quay.io/epicmorg/confluence:7.6.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.6.0-jdk11" + image: "quay.io/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 384e8212d..969569850 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8b87c1ef8..0fbda2d92 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 534f8729d..b42a7c7e4 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: "hub.epicm.org/epicmorg/confluence:7.6.1" + image: "quay.io/epicmorg/confluence:7.6.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.6.1-jdk8" + image: "quay.io/epicmorg/confluence:7.6.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.6.1-jdk11" + image: "quay.io/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 c8bbf8b44..3c06d5493 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 06ff30ccf..cc970fc22 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 84a4cc27e..9037d7f71 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: "hub.epicm.org/epicmorg/confluence:7.6.2" + image: "quay.io/epicmorg/confluence:7.6.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.6.2-jdk8" + image: "quay.io/epicmorg/confluence:7.6.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.6.2-jdk11" + image: "quay.io/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 60958e6b4..7f78128c6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1da2b65cf..be4fbd548 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f245586ee..07ca9c101 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: "hub.epicm.org/epicmorg/confluence:7.6.3" + image: "quay.io/epicmorg/confluence:7.6.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.6.3-jdk8" + image: "quay.io/epicmorg/confluence:7.6.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.6.3-jdk11" + image: "quay.io/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 038e34321..c529ba858 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 90c5f2ffd..f9711ef1b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 89a89d01a..3fb4bfb73 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: "hub.epicm.org/epicmorg/confluence:7.7.2" + image: "quay.io/epicmorg/confluence:7.7.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.7.2-jdk8" + image: "quay.io/epicmorg/confluence:7.7.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.7.2-jdk11" + image: "quay.io/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 5f40ad191..76dfe5a83 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 63af20e8e..2d9655557 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 04375f50f..56bd64a95 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: "hub.epicm.org/epicmorg/confluence:7.7.3" + image: "quay.io/epicmorg/confluence:7.7.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.7.3-jdk8" + image: "quay.io/epicmorg/confluence:7.7.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.7.3-jdk11" + image: "quay.io/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 da89a8ec3..6a036284b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3cf472e85..16f204bc9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 88b5688e4..6ef7f0481 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: "hub.epicm.org/epicmorg/confluence:7.7.4" + image: "quay.io/epicmorg/confluence:7.7.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.7.4-jdk8" + image: "quay.io/epicmorg/confluence:7.7.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.7.4-jdk11" + image: "quay.io/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 c993f32ac..478df8761 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7500d07cb..075878c4f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 692c92545..f3c2fcfd2 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: "hub.epicm.org/epicmorg/confluence:7.8.0" + image: "quay.io/epicmorg/confluence:7.8.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.8.0-jdk8" + image: "quay.io/epicmorg/confluence:7.8.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.8.0-jdk11" + image: "quay.io/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 9db3b9258..814ebeae9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8b889be63..5c97bff28 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 20160102b..7b866cbe7 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: "hub.epicm.org/epicmorg/confluence:7.8.1" + image: "quay.io/epicmorg/confluence:7.8.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.8.1-jdk8" + image: "quay.io/epicmorg/confluence:7.8.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.8.1-jdk11" + image: "quay.io/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 283115560..9c73d5016 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0bf52e94f..3e1350616 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d10a188a1..eb0a6f2b1 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: "hub.epicm.org/epicmorg/confluence:7.8.3" + image: "quay.io/epicmorg/confluence:7.8.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.8.3-jdk8" + image: "quay.io/epicmorg/confluence:7.8.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.8.3-jdk11" + image: "quay.io/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 44621c5f3..413feb8df 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c0daaa6a3..94479f47d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bc3e2d1fa..cdf699a70 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: "hub.epicm.org/epicmorg/confluence:7.9.0" + image: "quay.io/epicmorg/confluence:7.9.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.9.0-jdk8" + image: "quay.io/epicmorg/confluence:7.9.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.9.0-jdk11" + image: "quay.io/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 e023c4d02..04516497c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5ecf7d86f..ec1532f94 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4c58b9306..fe1af6694 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: "hub.epicm.org/epicmorg/confluence:7.9.1" + image: "quay.io/epicmorg/confluence:7.9.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.9.1-jdk8" + image: "quay.io/epicmorg/confluence:7.9.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.9.1-jdk11" + image: "quay.io/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 25f0e2fac..c845a47fa 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 dfd0333c9..3787788c1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8e57c1cf8..389692948 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: "hub.epicm.org/epicmorg/confluence:7.9.3" + image: "quay.io/epicmorg/confluence:7.9.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/confluence:7.9.3-jdk8" + image: "quay.io/epicmorg/confluence:7.9.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:7.9.3-jdk11" + image: "quay.io/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 ce777e7ff..45006b9a9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3006f33fc..0122c3aeb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0ece112ad..c0d010e51 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: "hub.epicm.org/epicmorg/confluence:8.0.0" + image: "quay.io/epicmorg/confluence:8.0.0" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.0.0-jdk11" + image: "quay.io/epicmorg/confluence:8.0.0-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.0.0-jdk17" + image: "quay.io/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 306f276d7..c6890f048 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 316b9c201..76756ad87 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fc1769ee5..953dffc17 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: "hub.epicm.org/epicmorg/confluence:8.0.1" + image: "quay.io/epicmorg/confluence:8.0.1" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.0.1-jdk11" + image: "quay.io/epicmorg/confluence:8.0.1-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.0.1-jdk17" + image: "quay.io/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 6ab67e461..a96c96167 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 42f9cd46d..36de00e3d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fdca06a62..c7d13054a 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: "hub.epicm.org/epicmorg/confluence:8.0.2" + image: "quay.io/epicmorg/confluence:8.0.2" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.0.2-jdk11" + image: "quay.io/epicmorg/confluence:8.0.2-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.0.2-jdk17" + image: "quay.io/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 d23a9ba9c..153fb799e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0eaaf25f8..c6faf2fb5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f066019c2..0ab24baae 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: "hub.epicm.org/epicmorg/confluence:8.0.3" + image: "quay.io/epicmorg/confluence:8.0.3" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.0.3-jdk11" + image: "quay.io/epicmorg/confluence:8.0.3-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.0.3-jdk17" + image: "quay.io/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 19b27daf2..baecca252 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8774d7b5f..2f85f528b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4d7720b3b..3b4946cfa 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: "hub.epicm.org/epicmorg/confluence:8.0.4" + image: "quay.io/epicmorg/confluence:8.0.4" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.0.4-jdk11" + image: "quay.io/epicmorg/confluence:8.0.4-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.0.4-jdk17" + image: "quay.io/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 76ea6dd4c..fe591cb96 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c2afb0d85..be6258206 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f690642f1..110838f3b 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: "hub.epicm.org/epicmorg/confluence:8.1.0" + image: "quay.io/epicmorg/confluence:8.1.0" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.1.0-jdk11" + image: "quay.io/epicmorg/confluence:8.1.0-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.1.0-jdk17" + image: "quay.io/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 0d625646b..f579af911 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d5a458cff..21059981f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b3277bb34..57a1592c9 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: "hub.epicm.org/epicmorg/confluence:8.1.1" + image: "quay.io/epicmorg/confluence:8.1.1" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.1.1-jdk11" + image: "quay.io/epicmorg/confluence:8.1.1-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.1.1-jdk17" + image: "quay.io/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 b5840d53e..a2894cec4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6d27b67f3..b22cb5cb4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 09822c201..1b547eee8 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: "hub.epicm.org/epicmorg/confluence:8.1.3" + image: "quay.io/epicmorg/confluence:8.1.3" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.1.3-jdk11" + image: "quay.io/epicmorg/confluence:8.1.3-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.1.3-jdk17" + image: "quay.io/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 d7ed26721..f0114a5aa 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ee3e7340e..38c0f1e4c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 58c89da50..e57d2deab 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: "hub.epicm.org/epicmorg/confluence:8.1.4" + image: "quay.io/epicmorg/confluence:8.1.4" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.1.4-jdk11" + image: "quay.io/epicmorg/confluence:8.1.4-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.1.4-jdk17" + image: "quay.io/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 7d93f7dbb..8b00e0958 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6682af3b6..9f685aa62 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2e0560a3e..288281793 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: "hub.epicm.org/epicmorg/confluence:8.2.0" + image: "quay.io/epicmorg/confluence:8.2.0" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.2.0-jdk11" + image: "quay.io/epicmorg/confluence:8.2.0-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.2.0-jdk17" + image: "quay.io/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 9a7eb8849..3a0c7ec1b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 94b5fe465..b9cbedb30 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f81e7057f..593568010 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: "hub.epicm.org/epicmorg/confluence:8.2.1" + image: "quay.io/epicmorg/confluence:8.2.1" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.2.1-jdk11" + image: "quay.io/epicmorg/confluence:8.2.1-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.2.1-jdk17" + image: "quay.io/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 8b8277c40..44bb671ff 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f0dc5ea74..3863e756a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 104b04508..05647fafd 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: "hub.epicm.org/epicmorg/confluence:8.2.2" + image: "quay.io/epicmorg/confluence:8.2.2" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.2.2-jdk11" + image: "quay.io/epicmorg/confluence:8.2.2-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.2.2-jdk17" + image: "quay.io/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 e4f42f150..bb710fdaf 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 33687c01e..a889a6bdd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4c1a31ae8..65f56be33 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: "hub.epicm.org/epicmorg/confluence:8.2.3" + image: "quay.io/epicmorg/confluence:8.2.3" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.2.3-jdk11" + image: "quay.io/epicmorg/confluence:8.2.3-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.2.3-jdk17" + image: "quay.io/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 34098aba4..7bc66652c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a555fa420..622e06c47 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a2baf4e60..6e3f6c47f 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: "hub.epicm.org/epicmorg/confluence:8.3.0" + image: "quay.io/epicmorg/confluence:8.3.0" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.3.0-jdk11" + image: "quay.io/epicmorg/confluence:8.3.0-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.3.0-jdk17" + image: "quay.io/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 89a4608df..1094037df 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 dfdeb7cd4..308a6937c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f11a3c84d..45e796fd7 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: "hub.epicm.org/epicmorg/confluence:8.3.1" + image: "quay.io/epicmorg/confluence:8.3.1" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.3.1-jdk11" + image: "quay.io/epicmorg/confluence:8.3.1-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.3.1-jdk17" + image: "quay.io/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 0866a33cf..97f544633 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a4dd744ae..bab4c9943 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e9bf8ad04..1df7e8284 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: "hub.epicm.org/epicmorg/confluence:8.3.2" + image: "quay.io/epicmorg/confluence:8.3.2" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.3.2-jdk11" + image: "quay.io/epicmorg/confluence:8.3.2-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.3.2-jdk17" + image: "quay.io/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 6f8ebaf97..cac6f8cab 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a4e644abc..ca6ed2781 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9930c1213..711c06528 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: "hub.epicm.org/epicmorg/confluence:8.3.3" + image: "quay.io/epicmorg/confluence:8.3.3" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.3.3-jdk11" + image: "quay.io/epicmorg/confluence:8.3.3-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.3.3-jdk17" + image: "quay.io/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 5dba85a04..d7d6e2605 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2a5725f50..d93aee9fa 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 dcb253c15..9d20e325e 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: "hub.epicm.org/epicmorg/confluence:8.3.4" + image: "quay.io/epicmorg/confluence:8.3.4" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.3.4-jdk11" + image: "quay.io/epicmorg/confluence:8.3.4-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.3.4-jdk17" + image: "quay.io/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 43f756a2e..dd5af3ddd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f7ef4d4cb..dbe63fc7a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fceb86656..ca94fcdc3 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: "hub.epicm.org/epicmorg/confluence:8.4.0" + image: "quay.io/epicmorg/confluence:8.4.0" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.4.0-jdk11" + image: "quay.io/epicmorg/confluence:8.4.0-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.4.0-jdk17" + image: "quay.io/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 d8f7877a2..bfa7cbde2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c9ff22bf2..c4d11f62b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c546d1b13..fc7ab1146 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: "hub.epicm.org/epicmorg/confluence:8.4.1" + image: "quay.io/epicmorg/confluence:8.4.1" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.4.1-jdk11" + image: "quay.io/epicmorg/confluence:8.4.1-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.4.1-jdk17" + image: "quay.io/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 7704af709..58eb72c92 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0fab7625b..7da20f00a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a26119843..7e78aea67 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: "hub.epicm.org/epicmorg/confluence:8.4.2" + image: "quay.io/epicmorg/confluence:8.4.2" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.4.2-jdk11" + image: "quay.io/epicmorg/confluence:8.4.2-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.4.2-jdk17" + image: "quay.io/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 b162020d8..30fc0cf37 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a88d0a54d..697da1603 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ea6382bd2..c14453cfe 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: "hub.epicm.org/epicmorg/confluence:8.4.3" + image: "quay.io/epicmorg/confluence:8.4.3" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.4.3-jdk11" + image: "quay.io/epicmorg/confluence:8.4.3-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.4.3-jdk17" + image: "quay.io/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 4d6c8bb26..68572f751 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3f9688f42..509f77885 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6d118490a..f3ac7c726 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: "hub.epicm.org/epicmorg/confluence:8.4.4" + image: "quay.io/epicmorg/confluence:8.4.4" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.4.4-jdk11" + image: "quay.io/epicmorg/confluence:8.4.4-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.4.4-jdk17" + image: "quay.io/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 e3fc88ed6..5952bfff2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 11909e406..51ae86b99 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 48d1bcdbe..e01668cb0 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: "hub.epicm.org/epicmorg/confluence:8.4.5" + image: "quay.io/epicmorg/confluence:8.4.5" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.4.5-jdk11" + image: "quay.io/epicmorg/confluence:8.4.5-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.4.5-jdk17" + image: "quay.io/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 fb76b7987..b65798e08 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 646513dbb..ce0e894c4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 023512a78..978367a0d 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: "hub.epicm.org/epicmorg/confluence:8.5.0" + image: "quay.io/epicmorg/confluence:8.5.0" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.5.0-jdk11" + image: "quay.io/epicmorg/confluence:8.5.0-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.5.0-jdk17" + image: "quay.io/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 132facda2..949ea27ca 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c619c8ce5..148f04033 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bc99309b1..9923b8ad6 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: "hub.epicm.org/epicmorg/confluence:8.5.1" + image: "quay.io/epicmorg/confluence:8.5.1" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.5.1-jdk11" + image: "quay.io/epicmorg/confluence:8.5.1-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.5.1-jdk17" + image: "quay.io/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 1acd0846b..a8ef2d7d4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 acc9270c5..a67166e27 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2ffb83b96..286ad200b 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: "hub.epicm.org/epicmorg/confluence:8.5.10" + image: "quay.io/epicmorg/confluence:8.5.10" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.5.10-jdk11" + image: "quay.io/epicmorg/confluence:8.5.10-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.5.10-jdk17" + image: "quay.io/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 40031cdd8..9b737d214 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b42b11054..0c9ecf233 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6c69a8e07..06773baf3 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: "hub.epicm.org/epicmorg/confluence:8.5.11" + image: "quay.io/epicmorg/confluence:8.5.11" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.5.11-jdk11" + image: "quay.io/epicmorg/confluence:8.5.11-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.5.11-jdk17" + image: "quay.io/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 372ec8223..46ecc80c8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e47b389a7..3c4f086a8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7f7c1ff8e..f2b72f2e1 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: "hub.epicm.org/epicmorg/confluence:8.5.12" + image: "quay.io/epicmorg/confluence:8.5.12" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.5.12-jdk11" + image: "quay.io/epicmorg/confluence:8.5.12-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.5.12-jdk17" + image: "quay.io/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 1d564438a..fc2b33ad0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fbedafb16..ee016a75e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4528e113e..2d40758d2 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: "hub.epicm.org/epicmorg/confluence:8.5.14" + image: "quay.io/epicmorg/confluence:8.5.14" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.5.14-jdk11" + image: "quay.io/epicmorg/confluence:8.5.14-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.5.14-jdk17" + image: "quay.io/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 1de8b58f8..c95ade5e4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 628a154a6..430bcaad1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 91d687f19..7296110bd 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: "hub.epicm.org/epicmorg/confluence:8.5.15" + image: "quay.io/epicmorg/confluence:8.5.15" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.5.15-jdk11" + image: "quay.io/epicmorg/confluence:8.5.15-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.5.15-jdk17" + image: "quay.io/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 288c4d0c1..54cee876f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3e99a873d..4bb5eb9b6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 afc41c419..d40501421 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: "hub.epicm.org/epicmorg/confluence:8.5.16" + image: "quay.io/epicmorg/confluence:8.5.16" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.5.16-jdk11" + image: "quay.io/epicmorg/confluence:8.5.16-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.5.16-jdk17" + image: "quay.io/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 827df1c75..0bafe782e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0afbaae75..77ebb3a94 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 30897d6b4..b67aca3c1 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: "hub.epicm.org/epicmorg/confluence:8.5.17" + image: "quay.io/epicmorg/confluence:8.5.17" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.5.17-jdk11" + image: "quay.io/epicmorg/confluence:8.5.17-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.5.17-jdk17" + image: "quay.io/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 5c9d5864e..9a05c6ba6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9669902e5..d9b3dd933 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8a7cfb31f..a418572b6 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: "hub.epicm.org/epicmorg/confluence:8.5.18" + image: "quay.io/epicmorg/confluence:8.5.18" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.5.18-jdk11" + image: "quay.io/epicmorg/confluence:8.5.18-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.5.18-jdk17" + image: "quay.io/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 0829ce2e0..7deef68b4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 401312de4..452cd6b85 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 58d510614..11a3dcf23 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: "hub.epicm.org/epicmorg/confluence:8.5.19" + image: "quay.io/epicmorg/confluence:8.5.19" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.5.19-jdk11" + image: "quay.io/epicmorg/confluence:8.5.19-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.5.19-jdk17" + image: "quay.io/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 0569e8a46..3266bff20 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 eb73011b7..0f8b2469e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c3315d4c1..f87ca9680 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: "hub.epicm.org/epicmorg/confluence:8.5.2" + image: "quay.io/epicmorg/confluence:8.5.2" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.5.2-jdk11" + image: "quay.io/epicmorg/confluence:8.5.2-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.5.2-jdk17" + image: "quay.io/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 bff11abb0..a948e2c55 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5fb4371b9..3360713ff 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0acba8975..c40438c04 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: "hub.epicm.org/epicmorg/confluence:8.5.20" + image: "quay.io/epicmorg/confluence:8.5.20" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.5.20-jdk11" + image: "quay.io/epicmorg/confluence:8.5.20-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.5.20-jdk17" + image: "quay.io/epicmorg/confluence:8.5.20-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 c9a32361c..ecb1fd84b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 02da7ff8f..fda1ef9b4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 11385aacb..d78c0a9a1 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: "hub.epicm.org/epicmorg/confluence:8.5.3" + image: "quay.io/epicmorg/confluence:8.5.3" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.5.3-jdk11" + image: "quay.io/epicmorg/confluence:8.5.3-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.5.3-jdk17" + image: "quay.io/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 45b03636f..c8a502c75 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ec8f859e5..dbbb246c0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 92b4de8c4..543ba789e 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: "hub.epicm.org/epicmorg/confluence:8.5.4" + image: "quay.io/epicmorg/confluence:8.5.4" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.5.4-jdk11" + image: "quay.io/epicmorg/confluence:8.5.4-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.5.4-jdk17" + image: "quay.io/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 3171c1ff9..56dd6046d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c913b33fb..61e9a8fe3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 28b6982ca..1010b7dc6 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: "hub.epicm.org/epicmorg/confluence:8.5.5" + image: "quay.io/epicmorg/confluence:8.5.5" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.5.5-jdk11" + image: "quay.io/epicmorg/confluence:8.5.5-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.5.5-jdk17" + image: "quay.io/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 918219748..95524adf0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 db3283d77..3e476bc05 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 110151077..0ac6549d5 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: "hub.epicm.org/epicmorg/confluence:8.5.6" + image: "quay.io/epicmorg/confluence:8.5.6" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.5.6-jdk11" + image: "quay.io/epicmorg/confluence:8.5.6-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.5.6-jdk17" + image: "quay.io/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 afb2273d6..5aa9411d7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 365ba9de6..a500ae43c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4b526e964..108f021a4 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: "hub.epicm.org/epicmorg/confluence:8.5.7" + image: "quay.io/epicmorg/confluence:8.5.7" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.5.7-jdk11" + image: "quay.io/epicmorg/confluence:8.5.7-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.5.7-jdk17" + image: "quay.io/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 729fc7cd2..c72a43ec1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fe33185f6..98e7cdca8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 94cbe6480..d4ead4cde 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: "hub.epicm.org/epicmorg/confluence:8.5.8" + image: "quay.io/epicmorg/confluence:8.5.8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.5.8-jdk11" + image: "quay.io/epicmorg/confluence:8.5.8-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.5.8-jdk17" + image: "quay.io/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 6c21d7d3a..a7f6fdf8a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c4286476f..b6f92d5af 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4a31c1c67..ef457d20c 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: "hub.epicm.org/epicmorg/confluence:8.5.9" + image: "quay.io/epicmorg/confluence:8.5.9" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.5.9-jdk11" + image: "quay.io/epicmorg/confluence:8.5.9-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.5.9-jdk17" + image: "quay.io/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 90c44ad27..f83c7897b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3597c8ad4..db6e3f065 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2d3382a7e..678dcc922 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: "hub.epicm.org/epicmorg/confluence:8.6.0" + image: "quay.io/epicmorg/confluence:8.6.0" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.6.0-jdk11" + image: "quay.io/epicmorg/confluence:8.6.0-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.6.0-jdk17" + image: "quay.io/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 83224b674..5ba8d108e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8f88bd6da..076591ccf 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 aa008daee..829550685 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: "hub.epicm.org/epicmorg/confluence:8.6.1" + image: "quay.io/epicmorg/confluence:8.6.1" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.6.1-jdk11" + image: "quay.io/epicmorg/confluence:8.6.1-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.6.1-jdk17" + image: "quay.io/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 5bee95704..8f24ec04a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8d635b81d..2a3caff5d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0d0e2c181..e900a76bd 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: "hub.epicm.org/epicmorg/confluence:8.6.2" + image: "quay.io/epicmorg/confluence:8.6.2" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.6.2-jdk11" + image: "quay.io/epicmorg/confluence:8.6.2-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.6.2-jdk17" + image: "quay.io/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 149b1426b..63e1007df 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 79627e560..18d563bfc 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5d4e237d2..8ecc720b3 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: "hub.epicm.org/epicmorg/confluence:8.7.1" + image: "quay.io/epicmorg/confluence:8.7.1" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.7.1-jdk11" + image: "quay.io/epicmorg/confluence:8.7.1-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.7.1-jdk17" + image: "quay.io/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 f03af1f4b..bff133765 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3591dff78..210eb74ce 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 235c6f770..37c7d0c5f 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: "hub.epicm.org/epicmorg/confluence:8.7.2" + image: "quay.io/epicmorg/confluence:8.7.2" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.7.2-jdk11" + image: "quay.io/epicmorg/confluence:8.7.2-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.7.2-jdk17" + image: "quay.io/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 0245772a9..c95800296 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 afe948f07..d5e737613 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 686333775..2b962c00b 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: "hub.epicm.org/epicmorg/confluence:8.8.0" + image: "quay.io/epicmorg/confluence:8.8.0" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.8.0-jdk11" + image: "quay.io/epicmorg/confluence:8.8.0-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.8.0-jdk17" + image: "quay.io/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 61d0e9f23..4935150fc 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 344fe1653..17ed38531 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 03a421182..017ff0dbd 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: "hub.epicm.org/epicmorg/confluence:8.8.1" + image: "quay.io/epicmorg/confluence:8.8.1" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.8.1-jdk11" + image: "quay.io/epicmorg/confluence:8.8.1-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.8.1-jdk17" + image: "quay.io/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 76b3e1595..41dfcb3df 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 73cdef7cf..57ca59bc0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 df21cdfb7..afea06908 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: "hub.epicm.org/epicmorg/confluence:8.9.0" + image: "quay.io/epicmorg/confluence:8.9.0" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.9.0-jdk11" + image: "quay.io/epicmorg/confluence:8.9.0-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.9.0-jdk17" + image: "quay.io/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 f9d9b8e2d..8c53f4681 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8b8522e4c..0db0f4e70 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 deb50985c..6aca6dbcb 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: "hub.epicm.org/epicmorg/confluence:8.9.1" + image: "quay.io/epicmorg/confluence:8.9.1" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.9.1-jdk11" + image: "quay.io/epicmorg/confluence:8.9.1-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.9.1-jdk17" + image: "quay.io/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 abadb6dbe..20f30f4bc 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 330c7b326..2706b4d74 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3d4d86ac8..568cb4215 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: "hub.epicm.org/epicmorg/confluence:8.9.2" + image: "quay.io/epicmorg/confluence:8.9.2" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.9.2-jdk11" + image: "quay.io/epicmorg/confluence:8.9.2-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.9.2-jdk17" + image: "quay.io/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 43469d65e..34bb15a4a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 27de023eb..a5a692e38 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b1be5878d..ca79a47fb 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: "hub.epicm.org/epicmorg/confluence:8.9.3" + image: "quay.io/epicmorg/confluence:8.9.3" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.9.3-jdk11" + image: "quay.io/epicmorg/confluence:8.9.3-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.9.3-jdk17" + image: "quay.io/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 acaaee654..28b89dede 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2d050aa3c..bc6ea6012 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1780faea7..05e9811af 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: "hub.epicm.org/epicmorg/confluence:8.9.4" + image: "quay.io/epicmorg/confluence:8.9.4" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.9.4-jdk11" + image: "quay.io/epicmorg/confluence:8.9.4-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.9.4-jdk17" + image: "quay.io/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 7128ac2a3..9fe3626d8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d68e22aec..c28e0d445 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f746316aa..b09798030 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: "hub.epicm.org/epicmorg/confluence:8.9.5" + image: "quay.io/epicmorg/confluence:8.9.5" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.9.5-jdk11" + image: "quay.io/epicmorg/confluence:8.9.5-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.9.5-jdk17" + image: "quay.io/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 d6d45cff4..d1927f0e9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8b6e30530..8fdaa5ac7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 18164cde5..7ffd0b842 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: "hub.epicm.org/epicmorg/confluence:8.9.6" + image: "quay.io/epicmorg/confluence:8.9.6" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.9.6-jdk11" + image: "quay.io/epicmorg/confluence:8.9.6-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.9.6-jdk17" + image: "quay.io/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 0de64aceb..f5f0f97f4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 274610216..295ec2af1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 dfba54f43..185e5e219 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: "hub.epicm.org/epicmorg/confluence:8.9.7" + image: "quay.io/epicmorg/confluence:8.9.7" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.9.7-jdk11" + image: "quay.io/epicmorg/confluence:8.9.7-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.9.7-jdk17" + image: "quay.io/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 c3721d45f..61bf22061 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 55d3c08f3..9665b12a4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bc53ceb3a..f17e9da05 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: "hub.epicm.org/epicmorg/confluence:8.9.8" + image: "quay.io/epicmorg/confluence:8.9.8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/confluence:8.9.8-jdk11" + image: "quay.io/epicmorg/confluence:8.9.8-jdk11" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:8.9.8-jdk17" + image: "quay.io/epicmorg/confluence:8.9.8-jdk17" build: context: . dockerfile: Dockerfile.jdk17 diff --git a/linux/ecosystem/atlassian/confluence/9/9.0.0/Dockerfile b/linux/ecosystem/atlassian/confluence/9/9.0.0/Dockerfile index d017e58c4..f1a03843b 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/9/9.0.0/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/9/9.0.0/Dockerfile.jdk21 b/linux/ecosystem/atlassian/confluence/9/9.0.0/Dockerfile.jdk21 index e6317e4e3..3e7fb05db 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.0.0/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/confluence/9/9.0.0/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-jdk21 +FROM quay.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/9/9.0.0/docker-compose.yml b/linux/ecosystem/atlassian/confluence/9/9.0.0/docker-compose.yml index e4fcad4bc..e9523b7eb 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.0.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/confluence/9/9.0.0/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "hub.epicm.org/epicmorg/confluence:9.0.0" + image: "quay.io/epicmorg/confluence:9.0.0" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:9.0.0-jdk17" + image: "quay.io/epicmorg/confluence:9.0.0-jdk17" build: context: . app-jdk21: - image: "hub.epicm.org/epicmorg/confluence:9.0.0-jdk21" + image: "quay.io/epicmorg/confluence:9.0.0-jdk21" build: context: . dockerfile: Dockerfile.jdk21 \ No newline at end of file diff --git a/linux/ecosystem/atlassian/confluence/9/9.0.1/Dockerfile b/linux/ecosystem/atlassian/confluence/9/9.0.1/Dockerfile index 87664be8a..47a285a3a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2c5fa4575..684f55130 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 hub.epicm.org/epicmorg/debian:bookworm-jdk21 +FROM quay.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c51b76129..fd9796226 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: "hub.epicm.org/epicmorg/confluence:9.0.1" + image: "quay.io/epicmorg/confluence:9.0.1" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:9.0.1-jdk17" + image: "quay.io/epicmorg/confluence:9.0.1-jdk17" build: context: . app-jdk21: - image: "hub.epicm.org/epicmorg/confluence:9.0.1-jdk21" + image: "quay.io/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 9c0876775..9e792e258 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 14a08dd03..dfa5e8b10 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 hub.epicm.org/epicmorg/debian:bookworm-jdk21 +FROM quay.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 797f4da3a..bb20e7a04 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: "hub.epicm.org/epicmorg/confluence:9.0.2" + image: "quay.io/epicmorg/confluence:9.0.2" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:9.0.2-jdk17" + image: "quay.io/epicmorg/confluence:9.0.2-jdk17" build: context: . app-jdk21: - image: "hub.epicm.org/epicmorg/confluence:9.0.2-jdk21" + image: "quay.io/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 6de90bfcd..1024c1cf9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 903cc6e08..3fcef3a1b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk21 +FROM quay.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7662a09ac..f0d517d6e 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: "hub.epicm.org/epicmorg/confluence:9.0.3" + image: "quay.io/epicmorg/confluence:9.0.3" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:9.0.3-jdk17" + image: "quay.io/epicmorg/confluence:9.0.3-jdk17" build: context: . app-jdk21: - image: "hub.epicm.org/epicmorg/confluence:9.0.3-jdk21" + image: "quay.io/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 328287fa1..a433f1334 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d8ecdcf7e..7dc188374 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 hub.epicm.org/epicmorg/debian:bookworm-jdk21 +FROM quay.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ecc7911bc..310c6dd74 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: "hub.epicm.org/epicmorg/confluence:9.1.0" + image: "quay.io/epicmorg/confluence:9.1.0" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:9.1.0-jdk17" + image: "quay.io/epicmorg/confluence:9.1.0-jdk17" build: context: . app-jdk21: - image: "hub.epicm.org/epicmorg/confluence:9.1.0-jdk21" + image: "quay.io/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 cb222baff..9f1c09c4a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b77697035..9c646510a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk21 +FROM quay.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3b1f3c9c8..5b335b341 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: "hub.epicm.org/epicmorg/confluence:9.1.1" + image: "quay.io/epicmorg/confluence:9.1.1" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:9.1.1-jdk17" + image: "quay.io/epicmorg/confluence:9.1.1-jdk17" build: context: . app-jdk21: - image: "hub.epicm.org/epicmorg/confluence:9.1.1-jdk21" + image: "quay.io/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 e880e24ed..2bee6210a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d2afb4504..901e47306 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 hub.epicm.org/epicmorg/debian:bookworm-jdk21 +FROM quay.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 562b85440..ad50d459b 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: "hub.epicm.org/epicmorg/confluence:9.2.0" + image: "quay.io/epicmorg/confluence:9.2.0" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:9.2.0-jdk17" + image: "quay.io/epicmorg/confluence:9.2.0-jdk17" build: context: . app-jdk21: - image: "hub.epicm.org/epicmorg/confluence:9.2.0-jdk21" + image: "quay.io/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 1858e7d61..c18b13b40 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 211327a2f..8f1471c83 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 hub.epicm.org/epicmorg/debian:bookworm-jdk21 +FROM quay.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f66881281..e358758b5 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: "hub.epicm.org/epicmorg/confluence:9.2.1" + image: "quay.io/epicmorg/confluence:9.2.1" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:9.2.1-jdk17" + image: "quay.io/epicmorg/confluence:9.2.1-jdk17" build: context: . app-jdk21: - image: "hub.epicm.org/epicmorg/confluence:9.2.1-jdk21" + image: "quay.io/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 4d1f0e6c0..8cd5e7756 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3d10de508..ad6fec295 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 hub.epicm.org/epicmorg/debian:bookworm-jdk21 +FROM quay.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1b01d9cfa..19f06e701 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: "hub.epicm.org/epicmorg/confluence:9.2.2" + image: "quay.io/epicmorg/confluence:9.2.2" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:9.2.2-jdk17" + image: "quay.io/epicmorg/confluence:9.2.2-jdk17" build: context: . app-jdk21: - image: "hub.epicm.org/epicmorg/confluence:9.2.2-jdk21" + image: "quay.io/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 94c1dab58..c3d84a983 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7f8f71c0a..1098951c0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk21 +FROM quay.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 50670f1c1..bc2c03bbc 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: "hub.epicm.org/epicmorg/confluence:9.3.1" + image: "quay.io/epicmorg/confluence:9.3.1" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:9.3.1-jdk17" + image: "quay.io/epicmorg/confluence:9.3.1-jdk17" build: context: . app-jdk21: - image: "hub.epicm.org/epicmorg/confluence:9.3.1-jdk21" + image: "quay.io/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 4a2095cf9..eac9266e0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4f4e7f22d..cf103b113 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 hub.epicm.org/epicmorg/debian:bookworm-jdk21 +FROM quay.io/epicmorg/debian:bookworm-jdk21 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fe5450d2d..70f123a2b 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: "hub.epicm.org/epicmorg/confluence:9.3.2" + image: "quay.io/epicmorg/confluence:9.3.2" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:9.3.2-jdk17" + image: "quay.io/epicmorg/confluence:9.3.2-jdk17" build: context: . app-jdk21: - image: "hub.epicm.org/epicmorg/confluence:9.3.2-jdk21" + image: "quay.io/epicmorg/confluence:9.3.2-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 4a2095cf9..eac9266e0 100644 --- a/linux/ecosystem/atlassian/confluence/latest/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/latest/Dockerfile.jdk21 b/linux/ecosystem/atlassian/confluence/latest/Dockerfile.jdk21 index 4a2095cf9..eac9266e0 100644 --- a/linux/ecosystem/atlassian/confluence/latest/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/confluence/latest/Dockerfile.jdk21 @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Confluence Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/confluence/latest/docker-compose.yml b/linux/ecosystem/atlassian/confluence/latest/docker-compose.yml index c8dace6d3..33b394c01 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: "hub.epicm.org/epicmorg/confluence:latest" + image: "quay.io/epicmorg/confluence:latest" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/confluence:latest-jdk17" + image: "quay.io/epicmorg/confluence:latest-jdk17" build: context: . app-jdk21: - image: "hub.epicm.org/epicmorg/confluence:latest-jdk21" + image: "quay.io/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 3f99e5dcd..906c9ef3c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a0a6da347..43c75bd66 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: "hub.epicm.org/epicmorg/crowd:0.3.1" + image: "quay.io/epicmorg/crowd:0.3.1" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:0.3.1-jdk6" + image: "quay.io/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 6de515e66..a8655ae39 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b2e721455..b12fc4ba2 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: "hub.epicm.org/epicmorg/crowd:0.3.2" + image: "quay.io/epicmorg/crowd:0.3.2" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:0.3.2-jdk6" + image: "quay.io/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 87cd4ae09..641216c19 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 75d709b85..80c1a90be 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: "hub.epicm.org/epicmorg/crowd:0.3.3" + image: "quay.io/epicmorg/crowd:0.3.3" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:0.3.3-jdk6" + image: "quay.io/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 44b8eebe1..4ff1a14a5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ae9bb139e..c4223da1e 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: "hub.epicm.org/epicmorg/crowd:0.4.1" + image: "quay.io/epicmorg/crowd:0.4.1" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:0.4.1-jdk6" + image: "quay.io/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 0666f9c87..829bf78d8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1529dc58e..7763ed0e0 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: "hub.epicm.org/epicmorg/crowd:0.4.2" + image: "quay.io/epicmorg/crowd:0.4.2" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:0.4.2-jdk6" + image: "quay.io/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 b4d940b66..382c40a8a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c275b0fa4..89ec5357f 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: "hub.epicm.org/epicmorg/crowd:0.4.3" + image: "quay.io/epicmorg/crowd:0.4.3" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:0.4.3-jdk6" + image: "quay.io/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 6b52cb921..6833ec42c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e8190dbb2..b9339c24e 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: "hub.epicm.org/epicmorg/crowd:0.4.4" + image: "quay.io/epicmorg/crowd:0.4.4" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:0.4.4-jdk6" + image: "quay.io/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 3cafde9fd..6370159e6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5b40a9487..97d18707b 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: "hub.epicm.org/epicmorg/crowd:0.4.5" + image: "quay.io/epicmorg/crowd:0.4.5" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:0.4.5-jdk6" + image: "quay.io/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 e8e74b3f8..8397cfd7b 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/0/0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d99664cbe..8dd405b7d 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: "hub.epicm.org/epicmorg/crowd:0.4" + image: "quay.io/epicmorg/crowd:0.4" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:0.4-jdk6" + image: "quay.io/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 63bfd20e1..e0aaa9ffe 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 34ec91cf5..13bc27a0a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 77408f50e..839e695e3 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: "hub.epicm.org/epicmorg/crowd:1.3.2" + image: "quay.io/epicmorg/crowd:1.3.2" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:1.3.2-jdk6" + image: "quay.io/epicmorg/crowd:1.3.2-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:1.3.2-jdk7" + image: "quay.io/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 a7e0fe6ea..b675968ec 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8aa0204f5..a1339b2b7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 31fadb43d..838b52dc7 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: "hub.epicm.org/epicmorg/crowd:1.3.3" + image: "quay.io/epicmorg/crowd:1.3.3" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:1.3.3-jdk6" + image: "quay.io/epicmorg/crowd:1.3.3-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:1.3.3-jdk7" + image: "quay.io/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 457c99d91..d3ba552cd 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/1/1.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/1/1.3/Dockerfile.jdk7 index dae3b3e56..68571ab17 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cc156a236..a738dc2b4 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: "hub.epicm.org/epicmorg/crowd:1.3" + image: "quay.io/epicmorg/crowd:1.3" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:1.3-jdk6" + image: "quay.io/epicmorg/crowd:1.3-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:1.3-jdk7" + image: "quay.io/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 85f7780e4..92aa083f0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 12531ef9e..ff02a71bb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5e6d1ac6d..b3dcc45d5 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: "hub.epicm.org/epicmorg/crowd:1.4.2" + image: "quay.io/epicmorg/crowd:1.4.2" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:1.4.2-jdk6" + image: "quay.io/epicmorg/crowd:1.4.2-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:1.4.2-jdk7" + image: "quay.io/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 ffe0ae043..524b5da86 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 db902daf3..7798b791b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c6678b2cb..959ff9541 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: "hub.epicm.org/epicmorg/crowd:1.4.3" + image: "quay.io/epicmorg/crowd:1.4.3" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:1.4.3-jdk6" + image: "quay.io/epicmorg/crowd:1.4.3-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:1.4.3-jdk7" + image: "quay.io/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 dcabe5e0c..14820408b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6176dc206..4f02fe42d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d2b86590e..f75088a3f 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: "hub.epicm.org/epicmorg/crowd:1.4.4" + image: "quay.io/epicmorg/crowd:1.4.4" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:1.4.4-jdk6" + image: "quay.io/epicmorg/crowd:1.4.4-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:1.4.4-jdk7" + image: "quay.io/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 145e989fc..201a70769 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 818d304e8..296d418a2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0ecde1b71..354fb4691 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: "hub.epicm.org/epicmorg/crowd:1.4.7" + image: "quay.io/epicmorg/crowd:1.4.7" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:1.4.7-jdk6" + image: "quay.io/epicmorg/crowd:1.4.7-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:1.4.7-jdk7" + image: "quay.io/epicmorg/crowd:1.4.7-jdk7" build: context: . dockerfile: Dockerfile.jdk7 diff --git a/linux/ecosystem/atlassian/crowd/1/1.4.8/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.4.8/Dockerfile index 5d865fd4e..59facb94a 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4.8/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.4.8/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/1/1.4.8/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/1/1.4.8/Dockerfile.jdk7 index 1adefd62f..402232795 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4.8/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.4.8/Dockerfile.jdk7 @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/1/1.4.8/docker-compose.yml b/linux/ecosystem/atlassian/crowd/1/1.4.8/docker-compose.yml index 9fe80ad57..c3fca803d 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4.8/docker-compose.yml +++ b/linux/ecosystem/atlassian/crowd/1/1.4.8/docker-compose.yml @@ -1,14 +1,14 @@ services: app: - image: "hub.epicm.org/epicmorg/crowd:1.4.8" + image: "quay.io/epicmorg/crowd:1.4.8" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:1.4.8-jdk6" + image: "quay.io/epicmorg/crowd:1.4.8-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:1.4.8-jdk7" + image: "quay.io/epicmorg/crowd:1.4.8-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 716f85e3a..afb8e1890 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/1/1.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/1/1.4/Dockerfile.jdk7 index 2cc30cf89..8cba92cb0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 59aed4d20..bb3928b8c 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: "hub.epicm.org/epicmorg/crowd:1.4" + image: "quay.io/epicmorg/crowd:1.4" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:1.4-jdk6" + image: "quay.io/epicmorg/crowd:1.4-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:1.4-jdk7" + image: "quay.io/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 8e45ec75d..3f8501e8f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 77a179841..bacaeea43 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4aefd66b4..c3ca00fe7 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: "hub.epicm.org/epicmorg/crowd:1.5.1" + image: "quay.io/epicmorg/crowd:1.5.1" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:1.5.1-jdk6" + image: "quay.io/epicmorg/crowd:1.5.1-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:1.5.1-jdk7" + image: "quay.io/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 b74018d89..f8a563f19 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f5fd09237..7b7701f70 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 743cb89ad..de624c992 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: "hub.epicm.org/epicmorg/crowd:1.5.2" + image: "quay.io/epicmorg/crowd:1.5.2" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:1.5.2-jdk6" + image: "quay.io/epicmorg/crowd:1.5.2-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:1.5.2-jdk7" + image: "quay.io/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 5afb2c776..e1fb649ee 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ac6e4521a..926f67ad4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c01d1222d..1a89cb012 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: "hub.epicm.org/epicmorg/crowd:1.5.3" + image: "quay.io/epicmorg/crowd:1.5.3" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:1.5.3-jdk6" + image: "quay.io/epicmorg/crowd:1.5.3-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:1.5.3-jdk7" + image: "quay.io/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 d83b89ff3..dd924fa2a 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.5/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/1/1.5/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/1/1.5/Dockerfile.jdk7 index 65338ac50..2f5d52164 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4920d1f9d..6b0b27a6c 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: "hub.epicm.org/epicmorg/crowd:1.5" + image: "quay.io/epicmorg/crowd:1.5" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:1.5-jdk6" + image: "quay.io/epicmorg/crowd:1.5-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:1.5-jdk7" + image: "quay.io/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 7cf402499..6b7e1a1df 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b9bb6c37e..5e246665d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6c0f1ce45..587e87f18 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: "hub.epicm.org/epicmorg/crowd:1.6.1" + image: "quay.io/epicmorg/crowd:1.6.1" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:1.6.1-jdk6" + image: "quay.io/epicmorg/crowd:1.6.1-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:1.6.1-jdk7" + image: "quay.io/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 53bc88272..39bc49158 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1bdfd7f78..1351d76cd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 48adaddd1..a1d2be60d 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: "hub.epicm.org/epicmorg/crowd:1.6.3" + image: "quay.io/epicmorg/crowd:1.6.3" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:1.6.3-jdk6" + image: "quay.io/epicmorg/crowd:1.6.3-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:1.6.3-jdk7" + image: "quay.io/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 f774c95a3..efe97a29e 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.6/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crowd/1/1.6/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/1/1.6/Dockerfile.jdk7 index 09967425d..673bf0438 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 317c82922..7eed775ab 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: "hub.epicm.org/epicmorg/crowd:1.6" + image: "quay.io/epicmorg/crowd:1.6" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:1.6-jdk6" + image: "quay.io/epicmorg/crowd:1.6-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:1.6-jdk7" + image: "quay.io/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 786b04fa2..e8ddb9b36 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fa7cfe845..7291110d1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7bdb6913f..16495c940 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: "hub.epicm.org/epicmorg/crowd:2.0.0" + image: "quay.io/epicmorg/crowd:2.0.0" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.0.0-jdk6" + image: "quay.io/epicmorg/crowd:2.0.0-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.0.0-jdk7" + image: "quay.io/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 ccbc6692d..adfb7cdb4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9971db620..2f3efc0ce 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 063be7cb1..0c3f2651d 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: "hub.epicm.org/epicmorg/crowd:2.0.1" + image: "quay.io/epicmorg/crowd:2.0.1" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.0.1-jdk6" + image: "quay.io/epicmorg/crowd:2.0.1-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.0.1-jdk7" + image: "quay.io/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 7468abc29..43317d48d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 48aa250c6..7e244c016 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3eda57695..148e771e7 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: "hub.epicm.org/epicmorg/crowd:2.0.2" + image: "quay.io/epicmorg/crowd:2.0.2" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.0.2-jdk6" + image: "quay.io/epicmorg/crowd:2.0.2-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.0.2-jdk7" + image: "quay.io/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 fa943697a..852b0ef05 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2c98be6f0..9c3887e99 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 db04b5e4b..55d0104e2 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: "hub.epicm.org/epicmorg/crowd:2.0.3" + image: "quay.io/epicmorg/crowd:2.0.3" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.0.3-jdk6" + image: "quay.io/epicmorg/crowd:2.0.3-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.0.3-jdk7" + image: "quay.io/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 aca1bcece..2f7799c71 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4788cf9d9..f113a3faf 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 dc55541a9..422c18d10 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: "hub.epicm.org/epicmorg/crowd:2.0.4" + image: "quay.io/epicmorg/crowd:2.0.4" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.0.4-jdk6" + image: "quay.io/epicmorg/crowd:2.0.4-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.0.4-jdk7" + image: "quay.io/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 7330857ee..4d6aac398 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ba4609b48..e054e18fe 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a71c03b0f..de4383856 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: "hub.epicm.org/epicmorg/crowd:2.0.5" + image: "quay.io/epicmorg/crowd:2.0.5" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.0.5-jdk6" + image: "quay.io/epicmorg/crowd:2.0.5-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.0.5-jdk7" + image: "quay.io/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 cb2533490..ff2659e27 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0514cb464..4aec50af5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 869667907..49ea9e8e2 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: "hub.epicm.org/epicmorg/crowd:2.0.6" + image: "quay.io/epicmorg/crowd:2.0.6" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.0.6-jdk6" + image: "quay.io/epicmorg/crowd:2.0.6-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.0.6-jdk7" + image: "quay.io/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 bce6654f0..9cb8073f0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ee2f80b08..0fb00d320 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 29a6d745c..973a37358 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: "hub.epicm.org/epicmorg/crowd:2.0.7" + image: "quay.io/epicmorg/crowd:2.0.7" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.0.7-jdk6" + image: "quay.io/epicmorg/crowd:2.0.7-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.0.7-jdk7" + image: "quay.io/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 9b344bbd7..d342fcfd9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7736b0a3a..3cca7bf31 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6006ede02..68ad506d9 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: "hub.epicm.org/epicmorg/crowd:2.0.9" + image: "quay.io/epicmorg/crowd:2.0.9" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.0.9-jdk6" + image: "quay.io/epicmorg/crowd:2.0.9-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.0.9-jdk7" + image: "quay.io/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 57e38e3e1..f49fec057 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 839eb5445..3e1deab13 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 17aac2542..9ba3efa24 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: "hub.epicm.org/epicmorg/crowd:2.1.0-beta4" + image: "quay.io/epicmorg/crowd:2.1.0-beta4" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.1.0-beta4-jdk6" + image: "quay.io/epicmorg/crowd:2.1.0-beta4-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.1.0-beta4-jdk7" + image: "quay.io/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 19e4983c8..e0b041ce5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 60c9b8b6f..6b6901990 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ba0a38536..c865a18e4 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: "hub.epicm.org/epicmorg/crowd:2.1.0" + image: "quay.io/epicmorg/crowd:2.1.0" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.1.0-jdk6" + image: "quay.io/epicmorg/crowd:2.1.0-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.1.0-jdk7" + image: "quay.io/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 548d94bd2..6e1e4f0ed 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4aa9bf813..c28f68af2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 73ab89306..ffd0ce5d0 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: "hub.epicm.org/epicmorg/crowd:2.1.1" + image: "quay.io/epicmorg/crowd:2.1.1" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.1.1-jdk6" + image: "quay.io/epicmorg/crowd:2.1.1-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.1.1-jdk7" + image: "quay.io/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 3f281333d..add566115 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6b8bfebf2..5f47a1ca7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8d989fa38..2175a0d21 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: "hub.epicm.org/epicmorg/crowd:2.1.2" + image: "quay.io/epicmorg/crowd:2.1.2" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.1.2-jdk6" + image: "quay.io/epicmorg/crowd:2.1.2-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.1.2-jdk7" + image: "quay.io/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 7b44621bd..84d527052 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6d397eecc..075678dd2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 83a2c0e89..00c90036a 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: "hub.epicm.org/epicmorg/crowd:2.10.1" + image: "quay.io/epicmorg/crowd:2.10.1" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.10.1-jdk6" + image: "quay.io/epicmorg/crowd:2.10.1-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.10.1-jdk7" + image: "quay.io/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 350cf912e..1e5d487c6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d61ee2099..a1f819cf2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 be6ad10e4..27ca7b2d4 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: "hub.epicm.org/epicmorg/crowd:2.10.2" + image: "quay.io/epicmorg/crowd:2.10.2" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.10.2-jdk6" + image: "quay.io/epicmorg/crowd:2.10.2-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.10.2-jdk7" + image: "quay.io/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 0fa8cb406..f98991ebd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 69f778770..7bffb4db1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1cb34d9d6..e24ab38b1 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: "hub.epicm.org/epicmorg/crowd:2.10.3" + image: "quay.io/epicmorg/crowd:2.10.3" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.10.3-jdk6" + image: "quay.io/epicmorg/crowd:2.10.3-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.10.3-jdk7" + image: "quay.io/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 cb86276b6..1fd4b17b3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5fc748ecf..382a68830 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 14225d793..bf3be2cb0 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: "hub.epicm.org/epicmorg/crowd:2.11.0" + image: "quay.io/epicmorg/crowd:2.11.0" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.11.0-jdk6" + image: "quay.io/epicmorg/crowd:2.11.0-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.11.0-jdk7" + image: "quay.io/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 1e053a410..ee43b8855 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 645bee05f..7836759b8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9e7823b8b..69ace3f90 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: "hub.epicm.org/epicmorg/crowd:2.11.1" + image: "quay.io/epicmorg/crowd:2.11.1" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.11.1-jdk6" + image: "quay.io/epicmorg/crowd:2.11.1-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.11.1-jdk7" + image: "quay.io/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 c68fc9175..8e7571a0b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ed18831eb..a91f9d8cb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6fa9464bc..0f3af66e1 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: "hub.epicm.org/epicmorg/crowd:2.11.2" + image: "quay.io/epicmorg/crowd:2.11.2" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.11.2-jdk6" + image: "quay.io/epicmorg/crowd:2.11.2-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.11.2-jdk7" + image: "quay.io/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 c13ec6d02..5c61ee72a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b56e0e1a4..1db266ef1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f57a33f18..c56c24a1d 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: "hub.epicm.org/epicmorg/crowd:2.12.0" + image: "quay.io/epicmorg/crowd:2.12.0" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.12.0-jdk6" + image: "quay.io/epicmorg/crowd:2.12.0-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.12.0-jdk7" + image: "quay.io/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 ae2ace9ee..a2618cb6e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1d546990a..d236f6c28 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 05b9ca066..354ca59bd 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: "hub.epicm.org/epicmorg/crowd:2.2.2" + image: "quay.io/epicmorg/crowd:2.2.2" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.2.2-jdk6" + image: "quay.io/epicmorg/crowd:2.2.2-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.2.2-jdk7" + image: "quay.io/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 4c501ef41..c831f24f5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 dacf0dd08..e14a1618d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e5bb2fdb9..f65364657 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: "hub.epicm.org/epicmorg/crowd:2.2.4" + image: "quay.io/epicmorg/crowd:2.2.4" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.2.4-jdk6" + image: "quay.io/epicmorg/crowd:2.2.4-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.2.4-jdk7" + image: "quay.io/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 3bc20b6ab..d8030e4a6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5498e6549..1d6e0eb3c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 52cd29607..1cbec4dbf 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: "hub.epicm.org/epicmorg/crowd:2.2.7" + image: "quay.io/epicmorg/crowd:2.2.7" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.2.7-jdk6" + image: "quay.io/epicmorg/crowd:2.2.7-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.2.7-jdk7" + image: "quay.io/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 10199fcb2..213b238ec 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8f8c31a02..7fca26e9c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 38b4e6816..178b5cc6c 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: "hub.epicm.org/epicmorg/crowd:2.2.9" + image: "quay.io/epicmorg/crowd:2.2.9" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.2.9-jdk6" + image: "quay.io/epicmorg/crowd:2.2.9-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.2.9-jdk7" + image: "quay.io/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 03daef523..88cbb95b7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b5bb59189..8b785451d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 37fec9ea3..a514240dd 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: "hub.epicm.org/epicmorg/crowd:2.3.1" + image: "quay.io/epicmorg/crowd:2.3.1" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.3.1-jdk6" + image: "quay.io/epicmorg/crowd:2.3.1-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.3.1-jdk7" + image: "quay.io/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 a905c0edc..610038413 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 37406837c..4eb40f716 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 aaff4b10f..77f22c4ea 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: "hub.epicm.org/epicmorg/crowd:2.3.2" + image: "quay.io/epicmorg/crowd:2.3.2" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.3.2-jdk6" + image: "quay.io/epicmorg/crowd:2.3.2-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.3.2-jdk7" + image: "quay.io/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 37bcceaeb..b789977d8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 aeb2f8c54..94c76c152 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3a3f088bc..a6f978e28 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: "hub.epicm.org/epicmorg/crowd:2.3.3" + image: "quay.io/epicmorg/crowd:2.3.3" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.3.3-jdk6" + image: "quay.io/epicmorg/crowd:2.3.3-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.3.3-jdk7" + image: "quay.io/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 56bcf8ac2..e919838de 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c7494a39a..142a33a16 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c9e0d59c5..e61b06fb6 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: "hub.epicm.org/epicmorg/crowd:2.3.4" + image: "quay.io/epicmorg/crowd:2.3.4" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.3.4-jdk6" + image: "quay.io/epicmorg/crowd:2.3.4-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.3.4-jdk7" + image: "quay.io/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 b89c8197f..4ec89ec58 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a80a9f090..78a8aa192 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bce44ae8d..1f18ef984 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: "hub.epicm.org/epicmorg/crowd:2.3.6" + image: "quay.io/epicmorg/crowd:2.3.6" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.3.6-jdk6" + image: "quay.io/epicmorg/crowd:2.3.6-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.3.6-jdk7" + image: "quay.io/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 f90d57c1e..bf8765583 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f3cc86217..25cf7e231 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 63473e42b..93a39945a 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: "hub.epicm.org/epicmorg/crowd:2.3.7" + image: "quay.io/epicmorg/crowd:2.3.7" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.3.7-jdk6" + image: "quay.io/epicmorg/crowd:2.3.7-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.3.7-jdk7" + image: "quay.io/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 f49a6bbd6..253a36bbd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 36ea33bc2..3afa9df27 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8af5e3034..5fe635ade 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: "hub.epicm.org/epicmorg/crowd:2.3.9" + image: "quay.io/epicmorg/crowd:2.3.9" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.3.9-jdk6" + image: "quay.io/epicmorg/crowd:2.3.9-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.3.9-jdk7" + image: "quay.io/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 cd4e67fa8..d668c7efa 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b97af4e30..94dfacf43 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 495c4bf95..200af7863 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: "hub.epicm.org/epicmorg/crowd:2.4.0" + image: "quay.io/epicmorg/crowd:2.4.0" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.4.0-jdk6" + image: "quay.io/epicmorg/crowd:2.4.0-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.4.0-jdk7" + image: "quay.io/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 f7bb01883..d92fd4582 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e704612b4..bda81dfb0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 75ef628cc..218bb8f95 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: "hub.epicm.org/epicmorg/crowd:2.4.1" + image: "quay.io/epicmorg/crowd:2.4.1" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.4.1-jdk6" + image: "quay.io/epicmorg/crowd:2.4.1-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.4.1-jdk7" + image: "quay.io/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 7fdaebcbf..bf32d5ab8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 50c93f099..71a71c031 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8aac2a6fd..2fd863a74 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: "hub.epicm.org/epicmorg/crowd:2.4.10" + image: "quay.io/epicmorg/crowd:2.4.10" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.4.10-jdk6" + image: "quay.io/epicmorg/crowd:2.4.10-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.4.10-jdk7" + image: "quay.io/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 c36595447..408f1bb60 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b8a055d01..dcb0282c9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2bddfb0bd..9e84bd914 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: "hub.epicm.org/epicmorg/crowd:2.4.2" + image: "quay.io/epicmorg/crowd:2.4.2" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.4.2-jdk6" + image: "quay.io/epicmorg/crowd:2.4.2-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.4.2-jdk7" + image: "quay.io/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 8b0528040..121d09c48 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c2ef988dd..0d6f72c13 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7ac62058a..f9e882672 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: "hub.epicm.org/epicmorg/crowd:2.5.0" + image: "quay.io/epicmorg/crowd:2.5.0" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.5.0-jdk6" + image: "quay.io/epicmorg/crowd:2.5.0-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.5.0-jdk7" + image: "quay.io/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 8148438b7..935d0148e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c1df1d55f..40a77698a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 46fecb804..2796afe04 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: "hub.epicm.org/epicmorg/crowd:2.5.1" + image: "quay.io/epicmorg/crowd:2.5.1" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.5.1-jdk6" + image: "quay.io/epicmorg/crowd:2.5.1-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.5.1-jdk7" + image: "quay.io/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 a48fb396f..4697890e4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bcd83fff0..162ad093a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 01c16a6d2..a84731808 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: "hub.epicm.org/epicmorg/crowd:2.5.2" + image: "quay.io/epicmorg/crowd:2.5.2" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.5.2-jdk6" + image: "quay.io/epicmorg/crowd:2.5.2-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.5.2-jdk7" + image: "quay.io/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 0aeac2518..323990000 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0de199cb8..c4dd8a24a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4b09942ea..53622fd13 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: "hub.epicm.org/epicmorg/crowd:2.5.3" + image: "quay.io/epicmorg/crowd:2.5.3" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.5.3-jdk6" + image: "quay.io/epicmorg/crowd:2.5.3-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.5.3-jdk7" + image: "quay.io/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 066f246f9..06f3f5832 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 38789da09..46d20f619 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c9f905a3e..8150b0917 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: "hub.epicm.org/epicmorg/crowd:2.5.4" + image: "quay.io/epicmorg/crowd:2.5.4" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.5.4-jdk6" + image: "quay.io/epicmorg/crowd:2.5.4-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.5.4-jdk7" + image: "quay.io/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 2a5b37ec4..0e91db0b4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b992fb2f3..1bc185014 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 00163febd..949bfae0f 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: "hub.epicm.org/epicmorg/crowd:2.5.5" + image: "quay.io/epicmorg/crowd:2.5.5" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.5.5-jdk6" + image: "quay.io/epicmorg/crowd:2.5.5-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.5.5-jdk7" + image: "quay.io/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 a95869783..2d517e0c6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 37b54c2ce..aafa6e3ba 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9b1d769c1..6b658f62f 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: "hub.epicm.org/epicmorg/crowd:2.5.7" + image: "quay.io/epicmorg/crowd:2.5.7" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.5.7-jdk6" + image: "quay.io/epicmorg/crowd:2.5.7-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.5.7-jdk7" + image: "quay.io/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 347cd5076..5a1242bbc 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8913715a0..9d333f94f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3b86d989c..a6e19ab65 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: "hub.epicm.org/epicmorg/crowd:2.6.0" + image: "quay.io/epicmorg/crowd:2.6.0" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.6.0-jdk6" + image: "quay.io/epicmorg/crowd:2.6.0-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.6.0-jdk7" + image: "quay.io/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 f546631eb..f00e4f242 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6c15e3e89..3a17c0b80 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b12e54bd6..7b1bb83b6 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: "hub.epicm.org/epicmorg/crowd:2.6.1" + image: "quay.io/epicmorg/crowd:2.6.1" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.6.1-jdk6" + image: "quay.io/epicmorg/crowd:2.6.1-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.6.1-jdk7" + image: "quay.io/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 5d7f04d8d..f8548af4a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 543a22e57..ca8411fdd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 aacc62ba7..eb4b3046f 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: "hub.epicm.org/epicmorg/crowd:2.6.2" + image: "quay.io/epicmorg/crowd:2.6.2" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.6.2-jdk6" + image: "quay.io/epicmorg/crowd:2.6.2-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.6.2-jdk7" + image: "quay.io/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 ac07eb087..e4bb3bf15 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c6d928aa4..fdf9058fe 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 019c4ea69..063c04d7c 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: "hub.epicm.org/epicmorg/crowd:2.6.3" + image: "quay.io/epicmorg/crowd:2.6.3" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.6.3-jdk6" + image: "quay.io/epicmorg/crowd:2.6.3-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.6.3-jdk7" + image: "quay.io/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 bc90527a4..457ffc833 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fd739f653..bf4a93f1b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8fdcc7666..42ee4d87b 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: "hub.epicm.org/epicmorg/crowd:2.6.4" + image: "quay.io/epicmorg/crowd:2.6.4" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.6.4-jdk6" + image: "quay.io/epicmorg/crowd:2.6.4-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.6.4-jdk7" + image: "quay.io/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 a260cfb04..ab39de169 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a16eb4f35..9de412c92 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fabbc48e6..e87ef9dec 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: "hub.epicm.org/epicmorg/crowd:2.6.5" + image: "quay.io/epicmorg/crowd:2.6.5" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.6.5-jdk6" + image: "quay.io/epicmorg/crowd:2.6.5-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.6.5-jdk7" + image: "quay.io/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 527ffa9e8..e1eeeed0e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 96b1a4c5d..a10a70b7b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 82c38a2df..f8906e801 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: "hub.epicm.org/epicmorg/crowd:2.6.7" + image: "quay.io/epicmorg/crowd:2.6.7" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.6.7-jdk6" + image: "quay.io/epicmorg/crowd:2.6.7-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.6.7-jdk7" + image: "quay.io/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 574cf9f7c..1d9fd119b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 10bcf9658..d92936ab9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c3a29ad4b..583c30267 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: "hub.epicm.org/epicmorg/crowd:2.7.0" + image: "quay.io/epicmorg/crowd:2.7.0" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.7.0-jdk6" + image: "quay.io/epicmorg/crowd:2.7.0-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.7.0-jdk7" + image: "quay.io/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 5fb4809bd..6d125bee9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cb70c43c1..54fb15c45 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 15e8e8c9d..a58ebba26 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: "hub.epicm.org/epicmorg/crowd:2.7.1" + image: "quay.io/epicmorg/crowd:2.7.1" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.7.1-jdk6" + image: "quay.io/epicmorg/crowd:2.7.1-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.7.1-jdk7" + image: "quay.io/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 144e5fc86..009b0500b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ed0f9ae9a..a9154ba4f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 180c43381..9515dbc6d 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: "hub.epicm.org/epicmorg/crowd:2.7.2" + image: "quay.io/epicmorg/crowd:2.7.2" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.7.2-jdk6" + image: "quay.io/epicmorg/crowd:2.7.2-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.7.2-jdk7" + image: "quay.io/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 630de36d6..a3d900839 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d3a15f645..b3607c1ec 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 066e7654e..bbfd27399 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: "hub.epicm.org/epicmorg/crowd:2.8.0" + image: "quay.io/epicmorg/crowd:2.8.0" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.8.0-jdk6" + image: "quay.io/epicmorg/crowd:2.8.0-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.8.0-jdk7" + image: "quay.io/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 14f4fd155..51d1f8cfb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fdd666a5c..68f4c5215 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 af3613e38..5668dd5ec 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: "hub.epicm.org/epicmorg/crowd:2.8.2" + image: "quay.io/epicmorg/crowd:2.8.2" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.8.2-jdk6" + image: "quay.io/epicmorg/crowd:2.8.2-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.8.2-jdk7" + image: "quay.io/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 37ed4eb74..3bc2b6de5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 48ff60aeb..5ed32c9f0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 52f81d988..d4a24d5a9 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: "hub.epicm.org/epicmorg/crowd:2.8.3" + image: "quay.io/epicmorg/crowd:2.8.3" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.8.3-jdk6" + image: "quay.io/epicmorg/crowd:2.8.3-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.8.3-jdk7" + image: "quay.io/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 854bbda4d..0a1f318a3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3c93762d2..cc99aa4d7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3d75ceba0..6c9226187 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: "hub.epicm.org/epicmorg/crowd:2.8.4" + image: "quay.io/epicmorg/crowd:2.8.4" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.8.4-jdk6" + image: "quay.io/epicmorg/crowd:2.8.4-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.8.4-jdk7" + image: "quay.io/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 c3e51163b..0f6143983 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6cba75486..e3240696c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a00f3066b..c5beee95a 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: "hub.epicm.org/epicmorg/crowd:2.8.8" + image: "quay.io/epicmorg/crowd:2.8.8" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.8.8-jdk6" + image: "quay.io/epicmorg/crowd:2.8.8-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.8.8-jdk7" + image: "quay.io/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 f942912c7..2d2afbaf4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6c3174a2d..4ddcdbb8b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 244f406e6..6ccd2f95b 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: "hub.epicm.org/epicmorg/crowd:2.9.1" + image: "quay.io/epicmorg/crowd:2.9.1" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.9.1-jdk6" + image: "quay.io/epicmorg/crowd:2.9.1-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.9.1-jdk7" + image: "quay.io/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 9e864a2b7..7c0cf3b26 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4a4a1f629..1be1a3692 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 634c4cb28..24dde84a8 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: "hub.epicm.org/epicmorg/crowd:2.9.5" + image: "quay.io/epicmorg/crowd:2.9.5" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.9.5-jdk6" + image: "quay.io/epicmorg/crowd:2.9.5-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.9.5-jdk7" + image: "quay.io/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 1a4c90b0c..818d63c09 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0a6ea4e4a..88b7474fd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 108e82a39..7938d8a9c 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: "hub.epicm.org/epicmorg/crowd:2.9.7" + image: "quay.io/epicmorg/crowd:2.9.7" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:2.9.7-jdk6" + image: "quay.io/epicmorg/crowd:2.9.7-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:2.9.7-jdk7" + image: "quay.io/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 7fc7c562a..0d9d1d15f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2b967c4c5..075b02923 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c6d758515..29efb473e 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: "hub.epicm.org/epicmorg/crowd:3.0.0" + image: "quay.io/epicmorg/crowd:3.0.0" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:3.0.0-jdk6" + image: "quay.io/epicmorg/crowd:3.0.0-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:3.0.0-jdk7" + image: "quay.io/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 4e28e6245..3051c8022 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b63191b03..e9d2b7e1f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 22bfa9a3e..8b50a25bf 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: "hub.epicm.org/epicmorg/crowd:3.0.1" + image: "quay.io/epicmorg/crowd:3.0.1" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:3.0.1-jdk6" + image: "quay.io/epicmorg/crowd:3.0.1-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:3.0.1-jdk7" + image: "quay.io/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 af6986a12..825573b39 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3d071ed1f..e57e73233 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1bbe5702b..b8952871a 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: "hub.epicm.org/epicmorg/crowd:3.0.2" + image: "quay.io/epicmorg/crowd:3.0.2" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:3.0.2-jdk6" + image: "quay.io/epicmorg/crowd:3.0.2-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:3.0.2-jdk7" + image: "quay.io/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 f7be14984..a8be774b8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 da752cef3..026891165 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0ef6c7115..eda2fbd3e 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: "hub.epicm.org/epicmorg/crowd:3.0.3" + image: "quay.io/epicmorg/crowd:3.0.3" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:3.0.3-jdk6" + image: "quay.io/epicmorg/crowd:3.0.3-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:3.0.3-jdk7" + image: "quay.io/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 3483b17a6..5b3ade1ab 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 30f7bd4a3..90b0f0d47 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6231108d0..4b3751c3d 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: "hub.epicm.org/epicmorg/crowd:3.0.5" + image: "quay.io/epicmorg/crowd:3.0.5" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:3.0.5-jdk6" + image: "quay.io/epicmorg/crowd:3.0.5-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:3.0.5-jdk7" + image: "quay.io/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 0319f697a..bf62b09b5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 50044e4ed..ffd3e8c71 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b79d1207a..7dc1b11f1 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: "hub.epicm.org/epicmorg/crowd:3.1.1" + image: "quay.io/epicmorg/crowd:3.1.1" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:3.1.1-jdk6" + image: "quay.io/epicmorg/crowd:3.1.1-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:3.1.1-jdk7" + image: "quay.io/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 ec53633f2..c19c3143b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b9b8f5f83..347feddf1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ff4b89b05..49eb74837 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: "hub.epicm.org/epicmorg/crowd:3.1.2" + image: "quay.io/epicmorg/crowd:3.1.2" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:3.1.2-jdk6" + image: "quay.io/epicmorg/crowd:3.1.2-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:3.1.2-jdk7" + image: "quay.io/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 da0b3b403..6e00d9b4c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6fd735643..e5edf0380 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a9ee19ea8..5c7339c70 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: "hub.epicm.org/epicmorg/crowd:3.1.3" + image: "quay.io/epicmorg/crowd:3.1.3" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:3.1.3-jdk6" + image: "quay.io/epicmorg/crowd:3.1.3-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:3.1.3-jdk7" + image: "quay.io/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 cdd12bfbd..4b7b88654 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2e5b66238..3286762e3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4fa7338d7..d3fb16b8c 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: "hub.epicm.org/epicmorg/crowd:3.1.4" + image: "quay.io/epicmorg/crowd:3.1.4" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:3.1.4-jdk6" + image: "quay.io/epicmorg/crowd:3.1.4-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:3.1.4-jdk7" + image: "quay.io/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 7bc8161e9..fbc71b75c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3893bfa97..939e0c064 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 61cdac5ba..fbcf54b78 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: "hub.epicm.org/epicmorg/crowd:3.1.5" + image: "quay.io/epicmorg/crowd:3.1.5" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:3.1.5-jdk6" + image: "quay.io/epicmorg/crowd:3.1.5-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:3.1.5-jdk7" + image: "quay.io/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 40b1bfe54..baf71333e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 906c94f3e..a3c80ff03 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1120aadf3..60e29a211 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: "hub.epicm.org/epicmorg/crowd:3.1.6" + image: "quay.io/epicmorg/crowd:3.1.6" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:3.1.6-jdk6" + image: "quay.io/epicmorg/crowd:3.1.6-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:3.1.6-jdk7" + image: "quay.io/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 9409da06e..182d831f1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5c05d3f15..f31b86957 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 831fa1528..ba58d9b2f 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: "hub.epicm.org/epicmorg/crowd:3.2.0" + image: "quay.io/epicmorg/crowd:3.2.0" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:3.2.0-jdk6" + image: "quay.io/epicmorg/crowd:3.2.0-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:3.2.0-jdk7" + image: "quay.io/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 d17131b63..f8a8e01a2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1aad1e233..6ebf92350 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 714c1818c..76fc782bd 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: "hub.epicm.org/epicmorg/crowd:3.2.1" + image: "quay.io/epicmorg/crowd:3.2.1" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:3.2.1-jdk6" + image: "quay.io/epicmorg/crowd:3.2.1-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:3.2.1-jdk7" + image: "quay.io/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 4f880d44d..b1897909f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 33636e306..20eed20ea 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 27cd90c9b..19f6f817c 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: "hub.epicm.org/epicmorg/crowd:3.2.11" + image: "quay.io/epicmorg/crowd:3.2.11" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:3.2.11-jdk6" + image: "quay.io/epicmorg/crowd:3.2.11-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:3.2.11-jdk7" + image: "quay.io/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 21a5d025e..30f41fc87 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 030a8347c..a1ddf4a6b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 273bd1044..408dd2056 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: "hub.epicm.org/epicmorg/crowd:3.2.2" + image: "quay.io/epicmorg/crowd:3.2.2" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:3.2.2-jdk6" + image: "quay.io/epicmorg/crowd:3.2.2-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:3.2.2-jdk7" + image: "quay.io/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 c80457367..c5ab7cac5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e4653b617..c8c0bd6f5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f31163e56..533ab3f69 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: "hub.epicm.org/epicmorg/crowd:3.2.3" + image: "quay.io/epicmorg/crowd:3.2.3" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:3.2.3-jdk6" + image: "quay.io/epicmorg/crowd:3.2.3-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:3.2.3-jdk7" + image: "quay.io/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 2fca2ba35..3e2acc2b1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0273cea2..170c2f84a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 629135917..9d55de04f 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: "hub.epicm.org/epicmorg/crowd:3.2.5" + image: "quay.io/epicmorg/crowd:3.2.5" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:3.2.5-jdk6" + image: "quay.io/epicmorg/crowd:3.2.5-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:3.2.5-jdk7" + image: "quay.io/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 18c8418a2..048106040 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 34023a942..cae368666 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 53de57086..46d95caa3 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: "hub.epicm.org/epicmorg/crowd:3.2.6" + image: "quay.io/epicmorg/crowd:3.2.6" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:3.2.6-jdk6" + image: "quay.io/epicmorg/crowd:3.2.6-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:3.2.6-jdk7" + image: "quay.io/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 b7be68e81..4fd760540 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 622be6c3f..582386ca2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 371675aab..f7de79dc1 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: "hub.epicm.org/epicmorg/crowd:3.2.7" + image: "quay.io/epicmorg/crowd:3.2.7" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:3.2.7-jdk6" + image: "quay.io/epicmorg/crowd:3.2.7-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:3.2.7-jdk7" + image: "quay.io/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 c0fe244ca..1e128c63c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e5aad86df..9ce02f786 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b59639ea3..7e7c2eff0 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: "hub.epicm.org/epicmorg/crowd:3.2.8" + image: "quay.io/epicmorg/crowd:3.2.8" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:3.2.8-jdk6" + image: "quay.io/epicmorg/crowd:3.2.8-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:3.2.8-jdk7" + image: "quay.io/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 e0f64bdae..9bc052f83 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5065da320..8dec25dd8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5af395227..1e743b364 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: "hub.epicm.org/epicmorg/crowd:3.3.0" + image: "quay.io/epicmorg/crowd:3.3.0" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:3.3.0-jdk6" + image: "quay.io/epicmorg/crowd:3.3.0-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:3.3.0-jdk7" + image: "quay.io/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 e9d061cd1..8802af54c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1fd88181c..1ffb540b7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8d7cfa77b..e20555bcb 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: "hub.epicm.org/epicmorg/crowd:3.3.2" + image: "quay.io/epicmorg/crowd:3.3.2" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:3.3.2-jdk6" + image: "quay.io/epicmorg/crowd:3.3.2-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:3.3.2-jdk7" + image: "quay.io/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 043b60136..283c797aa 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d01920cd0..2838482be 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4ccd1c22c..8935f9663 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: "hub.epicm.org/epicmorg/crowd:3.3.3" + image: "quay.io/epicmorg/crowd:3.3.3" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:3.3.3-jdk6" + image: "quay.io/epicmorg/crowd:3.3.3-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:3.3.3-jdk7" + image: "quay.io/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 386f44d3d..7fb49cde1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a7573c30d..6a4bb99f7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ca7ff684c..1169d890e 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: "hub.epicm.org/epicmorg/crowd:3.3.4" + image: "quay.io/epicmorg/crowd:3.3.4" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:3.3.4-jdk6" + image: "quay.io/epicmorg/crowd:3.3.4-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:3.3.4-jdk7" + image: "quay.io/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 cfede3250..187e27f71 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 83623dcb5..e08b85e76 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ebed493a2..1727ed632 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: "hub.epicm.org/epicmorg/crowd:3.3.5" + image: "quay.io/epicmorg/crowd:3.3.5" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:3.3.5-jdk6" + image: "quay.io/epicmorg/crowd:3.3.5-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:3.3.5-jdk7" + image: "quay.io/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 1328cf372..d2b79942a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3c9529b21..b3bf30583 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 35b7aca57..9068317b8 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: "hub.epicm.org/epicmorg/crowd:3.3.6" + image: "quay.io/epicmorg/crowd:3.3.6" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:3.3.6-jdk6" + image: "quay.io/epicmorg/crowd:3.3.6-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:3.3.6-jdk7" + image: "quay.io/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 5bd751bbe..042fe29f3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c212fd5cc..0f05867ac 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 56371caa6..4fb3205bd 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: "hub.epicm.org/epicmorg/crowd:3.3.7" + image: "quay.io/epicmorg/crowd:3.3.7" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:3.3.7-jdk6" + image: "quay.io/epicmorg/crowd:3.3.7-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:3.3.7-jdk7" + image: "quay.io/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 4f7dcaca1..f4a937cc7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d70ea6f30..5938473d3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1046a6435..8c640f8b2 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: "hub.epicm.org/epicmorg/crowd:3.4.0" + image: "quay.io/epicmorg/crowd:3.4.0" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:3.4.0-jdk6" + image: "quay.io/epicmorg/crowd:3.4.0-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:3.4.0-jdk7" + image: "quay.io/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 c9d1db2d0..c58382f11 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 95eb79462..bf597cf3f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b7bf4b972..7eeb91ca5 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: "hub.epicm.org/epicmorg/crowd:3.4.3" + image: "quay.io/epicmorg/crowd:3.4.3" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:3.4.3-jdk6" + image: "quay.io/epicmorg/crowd:3.4.3-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:3.4.3-jdk7" + image: "quay.io/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 a9243f4a1..4af926b8f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7cdc74d0b..7b557c5f0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5a61a1529..6d6c7779b 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: "hub.epicm.org/epicmorg/crowd:3.4.4" + image: "quay.io/epicmorg/crowd:3.4.4" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:3.4.4-jdk6" + image: "quay.io/epicmorg/crowd:3.4.4-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:3.4.4-jdk7" + image: "quay.io/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 848a04cf9..e81571e7f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2c0808f7f..5368cc899 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d7b765412..da6c9eb9b 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: "hub.epicm.org/epicmorg/crowd:3.4.5" + image: "quay.io/epicmorg/crowd:3.4.5" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:3.4.5-jdk6" + image: "quay.io/epicmorg/crowd:3.4.5-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:3.4.5-jdk7" + image: "quay.io/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 65e6a6161..6d617e2d6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 62ae4b479..5ec0d4020 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ede1fc4af..cf101dc10 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: "hub.epicm.org/epicmorg/crowd:3.4.6" + image: "quay.io/epicmorg/crowd:3.4.6" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:3.4.6-jdk6" + image: "quay.io/epicmorg/crowd:3.4.6-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:3.4.6-jdk7" + image: "quay.io/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 914758e18..bf8b747a3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f2d809c15..cb677cc2c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1526f764f..76debf80e 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: "hub.epicm.org/epicmorg/crowd:3.5.0" + image: "quay.io/epicmorg/crowd:3.5.0" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:3.5.0-jdk6" + image: "quay.io/epicmorg/crowd:3.5.0-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:3.5.0-jdk7" + image: "quay.io/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 3832b4bf3..ec2f3a1cd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 34af522a1..87a86f8d8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a970f5581..f1ff39499 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: "hub.epicm.org/epicmorg/crowd:3.5.1" + image: "quay.io/epicmorg/crowd:3.5.1" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:3.5.1-jdk6" + image: "quay.io/epicmorg/crowd:3.5.1-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:3.5.1-jdk7" + image: "quay.io/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 8ce150e48..0e0f8df21 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 92e41e60d..01f89acff 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6b8842c00..cd6a35e52 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: "hub.epicm.org/epicmorg/crowd:3.6.0" + image: "quay.io/epicmorg/crowd:3.6.0" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:3.6.0-jdk6" + image: "quay.io/epicmorg/crowd:3.6.0-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:3.6.0-jdk7" + image: "quay.io/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 4f1ddb5f1..14b16795a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 db9699662..65a7e5172 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7ad8fc9ac..7ce0b976b 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: "hub.epicm.org/epicmorg/crowd:3.6.2" + image: "quay.io/epicmorg/crowd:3.6.2" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:3.6.2-jdk6" + image: "quay.io/epicmorg/crowd:3.6.2-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:3.6.2-jdk7" + image: "quay.io/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 450938087..4f706c9da 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 de96f2365..7436e0c68 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 dc2298ee8..1cbbed212 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: "hub.epicm.org/epicmorg/crowd:3.7.0" + image: "quay.io/epicmorg/crowd:3.7.0" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:3.7.0-jdk6" + image: "quay.io/epicmorg/crowd:3.7.0-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:3.7.0-jdk7" + image: "quay.io/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 f9d6a22cb..bbe6c6c85 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 aaa630ffd..096be31d1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3293955cc..f5defac07 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: "hub.epicm.org/epicmorg/crowd:3.7.1" + image: "quay.io/epicmorg/crowd:3.7.1" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:3.7.1-jdk6" + image: "quay.io/epicmorg/crowd:3.7.1-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:3.7.1-jdk7" + image: "quay.io/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 73fcf90e2..8d7053a91 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ae5991e62..2a04e483d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b8713748f..c82883c5b 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: "hub.epicm.org/epicmorg/crowd:3.7.2" + image: "quay.io/epicmorg/crowd:3.7.2" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/crowd:3.7.2-jdk6" + image: "quay.io/epicmorg/crowd:3.7.2-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/crowd:3.7.2-jdk7" + image: "quay.io/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 326bde511..3ce76e652 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9d49ffef6..f7ca11846 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ff43c824e..2a4ec61bb 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: "hub.epicm.org/epicmorg/crowd:4.0.0" + image: "quay.io/epicmorg/crowd:4.0.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:4.0.0-jdk8" + image: "quay.io/epicmorg/crowd:4.0.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:4.0.0-jdk11" + image: "quay.io/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 76f1d3353..c4a03548a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e72e45a84..9799a121b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4282a34d1..9c9d687f4 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: "hub.epicm.org/epicmorg/crowd:4.0.2" + image: "quay.io/epicmorg/crowd:4.0.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:4.0.2-jdk8" + image: "quay.io/epicmorg/crowd:4.0.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:4.0.2-jdk11" + image: "quay.io/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 2e0228f78..90a8c97fc 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 370878eba..62b1111ae 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 81e3fcf0a..751eddbf9 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: "hub.epicm.org/epicmorg/crowd:4.0.3" + image: "quay.io/epicmorg/crowd:4.0.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:4.0.3-jdk8" + image: "quay.io/epicmorg/crowd:4.0.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:4.0.3-jdk11" + image: "quay.io/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 156411189..d9fb83b55 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 74e89669a..7bc5f7385 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0411bdc68..786b0615e 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: "hub.epicm.org/epicmorg/crowd:4.0.4" + image: "quay.io/epicmorg/crowd:4.0.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:4.0.4-jdk8" + image: "quay.io/epicmorg/crowd:4.0.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:4.0.4-jdk11" + image: "quay.io/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 e608bda8f..3e2fef63d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c5610c679..cf2431556 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 486813dac..026f0e158 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: "hub.epicm.org/epicmorg/crowd:4.0.5" + image: "quay.io/epicmorg/crowd:4.0.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:4.0.5-jdk8" + image: "quay.io/epicmorg/crowd:4.0.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:4.0.5-jdk11" + image: "quay.io/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 03dcbcbaa..73a0570c6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 44430403b..980e80468 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0802330f6..a5981f9d3 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: "hub.epicm.org/epicmorg/crowd:4.1.0" + image: "quay.io/epicmorg/crowd:4.1.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:4.1.0-jdk8" + image: "quay.io/epicmorg/crowd:4.1.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:4.1.0-jdk11" + image: "quay.io/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 5e26db4ed..707d37ac4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4d2b9bdc9..8a0a3316c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 766b19655..76d71642c 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: "hub.epicm.org/epicmorg/crowd:4.1.1" + image: "quay.io/epicmorg/crowd:4.1.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:4.1.1-jdk8" + image: "quay.io/epicmorg/crowd:4.1.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:4.1.1-jdk11" + image: "quay.io/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 4495b98db..2c6d68f51 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9f4fb3fd7..e1533bd91 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d360c0191..f5243e359 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: "hub.epicm.org/epicmorg/crowd:4.1.10" + image: "quay.io/epicmorg/crowd:4.1.10" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:4.1.10-jdk8" + image: "quay.io/epicmorg/crowd:4.1.10-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:4.1.10-jdk11" + image: "quay.io/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 662718761..e6432fe6c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b7c10e2a2..f492cb7ab 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6cc13e5fe..1cbb2d218 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: "hub.epicm.org/epicmorg/crowd:4.1.2" + image: "quay.io/epicmorg/crowd:4.1.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:4.1.2-jdk8" + image: "quay.io/epicmorg/crowd:4.1.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:4.1.2-jdk11" + image: "quay.io/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 7ea0aed83..858ef4e52 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 89cc8106d..2653156b1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f7ca63023..275428fb7 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: "hub.epicm.org/epicmorg/crowd:4.1.3" + image: "quay.io/epicmorg/crowd:4.1.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:4.1.3-jdk8" + image: "quay.io/epicmorg/crowd:4.1.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:4.1.3-jdk11" + image: "quay.io/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 ead51218a..67615b108 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2b800ef19..5b1578dad 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8014a1af7..1173c2fcc 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: "hub.epicm.org/epicmorg/crowd:4.1.5" + image: "quay.io/epicmorg/crowd:4.1.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:4.1.5-jdk8" + image: "quay.io/epicmorg/crowd:4.1.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:4.1.5-jdk11" + image: "quay.io/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 6425e3a33..1659eafd5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6d6a9f56f..49ba33e61 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8588dea93..27a9dc483 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: "hub.epicm.org/epicmorg/crowd:4.1.6" + image: "quay.io/epicmorg/crowd:4.1.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:4.1.6-jdk8" + image: "quay.io/epicmorg/crowd:4.1.6-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:4.1.6-jdk11" + image: "quay.io/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 f3bf9ca1a..9b0da9ed0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8e6b899da..016aaef88 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c2a33255b..5ee2241d1 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: "hub.epicm.org/epicmorg/crowd:4.1.8" + image: "quay.io/epicmorg/crowd:4.1.8" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:4.1.8-jdk8" + image: "quay.io/epicmorg/crowd:4.1.8-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:4.1.8-jdk11" + image: "quay.io/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 065707d5b..e4a3ac938 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5fef2c232..908277524 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 60ce24856..855acec61 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: "hub.epicm.org/epicmorg/crowd:4.1.9" + image: "quay.io/epicmorg/crowd:4.1.9" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:4.1.9-jdk8" + image: "quay.io/epicmorg/crowd:4.1.9-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:4.1.9-jdk11" + image: "quay.io/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 0a423b82b..36a3081a0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ee0b6c021..a87ae69da 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0ebedcf32..70517ee6f 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: "hub.epicm.org/epicmorg/crowd:4.2.0" + image: "quay.io/epicmorg/crowd:4.2.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:4.2.0-jdk8" + image: "quay.io/epicmorg/crowd:4.2.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:4.2.0-jdk11" + image: "quay.io/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 f7a7feb3f..91c9afd53 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 faed236af..62797be6a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9b4270801..8c25dfd39 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: "hub.epicm.org/epicmorg/crowd:4.2.1" + image: "quay.io/epicmorg/crowd:4.2.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:4.2.1-jdk8" + image: "quay.io/epicmorg/crowd:4.2.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:4.2.1-jdk11" + image: "quay.io/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 82ec3ecfb..f867300cb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 21c772d0e..0cf6de049 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e717d4f78..bb28ed2f3 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: "hub.epicm.org/epicmorg/crowd:4.2.2" + image: "quay.io/epicmorg/crowd:4.2.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:4.2.2-jdk8" + image: "quay.io/epicmorg/crowd:4.2.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:4.2.2-jdk11" + image: "quay.io/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 ed8357c13..c39dcfe6d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5342351a5..9c2d115c9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a39f49f7a..fb3f42387 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: "hub.epicm.org/epicmorg/crowd:4.2.3" + image: "quay.io/epicmorg/crowd:4.2.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:4.2.3-jdk8" + image: "quay.io/epicmorg/crowd:4.2.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:4.2.3-jdk11" + image: "quay.io/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 210065be7..a75f0e759 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6a71b1f51..ecadef717 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c9dec27b8..97119a01b 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: "hub.epicm.org/epicmorg/crowd:4.2.4" + image: "quay.io/epicmorg/crowd:4.2.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:4.2.4-jdk8" + image: "quay.io/epicmorg/crowd:4.2.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:4.2.4-jdk11" + image: "quay.io/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 955151acb..e9f79d0a6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b7355030a..a569f4601 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4dca26e5a..c161bceb6 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: "hub.epicm.org/epicmorg/crowd:4.2.5" + image: "quay.io/epicmorg/crowd:4.2.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:4.2.5-jdk8" + image: "quay.io/epicmorg/crowd:4.2.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:4.2.5-jdk11" + image: "quay.io/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 af2932fad..b1041bf72 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 854c285cc..393837476 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5a9f6ea0e..73d12cfc6 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: "hub.epicm.org/epicmorg/crowd:4.3.0" + image: "quay.io/epicmorg/crowd:4.3.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:4.3.0-jdk8" + image: "quay.io/epicmorg/crowd:4.3.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:4.3.0-jdk11" + image: "quay.io/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 e7092783c..8a0fc085f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7d0918fef..dd10522c7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1349bb1c5..dfe1b5767 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: "hub.epicm.org/epicmorg/crowd:4.3.10" + image: "quay.io/epicmorg/crowd:4.3.10" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:4.3.10-jdk8" + image: "quay.io/epicmorg/crowd:4.3.10-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:4.3.10-jdk11" + image: "quay.io/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 78af9b4d5..81057b692 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 325fa02f6..8555e5bb4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b6e58beb1..b8e23f724 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: "hub.epicm.org/epicmorg/crowd:4.3.11" + image: "quay.io/epicmorg/crowd:4.3.11" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:4.3.11-jdk8" + image: "quay.io/epicmorg/crowd:4.3.11-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:4.3.11-jdk11" + image: "quay.io/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 11b89ebb0..09f208094 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0e34dd28d..230f9c182 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a296af69a..e875f30bc 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: "hub.epicm.org/epicmorg/crowd:4.3.5" + image: "quay.io/epicmorg/crowd:4.3.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:4.3.5-jdk8" + image: "quay.io/epicmorg/crowd:4.3.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:4.3.5-jdk11" + image: "quay.io/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 028159b32..3f2ef1bed 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9497a2410..f7b0b65a3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 748fc997c..c5b97d894 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: "hub.epicm.org/epicmorg/crowd:4.3.7" + image: "quay.io/epicmorg/crowd:4.3.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:4.3.7-jdk8" + image: "quay.io/epicmorg/crowd:4.3.7-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:4.3.7-jdk11" + image: "quay.io/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 6ba948e9c..c042e3253 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 894f33743..a3e3786a8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2e0eb34f3..eb5a63349 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: "hub.epicm.org/epicmorg/crowd:4.3.8" + image: "quay.io/epicmorg/crowd:4.3.8" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:4.3.8-jdk8" + image: "quay.io/epicmorg/crowd:4.3.8-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:4.3.8-jdk11" + image: "quay.io/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 0708dcb7a..807e2b20b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 398443242..21bff70ef 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 09227447d..69ad01cae 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: "hub.epicm.org/epicmorg/crowd:4.3.9" + image: "quay.io/epicmorg/crowd:4.3.9" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:4.3.9-jdk8" + image: "quay.io/epicmorg/crowd:4.3.9-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:4.3.9-jdk11" + image: "quay.io/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 9aa708081..11a657062 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 04e53cdf6..f498520ae 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 69d0d7f46..ea6779250 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: "hub.epicm.org/epicmorg/crowd:4.4.0" + image: "quay.io/epicmorg/crowd:4.4.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:4.4.0-jdk8" + image: "quay.io/epicmorg/crowd:4.4.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:4.4.0-jdk11" + image: "quay.io/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 e27c9c1bb..c646d1fd6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 593879418..86b323e0c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 dc3afbdf7..d6757e7ee 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: "hub.epicm.org/epicmorg/crowd:4.4.1" + image: "quay.io/epicmorg/crowd:4.4.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:4.4.1-jdk8" + image: "quay.io/epicmorg/crowd:4.4.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:4.4.1-jdk11" + image: "quay.io/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 5d6d59095..9c2a51436 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 73a644b62..f58b2eb04 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2848cb516..89b547672 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: "hub.epicm.org/epicmorg/crowd:4.4.2" + image: "quay.io/epicmorg/crowd:4.4.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:4.4.2-jdk8" + image: "quay.io/epicmorg/crowd:4.4.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:4.4.2-jdk11" + image: "quay.io/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 0205aff4c..74148fa99 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e81127ca7..2811a11b5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 34a3034bb..c44424eb1 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: "hub.epicm.org/epicmorg/crowd:4.4.3" + image: "quay.io/epicmorg/crowd:4.4.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:4.4.3-jdk8" + image: "quay.io/epicmorg/crowd:4.4.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:4.4.3-jdk11" + image: "quay.io/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 f056be93d..c61d9ecc3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9b612ad4c..9ee756f28 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6d2b21558..ac6c75a98 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: "hub.epicm.org/epicmorg/crowd:4.4.4" + image: "quay.io/epicmorg/crowd:4.4.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:4.4.4-jdk8" + image: "quay.io/epicmorg/crowd:4.4.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:4.4.4-jdk11" + image: "quay.io/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 6b2ca1a0c..9162fe887 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b7657da89..7d564a761 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 76dd9b488..cec18b456 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: "hub.epicm.org/epicmorg/crowd:4.4.5" + image: "quay.io/epicmorg/crowd:4.4.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:4.4.5-jdk8" + image: "quay.io/epicmorg/crowd:4.4.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:4.4.5-jdk11" + image: "quay.io/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 cd3c7a69a..b2813cfbd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 841bf4d53..8e9804ecd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 78f0c67c9..b83434db7 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: "hub.epicm.org/epicmorg/crowd:4.4.6" + image: "quay.io/epicmorg/crowd:4.4.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:4.4.6-jdk8" + image: "quay.io/epicmorg/crowd:4.4.6-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:4.4.6-jdk11" + image: "quay.io/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 9cb12aeeb..10f23b8eb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 53b7278b2..97375f4ae 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4978cc4f0..8449d5c61 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: "hub.epicm.org/epicmorg/crowd:5.0.0" + image: "quay.io/epicmorg/crowd:5.0.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.0.0-jdk8" + image: "quay.io/epicmorg/crowd:5.0.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.0.0-jdk11" + image: "quay.io/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 b4c94ea02..0afca39bb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 59e8c4629..de0b369af 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2982223ec..fdb72c99b 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: "hub.epicm.org/epicmorg/crowd:5.0.1" + image: "quay.io/epicmorg/crowd:5.0.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.0.1-jdk8" + image: "quay.io/epicmorg/crowd:5.0.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.0.1-jdk11" + image: "quay.io/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 dbc7aa288..aa5c67af8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c64977036..986bfee08 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3499cc913..2ad3542bf 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: "hub.epicm.org/epicmorg/crowd:5.0.10" + image: "quay.io/epicmorg/crowd:5.0.10" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.0.10-jdk8" + image: "quay.io/epicmorg/crowd:5.0.10-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.0.10-jdk11" + image: "quay.io/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 74b07c148..ff5af43d4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c3a9eddb3..61180bf6d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ef053d0af..54a10f8ee 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: "hub.epicm.org/epicmorg/crowd:5.0.11" + image: "quay.io/epicmorg/crowd:5.0.11" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.0.11-jdk8" + image: "quay.io/epicmorg/crowd:5.0.11-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.0.11-jdk11" + image: "quay.io/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 690af0b2e..d8b466cd4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a1654e856..618b1e961 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 54f2ddb40..b1d464753 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: "hub.epicm.org/epicmorg/crowd:5.0.2" + image: "quay.io/epicmorg/crowd:5.0.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.0.2-jdk8" + image: "quay.io/epicmorg/crowd:5.0.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.0.2-jdk11" + image: "quay.io/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 5cf46cbb4..e8fa1942e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ec2bd67b5..b9440ddc7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 afad41844..16894d119 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: "hub.epicm.org/epicmorg/crowd:5.0.3" + image: "quay.io/epicmorg/crowd:5.0.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.0.3-jdk8" + image: "quay.io/epicmorg/crowd:5.0.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.0.3-jdk11" + image: "quay.io/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 07bc776f7..efea507e7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 46bf0bb5c..54dcab5f9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b689ff644..2c04bab4e 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: "hub.epicm.org/epicmorg/crowd:5.0.4" + image: "quay.io/epicmorg/crowd:5.0.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.0.4-jdk8" + image: "quay.io/epicmorg/crowd:5.0.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.0.4-jdk11" + image: "quay.io/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 60924319f..8628c996e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 971990f87..740c1232c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 37de97cf2..47b1f950f 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: "hub.epicm.org/epicmorg/crowd:5.0.5" + image: "quay.io/epicmorg/crowd:5.0.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.0.5-jdk8" + image: "quay.io/epicmorg/crowd:5.0.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.0.5-jdk11" + image: "quay.io/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 322618687..39e038b9e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8b508142a..22e153305 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 56d43b523..6247ee3ef 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: "hub.epicm.org/epicmorg/crowd:5.0.6" + image: "quay.io/epicmorg/crowd:5.0.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.0.6-jdk8" + image: "quay.io/epicmorg/crowd:5.0.6-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.0.6-jdk11" + image: "quay.io/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 1220087fa..8ef247396 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 815d329ba..1d0f80aee 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8f44ab4a2..d084610c5 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: "hub.epicm.org/epicmorg/crowd:5.0.7" + image: "quay.io/epicmorg/crowd:5.0.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.0.7-jdk8" + image: "quay.io/epicmorg/crowd:5.0.7-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.0.7-jdk11" + image: "quay.io/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 9ae544609..ce2963f48 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 328b8ea99..03506fbd3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0ce7707de..0d353a55a 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: "hub.epicm.org/epicmorg/crowd:5.0.8" + image: "quay.io/epicmorg/crowd:5.0.8" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.0.8-jdk8" + image: "quay.io/epicmorg/crowd:5.0.8-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.0.8-jdk11" + image: "quay.io/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 365c61471..bc4cfd619 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 47cd7f58a..8e5ebfd5c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c60d5a97c..4e959724d 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: "hub.epicm.org/epicmorg/crowd:5.0.9" + image: "quay.io/epicmorg/crowd:5.0.9" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.0.9-jdk8" + image: "quay.io/epicmorg/crowd:5.0.9-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.0.9-jdk11" + image: "quay.io/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 13b337c7f..aea0e4995 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 df93b4004..1fc919e0a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5a4fb5a28..3f72a8be8 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: "hub.epicm.org/epicmorg/crowd:5.1.0" + image: "quay.io/epicmorg/crowd:5.1.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.1.0-jdk8" + image: "quay.io/epicmorg/crowd:5.1.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.1.0-jdk11" + image: "quay.io/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 3a61c9e92..d176ac7ee 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 61317cb40..743955786 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 75244244e..9ecf1b2b3 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: "hub.epicm.org/epicmorg/crowd:5.1.1" + image: "quay.io/epicmorg/crowd:5.1.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.1.1-jdk8" + image: "quay.io/epicmorg/crowd:5.1.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.1.1-jdk11" + image: "quay.io/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 fd188ac0e..7acb5c00d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 74b294d16..63d6fc670 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7879dece4..d0340dce0 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: "hub.epicm.org/epicmorg/crowd:5.1.11" + image: "quay.io/epicmorg/crowd:5.1.11" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.1.11-jdk8" + image: "quay.io/epicmorg/crowd:5.1.11-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.1.11-jdk11" + image: "quay.io/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 a310034c9..90920db80 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1fb4061bc..7e438cac4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5160561c8..62f11ce4d 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: "hub.epicm.org/epicmorg/crowd:5.1.12" + image: "quay.io/epicmorg/crowd:5.1.12" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.1.12-jdk8" + image: "quay.io/epicmorg/crowd:5.1.12-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.1.12-jdk11" + image: "quay.io/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 d731f2ee7..496dd9961 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 09e56923e..19ad3be44 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c84ab5283..558f166fa 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: "hub.epicm.org/epicmorg/crowd:5.1.13" + image: "quay.io/epicmorg/crowd:5.1.13" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.1.13-jdk8" + image: "quay.io/epicmorg/crowd:5.1.13-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.1.13-jdk11" + image: "quay.io/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 18cbaeffc..539b7ed09 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 33a5f02e6..53991d6bc 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 02fa3fe99..545bb9172 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: "hub.epicm.org/epicmorg/crowd:5.1.2" + image: "quay.io/epicmorg/crowd:5.1.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.1.2-jdk8" + image: "quay.io/epicmorg/crowd:5.1.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.1.2-jdk11" + image: "quay.io/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 4a56779ec..85d944d4a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 73361077c..198801cf0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8e6312995..110635f5e 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: "hub.epicm.org/epicmorg/crowd:5.1.3" + image: "quay.io/epicmorg/crowd:5.1.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.1.3-jdk8" + image: "quay.io/epicmorg/crowd:5.1.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.1.3-jdk11" + image: "quay.io/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 47628ff7f..255c058a7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2e7e69b47..0f3e80c5d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e90651804..9d8309945 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: "hub.epicm.org/epicmorg/crowd:5.1.4" + image: "quay.io/epicmorg/crowd:5.1.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.1.4-jdk8" + image: "quay.io/epicmorg/crowd:5.1.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.1.4-jdk11" + image: "quay.io/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 574d94404..9a47149cc 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 43693c376..b54941097 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4d518c2c9..0c37521c4 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: "hub.epicm.org/epicmorg/crowd:5.1.5" + image: "quay.io/epicmorg/crowd:5.1.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.1.5-jdk8" + image: "quay.io/epicmorg/crowd:5.1.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.1.5-jdk11" + image: "quay.io/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 295362c3f..335feb7df 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 394ac3e66..4a72b4be5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 334fef8c9..18f4f3a61 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: "hub.epicm.org/epicmorg/crowd:5.1.6" + image: "quay.io/epicmorg/crowd:5.1.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.1.6-jdk8" + image: "quay.io/epicmorg/crowd:5.1.6-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.1.6-jdk11" + image: "quay.io/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 3c812c782..9cc9938f7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c696f2517..540cc287b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 52ca60766..96c868fad 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: "hub.epicm.org/epicmorg/crowd:5.1.7" + image: "quay.io/epicmorg/crowd:5.1.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.1.7-jdk8" + image: "quay.io/epicmorg/crowd:5.1.7-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.1.7-jdk11" + image: "quay.io/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 b765adffe..1c4aa0cd0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 550410b7c..9371e2562 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7178356c0..facfc9246 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: "hub.epicm.org/epicmorg/crowd:5.1.8" + image: "quay.io/epicmorg/crowd:5.1.8" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.1.8-jdk8" + image: "quay.io/epicmorg/crowd:5.1.8-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.1.8-jdk11" + image: "quay.io/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 f78caaf36..6f074310b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e5d9b5061..6e3d6c16f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d7c30c1dd..8cd0f87c7 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: "hub.epicm.org/epicmorg/crowd:5.1.9" + image: "quay.io/epicmorg/crowd:5.1.9" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.1.9-jdk8" + image: "quay.io/epicmorg/crowd:5.1.9-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.1.9-jdk11" + image: "quay.io/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 664e94f99..b071850fd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 659de8765..53dba4997 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e5eac4284..4ed3150c4 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: "hub.epicm.org/epicmorg/crowd:5.2.0" + image: "quay.io/epicmorg/crowd:5.2.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.2.0-jdk8" + image: "quay.io/epicmorg/crowd:5.2.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.2.0-jdk11" + image: "quay.io/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 573a10aaa..026520b29 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 71dbd2e5f..22927d320 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ddc68fda9..82a1144e9 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: "hub.epicm.org/epicmorg/crowd:5.2.1" + image: "quay.io/epicmorg/crowd:5.2.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.2.1-jdk8" + image: "quay.io/epicmorg/crowd:5.2.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.2.1-jdk11" + image: "quay.io/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 229727f47..7d22b4d49 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 dd96400f1..d9334bf11 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8b0f7348a..25b30fb58 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: "hub.epicm.org/epicmorg/crowd:5.2.10" + image: "quay.io/epicmorg/crowd:5.2.10" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.2.10-jdk8" + image: "quay.io/epicmorg/crowd:5.2.10-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.2.10-jdk11" + image: "quay.io/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 cbc1c3342..1e548d5f2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 69d1a5d7f..5ecc9c48d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d9ac8721d..b5a7f5a80 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: "hub.epicm.org/epicmorg/crowd:5.2.2" + image: "quay.io/epicmorg/crowd:5.2.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.2.2-jdk8" + image: "quay.io/epicmorg/crowd:5.2.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.2.2-jdk11" + image: "quay.io/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 4188cb09e..09e0f4e10 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2dd394e29..8d29ac0dc 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6855872f6..6f3d3b47a 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: "hub.epicm.org/epicmorg/crowd:5.2.3" + image: "quay.io/epicmorg/crowd:5.2.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.2.3-jdk8" + image: "quay.io/epicmorg/crowd:5.2.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.2.3-jdk11" + image: "quay.io/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 fe4fc9996..8949bfdf1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5571d09d9..bb63200c2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 eaba4879b..bdea2073e 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: "hub.epicm.org/epicmorg/crowd:5.2.4" + image: "quay.io/epicmorg/crowd:5.2.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.2.4-jdk8" + image: "quay.io/epicmorg/crowd:5.2.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.2.4-jdk11" + image: "quay.io/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 6068ff6ba..9a97d0be9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 86bd82124..1da77ae41 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cb84a3377..ce00b235c 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: "hub.epicm.org/epicmorg/crowd:5.2.6" + image: "quay.io/epicmorg/crowd:5.2.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.2.6-jdk8" + image: "quay.io/epicmorg/crowd:5.2.6-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.2.6-jdk11" + image: "quay.io/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 9fe523ac7..ecc2ffdd4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b073b2ea4..c742f13fa 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 882a11246..08922f85e 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: "hub.epicm.org/epicmorg/crowd:5.2.7" + image: "quay.io/epicmorg/crowd:5.2.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.2.7-jdk8" + image: "quay.io/epicmorg/crowd:5.2.7-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.2.7-jdk11" + image: "quay.io/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 e57d0fd60..af25fb9db 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1580a768b..20beaed8a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 aa22735b4..c1271ee22 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: "hub.epicm.org/epicmorg/crowd:5.2.8" + image: "quay.io/epicmorg/crowd:5.2.8" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.2.8-jdk8" + image: "quay.io/epicmorg/crowd:5.2.8-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.2.8-jdk11" + image: "quay.io/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 4277d553b..20e0e98fc 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5212237e4..f92449843 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 547044dab..43bec0fdf 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: "hub.epicm.org/epicmorg/crowd:5.2.9" + image: "quay.io/epicmorg/crowd:5.2.9" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.2.9-jdk8" + image: "quay.io/epicmorg/crowd:5.2.9-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.2.9-jdk11" + image: "quay.io/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 e9a467129..808650b67 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 487357ef7..7617d737b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 005b5eed0..38c96f057 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: "hub.epicm.org/epicmorg/crowd:5.3.0" + image: "quay.io/epicmorg/crowd:5.3.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.3.0-jdk8" + image: "quay.io/epicmorg/crowd:5.3.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.3.0-jdk11" + image: "quay.io/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 e680cc092..3dfcd602f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 dbf6f7f0f..50f734857 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5109f21b9..53bd4aaf5 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: "hub.epicm.org/epicmorg/crowd:5.3.1" + image: "quay.io/epicmorg/crowd:5.3.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.3.1-jdk8" + image: "quay.io/epicmorg/crowd:5.3.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.3.1-jdk11" + image: "quay.io/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 9fefc8dd9..c92389330 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 29fce0c43..cd11c68f4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bf39b735a..e0658ee2c 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: "hub.epicm.org/epicmorg/crowd:5.3.2" + image: "quay.io/epicmorg/crowd:5.3.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.3.2-jdk8" + image: "quay.io/epicmorg/crowd:5.3.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.3.2-jdk11" + image: "quay.io/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 3af733492..ea533a781 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1e378ef32..73a3021c5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3ec383d04..11daef521 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: "hub.epicm.org/epicmorg/crowd:5.3.3" + image: "quay.io/epicmorg/crowd:5.3.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.3.3-jdk8" + image: "quay.io/epicmorg/crowd:5.3.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.3.3-jdk11" + image: "quay.io/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 3415f9ef9..bf7d41c44 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8cf4ee8ed..a24d14056 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e7064c77d..7bb40d4c3 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: "hub.epicm.org/epicmorg/crowd:5.3.4" + image: "quay.io/epicmorg/crowd:5.3.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.3.4-jdk8" + image: "quay.io/epicmorg/crowd:5.3.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.3.4-jdk11" + image: "quay.io/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 883ff503e..b6ee3beb7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 48a5ae1f6..c75a22bcb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 274c34f8c..1ae23b82c 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: "hub.epicm.org/epicmorg/crowd:5.3.5" + image: "quay.io/epicmorg/crowd:5.3.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.3.5-jdk8" + image: "quay.io/epicmorg/crowd:5.3.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.3.5-jdk11" + image: "quay.io/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 c07d0b6e6..852de77d9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 544201953..28e7359a5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/epicmorg/debian:bookworm-jdk11 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7b720e4b5..6e816f402 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: "hub.epicm.org/epicmorg/crowd:5.3.6" + image: "quay.io/epicmorg/crowd:5.3.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/crowd:5.3.6-jdk8" + image: "quay.io/epicmorg/crowd:5.3.6-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/crowd:5.3.6-jdk11" + image: "quay.io/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 fc6283a41..7ba08b9c9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 90d0bac7b..7ae3bc912 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: "hub.epicm.org/epicmorg/crowd:6.0.0" + image: "quay.io/epicmorg/crowd:6.0.0" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/crowd:6.0.0-jdk17" + image: "quay.io/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 4b4d36a81..919cff689 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 937a79c94..ae5b4e2f0 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: "hub.epicm.org/epicmorg/crowd:6.0.1" + image: "quay.io/epicmorg/crowd:6.0.1" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/crowd:6.0.1-jdk17" + image: "quay.io/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 ce9773113..e52dfba69 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8be91042c..6e99396b8 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: "hub.epicm.org/epicmorg/crowd:6.0.2" + image: "quay.io/epicmorg/crowd:6.0.2" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/crowd:6.0.2-jdk17" + image: "quay.io/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 e9151621c..a90b70472 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 88ef83142..484fd7338 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: "hub.epicm.org/epicmorg/crowd:6.0.3" + image: "quay.io/epicmorg/crowd:6.0.3" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/crowd:6.0.3-jdk17" + image: "quay.io/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 9a5514c6e..c32b6b95c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cd923fb79..bc45311f7 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: "hub.epicm.org/epicmorg/crowd:6.0.4" + image: "quay.io/epicmorg/crowd:6.0.4" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/crowd:6.0.4-jdk17" + image: "quay.io/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 1a2a82b69..04a74829c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e0c030892..8e0ede3fc 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: "hub.epicm.org/epicmorg/crowd:6.0.6" + image: "quay.io/epicmorg/crowd:6.0.6" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/crowd:6.0.6-jdk17" + image: "quay.io/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 ac88528cf..a071b7fb6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cc5c7a254..79df5687e 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: "hub.epicm.org/epicmorg/crowd:6.0.7" + image: "quay.io/epicmorg/crowd:6.0.7" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/crowd:6.0.7-jdk17" + image: "quay.io/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 596bcfdda..1a3a2dfe5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 eecd497a6..f0bc3e523 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: "hub.epicm.org/epicmorg/crowd:6.1.0" + image: "quay.io/epicmorg/crowd:6.1.0" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/crowd:6.1.0-jdk17" + image: "quay.io/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 203b498ef..a489edf93 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 af4123379..6663f37f0 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: "hub.epicm.org/epicmorg/crowd:6.1.1" + image: "quay.io/epicmorg/crowd:6.1.1" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/crowd:6.1.1-jdk17" + image: "quay.io/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 dd9bb6341..d871d91e3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d108ec09c..97f508fa5 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: "hub.epicm.org/epicmorg/crowd:6.1.2" + image: "quay.io/epicmorg/crowd:6.1.2" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/crowd:6.1.2-jdk17" + image: "quay.io/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 655d43b77..734da7ca6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f8a97635a..d6017b493 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: "hub.epicm.org/epicmorg/crowd:6.1.3" + image: "quay.io/epicmorg/crowd:6.1.3" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/crowd:6.1.3-jdk17" + image: "quay.io/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 af91930be..d7d05fc76 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fe7147ae7..c98caff12 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: "hub.epicm.org/epicmorg/crowd:6.1.4" + image: "quay.io/epicmorg/crowd:6.1.4" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/crowd:6.1.4-jdk17" + image: "quay.io/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 981845ceb..57aff5d04 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 34eab7b04..8a3744485 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: "hub.epicm.org/epicmorg/crowd:6.2.0" + image: "quay.io/epicmorg/crowd:6.2.0" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/crowd:6.2.0-jdk17" + image: "quay.io/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 3fb52bec6..a368a8a66 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b507fbac5..6bb839100 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: "hub.epicm.org/epicmorg/crowd:6.2.2" + image: "quay.io/epicmorg/crowd:6.2.2" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/crowd:6.2.2-jdk17" + image: "quay.io/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 8bc5cbcaa..4e3363b35 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/epicmorg/debian:bookworm-jdk17 LABEL maintainer="Atlassian Crowd Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6fa93c077..5c2e66093 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: "hub.epicm.org/epicmorg/crowd:6.2.3" + image: "quay.io/epicmorg/crowd:6.2.3" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/crowd:6.2.3-jdk17" + image: "quay.io/epicmorg/crowd:6.2.3-jdk17" build: context: . diff --git a/linux/ecosystem/atlassian/crowd/latest/docker-compose.yml b/linux/ecosystem/atlassian/crowd/latest/docker-compose.yml index c286692d3..253f11445 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: "hub.epicm.org/epicmorg/crowd:latest" + image: "quay.io/epicmorg/crowd:latest" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/crowd:latest-jdk17" + image: "quay.io/epicmorg/crowd:latest-jdk17" 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 94c3298f8..115fe53a7 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 87ded9ca3..fe0002cab 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/crucible:${RELEASE}" + image: "quay.io/epicmorg/crucible:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/crucible/1/1.0.4/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.0.4/Dockerfile index 94c3298f8..115fe53a7 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 87ded9ca3..fe0002cab 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/crucible:${RELEASE}" + image: "quay.io/epicmorg/crucible:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/crucible/1/1.0/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.0/Dockerfile index 94c3298f8..115fe53a7 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.0/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crucible/1/1.0/docker-compose.yml b/linux/ecosystem/atlassian/crucible/1/1.0/docker-compose.yml index 87ded9ca3..fe0002cab 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.0/docker-compose.yml +++ b/linux/ecosystem/atlassian/crucible/1/1.0/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/crucible:${RELEASE}" + image: "quay.io/epicmorg/crucible:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/crucible/1/1.1.1/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.1.1/Dockerfile index 94c3298f8..115fe53a7 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 87ded9ca3..fe0002cab 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/crucible:${RELEASE}" + image: "quay.io/epicmorg/crucible:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/crucible/1/1.1.2/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.1.2/Dockerfile index 94c3298f8..115fe53a7 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 87ded9ca3..fe0002cab 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/crucible:${RELEASE}" + image: "quay.io/epicmorg/crucible:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/crucible/1/1.1.3/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.1.3/Dockerfile index 94c3298f8..115fe53a7 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 87ded9ca3..fe0002cab 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/crucible:${RELEASE}" + image: "quay.io/epicmorg/crucible:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/crucible/1/1.1.4/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.1.4/Dockerfile index 94c3298f8..115fe53a7 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 87ded9ca3..fe0002cab 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/crucible:${RELEASE}" + image: "quay.io/epicmorg/crucible:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/crucible/1/1.1/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.1/Dockerfile index 94c3298f8..115fe53a7 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.1/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.1/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 87ded9ca3..fe0002cab 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.1/docker-compose.yml +++ b/linux/ecosystem/atlassian/crucible/1/1.1/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/crucible:${RELEASE}" + image: "quay.io/epicmorg/crucible:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/crucible/1/1.2.1/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.2.1/Dockerfile index 94c3298f8..115fe53a7 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 87ded9ca3..fe0002cab 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/crucible:${RELEASE}" + image: "quay.io/epicmorg/crucible:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/crucible/1/1.2.2/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.2.2/Dockerfile index 94c3298f8..115fe53a7 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 87ded9ca3..fe0002cab 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/crucible:${RELEASE}" + image: "quay.io/epicmorg/crucible:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/crucible/1/1.2.3/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.2.3/Dockerfile index 94c3298f8..115fe53a7 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 87ded9ca3..fe0002cab 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/crucible:${RELEASE}" + image: "quay.io/epicmorg/crucible:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/crucible/1/1.2/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.2/Dockerfile index 94c3298f8..115fe53a7 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.2/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.2/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 87ded9ca3..fe0002cab 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crucible/1/1.2/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/crucible:${RELEASE}" + image: "quay.io/epicmorg/crucible:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/crucible/1/1.5.1/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.5.1/Dockerfile index 94c3298f8..115fe53a7 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 87ded9ca3..fe0002cab 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/crucible:${RELEASE}" + image: "quay.io/epicmorg/crucible:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/crucible/1/1.5.2/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.5.2/Dockerfile index 94c3298f8..115fe53a7 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 87ded9ca3..fe0002cab 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/crucible:${RELEASE}" + image: "quay.io/epicmorg/crucible:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/crucible/1/1.5.3/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.5.3/Dockerfile index 94c3298f8..115fe53a7 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 87ded9ca3..fe0002cab 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/crucible:${RELEASE}" + image: "quay.io/epicmorg/crucible:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/crucible/1/1.5.4/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.5.4/Dockerfile index 94c3298f8..115fe53a7 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 87ded9ca3..fe0002cab 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/crucible:${RELEASE}" + image: "quay.io/epicmorg/crucible:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/crucible/1/1.5/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.5/Dockerfile index 94c3298f8..115fe53a7 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.5/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.5/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 87ded9ca3..fe0002cab 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/crucible/1/1.5/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/crucible:${RELEASE}" + image: "quay.io/epicmorg/crucible:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.0/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.0/Dockerfile index 94c3298f8..115fe53a7 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 87ded9ca3..fe0002cab 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/crucible:${RELEASE}" + image: "quay.io/epicmorg/crucible:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.0Beta1/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.0Beta1/Dockerfile index 94c3298f8..115fe53a7 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.0Beta1/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.0Beta1/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.0Beta1/docker-compose.yml b/linux/ecosystem/atlassian/crucible/1/1.6.0Beta1/docker-compose.yml index 87ded9ca3..fe0002cab 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.0Beta1/docker-compose.yml +++ b/linux/ecosystem/atlassian/crucible/1/1.6.0Beta1/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/crucible:${RELEASE}" + image: "quay.io/epicmorg/crucible:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.0Beta2/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.0Beta2/Dockerfile index 94c3298f8..115fe53a7 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.0Beta2/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.0Beta2/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.0Beta2/docker-compose.yml b/linux/ecosystem/atlassian/crucible/1/1.6.0Beta2/docker-compose.yml index 87ded9ca3..fe0002cab 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.0Beta2/docker-compose.yml +++ b/linux/ecosystem/atlassian/crucible/1/1.6.0Beta2/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/crucible:${RELEASE}" + image: "quay.io/epicmorg/crucible:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.1/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.1/Dockerfile index 94c3298f8..115fe53a7 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 87ded9ca3..fe0002cab 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/crucible:${RELEASE}" + image: "quay.io/epicmorg/crucible:${RELEASE}" build: context: . args: 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 94c3298f8..115fe53a7 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 87ded9ca3..fe0002cab 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/crucible:${RELEASE}" + image: "quay.io/epicmorg/crucible:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.2/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.2/Dockerfile index 94c3298f8..115fe53a7 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 87ded9ca3..fe0002cab 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/crucible:${RELEASE}" + image: "quay.io/epicmorg/crucible:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.3/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.3/Dockerfile index 94c3298f8..115fe53a7 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 87ded9ca3..fe0002cab 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/crucible:${RELEASE}" + image: "quay.io/epicmorg/crucible:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.4/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.4/Dockerfile index 94c3298f8..115fe53a7 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 87ded9ca3..fe0002cab 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/crucible:${RELEASE}" + image: "quay.io/epicmorg/crucible:${RELEASE}" build: context: . args: 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 94c3298f8..115fe53a7 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 87ded9ca3..fe0002cab 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/crucible:${RELEASE}" + image: "quay.io/epicmorg/crucible:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.5/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.5/Dockerfile index 94c3298f8..115fe53a7 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 87ded9ca3..fe0002cab 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/crucible:${RELEASE}" + image: "quay.io/epicmorg/crucible:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.5a/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.5a/Dockerfile index 94c3298f8..115fe53a7 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 87ded9ca3..fe0002cab 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/crucible:${RELEASE}" + image: "quay.io/epicmorg/crucible:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.6/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.6/Dockerfile index 94c3298f8..115fe53a7 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 87ded9ca3..fe0002cab 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/crucible:${RELEASE}" + image: "quay.io/epicmorg/crucible:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/crucible/templates/1/Dockerfile b/linux/ecosystem/atlassian/crucible/templates/1/Dockerfile index 94c3298f8..115fe53a7 100644 --- a/linux/ecosystem/atlassian/crucible/templates/1/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/templates/1/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/crucible/templates/1/docker-compose.yml b/linux/ecosystem/atlassian/crucible/templates/1/docker-compose.yml index 26dead51c..9c97519ad 100644 --- a/linux/ecosystem/atlassian/crucible/templates/1/docker-compose.yml +++ b/linux/ecosystem/atlassian/crucible/templates/1/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/crucible:${RELEASE}" + image: "quay.io/epicmorg/crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 e6609f617..5182252b5 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.0.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.0/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.0.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.1/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.0.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.2/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.0.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.3/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.0.4/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.4/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.1.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.0/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.1.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.1/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.1.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.2/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.1.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.3/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.1.4/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.4/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.1.5/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.5/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.1.6/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.6/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.1.7/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.7/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.10.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.1/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.10.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.2/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.10.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.3/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.10.4/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.4/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.2.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.0/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.2.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.1/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.2.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.2/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.2.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.3/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.2.4/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.4/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.2.5/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.5/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.3.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.0/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.3.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.1/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.3.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.2/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.3.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.3/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.3.4/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.4/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.4.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.0/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.4.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.3/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.4.4/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.4/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.4.5/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.5/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.4.6/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.6/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.4.7/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.7/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.5.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.0/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.5.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.1/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.5.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.2/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.5.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.3/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.5.4/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.4/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.5.5/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.5/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.6.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.0/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.6.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.1/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.6.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.2/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.6.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.3/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.6.4/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.4/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.7.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.7.0/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.7.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.7.1/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.8.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.8.0/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.8.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.8.1/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.9.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.0/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.9.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.1/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/3/3.9.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.2/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.0.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.2/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.0.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.3/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.0.4/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.4/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.1.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.0/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.1.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.1/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.1.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.2/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.1.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.3/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.2.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.0/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.2.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.1/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.2.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.2/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.2.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.3/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.3.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.0/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.3.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.1/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.3.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.2/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.3.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.3/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.4.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.0/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.4.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.1/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.4.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.2/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.4.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.3/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.4.5/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.5/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.4.6/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.6/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.4.7/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.7/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.5.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.0/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.5.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.1/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.5.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.2/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.5.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.3/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.5.4/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.4/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.6.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.6.0/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.6.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.6.1/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.7.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.0/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.7.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.1/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.7.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.2/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.7.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.3/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.8.0/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.0/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.8.1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.1/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.8.2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.2/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.8.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.3/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.8.4/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.4/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.8.5/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.5/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: 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 bb9b3d0d2..e01fbe3dd 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/4/4.8.6/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.6/docker-compose.yml index d0fbc7ef0..18af9c6d7 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/fisheye-crucible/latest/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/latest/Dockerfile index 42cc212ef..fd703f16b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/latest/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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 7c1a4e183..9da554054 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: "hub.epicm.org/epicmorg/fisheye-crucible:latest" + image: "quay.io/epicmorg/fisheye-crucible:latest" build: context: . diff --git a/linux/ecosystem/atlassian/fisheye-crucible/templates/2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/templates/2/Dockerfile index e6609f617..5182252b5 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/templates/2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/templates/2/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye-crucible/templates/2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/templates/2/docker-compose.yml index d0fbc7ef0..18af9c6d7 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/templates/2/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/templates/2/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/fisheye-crucible/templates/3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/templates/3/Dockerfile index bb9b3d0d2..e01fbe3dd 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/templates/3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/templates/3/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/templates/3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/templates/3/docker-compose.yml index d0fbc7ef0..18af9c6d7 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/templates/3/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/templates/3/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/fisheye-crucible/templates/4/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/templates/4/Dockerfile index bb9b3d0d2..e01fbe3dd 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/templates/4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/templates/4/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/templates/4/docker-compose.yml b/linux/ecosystem/atlassian/fisheye-crucible/templates/4/docker-compose.yml index d0fbc7ef0..18af9c6d7 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/templates/4/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye-crucible/templates/4/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye-crucible:${RELEASE}" + image: "quay.io/epicmorg/fisheye-crucible:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/fisheye/1/1.0.1a/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.0.1a/Dockerfile index 552679348..ef3ae540c 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.0.1a/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.0.1a/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye/1/1.0.1a/docker-compose.yml b/linux/ecosystem/atlassian/fisheye/1/1.0.1a/docker-compose.yml index 36b84702c..7b4e6fc5e 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.0.1a/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye/1/1.0.1a/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye:${RELEASE}" + image: "quay.io/epicmorg/fisheye:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/fisheye/1/1.1.3/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.1.3/Dockerfile index 552679348..ef3ae540c 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.1.3/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye/1/1.1.3/docker-compose.yml b/linux/ecosystem/atlassian/fisheye/1/1.1.3/docker-compose.yml index 36b84702c..7b4e6fc5e 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.1.3/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye/1/1.1.3/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye:${RELEASE}" + image: "quay.io/epicmorg/fisheye:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/fisheye/1/1.2.5/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.2.5/Dockerfile index 552679348..ef3ae540c 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.2.5/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye/1/1.2.5/docker-compose.yml b/linux/ecosystem/atlassian/fisheye/1/1.2.5/docker-compose.yml index 36b84702c..7b4e6fc5e 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.2.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye/1/1.2.5/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye:${RELEASE}" + image: "quay.io/epicmorg/fisheye:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/fisheye/1/1.3.3/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.3.3/Dockerfile index 552679348..ef3ae540c 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 36b84702c..7b4e6fc5e 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye:${RELEASE}" + image: "quay.io/epicmorg/fisheye:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/fisheye/1/1.3.4/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.3.4/Dockerfile index 552679348..ef3ae540c 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 36b84702c..7b4e6fc5e 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye:${RELEASE}" + image: "quay.io/epicmorg/fisheye:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/fisheye/1/1.3.5/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.3.5/Dockerfile index 552679348..ef3ae540c 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 36b84702c..7b4e6fc5e 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye:${RELEASE}" + image: "quay.io/epicmorg/fisheye:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/fisheye/1/1.3.6/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.3.6/Dockerfile index 552679348..ef3ae540c 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 36b84702c..7b4e6fc5e 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye:${RELEASE}" + image: "quay.io/epicmorg/fisheye:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/fisheye/1/1.3.7/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.3.7/Dockerfile index 552679348..ef3ae540c 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 36b84702c..7b4e6fc5e 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye:${RELEASE}" + image: "quay.io/epicmorg/fisheye:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/fisheye/1/1.3.8/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.3.8/Dockerfile index 552679348..ef3ae540c 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 36b84702c..7b4e6fc5e 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye:${RELEASE}" + image: "quay.io/epicmorg/fisheye:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/fisheye/1/1.4.1/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.4.1/Dockerfile index 552679348..ef3ae540c 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 36b84702c..7b4e6fc5e 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye:${RELEASE}" + image: "quay.io/epicmorg/fisheye:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/fisheye/1/1.4.2/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.4.2/Dockerfile index 552679348..ef3ae540c 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 36b84702c..7b4e6fc5e 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye:${RELEASE}" + image: "quay.io/epicmorg/fisheye:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/fisheye/1/1.4.3/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.4.3/Dockerfile index 552679348..ef3ae540c 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 36b84702c..7b4e6fc5e 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye:${RELEASE}" + image: "quay.io/epicmorg/fisheye:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/fisheye/1/1.4/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.4/Dockerfile index 552679348..ef3ae540c 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.4/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 36b84702c..7b4e6fc5e 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.4/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye/1/1.4/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye:${RELEASE}" + image: "quay.io/epicmorg/fisheye:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/fisheye/1/1.5.1/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.5.1/Dockerfile index 552679348..ef3ae540c 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 36b84702c..7b4e6fc5e 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye:${RELEASE}" + image: "quay.io/epicmorg/fisheye:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/fisheye/1/1.5.2/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.5.2/Dockerfile index 552679348..ef3ae540c 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 36b84702c..7b4e6fc5e 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye:${RELEASE}" + image: "quay.io/epicmorg/fisheye:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/fisheye/1/1.5.3/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.5.3/Dockerfile index 552679348..ef3ae540c 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 36b84702c..7b4e6fc5e 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye:${RELEASE}" + image: "quay.io/epicmorg/fisheye:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/fisheye/1/1.5.4/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.5.4/Dockerfile index 552679348..ef3ae540c 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 36b84702c..7b4e6fc5e 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye:${RELEASE}" + image: "quay.io/epicmorg/fisheye:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/fisheye/1/1.5/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.5/Dockerfile index 552679348..ef3ae540c 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.5/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 36b84702c..7b4e6fc5e 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.5/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye/1/1.5/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye:${RELEASE}" + image: "quay.io/epicmorg/fisheye:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.0/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.6.0/Dockerfile index 552679348..ef3ae540c 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 36b84702c..7b4e6fc5e 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye:${RELEASE}" + image: "quay.io/epicmorg/fisheye:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.0Beta1/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.6.0Beta1/Dockerfile index 552679348..ef3ae540c 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.0Beta1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.0Beta1/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.0Beta1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye/1/1.6.0Beta1/docker-compose.yml index 36b84702c..7b4e6fc5e 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.0Beta1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.0Beta1/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye:${RELEASE}" + image: "quay.io/epicmorg/fisheye:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.0Beta2/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.6.0Beta2/Dockerfile index 552679348..ef3ae540c 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.0Beta2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.0Beta2/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.0Beta2/docker-compose.yml b/linux/ecosystem/atlassian/fisheye/1/1.6.0Beta2/docker-compose.yml index 36b84702c..7b4e6fc5e 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.0Beta2/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.0Beta2/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye:${RELEASE}" + image: "quay.io/epicmorg/fisheye:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.1/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.6.1/Dockerfile index 552679348..ef3ae540c 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 36b84702c..7b4e6fc5e 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye:${RELEASE}" + image: "quay.io/epicmorg/fisheye:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.3/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.6.3/Dockerfile index 552679348..ef3ae540c 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 36b84702c..7b4e6fc5e 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye:${RELEASE}" + image: "quay.io/epicmorg/fisheye:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.4/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.6.4/Dockerfile index 552679348..ef3ae540c 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 36b84702c..7b4e6fc5e 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye:${RELEASE}" + image: "quay.io/epicmorg/fisheye:${RELEASE}" build: context: . args: 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 552679348..ef3ae540c 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 36b84702c..7b4e6fc5e 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye:${RELEASE}" + image: "quay.io/epicmorg/fisheye:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.5/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.6.5/Dockerfile index 552679348..ef3ae540c 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 36b84702c..7b4e6fc5e 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye:${RELEASE}" + image: "quay.io/epicmorg/fisheye:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.5a/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.6.5a/Dockerfile index 552679348..ef3ae540c 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 36b84702c..7b4e6fc5e 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye:${RELEASE}" + image: "quay.io/epicmorg/fisheye:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.6/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.6.6/Dockerfile index 552679348..ef3ae540c 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 hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 36b84702c..7b4e6fc5e 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye:${RELEASE}" + image: "quay.io/epicmorg/fisheye:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/fisheye/templates/1/Dockerfile b/linux/ecosystem/atlassian/fisheye/templates/1/Dockerfile index 552679348..ef3ae540c 100644 --- a/linux/ecosystem/atlassian/fisheye/templates/1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/templates/1/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bullseye-jdk7 +FROM quay.io/epicmorg/debian:bullseye-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/fisheye/templates/1/docker-compose.yml b/linux/ecosystem/atlassian/fisheye/templates/1/docker-compose.yml index 36b84702c..7b4e6fc5e 100644 --- a/linux/ecosystem/atlassian/fisheye/templates/1/docker-compose.yml +++ b/linux/ecosystem/atlassian/fisheye/templates/1/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/fisheye:${RELEASE}" + image: "quay.io/epicmorg/fisheye:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/jira/10/10.0.0/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.0.0/Dockerfile index 62d6af833..435d5f718 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/10/10.0.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/10/10.0.0/docker-compose.yml index 5e4355ff1..7c81971b5 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: "hub.epicm.org/epicmorg/jira:10.0.0" + image: "quay.io/epicmorg/jira:10.0.0" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/jira:10.0.0-jdk17" + image: "quay.io/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 0d75d2ba5..952abec0a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/10/10.0.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/10/10.0.1/docker-compose.yml index 2ca5de6a5..2f413a791 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: "hub.epicm.org/epicmorg/jira:10.0.1" + image: "quay.io/epicmorg/jira:10.0.1" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/jira:10.0.1-jdk17" + image: "quay.io/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 39e0e4b54..abeb5d261 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/10/10.1.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/10/10.1.1/docker-compose.yml index e8a5d1618..ffed052ca 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: "hub.epicm.org/epicmorg/jira:10.1.1" + image: "quay.io/epicmorg/jira:10.1.1" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/jira:10.1.1-jdk17" + image: "quay.io/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 d4ad0d1b7..d1d6c5284 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/10/10.1.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/10/10.1.2/docker-compose.yml index 6b5aed075..fe15d0035 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: "hub.epicm.org/epicmorg/jira:10.1.2" + image: "quay.io/epicmorg/jira:10.1.2" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/jira:10.1.2-jdk17" + image: "quay.io/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 fd1f7536a..2a155c55c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/10/10.2.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/10/10.2.0/docker-compose.yml index 98d03f198..1a5fc4a36 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: "hub.epicm.org/epicmorg/jira:10.2.0" + image: "quay.io/epicmorg/jira:10.2.0" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/jira:10.2.0-jdk17" + image: "quay.io/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 bb6aa7f55..9ad748d9b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/10/10.2.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/10/10.2.1/docker-compose.yml index 1032a4688..414154dc4 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: "hub.epicm.org/epicmorg/jira:10.2.1" + image: "quay.io/epicmorg/jira:10.2.1" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/jira:10.2.1-jdk17" + image: "quay.io/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 7c3844261..66e34a181 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/10/10.3.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/10/10.3.0/docker-compose.yml index 2a8a00971..365857c82 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: "hub.epicm.org/epicmorg/jira:10.3.0" + image: "quay.io/epicmorg/jira:10.3.0" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/jira:10.3.0-jdk17" + image: "quay.io/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 76089f99d..b83a300b4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/10/10.3.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/10/10.3.1/docker-compose.yml index f3dae7efe..0d02e7640 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: "hub.epicm.org/epicmorg/jira:10.3.1" + image: "quay.io/epicmorg/jira:10.3.1" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/jira:10.3.1-jdk17" + image: "quay.io/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 6dcf60e35..3daa9d47d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/10/10.3.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/10/10.3.2/docker-compose.yml index e3f0fd1f9..1190bb9ce 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: "hub.epicm.org/epicmorg/jira:10.3.2" + image: "quay.io/epicmorg/jira:10.3.2" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/jira:10.3.2-jdk17" + image: "quay.io/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 7c7f4ead9..16c68b8b7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/10/10.3.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/10/10.3.3/docker-compose.yml index a56bcb745..5daaf6b2d 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: "hub.epicm.org/epicmorg/jira:10.3.3" + image: "quay.io/epicmorg/jira:10.3.3" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/jira:10.3.3-jdk17" + image: "quay.io/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 7e8d5382d..6272a5300 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/10/10.3.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/10/10.3.4/docker-compose.yml index 696181d86..8627553cc 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: "hub.epicm.org/epicmorg/jira:10.3.4" + image: "quay.io/epicmorg/jira:10.3.4" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/jira:10.3.4-jdk17" + image: "quay.io/epicmorg/jira:10.3.4-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 955ad0a95..0bc952350 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/10/10.4.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/10/10.4.0/docker-compose.yml index 4f6ad3c1a..2d6fcecaa 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: "hub.epicm.org/epicmorg/jira:10.4.0" + image: "quay.io/epicmorg/jira:10.4.0" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/jira:10.4.0-jdk17" + image: "quay.io/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 a7f6a52fd..194ffde6a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/10/10.4.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/10/10.4.1/docker-compose.yml index b5d26d8ff..5032b7841 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: "hub.epicm.org/epicmorg/jira:10.4.1" + image: "quay.io/epicmorg/jira:10.4.1" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/jira:10.4.1-jdk17" + image: "quay.io/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 01e2c4832..e9f7ffbd1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/10/10.5.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/10/10.5.0/docker-compose.yml index e1824f789..213de128e 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: "hub.epicm.org/epicmorg/jira:10.5.0" + image: "quay.io/epicmorg/jira:10.5.0" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/jira:10.5.0-jdk17" + image: "quay.io/epicmorg/jira:10.5.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 3e8a9ee7d..bfeb886bb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ab9293ade..3d1064d71 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: "hub.epicm.org/epicmorg/jira:4.1.1" + image: "quay.io/epicmorg/jira:4.1.1" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:4.1.1-jdk6" + image: "quay.io/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 02b422def..b2944a2cf 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b9b2ac735..e16576900 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: "hub.epicm.org/epicmorg/jira:4.1.2" + image: "quay.io/epicmorg/jira:4.1.2" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:4.1.2-jdk6" + image: "quay.io/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 ab3067cc7..8b736effc 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 efc9f96a7..1e2287caf 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: "hub.epicm.org/epicmorg/jira:4.2.1" + image: "quay.io/epicmorg/jira:4.2.1" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:4.2.1-jdk6" + image: "quay.io/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 92d1424eb..fb5084106 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 279bbb68b..686d1a1eb 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: "hub.epicm.org/epicmorg/jira:4.2.2" + image: "quay.io/epicmorg/jira:4.2.2" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:4.2.2-jdk6" + image: "quay.io/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 787fcd4c6..89094dd31 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0d5db8dbd..b97160581 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: "hub.epicm.org/epicmorg/jira:4.2.3" + image: "quay.io/epicmorg/jira:4.2.3" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:4.2.3-jdk6" + image: "quay.io/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 4ce23054f..51bcdcd56 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cd5408f91..dfdbd7f07 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: "hub.epicm.org/epicmorg/jira:4.2.4" + image: "quay.io/epicmorg/jira:4.2.4" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:4.2.4-jdk6" + image: "quay.io/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 8a4680e96..db954c99d 100644 --- a/linux/ecosystem/atlassian/jira/4/4.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 120ccc71e..b0ea8b7ec 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: "hub.epicm.org/epicmorg/jira:4.2" + image: "quay.io/epicmorg/jira:4.2" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:4.2-jdk6" + image: "quay.io/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 1a18f248b..0a78f8c6a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ae4cf23a2..9c5ec23f4 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: "hub.epicm.org/epicmorg/jira:4.3.1" + image: "quay.io/epicmorg/jira:4.3.1" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:4.3.1-jdk6" + image: "quay.io/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 99527f412..0937549cc 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d4161ddad..7fc6ae9b6 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: "hub.epicm.org/epicmorg/jira:4.3.2" + image: "quay.io/epicmorg/jira:4.3.2" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:4.3.2-jdk6" + image: "quay.io/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 800dc9841..fd599f53e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d189f0b48..85934f091 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: "hub.epicm.org/epicmorg/jira:4.3.3" + image: "quay.io/epicmorg/jira:4.3.3" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:4.3.3-jdk6" + image: "quay.io/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 766e9d610..def2c5a38 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5f3552bf0..a817898bb 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: "hub.epicm.org/epicmorg/jira:4.3.4" + image: "quay.io/epicmorg/jira:4.3.4" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:4.3.4-jdk6" + image: "quay.io/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 eb69e6447..3b153d36a 100644 --- a/linux/ecosystem/atlassian/jira/4/4.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.3/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 66d141470..9de1c4ced 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: "hub.epicm.org/epicmorg/jira:4.3" + image: "quay.io/epicmorg/jira:4.3" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:4.3-jdk6" + image: "quay.io/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 396d4557b..30b0ecf43 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b1d79232d..fc6adb853 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: "hub.epicm.org/epicmorg/jira:4.4.1" + image: "quay.io/epicmorg/jira:4.4.1" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:4.4.1-jdk6" + image: "quay.io/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 39669c2af..83bbc6095 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0dd629122..161f70343 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: "hub.epicm.org/epicmorg/jira:4.4.3" + image: "quay.io/epicmorg/jira:4.4.3" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:4.4.3-jdk6" + image: "quay.io/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 31f948da1..125e5f370 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1aaf2b61a..e4611f548 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: "hub.epicm.org/epicmorg/jira:4.4.4" + image: "quay.io/epicmorg/jira:4.4.4" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:4.4.4-jdk6" + image: "quay.io/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 b35aa4959..3bdf7a3d4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 05e32a726..aab26d0a0 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: "hub.epicm.org/epicmorg/jira:4.4.5" + image: "quay.io/epicmorg/jira:4.4.5" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:4.4.5-jdk6" + image: "quay.io/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 f62cd6e87..6eabbe266 100644 --- a/linux/ecosystem/atlassian/jira/4/4.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d3cb5270d..f45f4e1cb 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: "hub.epicm.org/epicmorg/jira:4.4" + image: "quay.io/epicmorg/jira:4.4" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:4.4-jdk6" + image: "quay.io/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 39e46c459..b7adf469b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 117867356..ec1e635eb 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: "hub.epicm.org/epicmorg/jira:5.0.1" + image: "quay.io/epicmorg/jira:5.0.1" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:5.0.1-jdk6" + image: "quay.io/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 96644f456..f855e78bb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a5b837d4b..4ed096063 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: "hub.epicm.org/epicmorg/jira:5.0.2" + image: "quay.io/epicmorg/jira:5.0.2" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:5.0.2-jdk6" + image: "quay.io/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 60b16806d..33ff18695 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a3e08ccff..4cd421a53 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: "hub.epicm.org/epicmorg/jira:5.0.3" + image: "quay.io/epicmorg/jira:5.0.3" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:5.0.3-jdk6" + image: "quay.io/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 328f14fee..b658c2858 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c00e13709..c13afb7ba 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: "hub.epicm.org/epicmorg/jira:5.0.4" + image: "quay.io/epicmorg/jira:5.0.4" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:5.0.4-jdk6" + image: "quay.io/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 50e574df1..d68169fda 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 99b51a83d..3bef9f2c4 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: "hub.epicm.org/epicmorg/jira:5.0.5" + image: "quay.io/epicmorg/jira:5.0.5" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:5.0.5-jdk6" + image: "quay.io/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 f49aad727..8418e5119 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 988cc31af..3afa7f1e8 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: "hub.epicm.org/epicmorg/jira:5.0.6" + image: "quay.io/epicmorg/jira:5.0.6" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:5.0.6-jdk6" + image: "quay.io/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 37f0522ec..069133e07 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b315e963d..fcb58cb51 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: "hub.epicm.org/epicmorg/jira:5.0.7" + image: "quay.io/epicmorg/jira:5.0.7" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:5.0.7-jdk6" + image: "quay.io/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 269993ffa..fa7a96eaf 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cff168271..67546a807 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: "hub.epicm.org/epicmorg/jira:5.0" + image: "quay.io/epicmorg/jira:5.0" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:5.0-jdk6" + image: "quay.io/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 7fbac39a9..8f04459c0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0dc891261..d74952852 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: "hub.epicm.org/epicmorg/jira:5.1.1" + image: "quay.io/epicmorg/jira:5.1.1" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:5.1.1-jdk6" + image: "quay.io/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 c30cae96c..c88fca806 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3b80412b4..fa888cf76 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: "hub.epicm.org/epicmorg/jira:5.1.2" + image: "quay.io/epicmorg/jira:5.1.2" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:5.1.2-jdk6" + image: "quay.io/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 9c587b506..375e99cf9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 41a8d9fef..43200709b 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: "hub.epicm.org/epicmorg/jira:5.1.3" + image: "quay.io/epicmorg/jira:5.1.3" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:5.1.3-jdk6" + image: "quay.io/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 901255d6a..399859859 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7cbf0f3a9..b328b3579 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: "hub.epicm.org/epicmorg/jira:5.1.4" + image: "quay.io/epicmorg/jira:5.1.4" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:5.1.4-jdk6" + image: "quay.io/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 5bb9ab20f..6ed61ce91 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1ee667506..d25cb9117 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: "hub.epicm.org/epicmorg/jira:5.1.5" + image: "quay.io/epicmorg/jira:5.1.5" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:5.1.5-jdk6" + image: "quay.io/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 1de202a18..0bb6cd1d3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7769f21ba..197482f73 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: "hub.epicm.org/epicmorg/jira:5.1.6" + image: "quay.io/epicmorg/jira:5.1.6" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:5.1.6-jdk6" + image: "quay.io/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 ddb534725..3d5e371a3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0661f6c97..8641dd308 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: "hub.epicm.org/epicmorg/jira:5.1.7" + image: "quay.io/epicmorg/jira:5.1.7" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:5.1.7-jdk6" + image: "quay.io/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 fd1f1ebcd..cc78a72c6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0e40e1421..bbd7d6a54 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: "hub.epicm.org/epicmorg/jira:5.1.8" + image: "quay.io/epicmorg/jira:5.1.8" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:5.1.8-jdk6" + image: "quay.io/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 d319d7873..aa49eb2ef 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7c10c555e..d3b8f40c0 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: "hub.epicm.org/epicmorg/jira:5.1" + image: "quay.io/epicmorg/jira:5.1" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:5.1-jdk6" + image: "quay.io/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 296236630..f3e1b64ef 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fdd7e0c30..d4986ce20 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3668dfcff..73e2800ec 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: "hub.epicm.org/epicmorg/jira:5.2.1" + image: "quay.io/epicmorg/jira:5.2.1" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:5.2.1-jdk6" + image: "quay.io/epicmorg/jira:5.2.1-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:5.2.1-jdk7" + image: "quay.io/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 9b10b36df..728171f24 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fc2d6460b..184fa2c09 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4ad45aded..347cb7d0e 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: "hub.epicm.org/epicmorg/jira:5.2.10" + image: "quay.io/epicmorg/jira:5.2.10" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:5.2.10-jdk6" + image: "quay.io/epicmorg/jira:5.2.10-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:5.2.10-jdk7" + image: "quay.io/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 48d69b5a2..6bee085c4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 12d407a42..1db8ac3c4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 604a0862a..d477d1875 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: "hub.epicm.org/epicmorg/jira:5.2.11" + image: "quay.io/epicmorg/jira:5.2.11" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:5.2.11-jdk6" + image: "quay.io/epicmorg/jira:5.2.11-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:5.2.11-jdk7" + image: "quay.io/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 0d1e8a796..e53a2fcba 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ed3d918ad..f297447fc 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c48789b2c..f368e2f92 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: "hub.epicm.org/epicmorg/jira:5.2.2" + image: "quay.io/epicmorg/jira:5.2.2" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:5.2.2-jdk6" + image: "quay.io/epicmorg/jira:5.2.2-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:5.2.2-jdk7" + image: "quay.io/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 d27a66654..113afdb4c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7d748447a..812c984ae 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7773d3497..665f3d7b2 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: "hub.epicm.org/epicmorg/jira:5.2.3" + image: "quay.io/epicmorg/jira:5.2.3" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:5.2.3-jdk6" + image: "quay.io/epicmorg/jira:5.2.3-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:5.2.3-jdk7" + image: "quay.io/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 f3b2a295f..fa2ebd2b0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ef8373e0d..410b364c8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1eab459bf..dca363779 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: "hub.epicm.org/epicmorg/jira:5.2.4.1" + image: "quay.io/epicmorg/jira:5.2.4.1" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:5.2.4.1-jdk6" + image: "quay.io/epicmorg/jira:5.2.4.1-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:5.2.4.1-jdk7" + image: "quay.io/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 1f81aab27..d3e5e8046 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b96d67483..7c0986661 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2fbba6c87..ebe3b2b9a 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: "hub.epicm.org/epicmorg/jira:5.2.4" + image: "quay.io/epicmorg/jira:5.2.4" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:5.2.4-jdk6" + image: "quay.io/epicmorg/jira:5.2.4-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:5.2.4-jdk7" + image: "quay.io/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 a32c66a03..a476f232c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d5c3f2c5f..10d963761 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ed56d5426..8f74735a7 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: "hub.epicm.org/epicmorg/jira:5.2.5" + image: "quay.io/epicmorg/jira:5.2.5" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:5.2.5-jdk6" + image: "quay.io/epicmorg/jira:5.2.5-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:5.2.5-jdk7" + image: "quay.io/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 b9a05265d..27fb1fd51 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 15fe5405e..70abfae56 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8fd2db24c..1cb0ee5e1 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: "hub.epicm.org/epicmorg/jira:5.2.6" + image: "quay.io/epicmorg/jira:5.2.6" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:5.2.6-jdk6" + image: "quay.io/epicmorg/jira:5.2.6-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:5.2.6-jdk7" + image: "quay.io/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 234a0ba18..9374225fb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bc8e5c2b3..2a12c7adb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 578f43b7b..65b779d49 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: "hub.epicm.org/epicmorg/jira:5.2.7" + image: "quay.io/epicmorg/jira:5.2.7" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:5.2.7-jdk6" + image: "quay.io/epicmorg/jira:5.2.7-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:5.2.7-jdk7" + image: "quay.io/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 38d000aee..3d1731d8a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ab73f5cdc..a25a7b378 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 08d1924fb..7fd58e29a 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: "hub.epicm.org/epicmorg/jira:5.2.8" + image: "quay.io/epicmorg/jira:5.2.8" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:5.2.8-jdk6" + image: "quay.io/epicmorg/jira:5.2.8-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:5.2.8-jdk7" + image: "quay.io/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 67fd51923..f867eacfb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4b2afc55c..7fd113872 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 edde0204d..3f9413f8b 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: "hub.epicm.org/epicmorg/jira:5.2.9" + image: "quay.io/epicmorg/jira:5.2.9" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:5.2.9-jdk6" + image: "quay.io/epicmorg/jira:5.2.9-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:5.2.9-jdk7" + image: "quay.io/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 343b764bb..03d4629f5 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-jdk6 +FROM quay.io/epicmorg/debian:bookworm-jdk6 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/5/5.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/jira/5/5.2/Dockerfile.jdk7 index 7dbe4c43e..08bfeed22 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 82897056a..6340e4a19 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: "hub.epicm.org/epicmorg/jira:5.2" + image: "quay.io/epicmorg/jira:5.2" build: context: . app-jdk6: - image: "hub.epicm.org/epicmorg/jira:5.2-jdk6" + image: "quay.io/epicmorg/jira:5.2-jdk6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:5.2-jdk7" + image: "quay.io/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 0927f2f5b..5ac845547 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 461ac9f2e..aa075f251 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: "hub.epicm.org/epicmorg/jira:6.0.1" + image: "quay.io/epicmorg/jira:6.0.1" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.0.1-jdk7" + image: "quay.io/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 8829a9265..10f8e1647 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 707a27cf3..e1fcca144 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: "hub.epicm.org/epicmorg/jira:6.0.2" + image: "quay.io/epicmorg/jira:6.0.2" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.0.2-jdk7" + image: "quay.io/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 dfc9a2d18..5d4821130 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9ab81261c..7af52250c 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: "hub.epicm.org/epicmorg/jira:6.0.3" + image: "quay.io/epicmorg/jira:6.0.3" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.0.3-jdk7" + image: "quay.io/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 3dc83142e..ac0e099b8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 70264d8f1..47a689e4a 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: "hub.epicm.org/epicmorg/jira:6.0.4" + image: "quay.io/epicmorg/jira:6.0.4" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.0.4-jdk7" + image: "quay.io/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 3b845661f..c9a926630 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8cb4542fe..2dc8a7b34 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: "hub.epicm.org/epicmorg/jira:6.0.5" + image: "quay.io/epicmorg/jira:6.0.5" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.0.5-jdk7" + image: "quay.io/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 51fd28546..feb28f507 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9344c68ae..3ee5701de 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: "hub.epicm.org/epicmorg/jira:6.0.6" + image: "quay.io/epicmorg/jira:6.0.6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.0.6-jdk7" + image: "quay.io/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 dd3d499b8..4b144e86d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3f2690446..d586b9278 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: "hub.epicm.org/epicmorg/jira:6.0.7" + image: "quay.io/epicmorg/jira:6.0.7" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.0.7-jdk7" + image: "quay.io/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 d8cb769ad..f6b5176d7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9ee94053a..c70ea0924 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: "hub.epicm.org/epicmorg/jira:6.0.8" + image: "quay.io/epicmorg/jira:6.0.8" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.0.8-jdk7" + image: "quay.io/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 157c30b26..f32419d59 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b5e019160..205190079 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: "hub.epicm.org/epicmorg/jira:6.0" + image: "quay.io/epicmorg/jira:6.0" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.0-jdk7" + image: "quay.io/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 32e00cd9e..3900ed404 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 03d23393d..7f561964d 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: "hub.epicm.org/epicmorg/jira:6.1.1" + image: "quay.io/epicmorg/jira:6.1.1" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.1.1-jdk7" + image: "quay.io/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 df79824f7..bb31e635e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d732140da..6131ac218 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: "hub.epicm.org/epicmorg/jira:6.1.2" + image: "quay.io/epicmorg/jira:6.1.2" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.1.2-jdk7" + image: "quay.io/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 51121b37b..fee9f8261 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9a4144c02..4e359c7fe 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: "hub.epicm.org/epicmorg/jira:6.1.3" + image: "quay.io/epicmorg/jira:6.1.3" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.1.3-jdk7" + image: "quay.io/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 41a3406c2..d92e84ac2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5737703cb..9831a6db7 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: "hub.epicm.org/epicmorg/jira:6.1.4" + image: "quay.io/epicmorg/jira:6.1.4" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.1.4-jdk7" + image: "quay.io/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 0f0573fc3..03f9d162c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 eb096860b..d7a19b297 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: "hub.epicm.org/epicmorg/jira:6.1.5" + image: "quay.io/epicmorg/jira:6.1.5" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.1.5-jdk7" + image: "quay.io/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 5ec2a3a5c..064f0e71b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 68a7a1671..e659d531f 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: "hub.epicm.org/epicmorg/jira:6.1.6" + image: "quay.io/epicmorg/jira:6.1.6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.1.6-jdk7" + image: "quay.io/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 8197389b7..fb90ce2b5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fe45196c3..d5d923095 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: "hub.epicm.org/epicmorg/jira:6.1.7" + image: "quay.io/epicmorg/jira:6.1.7" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.1.7-jdk7" + image: "quay.io/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 32d0489e3..5a68a504e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 db6566227..eb5ef8c51 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: "hub.epicm.org/epicmorg/jira:6.1.8" + image: "quay.io/epicmorg/jira:6.1.8" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.1.8-jdk7" + image: "quay.io/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 00a025287..21fa138a4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c3487efea..a8e93a11d 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: "hub.epicm.org/epicmorg/jira:6.1.9" + image: "quay.io/epicmorg/jira:6.1.9" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.1.9-jdk7" + image: "quay.io/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 ca549b478..f1e1dbd26 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5b06d6dd0..a8c850a79 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: "hub.epicm.org/epicmorg/jira:6.1" + image: "quay.io/epicmorg/jira:6.1" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.1-jdk7" + image: "quay.io/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 2aebcb68c..5288c8ed6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d5d7abbc3..d7ad4ad26 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: "hub.epicm.org/epicmorg/jira:6.2.1" + image: "quay.io/epicmorg/jira:6.2.1" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.2.1-jdk7" + image: "quay.io/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 665472461..c11c3dee1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6c49fcbfc..6d3e0f80d 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: "hub.epicm.org/epicmorg/jira:6.2.2" + image: "quay.io/epicmorg/jira:6.2.2" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.2.2-jdk7" + image: "quay.io/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 29b53c9df..8170b6a01 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1da5c56e1..121983278 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: "hub.epicm.org/epicmorg/jira:6.2.3" + image: "quay.io/epicmorg/jira:6.2.3" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.2.3-jdk7" + image: "quay.io/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 fb2f72627..6b3e0ce1b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9b1523285..c8fe485dd 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: "hub.epicm.org/epicmorg/jira:6.2.4" + image: "quay.io/epicmorg/jira:6.2.4" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.2.4-jdk7" + image: "quay.io/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 b22dd518c..81920827e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d4663adda..7c7fdc508 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: "hub.epicm.org/epicmorg/jira:6.2.5" + image: "quay.io/epicmorg/jira:6.2.5" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.2.5-jdk7" + image: "quay.io/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 3a7ba32da..965322f00 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3ebaa33a3..fd1533f0e 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: "hub.epicm.org/epicmorg/jira:6.2.6" + image: "quay.io/epicmorg/jira:6.2.6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.2.6-jdk7" + image: "quay.io/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 c612e9cc5..830a72f4f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 186519767..51bb9fa03 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: "hub.epicm.org/epicmorg/jira:6.2.7" + image: "quay.io/epicmorg/jira:6.2.7" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.2.7-jdk7" + image: "quay.io/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 31afbc1fc..6155d2cc4 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.2/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1da10bb06..8a8c3a8dc 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: "hub.epicm.org/epicmorg/jira:6.2" + image: "quay.io/epicmorg/jira:6.2" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.2-jdk7" + image: "quay.io/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 904a5279b..293325b9e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5794427b7..059330edc 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7994274d8..1506fc4fe 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: "hub.epicm.org/epicmorg/jira:6.3.1" + image: "quay.io/epicmorg/jira:6.3.1" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.3.1-jdk7" + image: "quay.io/epicmorg/jira:6.3.1-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:6.3.1-jdk8" + image: "quay.io/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 e42ee7976..a92bea19b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c7e88b3a6..77a8f5d61 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 332ced027..1e76c6b83 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: "hub.epicm.org/epicmorg/jira:6.3.10" + image: "quay.io/epicmorg/jira:6.3.10" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.3.10-jdk7" + image: "quay.io/epicmorg/jira:6.3.10-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:6.3.10-jdk8" + image: "quay.io/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 e801e8385..d581b94f5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7a1e88b11..04f81e4f9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d8b203489..44216529a 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: "hub.epicm.org/epicmorg/jira:6.3.11" + image: "quay.io/epicmorg/jira:6.3.11" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.3.11-jdk7" + image: "quay.io/epicmorg/jira:6.3.11-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:6.3.11-jdk8" + image: "quay.io/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 bcc59d501..0775d2d81 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 764373331..e16390927 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3604d0a64..47e1368b8 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: "hub.epicm.org/epicmorg/jira:6.3.12" + image: "quay.io/epicmorg/jira:6.3.12" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.3.12-jdk7" + image: "quay.io/epicmorg/jira:6.3.12-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:6.3.12-jdk8" + image: "quay.io/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 2230c4b7a..b941fe168 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fea2264d4..9a38ea97d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a54b1e85e..0f480270b 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: "hub.epicm.org/epicmorg/jira:6.3.13" + image: "quay.io/epicmorg/jira:6.3.13" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.3.13-jdk7" + image: "quay.io/epicmorg/jira:6.3.13-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:6.3.13-jdk8" + image: "quay.io/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 951dd3e2f..46949c0dd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 258416120..fadf7cda9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cf86b6cbd..b76eadc99 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: "hub.epicm.org/epicmorg/jira:6.3.14" + image: "quay.io/epicmorg/jira:6.3.14" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.3.14-jdk7" + image: "quay.io/epicmorg/jira:6.3.14-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:6.3.14-jdk8" + image: "quay.io/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 52f9fbc5b..5b7e993eb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 10c5db511..ea46c2282 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7b8290a30..5f875f3be 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: "hub.epicm.org/epicmorg/jira:6.3.15" + image: "quay.io/epicmorg/jira:6.3.15" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.3.15-jdk7" + image: "quay.io/epicmorg/jira:6.3.15-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:6.3.15-jdk8" + image: "quay.io/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 e9878a16e..adb4d13e7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e55df4bda..b78f840c1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ae7bfdabd..a04d091d0 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: "hub.epicm.org/epicmorg/jira:6.3.3" + image: "quay.io/epicmorg/jira:6.3.3" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.3.3-jdk7" + image: "quay.io/epicmorg/jira:6.3.3-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:6.3.3-jdk8" + image: "quay.io/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 97a8c4add..afc11128e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7c86acf65..f64bc59a7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6cd7a77c8..8e5579fc3 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: "hub.epicm.org/epicmorg/jira:6.3.4" + image: "quay.io/epicmorg/jira:6.3.4" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.3.4-jdk7" + image: "quay.io/epicmorg/jira:6.3.4-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:6.3.4-jdk8" + image: "quay.io/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 27ee7af7f..045fa8613 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 568d612c8..d2aea0d3d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1d5b6779b..d19080197 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: "hub.epicm.org/epicmorg/jira:6.3.5" + image: "quay.io/epicmorg/jira:6.3.5" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.3.5-jdk7" + image: "quay.io/epicmorg/jira:6.3.5-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:6.3.5-jdk8" + image: "quay.io/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 fd2aa13c6..9de515b45 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3797a5f4e..c6e6025bd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cb38d6f38..2195ce17f 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: "hub.epicm.org/epicmorg/jira:6.3.6" + image: "quay.io/epicmorg/jira:6.3.6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.3.6-jdk7" + image: "quay.io/epicmorg/jira:6.3.6-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:6.3.6-jdk8" + image: "quay.io/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 f8e20041d..064f15988 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5f8c592be..bee0c8960 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7cee36651..6342c1603 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: "hub.epicm.org/epicmorg/jira:6.3.7" + image: "quay.io/epicmorg/jira:6.3.7" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.3.7-jdk7" + image: "quay.io/epicmorg/jira:6.3.7-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:6.3.7-jdk8" + image: "quay.io/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 dbcea76fd..c990ce1cc 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 508e22cb2..18852f1e7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8ea376323..1574577cd 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: "hub.epicm.org/epicmorg/jira:6.3.8" + image: "quay.io/epicmorg/jira:6.3.8" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.3.8-jdk7" + image: "quay.io/epicmorg/jira:6.3.8-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:6.3.8-jdk8" + image: "quay.io/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 7db8c7a6d..fc238d796 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 aebc57bc4..c0d574515 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ba901cb79..af65fa96b 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: "hub.epicm.org/epicmorg/jira:6.3.9" + image: "quay.io/epicmorg/jira:6.3.9" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.3.9-jdk7" + image: "quay.io/epicmorg/jira:6.3.9-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:6.3.9-jdk8" + image: "quay.io/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 8aeef4de8..c90b09b74 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.3/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.3/Dockerfile.jdk8 index d7fa256c3..f6fce95e3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bc8c5aa84..e476e8d8c 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: "hub.epicm.org/epicmorg/jira:6.3" + image: "quay.io/epicmorg/jira:6.3" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.3-jdk7" + image: "quay.io/epicmorg/jira:6.3-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:6.3-jdk8" + image: "quay.io/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 37760ff55..b1e8e1eb3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 707b037ef..e960f137a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0451f6785..4f626ea07 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: "hub.epicm.org/epicmorg/jira:6.4.1" + image: "quay.io/epicmorg/jira:6.4.1" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.4.1-jdk7" + image: "quay.io/epicmorg/jira:6.4.1-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:6.4.1-jdk8" + image: "quay.io/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 8c474ab83..2733989a4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9539657c9..cf93667e5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f93346beb..f215821ec 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: "hub.epicm.org/epicmorg/jira:6.4.10" + image: "quay.io/epicmorg/jira:6.4.10" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.4.10-jdk7" + image: "quay.io/epicmorg/jira:6.4.10-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:6.4.10-jdk8" + image: "quay.io/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 274d5c127..b9362a1a8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e971f2c50..c50b39da5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 63c9a59df..dd75fb7d2 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: "hub.epicm.org/epicmorg/jira:6.4.11" + image: "quay.io/epicmorg/jira:6.4.11" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.4.11-jdk7" + image: "quay.io/epicmorg/jira:6.4.11-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:6.4.11-jdk8" + image: "quay.io/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 a2c3818f8..1f751c214 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 70313295c..2b118d4c6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9c8593d1b..849a5d3eb 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: "hub.epicm.org/epicmorg/jira:6.4.12" + image: "quay.io/epicmorg/jira:6.4.12" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.4.12-jdk7" + image: "quay.io/epicmorg/jira:6.4.12-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:6.4.12-jdk8" + image: "quay.io/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 95625f48b..4773766e6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 811dc89ec..3fb47e951 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d73135fb8..fcbbbca0d 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: "hub.epicm.org/epicmorg/jira:6.4.13" + image: "quay.io/epicmorg/jira:6.4.13" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.4.13-jdk7" + image: "quay.io/epicmorg/jira:6.4.13-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:6.4.13-jdk8" + image: "quay.io/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 b2995cfd9..5c463fd9a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8d3c50c4e..fd0aab6c7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7a68614c7..e09ee046c 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: "hub.epicm.org/epicmorg/jira:6.4.14" + image: "quay.io/epicmorg/jira:6.4.14" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.4.14-jdk7" + image: "quay.io/epicmorg/jira:6.4.14-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:6.4.14-jdk8" + image: "quay.io/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 be81eaa93..c08ace8c0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a715496e4..1a518b7ec 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a9b109848..766419ba1 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: "hub.epicm.org/epicmorg/jira:6.4.2" + image: "quay.io/epicmorg/jira:6.4.2" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.4.2-jdk7" + image: "quay.io/epicmorg/jira:6.4.2-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:6.4.2-jdk8" + image: "quay.io/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 ff739a899..ed492e2af 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bde070269..8a5164ac2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 02fb69922..7b554b31f 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: "hub.epicm.org/epicmorg/jira:6.4.3" + image: "quay.io/epicmorg/jira:6.4.3" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.4.3-jdk7" + image: "quay.io/epicmorg/jira:6.4.3-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:6.4.3-jdk8" + image: "quay.io/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 882010b3d..cb13c9f52 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6d622ba86..1f8c5c50e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 69978cf3f..765f43303 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: "hub.epicm.org/epicmorg/jira:6.4.4" + image: "quay.io/epicmorg/jira:6.4.4" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.4.4-jdk7" + image: "quay.io/epicmorg/jira:6.4.4-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:6.4.4-jdk8" + image: "quay.io/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 f6d221b23..bc7657e17 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 dbe418083..82c0b29fd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 76427295d..b11a9648a 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: "hub.epicm.org/epicmorg/jira:6.4.5" + image: "quay.io/epicmorg/jira:6.4.5" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.4.5-jdk7" + image: "quay.io/epicmorg/jira:6.4.5-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:6.4.5-jdk8" + image: "quay.io/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 b09a6cb16..ff3206791 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4dfecbf1b..7d67dc613 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e92a32f3d..9e1514074 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: "hub.epicm.org/epicmorg/jira:6.4.6" + image: "quay.io/epicmorg/jira:6.4.6" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.4.6-jdk7" + image: "quay.io/epicmorg/jira:6.4.6-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:6.4.6-jdk8" + image: "quay.io/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 832e5834c..200079a32 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7b9d489dc..8ab7ddda7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f6bb73a3e..4e04ac633 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: "hub.epicm.org/epicmorg/jira:6.4.7" + image: "quay.io/epicmorg/jira:6.4.7" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.4.7-jdk7" + image: "quay.io/epicmorg/jira:6.4.7-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:6.4.7-jdk8" + image: "quay.io/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 d3eda072f..75da85d36 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4212eed74..ddf038d88 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 61f456719..4a50b15ec 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: "hub.epicm.org/epicmorg/jira:6.4.8" + image: "quay.io/epicmorg/jira:6.4.8" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.4.8-jdk7" + image: "quay.io/epicmorg/jira:6.4.8-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:6.4.8-jdk8" + image: "quay.io/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 f4cf7061e..e876e2e7d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0a675e923..67b194191 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 617a10941..71f293214 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: "hub.epicm.org/epicmorg/jira:6.4.9" + image: "quay.io/epicmorg/jira:6.4.9" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.4.9-jdk7" + image: "quay.io/epicmorg/jira:6.4.9-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:6.4.9-jdk8" + image: "quay.io/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 866f9d61a..f7edbd4c8 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-jdk7 +FROM quay.io/epicmorg/debian:bookworm-jdk7 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/atlassian/jira/6/6.4/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.4/Dockerfile.jdk8 index 0fab47359..ef866cd2b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7b19671a7..963c9eac2 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: "hub.epicm.org/epicmorg/jira:6.4" + image: "quay.io/epicmorg/jira:6.4" build: context: . app-jdk7: - image: "hub.epicm.org/epicmorg/jira:6.4-jdk7" + image: "quay.io/epicmorg/jira:6.4-jdk7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:6.4-jdk8" + image: "quay.io/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 6c5a16ad7..0b6519479 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f83a11d1c..be5ee31fb 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: "hub.epicm.org/epicmorg/jira:7.0.0" + image: "quay.io/epicmorg/jira:7.0.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.0.0-jdk8" + image: "quay.io/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 14734d797..c1e4c33b5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f6c687ce8..669810f21 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: "hub.epicm.org/epicmorg/jira:7.0.10" + image: "quay.io/epicmorg/jira:7.0.10" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.0.10-jdk8" + image: "quay.io/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 1e926acce..e7603c63a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1dc8e20ae..b42ebe86c 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: "hub.epicm.org/epicmorg/jira:7.0.11" + image: "quay.io/epicmorg/jira:7.0.11" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.0.11-jdk8" + image: "quay.io/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 f8b6c485e..0976140e3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d8f6ab0e0..2daf8303d 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: "hub.epicm.org/epicmorg/jira:7.0.2" + image: "quay.io/epicmorg/jira:7.0.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.0.2-jdk8" + image: "quay.io/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 6da55487b..35e8e0e0a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4ab5ecf4f..136f9ddf1 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: "hub.epicm.org/epicmorg/jira:7.0.4" + image: "quay.io/epicmorg/jira:7.0.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.0.4-jdk8" + image: "quay.io/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 b8c13f784..e25470607 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 dd4e9f1cc..ab97e7f0f 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: "hub.epicm.org/epicmorg/jira:7.0.5" + image: "quay.io/epicmorg/jira:7.0.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.0.5-jdk8" + image: "quay.io/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 d74f9f44f..935f93e84 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 hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/jira/7/7.0.9/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.0.9/docker-compose.yml index cc0fe40d6..2e0f226bd 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,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/jira:${RELEASE}" + image: "quay.io/epicmorg/jira:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/jira/7/7.1.0-m01/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.1.0-m01/Dockerfile index d74f9f44f..935f93e84 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.0-m01/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.1.0-m01/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bullseye-jdk8 +FROM quay.io/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/jira/7/7.1.0-m01/docker-compose.yml b/linux/ecosystem/atlassian/jira/7/7.1.0-m01/docker-compose.yml index cc0fe40d6..2e0f226bd 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.0-m01/docker-compose.yml +++ b/linux/ecosystem/atlassian/jira/7/7.1.0-m01/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/jira:${RELEASE}" + image: "quay.io/epicmorg/jira:${RELEASE}" build: context: . args: diff --git a/linux/ecosystem/atlassian/jira/7/7.1.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.1.0/Dockerfile index 06a0e4c76..ae5330189 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bccac8bea..975be0dc6 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: "hub.epicm.org/epicmorg/jira:7.1.0" + image: "quay.io/epicmorg/jira:7.1.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.1.0-jdk8" + image: "quay.io/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 b6b071b01..8f76c81d9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 082ce8909..57acc5173 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: "hub.epicm.org/epicmorg/jira:7.1.1" + image: "quay.io/epicmorg/jira:7.1.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.1.1-jdk8" + image: "quay.io/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 20e157371..4b7750a35 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 eb87f4d9f..b930c476c 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: "hub.epicm.org/epicmorg/jira:7.1.10" + image: "quay.io/epicmorg/jira:7.1.10" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.1.10-jdk8" + image: "quay.io/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 a30c470b4..8ae9f18f4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f6bbee76c..0996cc46e 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: "hub.epicm.org/epicmorg/jira:7.1.2" + image: "quay.io/epicmorg/jira:7.1.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.1.2-jdk8" + image: "quay.io/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 d2ef96a4a..507d8f919 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 894026709..9b43f6483 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: "hub.epicm.org/epicmorg/jira:7.1.4" + image: "quay.io/epicmorg/jira:7.1.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.1.4-jdk8" + image: "quay.io/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 a5853f2bd..844569bdc 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 436d76774..7161871d6 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: "hub.epicm.org/epicmorg/jira:7.1.6" + image: "quay.io/epicmorg/jira:7.1.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.1.6-jdk8" + image: "quay.io/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 438bb5364..34345f64c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ef40ea45e..9a252b3bb 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: "hub.epicm.org/epicmorg/jira:7.1.7" + image: "quay.io/epicmorg/jira:7.1.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.1.7-jdk8" + image: "quay.io/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 0bfcafc97..44700589d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a73598fa4..a28c9d41d 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: "hub.epicm.org/epicmorg/jira:7.1.8" + image: "quay.io/epicmorg/jira:7.1.8" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.1.8-jdk8" + image: "quay.io/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 f15bfd007..2912ffbbd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d4e838cda..4ddaaf916 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: "hub.epicm.org/epicmorg/jira:7.1.9" + image: "quay.io/epicmorg/jira:7.1.9" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.1.9-jdk8" + image: "quay.io/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 2bdf44e7f..f9d8acdca 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 968128b96..10dea870b 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: "hub.epicm.org/epicmorg/jira:7.10.0" + image: "quay.io/epicmorg/jira:7.10.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.10.0-jdk8" + image: "quay.io/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 490bb81f7..711c7cb93 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c1d05e4bf..0e5b69450 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: "hub.epicm.org/epicmorg/jira:7.10.1" + image: "quay.io/epicmorg/jira:7.10.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.10.1-jdk8" + image: "quay.io/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 b159bd0e6..ee84d9341 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 718bb4552..bed9c778d 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: "hub.epicm.org/epicmorg/jira:7.10.2" + image: "quay.io/epicmorg/jira:7.10.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.10.2-jdk8" + image: "quay.io/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 0b050b168..e529e0291 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d285deba4..6d5c7ab32 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: "hub.epicm.org/epicmorg/jira:7.11.0" + image: "quay.io/epicmorg/jira:7.11.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.11.0-jdk8" + image: "quay.io/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 a83347153..a7c4cfaef 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 20d50ce05..be508aa86 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: "hub.epicm.org/epicmorg/jira:7.11.1" + image: "quay.io/epicmorg/jira:7.11.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.11.1-jdk8" + image: "quay.io/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 d4ca44749..97845d5f9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b6e86f439..8c67500b9 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: "hub.epicm.org/epicmorg/jira:7.11.2" + image: "quay.io/epicmorg/jira:7.11.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.11.2-jdk8" + image: "quay.io/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 33025afe0..09e952269 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7b8898802..828c0b963 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: "hub.epicm.org/epicmorg/jira:7.12.0" + image: "quay.io/epicmorg/jira:7.12.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.12.0-jdk8" + image: "quay.io/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 76c30db7a..d975c15b6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 990e44664..19292ee28 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: "hub.epicm.org/epicmorg/jira:7.12.1" + image: "quay.io/epicmorg/jira:7.12.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.12.1-jdk8" + image: "quay.io/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 4379b7f09..c46e243e2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f169e71e8..a5faaf241 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: "hub.epicm.org/epicmorg/jira:7.12.3" + image: "quay.io/epicmorg/jira:7.12.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.12.3-jdk8" + image: "quay.io/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 0ed939810..5c3835b83 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 005f66b6b..0cddb0211 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: "hub.epicm.org/epicmorg/jira:7.13.0" + image: "quay.io/epicmorg/jira:7.13.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.13.0-jdk8" + image: "quay.io/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 b058bafeb..4dadce6c3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8d25407f8..91f048485 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: "hub.epicm.org/epicmorg/jira:7.13.1" + image: "quay.io/epicmorg/jira:7.13.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.13.1-jdk8" + image: "quay.io/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 45e0f9b20..6e14c7f16 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bda281cb8..4b9fdd5d8 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: "hub.epicm.org/epicmorg/jira:7.13.11" + image: "quay.io/epicmorg/jira:7.13.11" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.13.11-jdk8" + image: "quay.io/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 ae614b92a..6977eca25 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6713b56fe..03a32199b 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: "hub.epicm.org/epicmorg/jira:7.13.12" + image: "quay.io/epicmorg/jira:7.13.12" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.13.12-jdk8" + image: "quay.io/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 8ac0d8f63..5c69922a4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ccf74f326..8d5a03d89 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: "hub.epicm.org/epicmorg/jira:7.13.13" + image: "quay.io/epicmorg/jira:7.13.13" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.13.13-jdk8" + image: "quay.io/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 d1cf686c5..e3f1562a3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 24c6e3f45..8fc7d6eed 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: "hub.epicm.org/epicmorg/jira:7.13.14" + image: "quay.io/epicmorg/jira:7.13.14" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.13.14-jdk8" + image: "quay.io/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 993f7523c..b21abd1c3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8d1333160..c58e229db 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: "hub.epicm.org/epicmorg/jira:7.13.15" + image: "quay.io/epicmorg/jira:7.13.15" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.13.15-jdk8" + image: "quay.io/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 4ece035b8..9f397510b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ae38af011..0428e919a 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: "hub.epicm.org/epicmorg/jira:7.13.16" + image: "quay.io/epicmorg/jira:7.13.16" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.13.16-jdk8" + image: "quay.io/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 6d31d6fbc..bc42e54e6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a2aaa1b68..bf54726ea 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: "hub.epicm.org/epicmorg/jira:7.13.17" + image: "quay.io/epicmorg/jira:7.13.17" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.13.17-jdk8" + image: "quay.io/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 a96e8bec4..07233f241 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 73b187dd3..2ce3d48b6 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: "hub.epicm.org/epicmorg/jira:7.13.18" + image: "quay.io/epicmorg/jira:7.13.18" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.13.18-jdk8" + image: "quay.io/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 0f8c967ea..f9ad4e0cd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e4a13a261..58785118f 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: "hub.epicm.org/epicmorg/jira:7.13.2" + image: "quay.io/epicmorg/jira:7.13.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.13.2-jdk8" + image: "quay.io/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 a3ccf8eca..aebaf8149 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bde98cc90..64e4b8acf 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: "hub.epicm.org/epicmorg/jira:7.13.3" + image: "quay.io/epicmorg/jira:7.13.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.13.3-jdk8" + image: "quay.io/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 7adfb84ae..6dcb3e5d2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e2345a62f..c458beb89 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: "hub.epicm.org/epicmorg/jira:7.13.4" + image: "quay.io/epicmorg/jira:7.13.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.13.4-jdk8" + image: "quay.io/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 88e43e4c5..89d55e08d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 efb36c75e..45ef6f84c 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: "hub.epicm.org/epicmorg/jira:7.13.5" + image: "quay.io/epicmorg/jira:7.13.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.13.5-jdk8" + image: "quay.io/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 b7f2f2598..cc23b155a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5c408fd3c..1bbb7e0e6 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: "hub.epicm.org/epicmorg/jira:7.13.6" + image: "quay.io/epicmorg/jira:7.13.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.13.6-jdk8" + image: "quay.io/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 ce5872bf1..587f8b92c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 14f74c19e..ba57b76e4 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: "hub.epicm.org/epicmorg/jira:7.13.8" + image: "quay.io/epicmorg/jira:7.13.8" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.13.8-jdk8" + image: "quay.io/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 a47953a55..57f22d727 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bdadc6255..ab020454f 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: "hub.epicm.org/epicmorg/jira:7.13.9" + image: "quay.io/epicmorg/jira:7.13.9" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.13.9-jdk8" + image: "quay.io/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 1d60bf166..05991a2e7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4d2ebf060..e476190ad 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: "hub.epicm.org/epicmorg/jira:7.2.0" + image: "quay.io/epicmorg/jira:7.2.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.2.0-jdk8" + image: "quay.io/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 7c9f2ccbd..3452e8540 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3908cdfc7..809b03588 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: "hub.epicm.org/epicmorg/jira:7.2.1" + image: "quay.io/epicmorg/jira:7.2.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.2.1-jdk8" + image: "quay.io/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 364d01f3c..609e567af 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 af85afd16..848b488b4 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: "hub.epicm.org/epicmorg/jira:7.2.10" + image: "quay.io/epicmorg/jira:7.2.10" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.2.10-jdk8" + image: "quay.io/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 c97261cfd..35257a903 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 63a14d7e5..bacd9e0b5 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: "hub.epicm.org/epicmorg/jira:7.2.11" + image: "quay.io/epicmorg/jira:7.2.11" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.2.11-jdk8" + image: "quay.io/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 bbea93b5e..39f75e083 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 56db20c71..d70ea5d7f 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: "hub.epicm.org/epicmorg/jira:7.2.12" + image: "quay.io/epicmorg/jira:7.2.12" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.2.12-jdk8" + image: "quay.io/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 3a2e4c69a..27be6d18d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c7ca061e0..daa18422b 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: "hub.epicm.org/epicmorg/jira:7.2.13" + image: "quay.io/epicmorg/jira:7.2.13" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.2.13-jdk8" + image: "quay.io/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 35854916c..8847017c9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 39528f299..de4b301a9 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: "hub.epicm.org/epicmorg/jira:7.2.14" + image: "quay.io/epicmorg/jira:7.2.14" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.2.14-jdk8" + image: "quay.io/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 0a08c2388..dcc9c8157 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3446f559f..03cb25bf7 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: "hub.epicm.org/epicmorg/jira:7.2.15" + image: "quay.io/epicmorg/jira:7.2.15" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.2.15-jdk8" + image: "quay.io/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 bbe3fb771..b2d822525 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ab233e0af..45a1ff5a6 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: "hub.epicm.org/epicmorg/jira:7.2.2" + image: "quay.io/epicmorg/jira:7.2.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.2.2-jdk8" + image: "quay.io/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 062bfc53c..ea091f670 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 033c6943d..4718b883b 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: "hub.epicm.org/epicmorg/jira:7.2.3" + image: "quay.io/epicmorg/jira:7.2.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.2.3-jdk8" + image: "quay.io/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 ef38f9819..967bcf295 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f4888cc4b..cef9db656 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: "hub.epicm.org/epicmorg/jira:7.2.4" + image: "quay.io/epicmorg/jira:7.2.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.2.4-jdk8" + image: "quay.io/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 042fe55a1..9a5820673 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cbd66dc5c..7cb6ad939 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: "hub.epicm.org/epicmorg/jira:7.2.6" + image: "quay.io/epicmorg/jira:7.2.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.2.6-jdk8" + image: "quay.io/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 2220390e7..b57589aa9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6bcadd336..e8cf3eb8e 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: "hub.epicm.org/epicmorg/jira:7.2.7" + image: "quay.io/epicmorg/jira:7.2.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.2.7-jdk8" + image: "quay.io/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 ae8e6b386..66ea016d9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ca7038fb3..7ebb94aa4 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: "hub.epicm.org/epicmorg/jira:7.2.8" + image: "quay.io/epicmorg/jira:7.2.8" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.2.8-jdk8" + image: "quay.io/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 9a0ea068d..f01cd7eea 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c197ba87b..edfb9b7e2 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: "hub.epicm.org/epicmorg/jira:7.2.9" + image: "quay.io/epicmorg/jira:7.2.9" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.2.9-jdk8" + image: "quay.io/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 d2119372f..f1e769023 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1b67c2087..d279c4c04 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: "hub.epicm.org/epicmorg/jira:7.3.0" + image: "quay.io/epicmorg/jira:7.3.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.3.0-jdk8" + image: "quay.io/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 fdcbca410..b5ec46932 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7703619b7..96bf668f2 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: "hub.epicm.org/epicmorg/jira:7.3.1" + image: "quay.io/epicmorg/jira:7.3.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.3.1-jdk8" + image: "quay.io/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 e9f9957b1..fbbf190c2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 376068213..1b6d03054 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: "hub.epicm.org/epicmorg/jira:7.3.2" + image: "quay.io/epicmorg/jira:7.3.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.3.2-jdk8" + image: "quay.io/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 0669e4321..a23435884 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 226436ba0..01b7acaf8 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: "hub.epicm.org/epicmorg/jira:7.3.3" + image: "quay.io/epicmorg/jira:7.3.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.3.3-jdk8" + image: "quay.io/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 c648de95b..04a17b820 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a1a64c104..bfa911e93 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: "hub.epicm.org/epicmorg/jira:7.3.4" + image: "quay.io/epicmorg/jira:7.3.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.3.4-jdk8" + image: "quay.io/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 7ceae350e..7eaffc934 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bc4025ecb..23a042a40 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: "hub.epicm.org/epicmorg/jira:7.3.5" + image: "quay.io/epicmorg/jira:7.3.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.3.5-jdk8" + image: "quay.io/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 73d7fb60d..e716df794 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 26c743c31..9302a95be 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: "hub.epicm.org/epicmorg/jira:7.3.6" + image: "quay.io/epicmorg/jira:7.3.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.3.6-jdk8" + image: "quay.io/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 54432eaf0..79062cf28 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3e2802723..3169ba5b3 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: "hub.epicm.org/epicmorg/jira:7.3.7" + image: "quay.io/epicmorg/jira:7.3.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.3.7-jdk8" + image: "quay.io/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 ed3a8a65b..57b0913fc 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4ab504fc1..92ec62509 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: "hub.epicm.org/epicmorg/jira:7.3.8" + image: "quay.io/epicmorg/jira:7.3.8" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.3.8-jdk8" + image: "quay.io/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 a6183c587..ab127de6e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cac224ab1..f0253cb40 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: "hub.epicm.org/epicmorg/jira:7.3.9" + image: "quay.io/epicmorg/jira:7.3.9" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.3.9-jdk8" + image: "quay.io/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 455183a2d..85eee9d7e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f44817db0..44db0425c 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: "hub.epicm.org/epicmorg/jira:7.4.0" + image: "quay.io/epicmorg/jira:7.4.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.4.0-jdk8" + image: "quay.io/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 cfa67b043..aa5a78a70 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 20d36f913..62d38e7f8 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: "hub.epicm.org/epicmorg/jira:7.4.1" + image: "quay.io/epicmorg/jira:7.4.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.4.1-jdk8" + image: "quay.io/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 daa825e6b..2cbf7370c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 552506b2b..719162958 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: "hub.epicm.org/epicmorg/jira:7.4.2" + image: "quay.io/epicmorg/jira:7.4.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.4.2-jdk8" + image: "quay.io/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 b33792ca8..c4a07e096 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 497358ca9..fb4fc6de0 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: "hub.epicm.org/epicmorg/jira:7.4.3" + image: "quay.io/epicmorg/jira:7.4.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.4.3-jdk8" + image: "quay.io/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 3261181f9..9ab155818 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a153ae8f6..6859b21df 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: "hub.epicm.org/epicmorg/jira:7.4.4" + image: "quay.io/epicmorg/jira:7.4.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.4.4-jdk8" + image: "quay.io/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 dc462e936..3aae73645 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ec0f0be3f..c174dcd74 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: "hub.epicm.org/epicmorg/jira:7.4.5" + image: "quay.io/epicmorg/jira:7.4.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.4.5-jdk8" + image: "quay.io/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 66fc029dd..f5412be7c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1ae52c756..b99462d77 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: "hub.epicm.org/epicmorg/jira:7.4.6" + image: "quay.io/epicmorg/jira:7.4.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.4.6-jdk8" + image: "quay.io/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 0ea5400c6..aee940f56 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 67aead68f..9f4a06bbf 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: "hub.epicm.org/epicmorg/jira:7.5.0" + image: "quay.io/epicmorg/jira:7.5.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.5.0-jdk8" + image: "quay.io/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 1e6ffe79d..d0b82275f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0ee366b44..625f78245 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: "hub.epicm.org/epicmorg/jira:7.5.1" + image: "quay.io/epicmorg/jira:7.5.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.5.1-jdk8" + image: "quay.io/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 1a00adfb4..bc47093cc 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9196f9db3..ebdd0aa96 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: "hub.epicm.org/epicmorg/jira:7.5.2" + image: "quay.io/epicmorg/jira:7.5.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.5.2-jdk8" + image: "quay.io/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 926cdfa37..2da3794ab 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 52898360e..3bd3be171 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: "hub.epicm.org/epicmorg/jira:7.5.3" + image: "quay.io/epicmorg/jira:7.5.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.5.3-jdk8" + image: "quay.io/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 40fa11f4f..47b1b9038 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4147007c9..9367e113a 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: "hub.epicm.org/epicmorg/jira:7.5.4" + image: "quay.io/epicmorg/jira:7.5.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.5.4-jdk8" + image: "quay.io/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 f104a595f..e0d843fb8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 459f3a834..097e4e61c 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: "hub.epicm.org/epicmorg/jira:7.6.0" + image: "quay.io/epicmorg/jira:7.6.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.6.0-jdk8" + image: "quay.io/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 46d0e71af..fad2d74ed 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f5ed7d9ff..360b3469a 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: "hub.epicm.org/epicmorg/jira:7.6.1" + image: "quay.io/epicmorg/jira:7.6.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.6.1-jdk8" + image: "quay.io/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 4bd2e97da..ff1662b44 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2c8b8f282..9d6f6422e 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: "hub.epicm.org/epicmorg/jira:7.6.10" + image: "quay.io/epicmorg/jira:7.6.10" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.6.10-jdk8" + image: "quay.io/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 2950f5bf7..22532298c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 56dcd4ece..ff7dbf5e1 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: "hub.epicm.org/epicmorg/jira:7.6.11" + image: "quay.io/epicmorg/jira:7.6.11" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.6.11-jdk8" + image: "quay.io/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 6d99642cb..a10e675bf 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9bfebdae4..3eda846e8 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: "hub.epicm.org/epicmorg/jira:7.6.12" + image: "quay.io/epicmorg/jira:7.6.12" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.6.12-jdk8" + image: "quay.io/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 8af48a7d1..b56021ce2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fb8552fc8..414f335a4 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: "hub.epicm.org/epicmorg/jira:7.6.13" + image: "quay.io/epicmorg/jira:7.6.13" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.6.13-jdk8" + image: "quay.io/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 a8878cf90..dd798b69e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3119c4c4c..408b1eb54 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: "hub.epicm.org/epicmorg/jira:7.6.14" + image: "quay.io/epicmorg/jira:7.6.14" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.6.14-jdk8" + image: "quay.io/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 1db4fc61c..ab32b764e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 848866dd9..eb26d108c 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: "hub.epicm.org/epicmorg/jira:7.6.15" + image: "quay.io/epicmorg/jira:7.6.15" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.6.15-jdk8" + image: "quay.io/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 1ea55fa95..d34983f61 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 87523731c..f7f15664b 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: "hub.epicm.org/epicmorg/jira:7.6.16" + image: "quay.io/epicmorg/jira:7.6.16" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.6.16-jdk8" + image: "quay.io/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 03c3a1ac9..275e0f52a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cf97ebeef..4f78ba484 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: "hub.epicm.org/epicmorg/jira:7.6.17" + image: "quay.io/epicmorg/jira:7.6.17" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.6.17-jdk8" + image: "quay.io/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 91a49b403..7dd79b36a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 70e93d0df..1380d860a 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: "hub.epicm.org/epicmorg/jira:7.6.2" + image: "quay.io/epicmorg/jira:7.6.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.6.2-jdk8" + image: "quay.io/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 ccb509a36..b0ba8b45e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2c8a671dd..52649a8c7 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: "hub.epicm.org/epicmorg/jira:7.6.3" + image: "quay.io/epicmorg/jira:7.6.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.6.3-jdk8" + image: "quay.io/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 88af72563..292d0202f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 aeaedf884..83699725f 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: "hub.epicm.org/epicmorg/jira:7.6.4" + image: "quay.io/epicmorg/jira:7.6.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.6.4-jdk8" + image: "quay.io/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 644167470..88c19178f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 11fee493c..9ed08b11a 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: "hub.epicm.org/epicmorg/jira:7.6.6" + image: "quay.io/epicmorg/jira:7.6.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.6.6-jdk8" + image: "quay.io/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 197f45435..2a83f9b00 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 404d9a2e8..5255e2fd3 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: "hub.epicm.org/epicmorg/jira:7.6.7" + image: "quay.io/epicmorg/jira:7.6.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.6.7-jdk8" + image: "quay.io/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 abdae6e2e..16161f514 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2c69061d5..366bec6d7 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: "hub.epicm.org/epicmorg/jira:7.6.8" + image: "quay.io/epicmorg/jira:7.6.8" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.6.8-jdk8" + image: "quay.io/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 7f96aa0bb..5ce0adf97 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 126fab26d..a5a383f4c 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: "hub.epicm.org/epicmorg/jira:7.6.9" + image: "quay.io/epicmorg/jira:7.6.9" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.6.9-jdk8" + image: "quay.io/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 9cbc59a83..764a2a184 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 628c4ce48..a4445788f 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: "hub.epicm.org/epicmorg/jira:7.7.0" + image: "quay.io/epicmorg/jira:7.7.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.7.0-jdk8" + image: "quay.io/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 bfa569b29..1bcbca8f8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0028660a6..dce8c0042 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: "hub.epicm.org/epicmorg/jira:7.7.1" + image: "quay.io/epicmorg/jira:7.7.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.7.1-jdk8" + image: "quay.io/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 92bc00254..a40372e42 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fa1211ac3..5aa65e67b 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: "hub.epicm.org/epicmorg/jira:7.7.2" + image: "quay.io/epicmorg/jira:7.7.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.7.2-jdk8" + image: "quay.io/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 ecbdf8141..c57bf6b1f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8cfa000ef..7589935e1 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: "hub.epicm.org/epicmorg/jira:7.7.4" + image: "quay.io/epicmorg/jira:7.7.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.7.4-jdk8" + image: "quay.io/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 87eebef73..544556ae3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 73ff3bde6..44f635bac 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: "hub.epicm.org/epicmorg/jira:7.8.0" + image: "quay.io/epicmorg/jira:7.8.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.8.0-jdk8" + image: "quay.io/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 8d1e5cd2f..21d373edf 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 647886988..a32504cf6 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: "hub.epicm.org/epicmorg/jira:7.8.1" + image: "quay.io/epicmorg/jira:7.8.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.8.1-jdk8" + image: "quay.io/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 01ecb7ffe..388d17088 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c543be576..62c3f5bd0 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: "hub.epicm.org/epicmorg/jira:7.8.2" + image: "quay.io/epicmorg/jira:7.8.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.8.2-jdk8" + image: "quay.io/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 cd89863a7..22b900ac1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 33af54c3a..82236cb0c 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: "hub.epicm.org/epicmorg/jira:7.8.4" + image: "quay.io/epicmorg/jira:7.8.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.8.4-jdk8" + image: "quay.io/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 c699a9f91..e9f3dfb00 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e4876fd12..22db8a6c3 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: "hub.epicm.org/epicmorg/jira:7.9.0" + image: "quay.io/epicmorg/jira:7.9.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.9.0-jdk8" + image: "quay.io/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 e77304bcd..041b3ad8b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 13eac9ec1..b9f697812 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: "hub.epicm.org/epicmorg/jira:7.9.2" + image: "quay.io/epicmorg/jira:7.9.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:7.9.2-jdk8" + image: "quay.io/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 1c82878d4..32663a897 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f108d1fbf..e39a603eb 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: "hub.epicm.org/epicmorg/jira:8.0.0" + image: "quay.io/epicmorg/jira:8.0.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.0.0-jdk8" + image: "quay.io/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 82f2c1c10..13c5ee9a4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 49808704b..5622aaded 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: "hub.epicm.org/epicmorg/jira:8.0.2" + image: "quay.io/epicmorg/jira:8.0.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.0.2-jdk8" + image: "quay.io/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 b0b5a00de..93f279d93 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 af92fad55..7eefcd423 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: "hub.epicm.org/epicmorg/jira:8.0.3" + image: "quay.io/epicmorg/jira:8.0.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.0.3-jdk8" + image: "quay.io/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 efc7dbfd5..9cf23fd08 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 38eeb2a2f..129d619e8 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: "hub.epicm.org/epicmorg/jira:8.1.0" + image: "quay.io/epicmorg/jira:8.1.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.1.0-jdk8" + image: "quay.io/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 73c210696..47610085e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 02a376a17..efb826535 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: "hub.epicm.org/epicmorg/jira:8.1.1" + image: "quay.io/epicmorg/jira:8.1.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.1.1-jdk8" + image: "quay.io/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 e03a34a75..20d7a9a25 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 89e7010c2..999c76377 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: "hub.epicm.org/epicmorg/jira:8.1.2" + image: "quay.io/epicmorg/jira:8.1.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.1.2-jdk8" + image: "quay.io/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 7c57f8391..e61317b1a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 efaecf092..b20362fa1 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: "hub.epicm.org/epicmorg/jira:8.1.3" + image: "quay.io/epicmorg/jira:8.1.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.1.3-jdk8" + image: "quay.io/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 3e208cd98..1395c4da5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 544392249..e53e0e5a5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.10.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.10.0/docker-compose.yml index 008852f1b..26c5c8494 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: "hub.epicm.org/epicmorg/jira:8.10.0" + image: "quay.io/epicmorg/jira:8.10.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.10.0-jdk8" + image: "quay.io/epicmorg/jira:8.10.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.10.0-jdk11" + image: "quay.io/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 bf855ee3b..ec48c9f24 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 83331dd68..0cd0da38e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.10.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.10.1/docker-compose.yml index 16bbb15fd..f90346de2 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: "hub.epicm.org/epicmorg/jira:8.10.1" + image: "quay.io/epicmorg/jira:8.10.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.10.1-jdk8" + image: "quay.io/epicmorg/jira:8.10.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.10.1-jdk11" + image: "quay.io/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 1790210d6..99e9c79b2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f0d7c11f9..f954e6e71 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.11.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.11.0/docker-compose.yml index 577341f05..43190bbf6 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: "hub.epicm.org/epicmorg/jira:8.11.0" + image: "quay.io/epicmorg/jira:8.11.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.11.0-jdk8" + image: "quay.io/epicmorg/jira:8.11.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.11.0-jdk11" + image: "quay.io/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 05058adbd..c71c79527 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 34832520a..6167bad71 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.11.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.11.1/docker-compose.yml index f8fb39931..af558e861 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: "hub.epicm.org/epicmorg/jira:8.11.1" + image: "quay.io/epicmorg/jira:8.11.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.11.1-jdk8" + image: "quay.io/epicmorg/jira:8.11.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.11.1-jdk11" + image: "quay.io/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 28e3b90a9..a54e9a86e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 be14a418e..b47e45421 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.12.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.12.0/docker-compose.yml index 4006b04c3..f8850dbaa 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: "hub.epicm.org/epicmorg/jira:8.12.0" + image: "quay.io/epicmorg/jira:8.12.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.12.0-jdk8" + image: "quay.io/epicmorg/jira:8.12.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.12.0-jdk11" + image: "quay.io/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 41e99aa52..6aaa8b24a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4d19d2895..695d16432 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.12.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.12.1/docker-compose.yml index a7fccb1b0..792ca6640 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: "hub.epicm.org/epicmorg/jira:8.12.1" + image: "quay.io/epicmorg/jira:8.12.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.12.1-jdk8" + image: "quay.io/epicmorg/jira:8.12.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.12.1-jdk11" + image: "quay.io/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 3848f93f2..9e63a89eb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7bc12427d..4b1cbe8b2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.12.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.12.2/docker-compose.yml index 16877d774..0b003307c 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: "hub.epicm.org/epicmorg/jira:8.12.2" + image: "quay.io/epicmorg/jira:8.12.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.12.2-jdk8" + image: "quay.io/epicmorg/jira:8.12.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.12.2-jdk11" + image: "quay.io/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 a30fe6ca1..80c2fdb65 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fc7bf71d9..072db993c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.12.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.12.3/docker-compose.yml index 46326cc2f..b4c9625fb 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: "hub.epicm.org/epicmorg/jira:8.12.3" + image: "quay.io/epicmorg/jira:8.12.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.12.3-jdk8" + image: "quay.io/epicmorg/jira:8.12.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.12.3-jdk11" + image: "quay.io/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 b2064bdd7..4b373545f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 36c981f5a..4c8e569c4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.13.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.0/docker-compose.yml index 46d2e1d63..f43941051 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: "hub.epicm.org/epicmorg/jira:8.13.0" + image: "quay.io/epicmorg/jira:8.13.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.13.0-jdk8" + image: "quay.io/epicmorg/jira:8.13.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.13.0-jdk11" + image: "quay.io/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 8a05bf523..f7d8e3c61 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 93a384351..d1b09262d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.13.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.1/docker-compose.yml index c8c60c95d..be30d860c 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: "hub.epicm.org/epicmorg/jira:8.13.1" + image: "quay.io/epicmorg/jira:8.13.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.13.1-jdk8" + image: "quay.io/epicmorg/jira:8.13.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.13.1-jdk11" + image: "quay.io/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 ffb7e3372..d119ac21e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bb5ce71bc..c68063243 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.13.10/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.10/docker-compose.yml index 7e21c5f47..59b1694f5 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: "hub.epicm.org/epicmorg/jira:8.13.10" + image: "quay.io/epicmorg/jira:8.13.10" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.13.10-jdk8" + image: "quay.io/epicmorg/jira:8.13.10-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.13.10-jdk11" + image: "quay.io/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 8b38cc883..e788a47c2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3b58672fe..897221d0d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.13.11/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.11/docker-compose.yml index 29c2e469b..e8414e7a9 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: "hub.epicm.org/epicmorg/jira:8.13.11" + image: "quay.io/epicmorg/jira:8.13.11" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.13.11-jdk8" + image: "quay.io/epicmorg/jira:8.13.11-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.13.11-jdk11" + image: "quay.io/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 772294194..249ad30c2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 79bcebc3a..3784678e8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.13.12/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.12/docker-compose.yml index 5cf9c3a9b..cc42b26b9 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: "hub.epicm.org/epicmorg/jira:8.13.12" + image: "quay.io/epicmorg/jira:8.13.12" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.13.12-jdk8" + image: "quay.io/epicmorg/jira:8.13.12-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.13.12-jdk11" + image: "quay.io/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 a3beb2d2c..750a31479 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c87fb0501..007eb8536 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.13.13/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.13/docker-compose.yml index 002f82bee..8767424a2 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: "hub.epicm.org/epicmorg/jira:8.13.13" + image: "quay.io/epicmorg/jira:8.13.13" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.13.13-jdk8" + image: "quay.io/epicmorg/jira:8.13.13-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.13.13-jdk11" + image: "quay.io/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 bb2b92739..68b7bdbcb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c3636127e..6bd00a85b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.13.14/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.14/docker-compose.yml index 6d5d4ff97..9c71e2d10 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: "hub.epicm.org/epicmorg/jira:8.13.14" + image: "quay.io/epicmorg/jira:8.13.14" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.13.14-jdk8" + image: "quay.io/epicmorg/jira:8.13.14-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.13.14-jdk11" + image: "quay.io/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 abbbcc37c..c6d3f4c58 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 59107d384..5a07f03f3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.13.15/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.15/docker-compose.yml index 13d023532..8917b2c10 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: "hub.epicm.org/epicmorg/jira:8.13.15" + image: "quay.io/epicmorg/jira:8.13.15" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.13.15-jdk8" + image: "quay.io/epicmorg/jira:8.13.15-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.13.15-jdk11" + image: "quay.io/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 ca600d1c4..7062a8d4a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1710a8c97..a336d9d06 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.13.16/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.16/docker-compose.yml index 255d6bcb1..438b7955a 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: "hub.epicm.org/epicmorg/jira:8.13.16" + image: "quay.io/epicmorg/jira:8.13.16" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.13.16-jdk8" + image: "quay.io/epicmorg/jira:8.13.16-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.13.16-jdk11" + image: "quay.io/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 8d085e5cd..4994bad3a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 914898e8e..51e1ba030 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.13.17/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.17/docker-compose.yml index 6ee2482a4..ad0c4263f 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: "hub.epicm.org/epicmorg/jira:8.13.17" + image: "quay.io/epicmorg/jira:8.13.17" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.13.17-jdk8" + image: "quay.io/epicmorg/jira:8.13.17-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.13.17-jdk11" + image: "quay.io/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 c52e500f8..ed17ca0b9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 afa564c6e..bb8dc8125 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.13.18/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.18/docker-compose.yml index 2d2294937..8b13843ef 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: "hub.epicm.org/epicmorg/jira:8.13.18" + image: "quay.io/epicmorg/jira:8.13.18" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.13.18-jdk8" + image: "quay.io/epicmorg/jira:8.13.18-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.13.18-jdk11" + image: "quay.io/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 8efacaf28..6d7d9a813 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 af1c5deff..55a68cc7d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.13.19/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.19/docker-compose.yml index 15c45d001..bc88011ef 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: "hub.epicm.org/epicmorg/jira:8.13.19" + image: "quay.io/epicmorg/jira:8.13.19" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.13.19-jdk8" + image: "quay.io/epicmorg/jira:8.13.19-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.13.19-jdk11" + image: "quay.io/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 9cdefef14..5bd031491 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 33735606f..b294dc503 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.13.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.2/docker-compose.yml index a1c9bdc5e..a3cfd78be 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: "hub.epicm.org/epicmorg/jira:8.13.2" + image: "quay.io/epicmorg/jira:8.13.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.13.2-jdk8" + image: "quay.io/epicmorg/jira:8.13.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.13.2-jdk11" + image: "quay.io/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 db8eb5782..7e5ee68c5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8b936d61a..0ac7197c2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.13.20/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.20/docker-compose.yml index f42cf91b3..524988865 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: "hub.epicm.org/epicmorg/jira:8.13.20" + image: "quay.io/epicmorg/jira:8.13.20" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.13.20-jdk8" + image: "quay.io/epicmorg/jira:8.13.20-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.13.20-jdk11" + image: "quay.io/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 0baf070d8..b31760f1c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d7b2211d7..fe24a7f4c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.13.21/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.21/docker-compose.yml index 8bebf65f6..4485a4e66 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: "hub.epicm.org/epicmorg/jira:8.13.21" + image: "quay.io/epicmorg/jira:8.13.21" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.13.21-jdk8" + image: "quay.io/epicmorg/jira:8.13.21-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.13.21-jdk11" + image: "quay.io/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 d01958fba..b2b68d733 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e7f2b8b47..8c9a10f53 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.13.22/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.22/docker-compose.yml index 43146475c..c63d5c220 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: "hub.epicm.org/epicmorg/jira:8.13.22" + image: "quay.io/epicmorg/jira:8.13.22" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.13.22-jdk8" + image: "quay.io/epicmorg/jira:8.13.22-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.13.22-jdk11" + image: "quay.io/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 acecb1073..acb80fd72 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 98ac881ce..15b81c075 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.13.24/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.24/docker-compose.yml index fa906cf07..b6506c900 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: "hub.epicm.org/epicmorg/jira:8.13.24" + image: "quay.io/epicmorg/jira:8.13.24" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.13.24-jdk8" + image: "quay.io/epicmorg/jira:8.13.24-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.13.24-jdk11" + image: "quay.io/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 1954fd8c3..1829161f3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b7d761b50..e086c10fe 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.13.25/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.25/docker-compose.yml index b3437da83..d8d80f313 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: "hub.epicm.org/epicmorg/jira:8.13.25" + image: "quay.io/epicmorg/jira:8.13.25" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.13.25-jdk8" + image: "quay.io/epicmorg/jira:8.13.25-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.13.25-jdk11" + image: "quay.io/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 7bf9da479..842247d4d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e4f290edd..c0d2de698 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.13.26/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.26/docker-compose.yml index 652ae5bc0..2dd51d364 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: "hub.epicm.org/epicmorg/jira:8.13.26" + image: "quay.io/epicmorg/jira:8.13.26" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.13.26-jdk8" + image: "quay.io/epicmorg/jira:8.13.26-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.13.26-jdk11" + image: "quay.io/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 bc64c164f..5ead2e256 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d1b30f723..f17fcd95a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.13.27/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.27/docker-compose.yml index ef3d7a7af..8d135513a 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: "hub.epicm.org/epicmorg/jira:8.13.27" + image: "quay.io/epicmorg/jira:8.13.27" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.13.27-jdk8" + image: "quay.io/epicmorg/jira:8.13.27-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.13.27-jdk11" + image: "quay.io/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 c5b6c899e..395241969 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ac4079733..a761d7640 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.13.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.3/docker-compose.yml index 4fc5337c5..db161ca48 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: "hub.epicm.org/epicmorg/jira:8.13.3" + image: "quay.io/epicmorg/jira:8.13.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.13.3-jdk8" + image: "quay.io/epicmorg/jira:8.13.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.13.3-jdk11" + image: "quay.io/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 aadb01fd8..fd20793bf 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3da9ae1f8..fd4769274 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.13.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.4/docker-compose.yml index 72a0a6563..f2756d85e 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: "hub.epicm.org/epicmorg/jira:8.13.4" + image: "quay.io/epicmorg/jira:8.13.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.13.4-jdk8" + image: "quay.io/epicmorg/jira:8.13.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.13.4-jdk11" + image: "quay.io/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 d6fe8aa44..18015feb4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0a6f0ceac..c2aaea92f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.13.5/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.5/docker-compose.yml index cf2a94c8e..6b4d9343b 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: "hub.epicm.org/epicmorg/jira:8.13.5" + image: "quay.io/epicmorg/jira:8.13.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.13.5-jdk8" + image: "quay.io/epicmorg/jira:8.13.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.13.5-jdk11" + image: "quay.io/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 de764b663..c2d4ef1da 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 675fa6efc..540f0c00d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.13.6/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.6/docker-compose.yml index f121e2ca1..bdeb8ad18 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: "hub.epicm.org/epicmorg/jira:8.13.6" + image: "quay.io/epicmorg/jira:8.13.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.13.6-jdk8" + image: "quay.io/epicmorg/jira:8.13.6-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.13.6-jdk11" + image: "quay.io/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 452f8d0e5..e6f60ca44 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 265dcffb2..57b201278 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.13.7/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.7/docker-compose.yml index f5cf3d7bd..ed8462bef 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: "hub.epicm.org/epicmorg/jira:8.13.7" + image: "quay.io/epicmorg/jira:8.13.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.13.7-jdk8" + image: "quay.io/epicmorg/jira:8.13.7-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.13.7-jdk11" + image: "quay.io/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 c015d6cd6..ba8ac9fb5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 00ba7da58..69430d0e7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.13.8/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.8/docker-compose.yml index dba0ae433..079761f9e 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: "hub.epicm.org/epicmorg/jira:8.13.8" + image: "quay.io/epicmorg/jira:8.13.8" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.13.8-jdk8" + image: "quay.io/epicmorg/jira:8.13.8-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.13.8-jdk11" + image: "quay.io/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 52fd51daa..5f7fe191c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8ffa1ed96..4dfdc150f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.13.9/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.13.9/docker-compose.yml index 21bad911a..54cc963a1 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: "hub.epicm.org/epicmorg/jira:8.13.9" + image: "quay.io/epicmorg/jira:8.13.9" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.13.9-jdk8" + image: "quay.io/epicmorg/jira:8.13.9-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.13.9-jdk11" + image: "quay.io/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 d5b60a981..7a0b5d549 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d61bc6762..e89465610 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.14.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.14.0/docker-compose.yml index 7048253ce..99895fc71 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: "hub.epicm.org/epicmorg/jira:8.14.0" + image: "quay.io/epicmorg/jira:8.14.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.14.0-jdk8" + image: "quay.io/epicmorg/jira:8.14.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.14.0-jdk11" + image: "quay.io/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 0bd1a2a48..3868b7af3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 65240cd19..75773c7e3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.14.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.14.1/docker-compose.yml index f15e9ec04..32b6da112 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: "hub.epicm.org/epicmorg/jira:8.14.1" + image: "quay.io/epicmorg/jira:8.14.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.14.1-jdk8" + image: "quay.io/epicmorg/jira:8.14.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.14.1-jdk11" + image: "quay.io/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 666545f4a..2604fc2f8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2cbfd7c54..79ebe96dd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.15.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.15.0/docker-compose.yml index 6343c857a..ff8faf452 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: "hub.epicm.org/epicmorg/jira:8.15.0" + image: "quay.io/epicmorg/jira:8.15.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.15.0-jdk8" + image: "quay.io/epicmorg/jira:8.15.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.15.0-jdk11" + image: "quay.io/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 deed5bb37..f66095bf4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9f374d822..43776355a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.15.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.15.1/docker-compose.yml index d4c1c158d..cee0bb042 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: "hub.epicm.org/epicmorg/jira:8.15.1" + image: "quay.io/epicmorg/jira:8.15.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.15.1-jdk8" + image: "quay.io/epicmorg/jira:8.15.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.15.1-jdk11" + image: "quay.io/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 2e2899b6d..3b9eef04c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e1870910f..a675dc1de 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.16.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.16.0/docker-compose.yml index 9f204e922..a517da8f5 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: "hub.epicm.org/epicmorg/jira:8.16.0" + image: "quay.io/epicmorg/jira:8.16.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.16.0-jdk8" + image: "quay.io/epicmorg/jira:8.16.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.16.0-jdk11" + image: "quay.io/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 9d65b553c..6b9ab1261 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 80005c8d2..cc956478b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.16.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.16.1/docker-compose.yml index 49e0863a0..ca3a0506c 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: "hub.epicm.org/epicmorg/jira:8.16.1" + image: "quay.io/epicmorg/jira:8.16.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.16.1-jdk8" + image: "quay.io/epicmorg/jira:8.16.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.16.1-jdk11" + image: "quay.io/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 351907597..57c4878d6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d352e46a4..0d569f0c0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.16.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.16.2/docker-compose.yml index ea4a8b58f..5ce502e5b 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: "hub.epicm.org/epicmorg/jira:8.16.2" + image: "quay.io/epicmorg/jira:8.16.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.16.2-jdk8" + image: "quay.io/epicmorg/jira:8.16.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.16.2-jdk11" + image: "quay.io/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 630fb5f0f..6838c04f9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 be58698d7..eaeb1fc4c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.17.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.17.0/docker-compose.yml index 6ce8ab3b6..38269212c 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: "hub.epicm.org/epicmorg/jira:8.17.0" + image: "quay.io/epicmorg/jira:8.17.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.17.0-jdk8" + image: "quay.io/epicmorg/jira:8.17.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.17.0-jdk11" + image: "quay.io/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 b4f17d71d..e72e35b8c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 03672f358..3d1c2db98 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.17.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.17.1/docker-compose.yml index 39e637f6b..cb304d183 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: "hub.epicm.org/epicmorg/jira:8.17.1" + image: "quay.io/epicmorg/jira:8.17.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.17.1-jdk8" + image: "quay.io/epicmorg/jira:8.17.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.17.1-jdk11" + image: "quay.io/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 b0814cf2a..e569b6adf 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d9ea1b13b..4b20d5fef 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.18.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.18.1/docker-compose.yml index 2ebedbdad..6b5d5b8fe 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: "hub.epicm.org/epicmorg/jira:8.18.1" + image: "quay.io/epicmorg/jira:8.18.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.18.1-jdk8" + image: "quay.io/epicmorg/jira:8.18.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.18.1-jdk11" + image: "quay.io/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 b6b807c89..8d99364c4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c112626ea..c8b053c04 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.18.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.18.2/docker-compose.yml index d4dc6e48c..7b0b8fca3 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: "hub.epicm.org/epicmorg/jira:8.18.2" + image: "quay.io/epicmorg/jira:8.18.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.18.2-jdk8" + image: "quay.io/epicmorg/jira:8.18.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.18.2-jdk11" + image: "quay.io/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 622bbe267..d71af447c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 16ea738e1..07d64e8ef 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.19.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.19.0/docker-compose.yml index 54aae32f4..40600b958 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: "hub.epicm.org/epicmorg/jira:8.19.0" + image: "quay.io/epicmorg/jira:8.19.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.19.0-jdk8" + image: "quay.io/epicmorg/jira:8.19.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.19.0-jdk11" + image: "quay.io/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 d9ed68292..d31c244e7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 58c9e2a3a..2fc95dfb4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.19.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.19.1/docker-compose.yml index 4d61e5184..59c921b3d 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: "hub.epicm.org/epicmorg/jira:8.19.1" + image: "quay.io/epicmorg/jira:8.19.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.19.1-jdk8" + image: "quay.io/epicmorg/jira:8.19.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.19.1-jdk11" + image: "quay.io/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 092b40220..68d17d133 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1dc84f8f2..bdbc70ff0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.2.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.2.0/docker-compose.yml index 154946d3c..b99fa41a4 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: "hub.epicm.org/epicmorg/jira:8.2.0" + image: "quay.io/epicmorg/jira:8.2.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.2.0-jdk8" + image: "quay.io/epicmorg/jira:8.2.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.2.0-jdk11" + image: "quay.io/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 35ec83419..5250ffa93 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a38c94177..f23712f15 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.2.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.2.1/docker-compose.yml index 17f01b8c7..f866c8938 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: "hub.epicm.org/epicmorg/jira:8.2.1" + image: "quay.io/epicmorg/jira:8.2.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.2.1-jdk8" + image: "quay.io/epicmorg/jira:8.2.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.2.1-jdk11" + image: "quay.io/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 c429c1771..09cba3322 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2e7facf76..6f5d1b512 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.2.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.2.2/docker-compose.yml index 2f904c4e7..0c634d822 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: "hub.epicm.org/epicmorg/jira:8.2.2" + image: "quay.io/epicmorg/jira:8.2.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.2.2-jdk8" + image: "quay.io/epicmorg/jira:8.2.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.2.2-jdk11" + image: "quay.io/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 411be01af..fe54438b6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 35107c8a5..f00a63b75 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.2.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.2.3/docker-compose.yml index 7ca055f33..94df4bdb2 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: "hub.epicm.org/epicmorg/jira:8.2.3" + image: "quay.io/epicmorg/jira:8.2.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.2.3-jdk8" + image: "quay.io/epicmorg/jira:8.2.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.2.3-jdk11" + image: "quay.io/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 6f211dcdb..e62fc1d89 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e35e87cc6..432daa244 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.2.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.2.4/docker-compose.yml index e6c56d860..aa6a8f6c1 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: "hub.epicm.org/epicmorg/jira:8.2.4" + image: "quay.io/epicmorg/jira:8.2.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.2.4-jdk8" + image: "quay.io/epicmorg/jira:8.2.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.2.4-jdk11" + image: "quay.io/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 61ba8dc5a..e2a146d5f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8cbdfd4d5..62fbe314d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.2.5/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.2.5/docker-compose.yml index 792d7c8cb..a6d71ebe3 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: "hub.epicm.org/epicmorg/jira:8.2.5" + image: "quay.io/epicmorg/jira:8.2.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.2.5-jdk8" + image: "quay.io/epicmorg/jira:8.2.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.2.5-jdk11" + image: "quay.io/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 7c3540c95..fcf9c5226 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 16abee5cf..a68458e05 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.2.6/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.2.6/docker-compose.yml index d20a2937c..3eb5ea824 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: "hub.epicm.org/epicmorg/jira:8.2.6" + image: "quay.io/epicmorg/jira:8.2.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.2.6-jdk8" + image: "quay.io/epicmorg/jira:8.2.6-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.2.6-jdk11" + image: "quay.io/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 a2000211c..05f2ea678 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c5ec0959c..65b089624 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.20.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.0/docker-compose.yml index 18489e4df..d783de2f5 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: "hub.epicm.org/epicmorg/jira:8.20.0" + image: "quay.io/epicmorg/jira:8.20.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.20.0-jdk8" + image: "quay.io/epicmorg/jira:8.20.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.20.0-jdk11" + image: "quay.io/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 6d39a23e6..6992bcc5a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 14196655e..174090d69 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.20.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.1/docker-compose.yml index 3b797203e..ba24a6b96 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: "hub.epicm.org/epicmorg/jira:8.20.1" + image: "quay.io/epicmorg/jira:8.20.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.20.1-jdk8" + image: "quay.io/epicmorg/jira:8.20.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.20.1-jdk11" + image: "quay.io/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 06ca01357..8cad4cf1c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fb52a64fd..4e9f74197 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.20.10/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.10/docker-compose.yml index 9bb640131..2ac6a375a 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: "hub.epicm.org/epicmorg/jira:8.20.10" + image: "quay.io/epicmorg/jira:8.20.10" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.20.10-jdk8" + image: "quay.io/epicmorg/jira:8.20.10-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.20.10-jdk11" + image: "quay.io/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 daf27ccc2..b3ee4048a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 499d2fa61..adde7e4e5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.20.11/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.11/docker-compose.yml index 1892f051f..725e54da6 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: "hub.epicm.org/epicmorg/jira:8.20.11" + image: "quay.io/epicmorg/jira:8.20.11" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.20.11-jdk8" + image: "quay.io/epicmorg/jira:8.20.11-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.20.11-jdk11" + image: "quay.io/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 5da34b088..f8555b54b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b9bfd9bbc..a3768972b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.20.12/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.12/docker-compose.yml index 05b152560..ca9b0f0f4 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: "hub.epicm.org/epicmorg/jira:8.20.12" + image: "quay.io/epicmorg/jira:8.20.12" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.20.12-jdk8" + image: "quay.io/epicmorg/jira:8.20.12-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.20.12-jdk11" + image: "quay.io/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 2e2c71425..c1622d1a1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c5bc77758..9ce9baafd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.20.13/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.13/docker-compose.yml index 6ae036e74..0f7a919f9 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: "hub.epicm.org/epicmorg/jira:8.20.13" + image: "quay.io/epicmorg/jira:8.20.13" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.20.13-jdk8" + image: "quay.io/epicmorg/jira:8.20.13-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.20.13-jdk11" + image: "quay.io/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 d708ed117..bcab79426 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1e9791d11..7e9abdffe 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.20.14/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.14/docker-compose.yml index 69d315a6e..f4d80529e 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: "hub.epicm.org/epicmorg/jira:8.20.14" + image: "quay.io/epicmorg/jira:8.20.14" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.20.14-jdk8" + image: "quay.io/epicmorg/jira:8.20.14-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.20.14-jdk11" + image: "quay.io/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 80660113d..87ac1cd5e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a82f1b04c..2dfe08ddc 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.20.15/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.15/docker-compose.yml index 5b13def2e..d6d89e33a 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: "hub.epicm.org/epicmorg/jira:8.20.15" + image: "quay.io/epicmorg/jira:8.20.15" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.20.15-jdk8" + image: "quay.io/epicmorg/jira:8.20.15-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.20.15-jdk11" + image: "quay.io/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 9acd9f200..ca60e608c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f58c43b35..320e9addf 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.20.16/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.16/docker-compose.yml index 2ffe84c6c..0f9527cd7 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: "hub.epicm.org/epicmorg/jira:8.20.16" + image: "quay.io/epicmorg/jira:8.20.16" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.20.16-jdk8" + image: "quay.io/epicmorg/jira:8.20.16-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.20.16-jdk11" + image: "quay.io/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 e1b6ec2f5..2aed7f2a7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 97b8c1a10..e0a5ecc2d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.20.17/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.17/docker-compose.yml index 5814595e6..569147c8e 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: "hub.epicm.org/epicmorg/jira:8.20.17" + image: "quay.io/epicmorg/jira:8.20.17" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.20.17-jdk8" + image: "quay.io/epicmorg/jira:8.20.17-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.20.17-jdk11" + image: "quay.io/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 196d781d2..98ba2345d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e660b78e2..429c0a0ba 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.20.19/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.19/docker-compose.yml index c08f3ef1c..896522aea 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: "hub.epicm.org/epicmorg/jira:8.20.19" + image: "quay.io/epicmorg/jira:8.20.19" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.20.19-jdk8" + image: "quay.io/epicmorg/jira:8.20.19-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.20.19-jdk11" + image: "quay.io/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 c17255c76..3cc481908 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d98f74483..5efd058b6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.20.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.2/docker-compose.yml index 564938e00..930f15e20 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: "hub.epicm.org/epicmorg/jira:8.20.2" + image: "quay.io/epicmorg/jira:8.20.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.20.2-jdk8" + image: "quay.io/epicmorg/jira:8.20.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.20.2-jdk11" + image: "quay.io/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 0a422b622..c0d2bf306 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4a0b4c4b3..c4c59919f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.20.20/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.20/docker-compose.yml index 24b370d9e..ae3b124c8 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: "hub.epicm.org/epicmorg/jira:8.20.20" + image: "quay.io/epicmorg/jira:8.20.20" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.20.20-jdk8" + image: "quay.io/epicmorg/jira:8.20.20-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.20.20-jdk11" + image: "quay.io/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 b1dc6145e..e9832db96 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c2ae02d68..c90a23df6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.20.21/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.21/docker-compose.yml index 500fb8a30..d88a5f0c0 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: "hub.epicm.org/epicmorg/jira:8.20.21" + image: "quay.io/epicmorg/jira:8.20.21" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.20.21-jdk8" + image: "quay.io/epicmorg/jira:8.20.21-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.20.21-jdk11" + image: "quay.io/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 a6979e424..a4a50528e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 848d4a0e1..4d17e6a69 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.20.22/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.22/docker-compose.yml index 15a42e7fa..659d1fb65 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: "hub.epicm.org/epicmorg/jira:8.20.22" + image: "quay.io/epicmorg/jira:8.20.22" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.20.22-jdk8" + image: "quay.io/epicmorg/jira:8.20.22-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.20.22-jdk11" + image: "quay.io/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 1ed70e241..8ed888e34 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8cde44575..5781e56bc 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.20.23/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.23/docker-compose.yml index dba07db18..4d30963ba 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: "hub.epicm.org/epicmorg/jira:8.20.23" + image: "quay.io/epicmorg/jira:8.20.23" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.20.23-jdk8" + image: "quay.io/epicmorg/jira:8.20.23-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.20.23-jdk11" + image: "quay.io/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 dc6b8b5ce..33198e573 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cc00ffcbd..f1c3f41a0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.20.24/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.24/docker-compose.yml index aa8bbc5c8..e0ec12025 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: "hub.epicm.org/epicmorg/jira:8.20.24" + image: "quay.io/epicmorg/jira:8.20.24" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.20.24-jdk8" + image: "quay.io/epicmorg/jira:8.20.24-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.20.24-jdk11" + image: "quay.io/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 85764a0e0..ff5ba6b98 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5042be6d6..c07916f1a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.20.25/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.25/docker-compose.yml index a0e03b959..1efdfa958 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: "hub.epicm.org/epicmorg/jira:8.20.25" + image: "quay.io/epicmorg/jira:8.20.25" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.20.25-jdk8" + image: "quay.io/epicmorg/jira:8.20.25-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.20.25-jdk11" + image: "quay.io/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 c8e41868d..64fc5483c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b695f1008..81276b7bb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.20.26/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.26/docker-compose.yml index 8bacd62f0..fc35b7c25 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: "hub.epicm.org/epicmorg/jira:8.20.26" + image: "quay.io/epicmorg/jira:8.20.26" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.20.26-jdk8" + image: "quay.io/epicmorg/jira:8.20.26-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.20.26-jdk11" + image: "quay.io/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 e94b57e31..a0ca25fa3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fd1be60e9..2af959317 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.20.27/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.27/docker-compose.yml index 04d88fd6e..030de8437 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: "hub.epicm.org/epicmorg/jira:8.20.27" + image: "quay.io/epicmorg/jira:8.20.27" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.20.27-jdk8" + image: "quay.io/epicmorg/jira:8.20.27-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.20.27-jdk11" + image: "quay.io/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 bee96857f..98b196036 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 98aba208b..af8964309 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.20.28/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.28/docker-compose.yml index 8af215095..27a511f68 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: "hub.epicm.org/epicmorg/jira:8.20.28" + image: "quay.io/epicmorg/jira:8.20.28" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.20.28-jdk8" + image: "quay.io/epicmorg/jira:8.20.28-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.20.28-jdk11" + image: "quay.io/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 bdb90bc56..924a85e7f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 99cfbcd0e..bdafe6a0d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.20.29/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.29/docker-compose.yml index 701748823..be2cd5172 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: "hub.epicm.org/epicmorg/jira:8.20.29" + image: "quay.io/epicmorg/jira:8.20.29" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.20.29-jdk8" + image: "quay.io/epicmorg/jira:8.20.29-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.20.29-jdk11" + image: "quay.io/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 a033f42e9..8796f4c5f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f334809f1..bb305361c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.20.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.3/docker-compose.yml index 2d5a05cd8..710525788 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: "hub.epicm.org/epicmorg/jira:8.20.3" + image: "quay.io/epicmorg/jira:8.20.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.20.3-jdk8" + image: "quay.io/epicmorg/jira:8.20.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.20.3-jdk11" + image: "quay.io/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 8bc8e2d20..7f1407f7f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a0a72d614..61fe0c51a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.20.30/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.30/docker-compose.yml index d7a0eabc4..29b489e79 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: "hub.epicm.org/epicmorg/jira:8.20.30" + image: "quay.io/epicmorg/jira:8.20.30" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.20.30-jdk8" + image: "quay.io/epicmorg/jira:8.20.30-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.20.30-jdk11" + image: "quay.io/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 76ba21f63..fd8cb9c71 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8debbf74a..78fa01750 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.20.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.4/docker-compose.yml index 032c8aafd..aca5999fd 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: "hub.epicm.org/epicmorg/jira:8.20.4" + image: "quay.io/epicmorg/jira:8.20.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.20.4-jdk8" + image: "quay.io/epicmorg/jira:8.20.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.20.4-jdk11" + image: "quay.io/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 60c2a3d86..7e8ef0d19 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 20d6288f4..0625e3801 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.20.5/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.5/docker-compose.yml index cfeab1e80..a121f1f9c 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: "hub.epicm.org/epicmorg/jira:8.20.5" + image: "quay.io/epicmorg/jira:8.20.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.20.5-jdk8" + image: "quay.io/epicmorg/jira:8.20.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.20.5-jdk11" + image: "quay.io/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 59264a195..f7b7ae9b3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d37ff0633..fa377aa67 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.20.6/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.6/docker-compose.yml index dc3f748b0..4431d5e03 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: "hub.epicm.org/epicmorg/jira:8.20.6" + image: "quay.io/epicmorg/jira:8.20.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.20.6-jdk8" + image: "quay.io/epicmorg/jira:8.20.6-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.20.6-jdk11" + image: "quay.io/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 49f532cb8..2bb53fa9a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9a256ce7b..ff7535149 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.20.7/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.7/docker-compose.yml index ce307eaa5..3a1dd8b90 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: "hub.epicm.org/epicmorg/jira:8.20.7" + image: "quay.io/epicmorg/jira:8.20.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.20.7-jdk8" + image: "quay.io/epicmorg/jira:8.20.7-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.20.7-jdk11" + image: "quay.io/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 44fa4afee..101f07ce4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e17b0593d..39e83acc4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.20.8/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.8/docker-compose.yml index da998fcdf..fa677643b 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: "hub.epicm.org/epicmorg/jira:8.20.8" + image: "quay.io/epicmorg/jira:8.20.8" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.20.8-jdk8" + image: "quay.io/epicmorg/jira:8.20.8-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.20.8-jdk11" + image: "quay.io/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 9b973819b..ea000c732 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 415a0c144..0f44bfad5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.20.9/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.20.9/docker-compose.yml index 00058d5cd..9f84f0632 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: "hub.epicm.org/epicmorg/jira:8.20.9" + image: "quay.io/epicmorg/jira:8.20.9" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.20.9-jdk8" + image: "quay.io/epicmorg/jira:8.20.9-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.20.9-jdk11" + image: "quay.io/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 7a9398db2..ed2a6628e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 daa6bb95c..b1710d1da 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.21.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.21.0/docker-compose.yml index 0a94282f7..cd9628234 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: "hub.epicm.org/epicmorg/jira:8.21.0" + image: "quay.io/epicmorg/jira:8.21.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.21.0-jdk8" + image: "quay.io/epicmorg/jira:8.21.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.21.0-jdk11" + image: "quay.io/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 08518c277..5cbd47a54 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3dfea20ab..7e0330c0d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.21.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.21.1/docker-compose.yml index c85158d75..6e5525ad2 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: "hub.epicm.org/epicmorg/jira:8.21.1" + image: "quay.io/epicmorg/jira:8.21.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.21.1-jdk8" + image: "quay.io/epicmorg/jira:8.21.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.21.1-jdk11" + image: "quay.io/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 c88490c7f..e0965d135 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4ca99835d..618502e43 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.22.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.22.0/docker-compose.yml index 6b2afb1bb..eaf47bd39 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: "hub.epicm.org/epicmorg/jira:8.22.0" + image: "quay.io/epicmorg/jira:8.22.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.22.0-jdk8" + image: "quay.io/epicmorg/jira:8.22.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.22.0-jdk11" + image: "quay.io/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 b968156f3..cacd73805 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 399e28e08..7a36f776f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.22.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.22.1/docker-compose.yml index 39bec3025..4e08f08c3 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: "hub.epicm.org/epicmorg/jira:8.22.1" + image: "quay.io/epicmorg/jira:8.22.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.22.1-jdk8" + image: "quay.io/epicmorg/jira:8.22.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.22.1-jdk11" + image: "quay.io/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 630d02399..c055842ab 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ef2cbdffe..6992bc348 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.22.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.22.2/docker-compose.yml index a1bc107b6..5b8dd714b 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: "hub.epicm.org/epicmorg/jira:8.22.2" + image: "quay.io/epicmorg/jira:8.22.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.22.2-jdk8" + image: "quay.io/epicmorg/jira:8.22.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.22.2-jdk11" + image: "quay.io/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 22de00458..8ee268150 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 581f348c4..d21b2ec9f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.22.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.22.3/docker-compose.yml index ad692057f..9240f48f5 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: "hub.epicm.org/epicmorg/jira:8.22.3" + image: "quay.io/epicmorg/jira:8.22.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.22.3-jdk8" + image: "quay.io/epicmorg/jira:8.22.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.22.3-jdk11" + image: "quay.io/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 1c57a5970..5e37d218b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6f3032cd3..1d087f7ed 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.22.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.22.4/docker-compose.yml index 8caa504d1..ecc5aba3c 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: "hub.epicm.org/epicmorg/jira:8.22.4" + image: "quay.io/epicmorg/jira:8.22.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.22.4-jdk8" + image: "quay.io/epicmorg/jira:8.22.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.22.4-jdk11" + image: "quay.io/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 e8a7b563e..73edfefa8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ee01b6b1c..3c56d1bc6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.22.5/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.22.5/docker-compose.yml index b7d6b10f0..e0419791c 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: "hub.epicm.org/epicmorg/jira:8.22.5" + image: "quay.io/epicmorg/jira:8.22.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.22.5-jdk8" + image: "quay.io/epicmorg/jira:8.22.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.22.5-jdk11" + image: "quay.io/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 ad155880d..a81083621 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9e3d51265..3e7fb4c4b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.22.6/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.22.6/docker-compose.yml index 0c67c1daa..182e1a6b3 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: "hub.epicm.org/epicmorg/jira:8.22.6" + image: "quay.io/epicmorg/jira:8.22.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.22.6-jdk8" + image: "quay.io/epicmorg/jira:8.22.6-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.22.6-jdk11" + image: "quay.io/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 ae6b78210..226370975 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 be091e188..5275b4264 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.3.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.3.0/docker-compose.yml index 395f926b6..949641b27 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: "hub.epicm.org/epicmorg/jira:8.3.0" + image: "quay.io/epicmorg/jira:8.3.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.3.0-jdk8" + image: "quay.io/epicmorg/jira:8.3.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.3.0-jdk11" + image: "quay.io/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 6e830a936..6b8dcbaf6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 977490db2..28aac504f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.3.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.3.1/docker-compose.yml index 5085a0f59..67c583572 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: "hub.epicm.org/epicmorg/jira:8.3.1" + image: "quay.io/epicmorg/jira:8.3.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.3.1-jdk8" + image: "quay.io/epicmorg/jira:8.3.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.3.1-jdk11" + image: "quay.io/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 3afeac5d2..55a08a303 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a6cc622ac..0a5582a07 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.3.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.3.2/docker-compose.yml index d5cac9a82..efab75966 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: "hub.epicm.org/epicmorg/jira:8.3.2" + image: "quay.io/epicmorg/jira:8.3.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.3.2-jdk8" + image: "quay.io/epicmorg/jira:8.3.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.3.2-jdk11" + image: "quay.io/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 0c59b12eb..720537f84 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 58bf0c8a9..620e47a78 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.3.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.3.3/docker-compose.yml index f781dfd63..4939ba085 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: "hub.epicm.org/epicmorg/jira:8.3.3" + image: "quay.io/epicmorg/jira:8.3.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.3.3-jdk8" + image: "quay.io/epicmorg/jira:8.3.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.3.3-jdk11" + image: "quay.io/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 8d31bec69..77efc75f8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9887d365e..365dd0ac3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.3.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.3.4/docker-compose.yml index 694a3c8bf..20c24f1b2 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: "hub.epicm.org/epicmorg/jira:8.3.4" + image: "quay.io/epicmorg/jira:8.3.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.3.4-jdk8" + image: "quay.io/epicmorg/jira:8.3.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.3.4-jdk11" + image: "quay.io/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 8ade37dc7..f84684115 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5ddc419ae..3c347335f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.3.5/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.3.5/docker-compose.yml index 37bc58edb..b23d2f19e 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: "hub.epicm.org/epicmorg/jira:8.3.5" + image: "quay.io/epicmorg/jira:8.3.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.3.5-jdk8" + image: "quay.io/epicmorg/jira:8.3.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.3.5-jdk11" + image: "quay.io/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 226f8fcba..aec063022 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5bfb10a92..ed4995235 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.4.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.4.0/docker-compose.yml index 0e912f91c..cdb7f97d3 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: "hub.epicm.org/epicmorg/jira:8.4.0" + image: "quay.io/epicmorg/jira:8.4.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.4.0-jdk8" + image: "quay.io/epicmorg/jira:8.4.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.4.0-jdk11" + image: "quay.io/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 a4cedc95a..abd7f6ba5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d1dc721a3..8d659483e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.4.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.4.1/docker-compose.yml index 088063042..7e338a78d 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: "hub.epicm.org/epicmorg/jira:8.4.1" + image: "quay.io/epicmorg/jira:8.4.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.4.1-jdk8" + image: "quay.io/epicmorg/jira:8.4.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.4.1-jdk11" + image: "quay.io/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 1cfe7f664..c39770fbd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3b92b4c24..97bc89c66 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.4.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.4.2/docker-compose.yml index decfbaf1d..aade39de8 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: "hub.epicm.org/epicmorg/jira:8.4.2" + image: "quay.io/epicmorg/jira:8.4.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.4.2-jdk8" + image: "quay.io/epicmorg/jira:8.4.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.4.2-jdk11" + image: "quay.io/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 64a7e203b..f25286f66 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 69e981ff6..369a2cef2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.4.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.4.3/docker-compose.yml index facf276be..ce9552f44 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: "hub.epicm.org/epicmorg/jira:8.4.3" + image: "quay.io/epicmorg/jira:8.4.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.4.3-jdk8" + image: "quay.io/epicmorg/jira:8.4.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.4.3-jdk11" + image: "quay.io/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 d9a9dca59..712131d19 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b5abddc76..54c564da6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.5.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.0/docker-compose.yml index 25bd38327..13f6ad778 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: "hub.epicm.org/epicmorg/jira:8.5.0" + image: "quay.io/epicmorg/jira:8.5.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.5.0-jdk8" + image: "quay.io/epicmorg/jira:8.5.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.5.0-jdk11" + image: "quay.io/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 3d0f1389a..879c18904 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 774785f87..b9ae9cca1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.5.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.1/docker-compose.yml index 975c71ecf..ef8316580 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: "hub.epicm.org/epicmorg/jira:8.5.1" + image: "quay.io/epicmorg/jira:8.5.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.5.1-jdk8" + image: "quay.io/epicmorg/jira:8.5.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.5.1-jdk11" + image: "quay.io/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 c5956438e..28c64ffc0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 91452f1a2..772c8fdd0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.5.10/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.10/docker-compose.yml index eeec33f37..f1572bd56 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: "hub.epicm.org/epicmorg/jira:8.5.10" + image: "quay.io/epicmorg/jira:8.5.10" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.5.10-jdk8" + image: "quay.io/epicmorg/jira:8.5.10-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.5.10-jdk11" + image: "quay.io/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 88267e2ab..05e1ecc33 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c02a36b8b..1e7cfcf46 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.5.11/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.11/docker-compose.yml index be47986bd..539a89376 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: "hub.epicm.org/epicmorg/jira:8.5.11" + image: "quay.io/epicmorg/jira:8.5.11" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.5.11-jdk8" + image: "quay.io/epicmorg/jira:8.5.11-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.5.11-jdk11" + image: "quay.io/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 d0c6c2655..15230a218 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6cca0d779..f7cdadc5e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.5.12/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.12/docker-compose.yml index 6ef0932f5..90445df87 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: "hub.epicm.org/epicmorg/jira:8.5.12" + image: "quay.io/epicmorg/jira:8.5.12" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.5.12-jdk8" + image: "quay.io/epicmorg/jira:8.5.12-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.5.12-jdk11" + image: "quay.io/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 659b99bce..bba43c236 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c93a78ab2..b1e2ef6af 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.5.13/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.13/docker-compose.yml index eda54b8de..7ef0e22a2 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: "hub.epicm.org/epicmorg/jira:8.5.13" + image: "quay.io/epicmorg/jira:8.5.13" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.5.13-jdk8" + image: "quay.io/epicmorg/jira:8.5.13-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.5.13-jdk11" + image: "quay.io/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 4339f8f94..6960dfe9d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2e088e2df..d49353682 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.5.14/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.14/docker-compose.yml index 0a149b355..09345f68e 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: "hub.epicm.org/epicmorg/jira:8.5.14" + image: "quay.io/epicmorg/jira:8.5.14" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.5.14-jdk8" + image: "quay.io/epicmorg/jira:8.5.14-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.5.14-jdk11" + image: "quay.io/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 b496f5582..ca41404ab 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b79c304ff..44f7f97c8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.5.15/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.15/docker-compose.yml index 56b766554..47b2e54d7 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: "hub.epicm.org/epicmorg/jira:8.5.15" + image: "quay.io/epicmorg/jira:8.5.15" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.5.15-jdk8" + image: "quay.io/epicmorg/jira:8.5.15-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.5.15-jdk11" + image: "quay.io/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 9dc44356e..59495980e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 481023e0e..50d10c81d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.5.16/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.16/docker-compose.yml index 464279dfb..3600b4c4f 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: "hub.epicm.org/epicmorg/jira:8.5.16" + image: "quay.io/epicmorg/jira:8.5.16" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.5.16-jdk8" + image: "quay.io/epicmorg/jira:8.5.16-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.5.16-jdk11" + image: "quay.io/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 10e7dc3c9..572d76827 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b58128fd3..f0509f56f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.5.17/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.17/docker-compose.yml index 8fa467e12..3fd7a6270 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: "hub.epicm.org/epicmorg/jira:8.5.17" + image: "quay.io/epicmorg/jira:8.5.17" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.5.17-jdk8" + image: "quay.io/epicmorg/jira:8.5.17-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.5.17-jdk11" + image: "quay.io/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 3a462dea5..9d93e282f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4fb8a6bb9..6fd7a964c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.5.18/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.18/docker-compose.yml index c8a76f1fa..64226a384 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: "hub.epicm.org/epicmorg/jira:8.5.18" + image: "quay.io/epicmorg/jira:8.5.18" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.5.18-jdk8" + image: "quay.io/epicmorg/jira:8.5.18-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.5.18-jdk11" + image: "quay.io/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 550792b3f..d21295eb2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 835522b9e..930e5f1d6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.5.19/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.19/docker-compose.yml index c2dcc3572..f9a6946fb 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: "hub.epicm.org/epicmorg/jira:8.5.19" + image: "quay.io/epicmorg/jira:8.5.19" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.5.19-jdk8" + image: "quay.io/epicmorg/jira:8.5.19-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.5.19-jdk11" + image: "quay.io/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 24739a0e0..69d3e5502 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e790361e4..b6e30c406 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.5.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.2/docker-compose.yml index 2e83acb1e..22623c9e2 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: "hub.epicm.org/epicmorg/jira:8.5.2" + image: "quay.io/epicmorg/jira:8.5.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.5.2-jdk8" + image: "quay.io/epicmorg/jira:8.5.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.5.2-jdk11" + image: "quay.io/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 5b06f74f9..dfbd07649 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6d3bddfb1..3d0f301af 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.5.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.3/docker-compose.yml index c4a396d0e..95343f338 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: "hub.epicm.org/epicmorg/jira:8.5.3" + image: "quay.io/epicmorg/jira:8.5.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.5.3-jdk8" + image: "quay.io/epicmorg/jira:8.5.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.5.3-jdk11" + image: "quay.io/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 216745007..f51f0d1b6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 05603dced..5436a4955 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.5.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.4/docker-compose.yml index 7baec8bd0..e01a90902 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: "hub.epicm.org/epicmorg/jira:8.5.4" + image: "quay.io/epicmorg/jira:8.5.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.5.4-jdk8" + image: "quay.io/epicmorg/jira:8.5.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.5.4-jdk11" + image: "quay.io/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 3e006d72b..69487a068 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 af32adf2e..dda09bd20 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.5.5/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.5/docker-compose.yml index e51dd5342..6a16f2ccc 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: "hub.epicm.org/epicmorg/jira:8.5.5" + image: "quay.io/epicmorg/jira:8.5.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.5.5-jdk8" + image: "quay.io/epicmorg/jira:8.5.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.5.5-jdk11" + image: "quay.io/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 f651534fd..d3389aed0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7582ee97f..dba06e4b2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.5.6/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.6/docker-compose.yml index 53da1b9a3..1f3431d43 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: "hub.epicm.org/epicmorg/jira:8.5.6" + image: "quay.io/epicmorg/jira:8.5.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.5.6-jdk8" + image: "quay.io/epicmorg/jira:8.5.6-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.5.6-jdk11" + image: "quay.io/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 3fcabb256..eee9597a8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 12832167e..114ac9e9e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.5.7/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.7/docker-compose.yml index 8a3ab6d1b..83a069e45 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: "hub.epicm.org/epicmorg/jira:8.5.7" + image: "quay.io/epicmorg/jira:8.5.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.5.7-jdk8" + image: "quay.io/epicmorg/jira:8.5.7-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.5.7-jdk11" + image: "quay.io/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 3cc3b8925..3e266d29a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c3deee254..f31196f6c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.5.8/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.8/docker-compose.yml index acb90b353..fd7a4307d 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: "hub.epicm.org/epicmorg/jira:8.5.8" + image: "quay.io/epicmorg/jira:8.5.8" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.5.8-jdk8" + image: "quay.io/epicmorg/jira:8.5.8-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.5.8-jdk11" + image: "quay.io/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 aa0aeb7a0..2a72d925f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 54e3123a4..832ed15b9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.5.9/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.5.9/docker-compose.yml index 8f9cbded9..f443798b9 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: "hub.epicm.org/epicmorg/jira:8.5.9" + image: "quay.io/epicmorg/jira:8.5.9" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.5.9-jdk8" + image: "quay.io/epicmorg/jira:8.5.9-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.5.9-jdk11" + image: "quay.io/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 d5d8b2a5e..931af279f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 73bcd287f..d8b0e1147 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.6.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.6.0/docker-compose.yml index 2dee5c870..103500272 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: "hub.epicm.org/epicmorg/jira:8.6.0" + image: "quay.io/epicmorg/jira:8.6.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.6.0-jdk8" + image: "quay.io/epicmorg/jira:8.6.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.6.0-jdk11" + image: "quay.io/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 04d794b21..e208a6b56 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2ef81cacb..b1704f967 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.6.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.6.1/docker-compose.yml index 4311814ea..f547f95e1 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: "hub.epicm.org/epicmorg/jira:8.6.1" + image: "quay.io/epicmorg/jira:8.6.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.6.1-jdk8" + image: "quay.io/epicmorg/jira:8.6.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.6.1-jdk11" + image: "quay.io/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 9a58e1608..03a1b861e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 123602748..1524205e7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.7.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.7.0/docker-compose.yml index 82163e6ef..ffbb71102 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: "hub.epicm.org/epicmorg/jira:8.7.0" + image: "quay.io/epicmorg/jira:8.7.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.7.0-jdk8" + image: "quay.io/epicmorg/jira:8.7.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.7.0-jdk11" + image: "quay.io/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 c2429fb05..55d516839 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a10463bce..a4bbf0d84 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.7.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.7.1/docker-compose.yml index 46ea7a2df..74988c04d 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: "hub.epicm.org/epicmorg/jira:8.7.1" + image: "quay.io/epicmorg/jira:8.7.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.7.1-jdk8" + image: "quay.io/epicmorg/jira:8.7.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.7.1-jdk11" + image: "quay.io/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 e4ff175b2..5790c0183 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7d9831367..751bf3237 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.8.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.8.0/docker-compose.yml index 92064dc3c..58a3b3f5c 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: "hub.epicm.org/epicmorg/jira:8.8.0" + image: "quay.io/epicmorg/jira:8.8.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.8.0-jdk8" + image: "quay.io/epicmorg/jira:8.8.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.8.0-jdk11" + image: "quay.io/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 c78523a97..8446127af 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c52a405ac..eb1d2ad63 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.8.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.8.1/docker-compose.yml index 7772a2563..f654e36ec 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: "hub.epicm.org/epicmorg/jira:8.8.1" + image: "quay.io/epicmorg/jira:8.8.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.8.1-jdk8" + image: "quay.io/epicmorg/jira:8.8.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.8.1-jdk11" + image: "quay.io/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 40c0239de..db9fb87b4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 90d6efa41..5dda5bb5d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.9.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.9.0/docker-compose.yml index 6efcbc60b..d56ffb78e 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: "hub.epicm.org/epicmorg/jira:8.9.0" + image: "quay.io/epicmorg/jira:8.9.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.9.0-jdk8" + image: "quay.io/epicmorg/jira:8.9.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.9.0-jdk11" + image: "quay.io/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 9f632c781..901b4b5ed 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0dba2151f..0a85f8e55 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/8/8.9.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/8/8.9.1/docker-compose.yml index f3e6a94f9..ae6b90dce 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: "hub.epicm.org/epicmorg/jira:8.9.1" + image: "quay.io/epicmorg/jira:8.9.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:8.9.1-jdk8" + image: "quay.io/epicmorg/jira:8.9.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:8.9.1-jdk11" + image: "quay.io/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 7036e6d4e..f667d3502 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9d57f41bd..7de1300ac 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.0.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.0.0/docker-compose.yml index edc0d6cbb..a1a8ad8b3 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: "hub.epicm.org/epicmorg/jira:9.0.0" + image: "quay.io/epicmorg/jira:9.0.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.0.0-jdk8" + image: "quay.io/epicmorg/jira:9.0.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.0.0-jdk11" + image: "quay.io/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 ffcbd0e96..194794c32 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 58c796f3c..c6e425b8f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.1.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.1.0/docker-compose.yml index 27551394e..511c1ea74 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: "hub.epicm.org/epicmorg/jira:9.1.0" + image: "quay.io/epicmorg/jira:9.1.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.1.0-jdk8" + image: "quay.io/epicmorg/jira:9.1.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.1.0-jdk11" + image: "quay.io/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 e240bb202..cacb82d06 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2847573e3..d5a19b132 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.1.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.1.1/docker-compose.yml index 0cd1febbf..59e7b8c34 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: "hub.epicm.org/epicmorg/jira:9.1.1" + image: "quay.io/epicmorg/jira:9.1.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.1.1-jdk8" + image: "quay.io/epicmorg/jira:9.1.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.1.1-jdk11" + image: "quay.io/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 a2894743c..11ddf9ca7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f16af545e..97c0b80d5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.10.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.10.0/Dockerfile.jdk17 index 4b3ea5b37..0721f148c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.10.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.10.0/docker-compose.yml index d97918107..f36939dfc 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: "hub.epicm.org/epicmorg/jira:9.10.0" + image: "quay.io/epicmorg/jira:9.10.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.10.0-jdk8" + image: "quay.io/epicmorg/jira:9.10.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.10.0-jdk11" + image: "quay.io/epicmorg/jira:9.10.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.10.0-jdk17" + image: "quay.io/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 db22e9a1a..5268fd7ef 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c42fd27ec..ce8ab0f38 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.10.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.10.1/Dockerfile.jdk17 index 8530361cd..7d2a4cb76 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.10.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.10.1/docker-compose.yml index f9b393423..afaa218db 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: "hub.epicm.org/epicmorg/jira:9.10.1" + image: "quay.io/epicmorg/jira:9.10.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.10.1-jdk8" + image: "quay.io/epicmorg/jira:9.10.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.10.1-jdk11" + image: "quay.io/epicmorg/jira:9.10.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.10.1-jdk17" + image: "quay.io/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 d1f463f73..bb33992a6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0fbe2b1cd..36b688fd4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.10.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.10.2/Dockerfile.jdk17 index 27cf37df8..74b3743bb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.10.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.10.2/docker-compose.yml index c539d12da..0455bf35b 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: "hub.epicm.org/epicmorg/jira:9.10.2" + image: "quay.io/epicmorg/jira:9.10.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.10.2-jdk8" + image: "quay.io/epicmorg/jira:9.10.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.10.2-jdk11" + image: "quay.io/epicmorg/jira:9.10.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.10.2-jdk17" + image: "quay.io/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 ffeadafa1..367824346 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1d461b4b6..30f201fb8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.11.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.11.0/Dockerfile.jdk17 index de0499a58..422a0949a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.11.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.11.0/docker-compose.yml index ac6da8730..eae03a1d3 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: "hub.epicm.org/epicmorg/jira:9.11.0" + image: "quay.io/epicmorg/jira:9.11.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.11.0-jdk8" + image: "quay.io/epicmorg/jira:9.11.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.11.0-jdk11" + image: "quay.io/epicmorg/jira:9.11.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.11.0-jdk17" + image: "quay.io/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 008285027..14c6111b8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d36411dec..6155c4786 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.11.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.11.1/Dockerfile.jdk17 index fcd5668b8..acd0cdecf 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.11.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.11.1/docker-compose.yml index 87ad16a4d..d5113a31d 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: "hub.epicm.org/epicmorg/jira:9.11.1" + image: "quay.io/epicmorg/jira:9.11.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.11.1-jdk8" + image: "quay.io/epicmorg/jira:9.11.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.11.1-jdk11" + image: "quay.io/epicmorg/jira:9.11.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.11.1-jdk17" + image: "quay.io/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 76c91d549..bf9dea935 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4cb10ffd7..b7dd2820d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.11.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.11.2/Dockerfile.jdk17 index 3cc22f33e..a9387d61a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.11.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.11.2/docker-compose.yml index 9b47787af..a152af2dc 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: "hub.epicm.org/epicmorg/jira:9.11.2" + image: "quay.io/epicmorg/jira:9.11.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.11.2-jdk8" + image: "quay.io/epicmorg/jira:9.11.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.11.2-jdk11" + image: "quay.io/epicmorg/jira:9.11.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.11.2-jdk17" + image: "quay.io/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 42c58d04a..7a1d13e4e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 de10c9b95..65f058a5f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.11.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.11.3/Dockerfile.jdk17 index 045ba1541..04d80b243 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.11.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.11.3/docker-compose.yml index e4332d14b..dda2d6e66 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: "hub.epicm.org/epicmorg/jira:9.11.3" + image: "quay.io/epicmorg/jira:9.11.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.11.3-jdk8" + image: "quay.io/epicmorg/jira:9.11.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.11.3-jdk11" + image: "quay.io/epicmorg/jira:9.11.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.11.3-jdk17" + image: "quay.io/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 0dd594ab3..969d1b1cf 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 175b40e0d..fd0472f58 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.12.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.0/Dockerfile.jdk17 index 619454ae0..2e91c7523 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.12.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.0/docker-compose.yml index 50cf59856..38a88542e 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: "hub.epicm.org/epicmorg/jira:9.12.0" + image: "quay.io/epicmorg/jira:9.12.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.12.0-jdk8" + image: "quay.io/epicmorg/jira:9.12.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.12.0-jdk11" + image: "quay.io/epicmorg/jira:9.12.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.12.0-jdk17" + image: "quay.io/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 92c1ccec7..caf7c477d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 159508454..c81843c0e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.12.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.1/Dockerfile.jdk17 index eb123af66..61e3c552b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.12.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.1/docker-compose.yml index 328468022..2a2200f0e 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: "hub.epicm.org/epicmorg/jira:9.12.1" + image: "quay.io/epicmorg/jira:9.12.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.12.1-jdk8" + image: "quay.io/epicmorg/jira:9.12.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.12.1-jdk11" + image: "quay.io/epicmorg/jira:9.12.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.12.1-jdk17" + image: "quay.io/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 3f36ed3e3..6be73b3ff 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 382fa744e..15f349c81 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.12.10/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.10/Dockerfile.jdk17 index 3ff8e01df..11bebc4d5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.12.10/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.10/docker-compose.yml index f54f7565c..748605887 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: "hub.epicm.org/epicmorg/jira:9.12.10" + image: "quay.io/epicmorg/jira:9.12.10" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.12.10-jdk8" + image: "quay.io/epicmorg/jira:9.12.10-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.12.10-jdk11" + image: "quay.io/epicmorg/jira:9.12.10-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.12.10-jdk17" + image: "quay.io/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 0f6f4bcb1..2c5a19c54 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4dd248361..b6c413791 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.12.11/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.11/Dockerfile.jdk17 index 21fe641cb..e8140276f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.12.11/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.11/docker-compose.yml index 1f49ed421..e05c85d09 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: "hub.epicm.org/epicmorg/jira:9.12.11" + image: "quay.io/epicmorg/jira:9.12.11" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.12.11-jdk8" + image: "quay.io/epicmorg/jira:9.12.11-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.12.11-jdk11" + image: "quay.io/epicmorg/jira:9.12.11-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.12.11-jdk17" + image: "quay.io/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 cd8c7138e..5c2e5d151 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9ad203dff..373f56a6b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.12.12/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.12/Dockerfile.jdk17 index ac45fbf6d..6879e9807 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.12.12/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.12/docker-compose.yml index d75e775c7..12936e2d7 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: "hub.epicm.org/epicmorg/jira:9.12.12" + image: "quay.io/epicmorg/jira:9.12.12" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.12.12-jdk8" + image: "quay.io/epicmorg/jira:9.12.12-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.12.12-jdk11" + image: "quay.io/epicmorg/jira:9.12.12-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.12.12-jdk17" + image: "quay.io/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 113f639e4..b4bbf04f7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 574d86911..55b7c9472 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.12.13/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.13/Dockerfile.jdk17 index d85bbd27d..2317dfd18 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.12.13/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.13/docker-compose.yml index db25c252c..8cfd6aab7 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: "hub.epicm.org/epicmorg/jira:9.12.13" + image: "quay.io/epicmorg/jira:9.12.13" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.12.13-jdk8" + image: "quay.io/epicmorg/jira:9.12.13-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.12.13-jdk11" + image: "quay.io/epicmorg/jira:9.12.13-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.12.13-jdk17" + image: "quay.io/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 fe53b33fc..0e5e17329 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 00ac40b3b..dd56cbc66 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.12.14/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.14/Dockerfile.jdk17 index 76210892e..bf62089ef 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.12.14/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.14/docker-compose.yml index 7ae7d8463..33a98ca4e 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: "hub.epicm.org/epicmorg/jira:9.12.14" + image: "quay.io/epicmorg/jira:9.12.14" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.12.14-jdk8" + image: "quay.io/epicmorg/jira:9.12.14-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.12.14-jdk11" + image: "quay.io/epicmorg/jira:9.12.14-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.12.14-jdk17" + image: "quay.io/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 c273d68f6..a2d963df8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ce5e38fe8..8c2453208 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.12.15/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.15/Dockerfile.jdk17 index fa6f25e6a..3ab684960 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.12.15/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.15/docker-compose.yml index 0b3155fc6..4031096bb 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: "hub.epicm.org/epicmorg/jira:9.12.15" + image: "quay.io/epicmorg/jira:9.12.15" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.12.15-jdk8" + image: "quay.io/epicmorg/jira:9.12.15-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.12.15-jdk11" + image: "quay.io/epicmorg/jira:9.12.15-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.12.15-jdk17" + image: "quay.io/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 4c136cf56..8cc23ab6a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ec5c0f469..9b06e385b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.12.16/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.16/Dockerfile.jdk17 index 091bc97f9..1b01ab784 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.12.16/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.16/docker-compose.yml index 5a549525e..e47c28ca1 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: "hub.epicm.org/epicmorg/jira:9.12.16" + image: "quay.io/epicmorg/jira:9.12.16" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.12.16-jdk8" + image: "quay.io/epicmorg/jira:9.12.16-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.12.16-jdk11" + image: "quay.io/epicmorg/jira:9.12.16-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.12.16-jdk17" + image: "quay.io/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 abf41861b..c9b9849d5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 71fc8aa07..5beea4714 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.12.17/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.17/Dockerfile.jdk17 index bd003de52..03aebb0f9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.12.17/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.17/docker-compose.yml index c2041e2ad..dd5d7d294 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: "hub.epicm.org/epicmorg/jira:9.12.17" + image: "quay.io/epicmorg/jira:9.12.17" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.12.17-jdk8" + image: "quay.io/epicmorg/jira:9.12.17-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.12.17-jdk11" + image: "quay.io/epicmorg/jira:9.12.17-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.12.17-jdk17" + image: "quay.io/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 0572f7a4b..3449add50 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 635467fb0..58b33aa44 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.12.18/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.18/Dockerfile.jdk17 index aea9c33bf..1a60039ab 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.12.18/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.18/docker-compose.yml index db29b0df6..5fdeb36fb 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: "hub.epicm.org/epicmorg/jira:9.12.18" + image: "quay.io/epicmorg/jira:9.12.18" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.12.18-jdk8" + image: "quay.io/epicmorg/jira:9.12.18-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.12.18-jdk11" + image: "quay.io/epicmorg/jira:9.12.18-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.12.18-jdk17" + image: "quay.io/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 1ef1d457d..1980a8070 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f4501bde6..3df0fb3f3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.12.19/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.19/Dockerfile.jdk17 index c16065731..1af750289 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.12.19/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.19/docker-compose.yml index 7e87cbb99..8ba1b4b7b 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: "hub.epicm.org/epicmorg/jira:9.12.19" + image: "quay.io/epicmorg/jira:9.12.19" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.12.19-jdk8" + image: "quay.io/epicmorg/jira:9.12.19-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.12.19-jdk11" + image: "quay.io/epicmorg/jira:9.12.19-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.12.19-jdk17" + image: "quay.io/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 712ed6a90..e32d0e788 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c56ac4025..f963eee44 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.12.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.2/Dockerfile.jdk17 index 31246cf4c..c83e3c4c6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.12.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.2/docker-compose.yml index 4f8bf9c31..09c7e4c2f 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: "hub.epicm.org/epicmorg/jira:9.12.2" + image: "quay.io/epicmorg/jira:9.12.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.12.2-jdk8" + image: "quay.io/epicmorg/jira:9.12.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.12.2-jdk11" + image: "quay.io/epicmorg/jira:9.12.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.12.2-jdk17" + image: "quay.io/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.3/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.3/Dockerfile index f5f759deb..902b2310c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 373d0bad1..efe6404ae 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.12.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.3/Dockerfile.jdk17 index 0ffdcf47a..62a040e29 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.12.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.3/docker-compose.yml index 0ed518c6c..39752a6bf 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: "hub.epicm.org/epicmorg/jira:9.12.3" + image: "quay.io/epicmorg/jira:9.12.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.12.3-jdk8" + image: "quay.io/epicmorg/jira:9.12.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.12.3-jdk11" + image: "quay.io/epicmorg/jira:9.12.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.12.3-jdk17" + image: "quay.io/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 10419c7ab..e4003e6e2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d56b21a5c..04fb58209 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.12.4/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.4/Dockerfile.jdk17 index e20201dcd..667a3c4c0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.12.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.4/docker-compose.yml index 557c4a01c..fed5b8e78 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: "hub.epicm.org/epicmorg/jira:9.12.4" + image: "quay.io/epicmorg/jira:9.12.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.12.4-jdk8" + image: "quay.io/epicmorg/jira:9.12.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.12.4-jdk11" + image: "quay.io/epicmorg/jira:9.12.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.12.4-jdk17" + image: "quay.io/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 4e24926d0..27810bdb8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 78ff40c46..a9d5022d4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.12.5/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.5/Dockerfile.jdk17 index 520ff2487..64587b567 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.12.5/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.5/docker-compose.yml index 12f8e702b..57526578f 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: "hub.epicm.org/epicmorg/jira:9.12.5" + image: "quay.io/epicmorg/jira:9.12.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.12.5-jdk8" + image: "quay.io/epicmorg/jira:9.12.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.12.5-jdk11" + image: "quay.io/epicmorg/jira:9.12.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.12.5-jdk17" + image: "quay.io/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 bded0ac8a..7282868e0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 49b6ca317..973506037 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.12.6/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.6/Dockerfile.jdk17 index daf6a1557..8d7dc83e1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.12.6/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.6/docker-compose.yml index a3836fd72..10362127a 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: "hub.epicm.org/epicmorg/jira:9.12.6" + image: "quay.io/epicmorg/jira:9.12.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.12.6-jdk8" + image: "quay.io/epicmorg/jira:9.12.6-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.12.6-jdk11" + image: "quay.io/epicmorg/jira:9.12.6-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.12.6-jdk17" + image: "quay.io/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 b5f6898de..f90ffac33 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e8e2562e1..4eebc0602 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.12.7/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.7/Dockerfile.jdk17 index 935d81f48..b913d4427 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.12.7/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.7/docker-compose.yml index 41bcfd46e..c0976d9a0 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: "hub.epicm.org/epicmorg/jira:9.12.7" + image: "quay.io/epicmorg/jira:9.12.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.12.7-jdk8" + image: "quay.io/epicmorg/jira:9.12.7-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.12.7-jdk11" + image: "quay.io/epicmorg/jira:9.12.7-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.12.7-jdk17" + image: "quay.io/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 0f71c3b27..579307d6c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4e10df70d..9c9929294 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.12.8/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.8/Dockerfile.jdk17 index fe671b66c..c73a6be51 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.12.8/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.8/docker-compose.yml index c8a27d3b1..ccae00e13 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: "hub.epicm.org/epicmorg/jira:9.12.8" + image: "quay.io/epicmorg/jira:9.12.8" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.12.8-jdk8" + image: "quay.io/epicmorg/jira:9.12.8-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.12.8-jdk11" + image: "quay.io/epicmorg/jira:9.12.8-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.12.8-jdk17" + image: "quay.io/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 bd27a8d86..5490eb5f8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fab7eb141..0db7607dc 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.12.9/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.9/Dockerfile.jdk17 index c6e46dd47..fb03ff045 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.12.9/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.12.9/docker-compose.yml index ac022046b..1a102b219 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: "hub.epicm.org/epicmorg/jira:9.12.9" + image: "quay.io/epicmorg/jira:9.12.9" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.12.9-jdk8" + image: "quay.io/epicmorg/jira:9.12.9-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.12.9-jdk11" + image: "quay.io/epicmorg/jira:9.12.9-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.12.9-jdk17" + image: "quay.io/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 e68415048..789e48c0b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c0306f5ea..e66b883cb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.13.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.13.0/Dockerfile.jdk17 index 90669c665..b010b5132 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.13.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.13.0/docker-compose.yml index 4339e9753..d8b3e53c3 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: "hub.epicm.org/epicmorg/jira:9.13.0" + image: "quay.io/epicmorg/jira:9.13.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.13.0-jdk8" + image: "quay.io/epicmorg/jira:9.13.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.13.0-jdk11" + image: "quay.io/epicmorg/jira:9.13.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.13.0-jdk17" + image: "quay.io/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 32a30eadb..44ec483aa 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a4429afb1..3930ab2d2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.13.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.13.1/Dockerfile.jdk17 index f682c9d8f..ae7e22506 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.13.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.13.1/docker-compose.yml index cdab7bbd3..9ae31eb08 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: "hub.epicm.org/epicmorg/jira:9.13.1" + image: "quay.io/epicmorg/jira:9.13.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.13.1-jdk8" + image: "quay.io/epicmorg/jira:9.13.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.13.1-jdk11" + image: "quay.io/epicmorg/jira:9.13.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.13.1-jdk17" + image: "quay.io/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 810367a36..f81b16ffd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4c037fe68..6893ce877 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.14.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.14.0/Dockerfile.jdk17 index 68a859a27..ab37a9bbb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.14.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.14.0/docker-compose.yml index 4314c6c68..cf504bb1d 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: "hub.epicm.org/epicmorg/jira:9.14.0" + image: "quay.io/epicmorg/jira:9.14.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.14.0-jdk8" + image: "quay.io/epicmorg/jira:9.14.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.14.0-jdk11" + image: "quay.io/epicmorg/jira:9.14.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.14.0-jdk17" + image: "quay.io/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 2da27baed..9762ceb39 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4a8a507f0..5f93ff4a4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.14.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.14.1/Dockerfile.jdk17 index b1d9c410f..e88c479c0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.14.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.14.1/docker-compose.yml index c409c4f3b..a3a194959 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: "hub.epicm.org/epicmorg/jira:9.14.1" + image: "quay.io/epicmorg/jira:9.14.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.14.1-jdk8" + image: "quay.io/epicmorg/jira:9.14.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.14.1-jdk11" + image: "quay.io/epicmorg/jira:9.14.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.14.1-jdk17" + image: "quay.io/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 4ca5e3f0c..5d2f2c451 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 135bfea69..644b7b2cb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.15.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.15.2/Dockerfile.jdk17 index 634a6377f..af43e6472 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.15.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.15.2/docker-compose.yml index 71fcd5f4c..c8da962ee 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: "hub.epicm.org/epicmorg/jira:9.15.2" + image: "quay.io/epicmorg/jira:9.15.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.15.2-jdk8" + image: "quay.io/epicmorg/jira:9.15.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.15.2-jdk11" + image: "quay.io/epicmorg/jira:9.15.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.15.2-jdk17" + image: "quay.io/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 921e4a4ed..c970365d5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 263302ba4..004e7c77c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.16.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.16.0/Dockerfile.jdk17 index f18012072..2394392e0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.16.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.16.0/docker-compose.yml index 10db4f2a0..ef1261897 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: "hub.epicm.org/epicmorg/jira:9.16.0" + image: "quay.io/epicmorg/jira:9.16.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.16.0-jdk8" + image: "quay.io/epicmorg/jira:9.16.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.16.0-jdk11" + image: "quay.io/epicmorg/jira:9.16.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.16.0-jdk17" + image: "quay.io/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 66c810712..186505fa2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 48fda889e..ce8cddaa1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.16.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.16.1/Dockerfile.jdk17 index edeb84fe5..1e1f513f3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.16.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.16.1/docker-compose.yml index 63eb46af7..696b44ccf 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: "hub.epicm.org/epicmorg/jira:9.16.1" + image: "quay.io/epicmorg/jira:9.16.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.16.1-jdk8" + image: "quay.io/epicmorg/jira:9.16.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.16.1-jdk11" + image: "quay.io/epicmorg/jira:9.16.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.16.1-jdk17" + image: "quay.io/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 cf5c9709f..158c0c0b7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 35923495c..2022bf950 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.17.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.17.0/Dockerfile.jdk17 index 64fc3b081..b4e14c84f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.17.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.17.0/docker-compose.yml index 7ce071bff..e17923dd9 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: "hub.epicm.org/epicmorg/jira:9.17.0" + image: "quay.io/epicmorg/jira:9.17.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.17.0-jdk8" + image: "quay.io/epicmorg/jira:9.17.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.17.0-jdk11" + image: "quay.io/epicmorg/jira:9.17.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.17.0-jdk17" + image: "quay.io/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 3f63ff919..a48b7a198 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 826e5e1f4..02df7ce8b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.17.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.17.1/Dockerfile.jdk17 index 54ff27ccf..e49b79ac6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.17.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.17.1/docker-compose.yml index 8f2c59c31..8a8334297 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: "hub.epicm.org/epicmorg/jira:9.17.1" + image: "quay.io/epicmorg/jira:9.17.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.17.1-jdk8" + image: "quay.io/epicmorg/jira:9.17.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.17.1-jdk11" + image: "quay.io/epicmorg/jira:9.17.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.17.1-jdk17" + image: "quay.io/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 c37387964..3e6eb98eb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f5c6900d9..184244ad5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.17.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.17.2/Dockerfile.jdk17 index 364504781..43fbc3912 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.17.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.17.2/docker-compose.yml index 416747b1a..b29a64766 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: "hub.epicm.org/epicmorg/jira:9.17.2" + image: "quay.io/epicmorg/jira:9.17.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.17.2-jdk8" + image: "quay.io/epicmorg/jira:9.17.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.17.2-jdk11" + image: "quay.io/epicmorg/jira:9.17.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.17.2-jdk17" + image: "quay.io/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 98c898ac0..896da28aa 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f18f1b555..0afc25784 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.17.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.17.3/Dockerfile.jdk17 index 29c4f7311..e19372be4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.17.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.17.3/docker-compose.yml index 2508d515f..e16dae976 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: "hub.epicm.org/epicmorg/jira:9.17.3" + image: "quay.io/epicmorg/jira:9.17.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.17.3-jdk8" + image: "quay.io/epicmorg/jira:9.17.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.17.3-jdk11" + image: "quay.io/epicmorg/jira:9.17.3-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.17.3-jdk17" + image: "quay.io/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 c327bf42f..af0b70de1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1ab518b00..4b9e5111c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.17.4/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.17.4/Dockerfile.jdk17 index 21792fdee..8fde8fe08 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.17.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.17.4/docker-compose.yml index 49b76baed..4712491db 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: "hub.epicm.org/epicmorg/jira:9.17.4" + image: "quay.io/epicmorg/jira:9.17.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.17.4-jdk8" + image: "quay.io/epicmorg/jira:9.17.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.17.4-jdk11" + image: "quay.io/epicmorg/jira:9.17.4-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.17.4-jdk17" + image: "quay.io/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 be9f64c7b..a6e83d139 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2d6e2667a..29ede6105 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.17.5/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.17.5/Dockerfile.jdk17 index f82137cf0..380839783 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.17.5/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.17.5/docker-compose.yml index c1ec26f2e..d928d8e0e 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: "hub.epicm.org/epicmorg/jira:9.17.5" + image: "quay.io/epicmorg/jira:9.17.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.17.5-jdk8" + image: "quay.io/epicmorg/jira:9.17.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.17.5-jdk11" + image: "quay.io/epicmorg/jira:9.17.5-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.17.5-jdk17" + image: "quay.io/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 8598e1b79..e9f070660 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 90f722316..70e25a060 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.2.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.2.0/docker-compose.yml index 83fcf18e3..c550495f9 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: "hub.epicm.org/epicmorg/jira:9.2.0" + image: "quay.io/epicmorg/jira:9.2.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.2.0-jdk8" + image: "quay.io/epicmorg/jira:9.2.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.2.0-jdk11" + image: "quay.io/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 107dd53bf..83fe85776 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d58273fee..fdc8dd555 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.2.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.2.1/docker-compose.yml index 6dff2c539..c84fe7e7f 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: "hub.epicm.org/epicmorg/jira:9.2.1" + image: "quay.io/epicmorg/jira:9.2.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.2.1-jdk8" + image: "quay.io/epicmorg/jira:9.2.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.2.1-jdk11" + image: "quay.io/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 ed5173da7..3ee6c4dcc 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 215e4449c..4d6380e1d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.3.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.3.0/docker-compose.yml index f59403018..187390c7b 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: "hub.epicm.org/epicmorg/jira:9.3.0" + image: "quay.io/epicmorg/jira:9.3.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.3.0-jdk8" + image: "quay.io/epicmorg/jira:9.3.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.3.0-jdk11" + image: "quay.io/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 238add571..4dd63a60a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fb7997c64..6a06c89b1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.3.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.3.1/docker-compose.yml index 194f73069..23c8dbef5 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: "hub.epicm.org/epicmorg/jira:9.3.1" + image: "quay.io/epicmorg/jira:9.3.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.3.1-jdk8" + image: "quay.io/epicmorg/jira:9.3.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.3.1-jdk11" + image: "quay.io/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 861110363..bb53928d2 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 60cffde90..b578eea07 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.3.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.3.2/docker-compose.yml index 2c4bf607f..2df83c451 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: "hub.epicm.org/epicmorg/jira:9.3.2" + image: "quay.io/epicmorg/jira:9.3.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.3.2-jdk8" + image: "quay.io/epicmorg/jira:9.3.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.3.2-jdk11" + image: "quay.io/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 8e774ef64..68d90d1bb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 81a7e233f..d3f3af327 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.3.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.3.3/docker-compose.yml index 82da764d7..6489bcc76 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: "hub.epicm.org/epicmorg/jira:9.3.3" + image: "quay.io/epicmorg/jira:9.3.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.3.3-jdk8" + image: "quay.io/epicmorg/jira:9.3.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.3.3-jdk11" + image: "quay.io/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 3fa6ae760..31942e3cd 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 48dde5667..c16a56cf3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.4.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.0/docker-compose.yml index 03af005cf..861757afa 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: "hub.epicm.org/epicmorg/jira:9.4.0" + image: "quay.io/epicmorg/jira:9.4.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.4.0-jdk8" + image: "quay.io/epicmorg/jira:9.4.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.4.0-jdk11" + image: "quay.io/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 a5f611a66..a6d5b2395 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bbc2fc8b7..29b748c57 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.4.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.1/docker-compose.yml index d9160dc3b..dcd79d40f 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: "hub.epicm.org/epicmorg/jira:9.4.1" + image: "quay.io/epicmorg/jira:9.4.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.4.1-jdk8" + image: "quay.io/epicmorg/jira:9.4.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.4.1-jdk11" + image: "quay.io/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 230269816..4de574d13 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d7632d753..af433b1a5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.4.10/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.10/docker-compose.yml index cc6a7660d..d0d62eb9c 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: "hub.epicm.org/epicmorg/jira:9.4.10" + image: "quay.io/epicmorg/jira:9.4.10" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.4.10-jdk8" + image: "quay.io/epicmorg/jira:9.4.10-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.4.10-jdk11" + image: "quay.io/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 a99672053..3bdacdc11 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 95890c264..71c3d5fe6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.4.11/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.11/docker-compose.yml index f342fd96e..4f1cf5539 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: "hub.epicm.org/epicmorg/jira:9.4.11" + image: "quay.io/epicmorg/jira:9.4.11" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.4.11-jdk8" + image: "quay.io/epicmorg/jira:9.4.11-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.4.11-jdk11" + image: "quay.io/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 0f6808c20..e44af8b1a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6c8a411ab..4c27fbe5e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.4.12/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.12/docker-compose.yml index 5b6365f92..1c67fda3e 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: "hub.epicm.org/epicmorg/jira:9.4.12" + image: "quay.io/epicmorg/jira:9.4.12" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.4.12-jdk8" + image: "quay.io/epicmorg/jira:9.4.12-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.4.12-jdk11" + image: "quay.io/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 af0a2a32f..7af3d2fc7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 519c5ef7c..60c4d5aca 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.4.14/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.14/docker-compose.yml index 6ea298f82..c24b5cd3f 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: "hub.epicm.org/epicmorg/jira:9.4.14" + image: "quay.io/epicmorg/jira:9.4.14" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.4.14-jdk8" + image: "quay.io/epicmorg/jira:9.4.14-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.4.14-jdk11" + image: "quay.io/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 0222c09a6..6a2e0eb31 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2bc71cee4..fbe68fd0a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.4.15/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.15/docker-compose.yml index feb805d58..604c51982 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: "hub.epicm.org/epicmorg/jira:9.4.15" + image: "quay.io/epicmorg/jira:9.4.15" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.4.15-jdk8" + image: "quay.io/epicmorg/jira:9.4.15-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.4.15-jdk11" + image: "quay.io/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 1994d4d81..d1f14ff63 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 453ba4b26..483eca947 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.4.16/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.16/docker-compose.yml index 990e8037e..0f5da86a5 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: "hub.epicm.org/epicmorg/jira:9.4.16" + image: "quay.io/epicmorg/jira:9.4.16" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.4.16-jdk8" + image: "quay.io/epicmorg/jira:9.4.16-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.4.16-jdk11" + image: "quay.io/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 7f50dd075..ed6b932f7 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8375351d9..16e60e66f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.4.17/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.17/docker-compose.yml index 768402e8a..0587cefc3 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: "hub.epicm.org/epicmorg/jira:9.4.17" + image: "quay.io/epicmorg/jira:9.4.17" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.4.17-jdk8" + image: "quay.io/epicmorg/jira:9.4.17-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.4.17-jdk11" + image: "quay.io/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 3d7f436c8..fe47ae763 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4845af68d..79dd4cf29 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.4.18/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.18/docker-compose.yml index 833f7201b..7e3c51dcd 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: "hub.epicm.org/epicmorg/jira:9.4.18" + image: "quay.io/epicmorg/jira:9.4.18" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.4.18-jdk8" + image: "quay.io/epicmorg/jira:9.4.18-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.4.18-jdk11" + image: "quay.io/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 8bea6520b..321d2f892 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3a8e6c906..7172cc42c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.4.19/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.19/docker-compose.yml index 539d46e96..87fdc2506 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: "hub.epicm.org/epicmorg/jira:9.4.19" + image: "quay.io/epicmorg/jira:9.4.19" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.4.19-jdk8" + image: "quay.io/epicmorg/jira:9.4.19-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.4.19-jdk11" + image: "quay.io/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 cd9923975..b4e4e9270 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 608c28557..5457a2fe0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.4.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.2/docker-compose.yml index f738d305e..894256134 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: "hub.epicm.org/epicmorg/jira:9.4.2" + image: "quay.io/epicmorg/jira:9.4.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.4.2-jdk8" + image: "quay.io/epicmorg/jira:9.4.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.4.2-jdk11" + image: "quay.io/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 3ca9fd23b..9a62ef10d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cd860b4f1..be5d01cca 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.4.20/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.20/docker-compose.yml index f4c78f029..7be9ac6c2 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: "hub.epicm.org/epicmorg/jira:9.4.20" + image: "quay.io/epicmorg/jira:9.4.20" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.4.20-jdk8" + image: "quay.io/epicmorg/jira:9.4.20-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.4.20-jdk11" + image: "quay.io/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 6d38fb88a..12a098f89 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cfdba45ad..a1c5e55e0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.4.21/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.21/docker-compose.yml index 167d2ce74..f3668d9db 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: "hub.epicm.org/epicmorg/jira:9.4.21" + image: "quay.io/epicmorg/jira:9.4.21" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.4.21-jdk8" + image: "quay.io/epicmorg/jira:9.4.21-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.4.21-jdk11" + image: "quay.io/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 c127b072e..119642811 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 035acda35..80658b0cf 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.4.22/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.22/docker-compose.yml index 15fe2bdf5..d83c40ede 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: "hub.epicm.org/epicmorg/jira:9.4.22" + image: "quay.io/epicmorg/jira:9.4.22" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.4.22-jdk8" + image: "quay.io/epicmorg/jira:9.4.22-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.4.22-jdk11" + image: "quay.io/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 7f957ee04..51fe20d36 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 22dd3b6e4..79d25e09e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.4.23/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.23/docker-compose.yml index 41eb11b48..6430c2318 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: "hub.epicm.org/epicmorg/jira:9.4.23" + image: "quay.io/epicmorg/jira:9.4.23" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.4.23-jdk8" + image: "quay.io/epicmorg/jira:9.4.23-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.4.23-jdk11" + image: "quay.io/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 8f6a7228f..2e270c2f0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c328c0e41..5eae94023 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.4.24/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.24/docker-compose.yml index f0cb33f1b..28cf0bfd9 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: "hub.epicm.org/epicmorg/jira:9.4.24" + image: "quay.io/epicmorg/jira:9.4.24" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.4.24-jdk8" + image: "quay.io/epicmorg/jira:9.4.24-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.4.24-jdk11" + image: "quay.io/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 c310aafd4..5b760597c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 12d76e4a6..62b940f3e 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.4.25/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.25/docker-compose.yml index 1b817ebc5..0ef3a8d54 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: "hub.epicm.org/epicmorg/jira:9.4.25" + image: "quay.io/epicmorg/jira:9.4.25" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.4.25-jdk8" + image: "quay.io/epicmorg/jira:9.4.25-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.4.25-jdk11" + image: "quay.io/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 f2a548f88..cba7003ac 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ccdc4f499..3ed741547 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.4.26/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.26/docker-compose.yml index f0c808473..86e1db70d 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: "hub.epicm.org/epicmorg/jira:9.4.26" + image: "quay.io/epicmorg/jira:9.4.26" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.4.26-jdk8" + image: "quay.io/epicmorg/jira:9.4.26-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.4.26-jdk11" + image: "quay.io/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 fe64f4429..93445617f 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8ff7a2745..4563db2c4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.4.27/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.27/docker-compose.yml index e89f0bb8a..9e74b5feb 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: "hub.epicm.org/epicmorg/jira:9.4.27" + image: "quay.io/epicmorg/jira:9.4.27" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.4.27-jdk8" + image: "quay.io/epicmorg/jira:9.4.27-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.4.27-jdk11" + image: "quay.io/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 2900ed8ee..7c86ae409 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ac9cdd82b..d9309695b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.4.28/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.28/docker-compose.yml index dfea14109..a151cd7f5 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: "hub.epicm.org/epicmorg/jira:9.4.28" + image: "quay.io/epicmorg/jira:9.4.28" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.4.28-jdk8" + image: "quay.io/epicmorg/jira:9.4.28-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.4.28-jdk11" + image: "quay.io/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 58a03ec16..7a7e1acba 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c6a90791a..98e75ead0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.4.29/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.29/docker-compose.yml index c2a23683a..bb20e7ab4 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: "hub.epicm.org/epicmorg/jira:9.4.29" + image: "quay.io/epicmorg/jira:9.4.29" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.4.29-jdk8" + image: "quay.io/epicmorg/jira:9.4.29-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.4.29-jdk11" + image: "quay.io/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 fce106cce..ac37f0238 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f7c9c6a73..406d62345 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.4.3/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.3/docker-compose.yml index a2f8b75f2..a1b263c18 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: "hub.epicm.org/epicmorg/jira:9.4.3" + image: "quay.io/epicmorg/jira:9.4.3" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.4.3-jdk8" + image: "quay.io/epicmorg/jira:9.4.3-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.4.3-jdk11" + image: "quay.io/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 cf3d83a5a..1d6faf3a8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 04b7bf1f0..8c81c2743 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.4.30/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.30/docker-compose.yml index 2deb8ea55..81dfbd71a 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: "hub.epicm.org/epicmorg/jira:9.4.30" + image: "quay.io/epicmorg/jira:9.4.30" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.4.30-jdk8" + image: "quay.io/epicmorg/jira:9.4.30-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.4.30-jdk11" + image: "quay.io/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 ba2c123b0..702ef66f6 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0d49e28a6..dcfea1cde 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.4.4/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.4/docker-compose.yml index ee857a3ba..772656699 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: "hub.epicm.org/epicmorg/jira:9.4.4" + image: "quay.io/epicmorg/jira:9.4.4" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.4.4-jdk8" + image: "quay.io/epicmorg/jira:9.4.4-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.4.4-jdk11" + image: "quay.io/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 56f7d25de..a189adee3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d8df92caa..c223d110c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.4.5/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.5/docker-compose.yml index fb305666f..cd8d6eb81 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: "hub.epicm.org/epicmorg/jira:9.4.5" + image: "quay.io/epicmorg/jira:9.4.5" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.4.5-jdk8" + image: "quay.io/epicmorg/jira:9.4.5-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.4.5-jdk11" + image: "quay.io/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 0eeee3004..ac99f3f43 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c31cad40c..cb23361cb 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.4.6/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.6/docker-compose.yml index d950d0573..b6afc2977 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: "hub.epicm.org/epicmorg/jira:9.4.6" + image: "quay.io/epicmorg/jira:9.4.6" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.4.6-jdk8" + image: "quay.io/epicmorg/jira:9.4.6-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.4.6-jdk11" + image: "quay.io/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 c4b2a2859..8c67533d0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 67e4636cb..407fbe5d0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.4.7/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.7/docker-compose.yml index 2a8fbf24b..aa99dce06 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: "hub.epicm.org/epicmorg/jira:9.4.7" + image: "quay.io/epicmorg/jira:9.4.7" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.4.7-jdk8" + image: "quay.io/epicmorg/jira:9.4.7-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.4.7-jdk11" + image: "quay.io/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 18c3f89bd..aef72c41d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 32731223f..192c1f083 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.4.8/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.8/docker-compose.yml index 4e08fcfd7..679ff559a 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: "hub.epicm.org/epicmorg/jira:9.4.8" + image: "quay.io/epicmorg/jira:9.4.8" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.4.8-jdk8" + image: "quay.io/epicmorg/jira:9.4.8-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.4.8-jdk11" + image: "quay.io/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 a00164ce3..3d4b4722c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f8fc40041..c8640d1a8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.4.9/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.4.9/docker-compose.yml index a1e77ee3f..c57a4b23d 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: "hub.epicm.org/epicmorg/jira:9.4.9" + image: "quay.io/epicmorg/jira:9.4.9" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.4.9-jdk8" + image: "quay.io/epicmorg/jira:9.4.9-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.4.9-jdk11" + image: "quay.io/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 63fbddc25..557bd9ec4 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e64b5bb48..4b7f9017d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.5.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.5.0/Dockerfile.jdk17 index f65e6f349..2d5e327e3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.5.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.5.0/docker-compose.yml index ec54c5477..245248dcb 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: "hub.epicm.org/epicmorg/jira:9.5.0" + image: "quay.io/epicmorg/jira:9.5.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.5.0-jdk8" + image: "quay.io/epicmorg/jira:9.5.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.5.0-jdk11" + image: "quay.io/epicmorg/jira:9.5.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.5.0-jdk17" + image: "quay.io/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 1b9a02334..bb64facab 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 397db26f5..4f8bdea16 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.5.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.5.1/Dockerfile.jdk17 index fb27610bd..c4ecf9e7a 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.5.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.5.1/docker-compose.yml index a0ea8c6a2..a2520b68d 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: "hub.epicm.org/epicmorg/jira:9.5.1" + image: "quay.io/epicmorg/jira:9.5.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.5.1-jdk8" + image: "quay.io/epicmorg/jira:9.5.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.5.1-jdk11" + image: "quay.io/epicmorg/jira:9.5.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.5.1-jdk17" + image: "quay.io/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 22da940fd..6b9b21963 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5032f8e5b..6cc412d84 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.6.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.6.0/Dockerfile.jdk17 index 29e094193..ec5669205 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.6.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.6.0/docker-compose.yml index 40012766c..56db38762 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: "hub.epicm.org/epicmorg/jira:9.6.0" + image: "quay.io/epicmorg/jira:9.6.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.6.0-jdk8" + image: "quay.io/epicmorg/jira:9.6.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.6.0-jdk11" + image: "quay.io/epicmorg/jira:9.6.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.6.0-jdk17" + image: "quay.io/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 359e8f2f4..bf48b2b34 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c13269bb3..5680d63ee 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.7.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.7.0/Dockerfile.jdk17 index 13ed34371..d5415bfed 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.7.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.7.0/docker-compose.yml index c1dca7098..5ce9f4aa2 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: "hub.epicm.org/epicmorg/jira:9.7.0" + image: "quay.io/epicmorg/jira:9.7.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.7.0-jdk8" + image: "quay.io/epicmorg/jira:9.7.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.7.0-jdk11" + image: "quay.io/epicmorg/jira:9.7.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.7.0-jdk17" + image: "quay.io/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 cef69352d..4dcc4f56b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 190a80e32..ac5a8bf37 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.7.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.7.1/Dockerfile.jdk17 index f958f2815..fd65929c9 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.7.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.7.1/docker-compose.yml index ca53807fa..5afa4d360 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: "hub.epicm.org/epicmorg/jira:9.7.1" + image: "quay.io/epicmorg/jira:9.7.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.7.1-jdk8" + image: "quay.io/epicmorg/jira:9.7.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.7.1-jdk11" + image: "quay.io/epicmorg/jira:9.7.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.7.1-jdk17" + image: "quay.io/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 d1f00100e..e2f3cc35d 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3898fbd4a..059801232 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.7.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.7.2/Dockerfile.jdk17 index 8fd5259e3..a9e646a98 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.7.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.7.2/docker-compose.yml index bf74162ae..77cacb4e7 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: "hub.epicm.org/epicmorg/jira:9.7.2" + image: "quay.io/epicmorg/jira:9.7.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.7.2-jdk8" + image: "quay.io/epicmorg/jira:9.7.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.7.2-jdk11" + image: "quay.io/epicmorg/jira:9.7.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.7.2-jdk17" + image: "quay.io/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 755c5f91b..9b0c1f309 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bd6294c15..e364416b0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.8.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.8.0/Dockerfile.jdk17 index 98cfeaa3a..5d66e81b8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.8.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.8.0/docker-compose.yml index dbd4b4581..8f3d66649 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: "hub.epicm.org/epicmorg/jira:9.8.0" + image: "quay.io/epicmorg/jira:9.8.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.8.0-jdk8" + image: "quay.io/epicmorg/jira:9.8.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.8.0-jdk11" + image: "quay.io/epicmorg/jira:9.8.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.8.0-jdk17" + image: "quay.io/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 a9d714a7f..743ab6377 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e40df8303..cf27d97b3 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.8.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.8.1/Dockerfile.jdk17 index d432ea510..9af46786c 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.8.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.8.1/docker-compose.yml index ef665e6e0..4df6fb44c 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: "hub.epicm.org/epicmorg/jira:9.8.1" + image: "quay.io/epicmorg/jira:9.8.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.8.1-jdk8" + image: "quay.io/epicmorg/jira:9.8.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.8.1-jdk11" + image: "quay.io/epicmorg/jira:9.8.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.8.1-jdk17" + image: "quay.io/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 bc136ce5f..03f444cdf 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 11d0f0a84..96324a401 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.8.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.8.2/Dockerfile.jdk17 index f1441a3c1..796a392e1 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.8.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.8.2/docker-compose.yml index 0715a4c34..6b2e418bb 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: "hub.epicm.org/epicmorg/jira:9.8.2" + image: "quay.io/epicmorg/jira:9.8.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.8.2-jdk8" + image: "quay.io/epicmorg/jira:9.8.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.8.2-jdk11" + image: "quay.io/epicmorg/jira:9.8.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.8.2-jdk17" + image: "quay.io/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 a75603504..e96c093ae 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 526f27106..47d184287 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.9.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.9.0/Dockerfile.jdk17 index 9d48a863e..1c9f62c79 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.9.0/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.9.0/docker-compose.yml index fc60c8a8c..31d5b7186 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: "hub.epicm.org/epicmorg/jira:9.9.0" + image: "quay.io/epicmorg/jira:9.9.0" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.9.0-jdk8" + image: "quay.io/epicmorg/jira:9.9.0-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.9.0-jdk11" + image: "quay.io/epicmorg/jira:9.9.0-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.9.0-jdk17" + image: "quay.io/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 1fa531848..0f9a42dd8 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 dabf2bdf8..c038b4142 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.9.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.9.1/Dockerfile.jdk17 index b457318e4..3045dc3b5 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.9.1/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.9.1/docker-compose.yml index 34b6fe8bf..222af32a2 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: "hub.epicm.org/epicmorg/jira:9.9.1" + image: "quay.io/epicmorg/jira:9.9.1" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.9.1-jdk8" + image: "quay.io/epicmorg/jira:9.9.1-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.9.1-jdk11" + image: "quay.io/epicmorg/jira:9.9.1-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.9.1-jdk17" + image: "quay.io/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 34ca17db5..508e918b0 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/epicmorg/debian:bookworm-jdk8 LABEL maintainer="Atlassian Jira Server Team; EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7676afd3d..5955bc1be 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 hub.epicm.org/epicmorg/debian:bookworm-jdk11 +FROM quay.io/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/jira/9/9.9.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.9.2/Dockerfile.jdk17 index 8dea309d1..9e58d4306 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 hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/9/9.9.2/docker-compose.yml b/linux/ecosystem/atlassian/jira/9/9.9.2/docker-compose.yml index 5e72c231c..c6c54664c 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: "hub.epicm.org/epicmorg/jira:9.9.2" + image: "quay.io/epicmorg/jira:9.9.2" build: context: . app-jdk8: - image: "hub.epicm.org/epicmorg/jira:9.9.2-jdk8" + image: "quay.io/epicmorg/jira:9.9.2-jdk8" build: context: . app-jdk11: - image: "hub.epicm.org/epicmorg/jira:9.9.2-jdk11" + image: "quay.io/epicmorg/jira:9.9.2-jdk11" build: context: . dockerfile: Dockerfile.jdk11 app-jdk17: - image: "hub.epicm.org/epicmorg/jira:9.9.2-jdk17" + image: "quay.io/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 01e2c4832..e9f7ffbd1 100644 --- a/linux/ecosystem/atlassian/jira/latest/Dockerfile +++ b/linux/ecosystem/atlassian/jira/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-jdk17 +FROM quay.io/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/jira/latest/docker-compose.yml b/linux/ecosystem/atlassian/jira/latest/docker-compose.yml index 4e521ecfb..54f782637 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: "hub.epicm.org/epicmorg/jira:latest" + image: "quay.io/epicmorg/jira:latest" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/jira:latest-jdk17" + image: "quay.io/epicmorg/jira:latest-jdk17" build: context: . diff --git a/linux/ecosystem/electron-release-server/Dockerfile b/linux/ecosystem/electron-release-server/Dockerfile index 6a2ede7e1..1f3f8f248 100644 --- a/linux/ecosystem/electron-release-server/Dockerfile +++ b/linux/ecosystem/electron-release-server/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-nodejs19 +FROM quay.io/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 2b9728d5a..56bc7be69 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: "hub.epicm.org/epicmorg/electron-release-server:latest" + image: "quay.io/epicmorg/electron-release-server:latest" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/develop/Dockerfile index c5f72f994..9edd0f15d 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/develop/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:squeeze +FROM quay.io/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 ea2c67703..a529002d1 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: "hub.epicm.org/epicmorg/debian:squeeze-develop" + image: "quay.io/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 241338c60..7032adeba 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 hub.epicm.org/epicmorg/debian:squeeze +FROM quay.io/epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0d245772b..4dec3da12 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 hub.epicm.org/epicmorg/debian:squeeze-develop +FROM quay.io/epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 735ec4091..e34779ed0 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: "hub.epicm.org/epicmorg/debian:squeeze-jdk11" + image: "quay.io/epicmorg/debian:squeeze-jdk11" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:squeeze-develop-jdk11" + image: "quay.io/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 c1fdad4fe..f69a35f87 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 hub.epicm.org/epicmorg/debian:squeeze +FROM quay.io/epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cbd7ac49d..f5b889e8c 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 hub.epicm.org/epicmorg/debian:squeeze-develop +FROM quay.io/epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4192a5c88..61667e7f9 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: "hub.epicm.org/epicmorg/debian:squeeze-jdk16" + image: "quay.io/epicmorg/debian:squeeze-jdk16" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:squeeze-develop-jdk16" + image: "quay.io/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 39d642c4b..1c2b58a22 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 hub.epicm.org/epicmorg/debian:squeeze +FROM quay.io/epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 15b91ce94..e826e75ad 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 hub.epicm.org/epicmorg/debian:squeeze-develop +FROM quay.io/epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bf5610d16..69080eb82 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: "hub.epicm.org/epicmorg/debian:squeeze-jdk17" + image: "quay.io/epicmorg/debian:squeeze-jdk17" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:squeeze-develop-jdk17" + image: "quay.io/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 10b803ce4..deb71901a 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 hub.epicm.org/epicmorg/debian:squeeze +FROM quay.io/epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 13c42f40d..63fc96739 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 hub.epicm.org/epicmorg/debian:squeeze-develop +FROM quay.io/epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ef95449ef..4aa8e6130 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: "hub.epicm.org/epicmorg/debian:squeeze-jdk18" + image: "quay.io/epicmorg/debian:squeeze-jdk18" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:squeeze-develop-jdk18" + image: "quay.io/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 6ad721193..e1fd14429 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 hub.epicm.org/epicmorg/debian:squeeze +FROM quay.io/epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 423c39448..5c5136acc 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 hub.epicm.org/epicmorg/debian:squeeze-develop +FROM quay.io/epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 95c31e28e..6dabb9ce8 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: "hub.epicm.org/epicmorg/debian:squeeze-jdk19" + image: "quay.io/epicmorg/debian:squeeze-jdk19" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:squeeze-develop-jdk19" + image: "quay.io/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 c13aa3493..2a17f87fa 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 hub.epicm.org/epicmorg/debian:squeeze +FROM quay.io/epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 526750ff5..cbae93ba3 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 hub.epicm.org/epicmorg/debian:squeeze-develop +FROM quay.io/epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3af26305c..d4c86f1b8 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: "hub.epicm.org/epicmorg/debian:squeeze-jdk6" + image: "quay.io/epicmorg/debian:squeeze-jdk6" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:squeeze-develop-jdk6" + image: "quay.io/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 b07ae8e76..255efab5e 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 hub.epicm.org/epicmorg/debian:squeeze +FROM quay.io/epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 88cfe19f2..6251cbf4a 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 hub.epicm.org/epicmorg/debian:squeeze-develop +FROM quay.io/epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5879e11e8..cc2df6f3c 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: "hub.epicm.org/epicmorg/debian:squeeze-jdk7" + image: "quay.io/epicmorg/debian:squeeze-jdk7" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:squeeze-develop-jdk7" + image: "quay.io/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 01a82591a..7e20024b1 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 hub.epicm.org/epicmorg/debian:squeeze +FROM quay.io/epicmorg/debian:squeeze LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bebbb0779..1baff2f79 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 hub.epicm.org/epicmorg/debian:squeeze-develop +FROM quay.io/epicmorg/debian:squeeze-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5afde1e39..27fe8adb6 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: "hub.epicm.org/epicmorg/debian:squeeze-jdk8" + image: "quay.io/epicmorg/debian:squeeze-jdk8" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:squeeze-develop-jdk8" + image: "quay.io/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 4dfbd1f08..a3aa6b4da 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/main/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:squeeze-slim +FROM quay.io/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 96c5fa0b7..5baf8ccb3 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: "hub.epicm.org/epicmorg/debian:squeeze" + image: "quay.io/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 b97328d1c..4b8106d18 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 hub.epicm.org/epicmorg/debian:squeeze +FROM quay.io/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 3176616cf..94af32f04 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 hub.epicm.org/epicmorg/debian:squeeze-develop +FROM quay.io/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 0ea599188..524f39608 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: "hub.epicm.org/epicmorg/debian:squeeze-nodejs0.12" + image: "quay.io/epicmorg/debian:squeeze-nodejs0.12" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:squeeze-develop-nodejs0.12" + image: "quay.io/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 c5c6c2fdd..069408b54 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 hub.epicm.org/epicmorg/debian:squeeze +FROM quay.io/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 967177c17..e048841fd 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 hub.epicm.org/epicmorg/debian:squeeze-develop +FROM quay.io/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 d83b3ecab..dae703c91 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: "hub.epicm.org/epicmorg/debian:squeeze-nodejs10" + image: "quay.io/epicmorg/debian:squeeze-nodejs10" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:squeeze-develop-nodejs10" + image: "quay.io/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 43c3bfed1..2cc66ac39 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 hub.epicm.org/epicmorg/debian:squeeze +FROM quay.io/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 947c0ad7c..4942a0d11 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 hub.epicm.org/epicmorg/debian:squeeze-develop +FROM quay.io/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 ed0c7d78e..10ce1bffe 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: "hub.epicm.org/epicmorg/debian:squeeze-nodejs11" + image: "quay.io/epicmorg/debian:squeeze-nodejs11" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:squeeze-develop-nodejs11" + image: "quay.io/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 f4a82b668..4aae3aa87 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 hub.epicm.org/epicmorg/debian:squeeze +FROM quay.io/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 32a9e49e8..f20cd524d 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 hub.epicm.org/epicmorg/debian:squeeze-develop +FROM quay.io/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 e028553dc..cf1d6edd3 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: "hub.epicm.org/epicmorg/debian:squeeze-nodejs4" + image: "quay.io/epicmorg/debian:squeeze-nodejs4" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:squeeze-develop-nodejs4" + image: "quay.io/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 b1d410988..880bf940c 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 hub.epicm.org/epicmorg/debian:squeeze +FROM quay.io/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 cfa4cb91f..381c5bddf 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 hub.epicm.org/epicmorg/debian:squeeze-develop +FROM quay.io/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 3dd1cc305..55eacf624 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: "hub.epicm.org/epicmorg/debian:squeeze-nodejs5" + image: "quay.io/epicmorg/debian:squeeze-nodejs5" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:squeeze-develop-nodejs5" + image: "quay.io/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 426135000..47a43cd84 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 hub.epicm.org/epicmorg/debian:squeeze +FROM quay.io/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 8df050d25..ae110bd3f 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 hub.epicm.org/epicmorg/debian:squeeze-develop +FROM quay.io/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 6dcfa11c7..ba983484f 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: "hub.epicm.org/epicmorg/debian:squeeze-nodejs6" + image: "quay.io/epicmorg/debian:squeeze-nodejs6" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:squeeze-develop-nodejs6" + image: "quay.io/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 a3c6ae7e5..7331cd3d0 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 hub.epicm.org/epicmorg/debian:squeeze +FROM quay.io/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 3d3055a37..613e5e7d6 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 hub.epicm.org/epicmorg/debian:squeeze-develop +FROM quay.io/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 3658a3275..670754c22 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: "hub.epicm.org/epicmorg/debian:squeeze-nodejs7" + image: "quay.io/epicmorg/debian:squeeze-nodejs7" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:squeeze-develop-nodejs7" + image: "quay.io/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 87ba22e7d..f08149002 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 hub.epicm.org/epicmorg/debian:squeeze +FROM quay.io/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 9f2b0c426..075ba80fe 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 hub.epicm.org/epicmorg/debian:squeeze-develop +FROM quay.io/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 c05335cc4..dd3aa74a8 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: "hub.epicm.org/epicmorg/debian:squeeze-nodejs8" + image: "quay.io/epicmorg/debian:squeeze-nodejs8" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:squeeze-develop-nodejs8" + image: "quay.io/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 276400e1f..3ad726454 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 hub.epicm.org/epicmorg/debian:squeeze +FROM quay.io/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 d132a91a9..e58d9123b 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 hub.epicm.org/epicmorg/debian:squeeze-develop +FROM quay.io/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 bfb9dbfbe..5722ba8c8 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: "hub.epicm.org/epicmorg/debian:squeeze-nodejs9" + image: "quay.io/epicmorg/debian:squeeze-nodejs9" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:squeeze-develop-nodejs9" + image: "quay.io/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 b8d1a3d84..8e3cb75b2 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: "hub.epicm.org/epicmorg/debian:squeeze-slim" + image: "quay.io/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 36e05aeaf..cff986350 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/develop/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:wheezy +FROM quay.io/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 c840b1b5e..5c32ad6a5 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: "hub.epicm.org/epicmorg/debian:wheezy-develop" + image: "quay.io/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 4efcf671a..84958b6a6 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 hub.epicm.org/epicmorg/debian:wheezy +FROM quay.io/epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7edb00d2b..0d39a7470 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 hub.epicm.org/epicmorg/debian:wheezy-develop +FROM quay.io/epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ecab3b9bc..565f0cfa0 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: "hub.epicm.org/epicmorg/debian:wheezy-jdk11" + image: "quay.io/epicmorg/debian:wheezy-jdk11" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:wheezy-develop-jdk11" + image: "quay.io/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 13a973f12..f5a4a3460 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 hub.epicm.org/epicmorg/debian:wheezy +FROM quay.io/epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c106e56ed..b5852a039 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 hub.epicm.org/epicmorg/debian:wheezy-develop +FROM quay.io/epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7162e21aa..fef5f78ac 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: "hub.epicm.org/epicmorg/debian:wheezy-jdk16" + image: "quay.io/epicmorg/debian:wheezy-jdk16" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:wheezy-develop-jdk16" + image: "quay.io/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 1981a72e0..a05cac810 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 hub.epicm.org/epicmorg/debian:wheezy +FROM quay.io/epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 993b64fbf..b1780c950 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 hub.epicm.org/epicmorg/debian:wheezy-develop +FROM quay.io/epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ad14b571e..19aa5e1d5 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: "hub.epicm.org/epicmorg/debian:wheezy-jdk17" + image: "quay.io/epicmorg/debian:wheezy-jdk17" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:wheezy-develop-jdk17" + image: "quay.io/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 ff72f6411..6a48df8f2 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 hub.epicm.org/epicmorg/debian:wheezy +FROM quay.io/epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2464edf2b..316e85c4e 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 hub.epicm.org/epicmorg/debian:wheezy-develop +FROM quay.io/epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3aadcd6ec..f995a7941 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: "hub.epicm.org/epicmorg/debian:wheezy-jdk18" + image: "quay.io/epicmorg/debian:wheezy-jdk18" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:wheezy-develop-jdk18" + image: "quay.io/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 28a3b272c..0c0437ca0 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 hub.epicm.org/epicmorg/debian:wheezy +FROM quay.io/epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4af747dbd..b29792018 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 hub.epicm.org/epicmorg/debian:wheezy-develop +FROM quay.io/epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 674565960..1c6996d26 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: "hub.epicm.org/epicmorg/debian:wheezy-jdk19" + image: "quay.io/epicmorg/debian:wheezy-jdk19" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:wheezy-develop-jdk19" + image: "quay.io/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 73adb4251..d33e044f4 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 hub.epicm.org/epicmorg/debian:wheezy +FROM quay.io/epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 dc3cd8a8e..d851f6ab1 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 hub.epicm.org/epicmorg/debian:wheezy-develop +FROM quay.io/epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 481147118..9833a757a 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: "hub.epicm.org/epicmorg/debian:wheezy-jdk6" + image: "quay.io/epicmorg/debian:wheezy-jdk6" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:wheezy-develop-jdk6" + image: "quay.io/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 149d13c44..d65f89ae1 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 hub.epicm.org/epicmorg/debian:wheezy +FROM quay.io/epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e79b687f3..9000504e4 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 hub.epicm.org/epicmorg/debian:wheezy-develop +FROM quay.io/epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9f5a12fd1..2cfc72d1b 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: "hub.epicm.org/epicmorg/debian:wheezy-jdk7" + image: "quay.io/epicmorg/debian:wheezy-jdk7" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:wheezy-develop-jdk7" + image: "quay.io/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 bb171133b..ad99b05d5 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 hub.epicm.org/epicmorg/debian:wheezy +FROM quay.io/epicmorg/debian:wheezy LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 60521f213..7846e1cf3 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 hub.epicm.org/epicmorg/debian:wheezy-develop +FROM quay.io/epicmorg/debian:wheezy-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c02431b54..d8aa24f3c 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: "hub.epicm.org/epicmorg/debian:wheezy-jdk8" + image: "quay.io/epicmorg/debian:wheezy-jdk8" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:wheezy-develop-jdk8" + image: "quay.io/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 a90e4b6b1..3c2beba93 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/main/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:wheezy-slim +FROM quay.io/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 32eec68f1..6ab3a937f 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: "hub.epicm.org/epicmorg/debian:wheezy" + image: "quay.io/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 78d102d16..28e3c95af 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 hub.epicm.org/epicmorg/debian:wheezy +FROM quay.io/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 4e2b41ada..f7437540a 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 hub.epicm.org/epicmorg/debian:wheezy-develop +FROM quay.io/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 9046b623e..f22b0ba4d 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: "hub.epicm.org/epicmorg/debian:wheezy-nodejs0.12" + image: "quay.io/epicmorg/debian:wheezy-nodejs0.12" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:wheezy-develop-nodejs0.12" + image: "quay.io/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 4bd1e0733..f09eb045b 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 hub.epicm.org/epicmorg/debian:wheezy +FROM quay.io/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 3115fcd87..4bc866bbd 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 hub.epicm.org/epicmorg/debian:wheezy-develop +FROM quay.io/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 2684d8acc..4d63b4523 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: "hub.epicm.org/epicmorg/debian:wheezy-nodejs10" + image: "quay.io/epicmorg/debian:wheezy-nodejs10" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:wheezy-develop-nodejs10" + image: "quay.io/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 f7abfa3f6..3f9ac9b39 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 hub.epicm.org/epicmorg/debian:wheezy +FROM quay.io/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 0964fe5de..6d230ecaa 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 hub.epicm.org/epicmorg/debian:wheezy-develop +FROM quay.io/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 669ca570d..943e32cfd 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: "hub.epicm.org/epicmorg/debian:wheezy-nodejs11" + image: "quay.io/epicmorg/debian:wheezy-nodejs11" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:wheezy-develop-nodejs11" + image: "quay.io/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 2d8ac44b6..1d68d558a 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 hub.epicm.org/epicmorg/debian:wheezy +FROM quay.io/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 d4e8ef49e..dc227a7ee 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 hub.epicm.org/epicmorg/debian:wheezy-develop +FROM quay.io/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 67af2005a..b264fd5ed 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: "hub.epicm.org/epicmorg/debian:wheezy-nodejs4" + image: "quay.io/epicmorg/debian:wheezy-nodejs4" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:wheezy-develop-nodejs4" + image: "quay.io/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 ce7456e18..dc2c0bd97 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 hub.epicm.org/epicmorg/debian:wheezy +FROM quay.io/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 66767c8c4..a56b6195f 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 hub.epicm.org/epicmorg/debian:wheezy-develop +FROM quay.io/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 06efbc024..21bd0738d 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: "hub.epicm.org/epicmorg/debian:wheezy-nodejs5" + image: "quay.io/epicmorg/debian:wheezy-nodejs5" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:wheezy-develop-nodejs5" + image: "quay.io/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 4c696f615..1874ec9bd 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 hub.epicm.org/epicmorg/debian:wheezy +FROM quay.io/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 28f66d183..92b509df5 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 hub.epicm.org/epicmorg/debian:wheezy-develop +FROM quay.io/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 b02497ee6..e859233b1 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: "hub.epicm.org/epicmorg/debian:wheezy-nodejs6" + image: "quay.io/epicmorg/debian:wheezy-nodejs6" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:wheezy-develop-nodejs6" + image: "quay.io/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 fe44d2857..91a0a8239 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 hub.epicm.org/epicmorg/debian:wheezy +FROM quay.io/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 e943181ea..2af4c95f3 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 hub.epicm.org/epicmorg/debian:wheezy-develop +FROM quay.io/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 98f78ddf3..094b6f65b 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: "hub.epicm.org/epicmorg/debian:wheezy-nodejs7" + image: "quay.io/epicmorg/debian:wheezy-nodejs7" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:wheezy-develop-nodejs7" + image: "quay.io/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 c462ded03..d4cc69af1 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 hub.epicm.org/epicmorg/debian:wheezy +FROM quay.io/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 bffc8c809..06d7a261b 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 hub.epicm.org/epicmorg/debian:wheezy-develop +FROM quay.io/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 4ccf43468..5d5865b6a 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: "hub.epicm.org/epicmorg/debian:wheezy-nodejs8" + image: "quay.io/epicmorg/debian:wheezy-nodejs8" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:wheezy-develop-nodejs8" + image: "quay.io/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 5b6cfdbaa..12887f164 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 hub.epicm.org/epicmorg/debian:wheezy +FROM quay.io/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 32f6c6d9b..64e7c2239 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 hub.epicm.org/epicmorg/debian:wheezy-develop +FROM quay.io/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 29e61e920..becd388d5 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: "hub.epicm.org/epicmorg/debian:wheezy-nodejs9" + image: "quay.io/epicmorg/debian:wheezy-nodejs9" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:wheezy-develop-nodejs9" + image: "quay.io/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 9cd895246..b213031d8 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: "hub.epicm.org/epicmorg/debian:wheezy-slim" + image: "quay.io/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 e9fcef3cc..7be240290 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/develop/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:jessie +FROM quay.io/epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1ac641033..0bed2ded5 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: "hub.epicm.org/epicmorg/debian:jessie-develop" + image: "quay.io/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 cf056d9af..69cf6689e 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 hub.epicm.org/epicmorg/debian:jessie +FROM quay.io/epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 20c2f8c82..51ea39d3a 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 hub.epicm.org/epicmorg/debian:jessie-develop +FROM quay.io/epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c72867b98..435dbe9b8 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: "hub.epicm.org/epicmorg/debian:jessie-jdk11" + image: "quay.io/epicmorg/debian:jessie-jdk11" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:jessie-develop-jdk11" + image: "quay.io/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 477c35278..45f0287c6 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 hub.epicm.org/epicmorg/debian:jessie +FROM quay.io/epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a226d3811..e1a23150d 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 hub.epicm.org/epicmorg/debian:jessie-develop +FROM quay.io/epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 65401e727..3d0d210a2 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: "hub.epicm.org/epicmorg/debian:jessie-jdk16" + image: "quay.io/epicmorg/debian:jessie-jdk16" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:jessie-develop-jdk16" + image: "quay.io/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 0dc4b5209..4f0d03195 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 hub.epicm.org/epicmorg/debian:jessie +FROM quay.io/epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 712c47087..0c129e574 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 hub.epicm.org/epicmorg/debian:jessie-develop +FROM quay.io/epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0092bbb6b..848461112 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: "hub.epicm.org/epicmorg/debian:jessie-jdk17" + image: "quay.io/epicmorg/debian:jessie-jdk17" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:jessie-develop-jdk17" + image: "quay.io/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 1506bca20..c4bf53d1f 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 hub.epicm.org/epicmorg/debian:jessie +FROM quay.io/epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 719907331..d7ba0a243 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 hub.epicm.org/epicmorg/debian:jessie-develop +FROM quay.io/epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c7138c266..3ed6b1208 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: "hub.epicm.org/epicmorg/debian:jessie-jdk18" + image: "quay.io/epicmorg/debian:jessie-jdk18" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:jessie-develop-jdk18" + image: "quay.io/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 31907f9d1..2b22e6aa1 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 hub.epicm.org/epicmorg/debian:jessie +FROM quay.io/epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f2d5aea84..8f0ef3077 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 hub.epicm.org/epicmorg/debian:jessie-develop +FROM quay.io/epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1acd3a53b..f47d593df 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: "hub.epicm.org/epicmorg/debian:jessie-jdk19" + image: "quay.io/epicmorg/debian:jessie-jdk19" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:jessie-develop-jdk19" + image: "quay.io/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 2d4602389..1ad06c507 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 hub.epicm.org/epicmorg/debian:jessie +FROM quay.io/epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 72d27ee0f..f64ae572c 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 hub.epicm.org/epicmorg/debian:jessie-develop +FROM quay.io/epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e508c6401..45a13324f 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: "hub.epicm.org/epicmorg/debian:jessie-jdk20" + image: "quay.io/epicmorg/debian:jessie-jdk20" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:jessie-develop-jdk20" + image: "quay.io/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 c55dad1ef..ffae4726b 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 hub.epicm.org/epicmorg/debian:jessie +FROM quay.io/epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c7ab3b1b7..7997237fb 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 hub.epicm.org/epicmorg/debian:jessie-develop +FROM quay.io/epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a5694fa3e..cb5a78122 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: "hub.epicm.org/epicmorg/debian:jessie-jdk21" + image: "quay.io/epicmorg/debian:jessie-jdk21" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:jessie-develop-jdk21" + image: "quay.io/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 3b0b64097..e82b88c86 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 hub.epicm.org/epicmorg/debian:jessie +FROM quay.io/epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0bf420690..ea926d621 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 hub.epicm.org/epicmorg/debian:jessie-develop +FROM quay.io/epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 77861826b..6267bb944 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: "hub.epicm.org/epicmorg/debian:jessie-jdk22" + image: "quay.io/epicmorg/debian:jessie-jdk22" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:jessie-develop-jdk22" + image: "quay.io/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 5c4c12c7c..7716a0e22 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 hub.epicm.org/epicmorg/debian:jessie +FROM quay.io/epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 659ad9560..0976c73b4 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 hub.epicm.org/epicmorg/debian:jessie-develop +FROM quay.io/epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 32ae49be9..dc23c930e 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: "hub.epicm.org/epicmorg/debian:jessie-jdk6" + image: "quay.io/epicmorg/debian:jessie-jdk6" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:jessie-develop-jdk6" + image: "quay.io/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 f45687bf7..6f7c1a367 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 hub.epicm.org/epicmorg/debian:jessie +FROM quay.io/epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4253594bc..bfc735d19 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 hub.epicm.org/epicmorg/debian:jessie-develop +FROM quay.io/epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2d1bf7b26..60eb9faef 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: "hub.epicm.org/epicmorg/debian:jessie-jdk7" + image: "quay.io/epicmorg/debian:jessie-jdk7" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:jessie-develop-jdk7" + image: "quay.io/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 ea59b650e..d4bc515c8 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 hub.epicm.org/epicmorg/debian:jessie +FROM quay.io/epicmorg/debian:jessie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d14f03a7a..00344cc7a 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 hub.epicm.org/epicmorg/debian:jessie-develop +FROM quay.io/epicmorg/debian:jessie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6606993cc..1007a9e3f 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: "hub.epicm.org/epicmorg/debian:jessie-jdk8" + image: "quay.io/epicmorg/debian:jessie-jdk8" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:jessie-develop-jdk8" + image: "quay.io/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 0128767c9..b7ddc1587 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/main/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:jessie-slim +FROM quay.io/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 da2ba6994..ad7a4cba6 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: "hub.epicm.org/epicmorg/debian:jessie" + image: "quay.io/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 cb78d2a43..fcd9172a3 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 hub.epicm.org/epicmorg/debian:jessie +FROM quay.io/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 594b34da1..785170e20 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 hub.epicm.org/epicmorg/debian:jessie-develop +FROM quay.io/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 2509c79eb..259032896 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: "hub.epicm.org/epicmorg/debian:jessie-nodejs0.12" + image: "quay.io/epicmorg/debian:jessie-nodejs0.12" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:jessie-develop-nodejs0.12" + image: "quay.io/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 5732480a1..3eeae700b 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 hub.epicm.org/epicmorg/debian:jessie +FROM quay.io/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 50e77c247..8c14418ed 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 hub.epicm.org/epicmorg/debian:jessie-develop +FROM quay.io/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 923f8753a..2b856c990 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: "hub.epicm.org/epicmorg/debian:jessie-nodejs10" + image: "quay.io/epicmorg/debian:jessie-nodejs10" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:jessie-develop-nodejs10" + image: "quay.io/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 d935107a6..657a06051 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 hub.epicm.org/epicmorg/debian:jessie +FROM quay.io/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 999c2a012..ce9154120 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 hub.epicm.org/epicmorg/debian:jessie-develop +FROM quay.io/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 5c64265eb..4482cba20 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: "hub.epicm.org/epicmorg/debian:jessie-nodejs11" + image: "quay.io/epicmorg/debian:jessie-nodejs11" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:jessie-develop-nodejs11" + image: "quay.io/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 2ab99cba1..04de9f2c0 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 hub.epicm.org/epicmorg/debian:jessie +FROM quay.io/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 6a5fd9e6b..627c9eaf1 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 hub.epicm.org/epicmorg/debian:jessie-develop +FROM quay.io/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 60c6a04c9..927708266 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: "hub.epicm.org/epicmorg/debian:jessie-nodejs12" + image: "quay.io/epicmorg/debian:jessie-nodejs12" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:jessie-develop-nodejs12" + image: "quay.io/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 2cf51ecdb..adbcbefef 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 hub.epicm.org/epicmorg/debian:jessie +FROM quay.io/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 df88b3133..6beb71b05 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 hub.epicm.org/epicmorg/debian:jessie-develop +FROM quay.io/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 d2b8b3362..e2b07c127 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: "hub.epicm.org/epicmorg/debian:jessie-nodejs13" + image: "quay.io/epicmorg/debian:jessie-nodejs13" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:jessie-develop-nodejs13" + image: "quay.io/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 2f3fa5884..ff853f87d 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 hub.epicm.org/epicmorg/debian:jessie +FROM quay.io/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 49f30f103..01d8ffaff 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 hub.epicm.org/epicmorg/debian:jessie-develop +FROM quay.io/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 000045102..0979f7329 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: "hub.epicm.org/epicmorg/debian:jessie-nodejs14" + image: "quay.io/epicmorg/debian:jessie-nodejs14" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:jessie-develop-nodejs14" + image: "quay.io/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 9848b44d5..be27537a1 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 hub.epicm.org/epicmorg/debian:jessie +FROM quay.io/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 305b09314..cf508f1db 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 hub.epicm.org/epicmorg/debian:jessie-develop +FROM quay.io/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 6e9bb68d0..65e1ecb70 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: "hub.epicm.org/epicmorg/debian:jessie-nodejs15" + image: "quay.io/epicmorg/debian:jessie-nodejs15" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:jessie-develop-nodejs15" + image: "quay.io/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 b09e6ae54..59a927a01 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 hub.epicm.org/epicmorg/debian:jessie +FROM quay.io/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 6b075a45e..b38e26ec5 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 hub.epicm.org/epicmorg/debian:jessie-develop +FROM quay.io/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 71d15406a..05fe757ea 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: "hub.epicm.org/epicmorg/debian:jessie-nodejs16" + image: "quay.io/epicmorg/debian:jessie-nodejs16" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:jessie-develop-nodejs16" + image: "quay.io/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 313643dc2..94c1860a7 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 hub.epicm.org/epicmorg/debian:jessie +FROM quay.io/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 8392a852a..1e876f133 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 hub.epicm.org/epicmorg/debian:jessie-develop +FROM quay.io/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 2af90274f..4b8ec4c18 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: "hub.epicm.org/epicmorg/debian:jessie-nodejs17" + image: "quay.io/epicmorg/debian:jessie-nodejs17" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:jessie-develop-nodejs17" + image: "quay.io/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 c357f99aa..a51f8fefe 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 hub.epicm.org/epicmorg/debian:jessie +FROM quay.io/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 e9008d275..3b71a400b 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 hub.epicm.org/epicmorg/debian:jessie-develop +FROM quay.io/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 34b771e93..35ab6b124 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: "hub.epicm.org/epicmorg/debian:jessie-nodejs4" + image: "quay.io/epicmorg/debian:jessie-nodejs4" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:jessie-develop-nodejs4" + image: "quay.io/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 3baf1dbb9..3e4bf1725 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 hub.epicm.org/epicmorg/debian:jessie +FROM quay.io/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 f696413f5..c5497783f 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 hub.epicm.org/epicmorg/debian:jessie-develop +FROM quay.io/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 5d90f958e..4130d27f4 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: "hub.epicm.org/epicmorg/debian:jessie-nodejs5" + image: "quay.io/epicmorg/debian:jessie-nodejs5" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:jessie-develop-nodejs5" + image: "quay.io/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 860f925ab..7e545e088 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 hub.epicm.org/epicmorg/debian:jessie +FROM quay.io/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 e3235f445..c3271e6f6 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 hub.epicm.org/epicmorg/debian:jessie-develop +FROM quay.io/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 6d18d41b3..b4bf1b035 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: "hub.epicm.org/epicmorg/debian:jessie-nodejs6" + image: "quay.io/epicmorg/debian:jessie-nodejs6" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:jessie-develop-nodejs6" + image: "quay.io/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 a7435ecaf..036e60244 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 hub.epicm.org/epicmorg/debian:jessie +FROM quay.io/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 07ade5443..515b8b535 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 hub.epicm.org/epicmorg/debian:jessie-develop +FROM quay.io/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 1dd8512ed..e6c5afbd0 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: "hub.epicm.org/epicmorg/debian:jessie-nodejs7" + image: "quay.io/epicmorg/debian:jessie-nodejs7" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:jessie-develop-nodejs7" + image: "quay.io/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 6a01b487c..2388bbe72 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 hub.epicm.org/epicmorg/debian:jessie +FROM quay.io/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 63ece9b2a..da0831329 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 hub.epicm.org/epicmorg/debian:jessie-develop +FROM quay.io/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 e216afbf4..0dd1e7ab1 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: "hub.epicm.org/epicmorg/debian:jessie-nodejs8" + image: "quay.io/epicmorg/debian:jessie-nodejs8" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:jessie-develop-nodejs8" + image: "quay.io/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 8879288d5..2f0ec51aa 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 hub.epicm.org/epicmorg/debian:jessie +FROM quay.io/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 ecd7b48ae..6b525e136 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 hub.epicm.org/epicmorg/debian:jessie-develop +FROM quay.io/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 b20d892db..385db980c 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: "hub.epicm.org/epicmorg/debian:jessie-nodejs9" + image: "quay.io/epicmorg/debian:jessie-nodejs9" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:jessie-develop-nodejs9" + image: "quay.io/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 3c62ea690..b6e88c23d 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: "hub.epicm.org/epicmorg/debian:jessie-slim" + image: "quay.io/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 e7f10b5c9..d9734fe57 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/develop/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:stretch +FROM quay.io/epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1776a3c85..60ee6ad8e 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: "hub.epicm.org/epicmorg/debian:stretch-develop" + image: "quay.io/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 100e3b690..4801a58da 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 hub.epicm.org/epicmorg/debian:stretch +FROM quay.io/epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a89d3eadc..12775bd39 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 hub.epicm.org/epicmorg/debian:stretch-develop +FROM quay.io/epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 202b9314b..f88bf6a60 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: "hub.epicm.org/epicmorg/debian:stretch-jdk11" + image: "quay.io/epicmorg/debian:stretch-jdk11" build: context: . dockerfile: ./Dockerfile app-develop: - image: "hub.epicm.org/epicmorg/debian:stretch-develop-jdk11" + image: "quay.io/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 2cd49d08d..98050313b 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 hub.epicm.org/epicmorg/debian:stretch +FROM quay.io/epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 58c1d588f..648f9df3f 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 hub.epicm.org/epicmorg/debian:stretch-develop +FROM quay.io/epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3dcc15758..d08fcc9f9 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: "hub.epicm.org/epicmorg/debian:stretch-jdk16" + image: "quay.io/epicmorg/debian:stretch-jdk16" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:stretch-develop-jdk16" + image: "quay.io/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 9fb26d158..e1423aa9e 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 hub.epicm.org/epicmorg/debian:stretch +FROM quay.io/epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3ec8a1c9b..767445d78 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 hub.epicm.org/epicmorg/debian:stretch-develop +FROM quay.io/epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e1c03b444..b1ffc7605 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: "hub.epicm.org/epicmorg/debian:stretch-jdk17" + image: "quay.io/epicmorg/debian:stretch-jdk17" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:stretch-develop-jdk17" + image: "quay.io/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 c7320b73e..e13ea03ed 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 hub.epicm.org/epicmorg/debian:stretch +FROM quay.io/epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 73b92ab78..fac66d68a 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 hub.epicm.org/epicmorg/debian:stretch-develop +FROM quay.io/epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ec9a1826e..065ebf8e1 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: "hub.epicm.org/epicmorg/debian:stretch-jdk18" + image: "quay.io/epicmorg/debian:stretch-jdk18" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:stretch-develop-jdk18" + image: "quay.io/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 d64185d3e..89ab320fc 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 hub.epicm.org/epicmorg/debian:stretch +FROM quay.io/epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 544cb9090..1104e77e8 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 hub.epicm.org/epicmorg/debian:stretch-develop +FROM quay.io/epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c5cbec5c3..327fbcca0 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: "hub.epicm.org/epicmorg/debian:stretch-jdk19" + image: "quay.io/epicmorg/debian:stretch-jdk19" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:stretch-develop-jdk19" + image: "quay.io/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 c135f0ad2..210dad9a4 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 hub.epicm.org/epicmorg/debian:stretch +FROM quay.io/epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7b19bdb9d..df18dbe25 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 hub.epicm.org/epicmorg/debian:stretch-develop +FROM quay.io/epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 62a7878ba..0f047aca1 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: "hub.epicm.org/epicmorg/debian:stretch-jdk20" + image: "quay.io/epicmorg/debian:stretch-jdk20" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:stretch-develop-jdk20" + image: "quay.io/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 ba249679d..df5cc1798 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 hub.epicm.org/epicmorg/debian:stretch +FROM quay.io/epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2e5f7b040..cc55bba83 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 hub.epicm.org/epicmorg/debian:stretch-develop +FROM quay.io/epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d94afaed1..e8839d79c 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: "hub.epicm.org/epicmorg/debian:stretch-jdk21" + image: "quay.io/epicmorg/debian:stretch-jdk21" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:stretch-develop-jdk21" + image: "quay.io/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 65fe88462..f52463128 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 hub.epicm.org/epicmorg/debian:stretch +FROM quay.io/epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fada46eca..891d5d7be 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 hub.epicm.org/epicmorg/debian:stretch-develop +FROM quay.io/epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a05500ef8..954366447 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: "hub.epicm.org/epicmorg/debian:stretch-jdk22" + image: "quay.io/epicmorg/debian:stretch-jdk22" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:stretch-develop-jdk22" + image: "quay.io/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 9d0e02d83..846d72815 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 hub.epicm.org/epicmorg/debian:stretch +FROM quay.io/epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1be038e2b..a984971ec 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 hub.epicm.org/epicmorg/debian:stretch-develop +FROM quay.io/epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fd793f49b..611cfa731 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: "hub.epicm.org/epicmorg/debian:stretch-jdk6" + image: "quay.io/epicmorg/debian:stretch-jdk6" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:stretch-develop-jdk6" + image: "quay.io/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 2c981fe5d..b4a2e3237 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 hub.epicm.org/epicmorg/debian:stretch +FROM quay.io/epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 20a9e83a4..d81235fdf 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 hub.epicm.org/epicmorg/debian:stretch-develop +FROM quay.io/epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 469492541..8049d2b60 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: "hub.epicm.org/epicmorg/debian:stretch-jdk7" + image: "quay.io/epicmorg/debian:stretch-jdk7" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:stretch-develop-jdk7" + image: "quay.io/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 3255eb95c..097529dac 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 hub.epicm.org/epicmorg/debian:stretch +FROM quay.io/epicmorg/debian:stretch LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 30e90c010..f59a7c14a 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 hub.epicm.org/epicmorg/debian:stretch-develop +FROM quay.io/epicmorg/debian:stretch-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9de54ca77..4f134a298 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: "hub.epicm.org/epicmorg/debian:stretch-jdk8" + image: "quay.io/epicmorg/debian:stretch-jdk8" build: context: . dockerfile: ./Dockerfile app-develop: - image: "hub.epicm.org/epicmorg/debian:stretch-develop-jdk8" + image: "quay.io/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 13e870539..2bd309225 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/main/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:stretch-slim +FROM quay.io/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 cdbfae66d..4add02b84 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: "hub.epicm.org/epicmorg/debian:stretch" + image: "quay.io/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 f4c771811..60535b056 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 hub.epicm.org/epicmorg/debian:stretch +FROM quay.io/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 6cd040502..ad447ed10 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 hub.epicm.org/epicmorg/debian:stretch-develop +FROM quay.io/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 f081dfc73..a354ba775 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: "hub.epicm.org/epicmorg/debian:stretch-nodejs0.12" + image: "quay.io/epicmorg/debian:stretch-nodejs0.12" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:stretch-develop-nodejs0.12" + image: "quay.io/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 accf32a1d..02af306db 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 hub.epicm.org/epicmorg/debian:stretch +FROM quay.io/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 811bb9ee3..dbf9b9365 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 hub.epicm.org/epicmorg/debian:stretch-develop +FROM quay.io/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 c56d9900c..f61cd3ac0 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: "hub.epicm.org/epicmorg/debian:stretch-nodejs10" + image: "quay.io/epicmorg/debian:stretch-nodejs10" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:stretch-develop-nodejs10" + image: "quay.io/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 894a8a1a4..754db2e37 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 hub.epicm.org/epicmorg/debian:stretch +FROM quay.io/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 ef983cd98..640de8bcb 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 hub.epicm.org/epicmorg/debian:stretch-develop +FROM quay.io/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 1c328e945..a41c4a2ca 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: "hub.epicm.org/epicmorg/debian:stretch-nodejs11" + image: "quay.io/epicmorg/debian:stretch-nodejs11" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:stretch-develop-nodejs11" + image: "quay.io/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 255d2fe1a..59a90dde9 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 hub.epicm.org/epicmorg/debian:stretch +FROM quay.io/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 6907ee7ba..ae9312629 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 hub.epicm.org/epicmorg/debian:stretch-develop +FROM quay.io/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 50fdd4b55..35ebb4386 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: "hub.epicm.org/epicmorg/debian:stretch-nodejs12" + image: "quay.io/epicmorg/debian:stretch-nodejs12" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:stretch-develop-nodejs12" + image: "quay.io/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 6649153f8..2a7f8d1ca 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 hub.epicm.org/epicmorg/debian:stretch +FROM quay.io/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 1b48f4a84..8ce65a1ae 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 hub.epicm.org/epicmorg/debian:stretch-develop +FROM quay.io/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 cb71550aa..31cb0c7d0 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: "hub.epicm.org/epicmorg/debian:stretch-nodejs13" + image: "quay.io/epicmorg/debian:stretch-nodejs13" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:stretch-develop-nodejs13" + image: "quay.io/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 f6c5b9df5..740ee8c44 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 hub.epicm.org/epicmorg/debian:stretch +FROM quay.io/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 d1f6215f6..b2aee6702 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 hub.epicm.org/epicmorg/debian:stretch-develop +FROM quay.io/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 461f5fe59..79dd85f75 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: "hub.epicm.org/epicmorg/debian:stretch-nodejs14" + image: "quay.io/epicmorg/debian:stretch-nodejs14" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:stretch-develop-nodejs14" + image: "quay.io/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 d229a1f0d..70fbc4a62 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 hub.epicm.org/epicmorg/debian:stretch +FROM quay.io/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 4c98c66e2..365e10f49 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 hub.epicm.org/epicmorg/debian:stretch-develop +FROM quay.io/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 7406c3e4c..a1e23fade 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: "hub.epicm.org/epicmorg/debian:stretch-nodejs15" + image: "quay.io/epicmorg/debian:stretch-nodejs15" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:stretch-develop-nodejs15" + image: "quay.io/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 1cfcf7685..198a50b04 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 hub.epicm.org/epicmorg/debian:stretch +FROM quay.io/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 613bccd3a..678a1828c 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 hub.epicm.org/epicmorg/debian:stretch-develop +FROM quay.io/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 555edbaf2..87ac31838 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: "hub.epicm.org/epicmorg/debian:stretch-nodejs16" + image: "quay.io/epicmorg/debian:stretch-nodejs16" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:stretch-develop-nodejs16" + image: "quay.io/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 ce02f16ca..cf3cc914c 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 hub.epicm.org/epicmorg/debian:stretch +FROM quay.io/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 ee4512081..e5366bbb9 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 hub.epicm.org/epicmorg/debian:stretch-develop +FROM quay.io/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 903292bb3..5bed48d97 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: "hub.epicm.org/epicmorg/debian:stretch-nodejs17" + image: "quay.io/epicmorg/debian:stretch-nodejs17" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:stretch-develop-nodejs17" + image: "quay.io/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 87acfd321..6a26e5860 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 hub.epicm.org/epicmorg/debian:stretch +FROM quay.io/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 df29ea4a6..c22c74b53 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 hub.epicm.org/epicmorg/debian:stretch-develop +FROM quay.io/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 dff62264d..673a72381 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: "hub.epicm.org/epicmorg/debian:stretch-nodejs4" + image: "quay.io/epicmorg/debian:stretch-nodejs4" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:stretch-develop-nodejs4" + image: "quay.io/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 bdf7d38bf..069b6ad25 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 hub.epicm.org/epicmorg/debian:stretch +FROM quay.io/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 ec000883d..218b01d67 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 hub.epicm.org/epicmorg/debian:stretch-develop +FROM quay.io/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 4b07fd51c..ce2257a28 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: "hub.epicm.org/epicmorg/debian:stretch-nodejs5" + image: "quay.io/epicmorg/debian:stretch-nodejs5" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:stretch-develop-nodejs5" + image: "quay.io/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 3da1d9a24..f7ae164da 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 hub.epicm.org/epicmorg/debian:stretch +FROM quay.io/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 4c3cec5f2..f0e35a4e4 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 hub.epicm.org/epicmorg/debian:stretch-develop +FROM quay.io/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 69df0ad25..13449acb4 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: "hub.epicm.org/epicmorg/debian:stretch-nodejs6" + image: "quay.io/epicmorg/debian:stretch-nodejs6" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:stretch-develop-nodejs6" + image: "quay.io/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 dc9a11a31..5d80557c7 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 hub.epicm.org/epicmorg/debian:stretch +FROM quay.io/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 54177a7a6..f8f957c21 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 hub.epicm.org/epicmorg/debian:stretch-develop +FROM quay.io/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 ee82908dc..5bb2d7e8d 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: "hub.epicm.org/epicmorg/debian:stretch-nodejs7" + image: "quay.io/epicmorg/debian:stretch-nodejs7" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:stretch-develop-nodejs7" + image: "quay.io/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 0c450d9ee..72915d03b 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 hub.epicm.org/epicmorg/debian:stretch +FROM quay.io/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 e3d71c9ef..4b2d54f40 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 hub.epicm.org/epicmorg/debian:stretch-develop +FROM quay.io/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 d1be244d3..9e2b265f3 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: "hub.epicm.org/epicmorg/debian:stretch-nodejs8" + image: "quay.io/epicmorg/debian:stretch-nodejs8" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:stretch-develop-nodejs8" + image: "quay.io/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 34411feea..b2ff52dea 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 hub.epicm.org/epicmorg/debian:stretch +FROM quay.io/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 2bce66e99..c6c80ee26 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 hub.epicm.org/epicmorg/debian:stretch-develop +FROM quay.io/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 8704e727e..c78d7ed17 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: "hub.epicm.org/epicmorg/debian:stretch-nodejs9" + image: "quay.io/epicmorg/debian:stretch-nodejs9" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:stretch-develop-nodejs9" + image: "quay.io/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 5518c72c6..028b3d8dd 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: "hub.epicm.org/epicmorg/debian:stretch-slim" + image: "quay.io/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 07c35ca0c..bd68e6e0e 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/develop/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:buster +FROM quay.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2bb135abe..3d99dc663 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: "hub.epicm.org/epicmorg/debian:buster-develop" + image: "quay.io/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 bfba14645..914cfb490 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 hub.epicm.org/epicmorg/debian:buster +FROM quay.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 39f3c51ba..e09dc6728 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 hub.epicm.org/epicmorg/debian:buster-develop +FROM quay.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5ab9a78f0..fb33ee9f9 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: "hub.epicm.org/epicmorg/debian:buster-jdk11" + image: "quay.io/epicmorg/debian:buster-jdk11" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:buster-develop-jdk11" + image: "quay.io/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 7dc5fd3d9..df6707376 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 hub.epicm.org/epicmorg/debian:buster +FROM quay.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 abf4b1bc3..79d3f44c2 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 hub.epicm.org/epicmorg/debian:buster-develop +FROM quay.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ccf045a1e..07b4b558a 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: "hub.epicm.org/epicmorg/debian:buster-jdk16" + image: "quay.io/epicmorg/debian:buster-jdk16" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:buster-develop-jdk16" + image: "quay.io/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 fcfd4ea4d..96f6532ab 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 hub.epicm.org/epicmorg/debian:buster +FROM quay.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 076449156..d8400620e 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 hub.epicm.org/epicmorg/debian:buster-develop +FROM quay.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4f217c8cb..d6e8e7ab5 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: "hub.epicm.org/epicmorg/debian:buster-jdk17" + image: "quay.io/epicmorg/debian:buster-jdk17" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:buster-develop-jdk17" + image: "quay.io/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 fdec6b0f1..3f316b04a 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 hub.epicm.org/epicmorg/debian:buster +FROM quay.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0c420445e..11db41fdd 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 hub.epicm.org/epicmorg/debian:buster-develop +FROM quay.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 dfeb877e8..0189971d6 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: "hub.epicm.org/epicmorg/debian:buster-jdk18" + image: "quay.io/epicmorg/debian:buster-jdk18" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:buster-develop-jdk18" + image: "quay.io/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 6f861a45f..ad40374b1 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 hub.epicm.org/epicmorg/debian:buster +FROM quay.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 dab06d21d..fc118cfc0 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 hub.epicm.org/epicmorg/debian:buster-develop +FROM quay.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b6b96be7e..1092b3a1c 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: "hub.epicm.org/epicmorg/debian:buster-jdk19" + image: "quay.io/epicmorg/debian:buster-jdk19" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:buster-develop-jdk19" + image: "quay.io/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 f4ff0690b..aecb96c7d 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 hub.epicm.org/epicmorg/debian:buster +FROM quay.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c270efe80..1aac70a92 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 hub.epicm.org/epicmorg/debian:buster-develop +FROM quay.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1699815b0..15312f0aa 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: "hub.epicm.org/epicmorg/debian:buster-jdk20" + image: "quay.io/epicmorg/debian:buster-jdk20" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:buster-develop-jdk20" + image: "quay.io/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 054cb5caf..8f898931e 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 hub.epicm.org/epicmorg/debian:buster +FROM quay.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a29422ade..4f82813d1 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 hub.epicm.org/epicmorg/debian:buster-develop +FROM quay.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 79c7867b3..4f0481c65 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: "hub.epicm.org/epicmorg/debian:buster-jdk21" + image: "quay.io/epicmorg/debian:buster-jdk21" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:buster-develop-jdk21" + image: "quay.io/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 168f889be..28965e9d3 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 hub.epicm.org/epicmorg/debian:buster +FROM quay.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 91bc9357b..037d0494b 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 hub.epicm.org/epicmorg/debian:buster-develop +FROM quay.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e5850a9ac..b7463b29c 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: "hub.epicm.org/epicmorg/debian:buster-jdk22" + image: "quay.io/epicmorg/debian:buster-jdk22" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:buster-develop-jdk22" + image: "quay.io/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 55ef74902..d2215ec29 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 hub.epicm.org/epicmorg/debian:buster +FROM quay.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 77206e8cf..e4ca4197a 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 hub.epicm.org/epicmorg/debian:buster-develop +FROM quay.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4e4813c45..e9dab8b5e 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: "hub.epicm.org/epicmorg/debian:buster-jdk6" + image: "quay.io/epicmorg/debian:buster-jdk6" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:buster-develop-jdk6" + image: "quay.io/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 36a86cf05..95d4ad9b3 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 hub.epicm.org/epicmorg/debian:buster +FROM quay.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0570d0d4f..26b352168 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 hub.epicm.org/epicmorg/debian:buster-develop +FROM quay.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 822191f30..296892a3c 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: "hub.epicm.org/epicmorg/debian:buster-jdk7" + image: "quay.io/epicmorg/debian:buster-jdk7" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:buster-develop-jdk7" + image: "quay.io/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 ef6a6b1fb..50bee0e62 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 hub.epicm.org/epicmorg/debian:buster +FROM quay.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6acfa0ced..99cefb853 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 hub.epicm.org/epicmorg/debian:buster-develop +FROM quay.io/epicmorg/debian:buster-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a468cb6ae..4aa8928b2 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: "hub.epicm.org/epicmorg/debian:buster-jdk8" + image: "quay.io/epicmorg/debian:buster-jdk8" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:buster-develop-jdk8" + image: "quay.io/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 9d24c2b4f..4e39aac11 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/main/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:buster-slim +FROM quay.io/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 6cbff29b1..b12e9f2bf 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: "hub.epicm.org/epicmorg/debian:buster" + image: "quay.io/epicmorg/debian:buster" build: context: . diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/current/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/current/Dockerfile index ef71e6156..26dbc8886 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/current/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/current/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:buster +FROM quay.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/current/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/current/Dockerfile.develop index 6f924643b..9a630e78c 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/current/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/current/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:buster-develop +FROM quay.io/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/current/docker-compose.yml b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/current/docker-compose.yml index 81cc35013..e32f97c90 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/current/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/current/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "hub.epicm.org/epicmorg/debian:buster-nodejs-current" + image: "quay.io/epicmorg/debian:buster-nodejs-current" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:buster-develop-nodejs-current" + image: "quay.io/epicmorg/debian:buster-develop-nodejs-current" build: context: . dockerfile: ./Dockerfile.develop diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/lts/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/lts/Dockerfile index 575d43afb..7fce61568 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/lts/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/lts/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:buster +FROM quay.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/lts/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/lts/Dockerfile.develop index 1a7e148ab..0c45dbd5a 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/lts/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/lts/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:buster-develop +FROM quay.io/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/lts/docker-compose.yml b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/lts/docker-compose.yml index abc78137b..5111c67a3 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/lts/docker-compose.yml +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/lts/docker-compose.yml @@ -1,10 +1,10 @@ services: app: - image: "hub.epicm.org/epicmorg/debian:buster-nodejs-lts" + image: "quay.io/epicmorg/debian:buster-nodejs-lts" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:buster-develop-nodejs-lts" + image: "quay.io/epicmorg/debian:buster-develop-nodejs-lts" build: context: . dockerfile: ./Dockerfile.develop 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 3b0b75103..24dd94f06 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 hub.epicm.org/epicmorg/debian:buster +FROM quay.io/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 1ae91995b..452e5a869 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 hub.epicm.org/epicmorg/debian:buster-develop +FROM quay.io/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 96d81ca69..1045b4562 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: "hub.epicm.org/epicmorg/debian:buster-nodejs0.12" + image: "quay.io/epicmorg/debian:buster-nodejs0.12" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:buster-develop-nodejs0.12" + image: "quay.io/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 27a9cb9e7..e3a0dd552 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 hub.epicm.org/epicmorg/debian:buster +FROM quay.io/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 53b621f1c..02c45f266 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 hub.epicm.org/epicmorg/debian:buster-develop +FROM quay.io/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 71797c8ea..4a3a5cf7d 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: "hub.epicm.org/epicmorg/debian:buster-nodejs10" + image: "quay.io/epicmorg/debian:buster-nodejs10" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:buster-develop-nodejs10" + image: "quay.io/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 ab936efe0..4e4f3d041 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 hub.epicm.org/epicmorg/debian:buster +FROM quay.io/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 78a480e23..bb3afa9e0 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 hub.epicm.org/epicmorg/debian:buster-develop +FROM quay.io/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 2fbfb168b..0155a16e2 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: "hub.epicm.org/epicmorg/debian:buster-nodejs11" + image: "quay.io/epicmorg/debian:buster-nodejs11" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:buster-develop-nodejs11" + image: "quay.io/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 2c448dcff..69b8ea511 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 hub.epicm.org/epicmorg/debian:buster +FROM quay.io/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 9f97002dd..61dac521a 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 hub.epicm.org/epicmorg/debian:buster-develop +FROM quay.io/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 51e13a4a2..9f6358b32 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: "hub.epicm.org/epicmorg/debian:buster-nodejs12" + image: "quay.io/epicmorg/debian:buster-nodejs12" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:buster-develop-nodejs12" + image: "quay.io/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 adac2d04a..8768ff293 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 hub.epicm.org/epicmorg/debian:buster +FROM quay.io/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 edf5f89e6..a2dd08d01 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 hub.epicm.org/epicmorg/debian:buster-develop +FROM quay.io/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 479a9d7d2..43a69eb53 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: "hub.epicm.org/epicmorg/debian:buster-nodejs13" + image: "quay.io/epicmorg/debian:buster-nodejs13" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:buster-develop-nodejs13" + image: "quay.io/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 a9d25fdfa..ce2813b4d 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 hub.epicm.org/epicmorg/debian:buster +FROM quay.io/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 d4be0196b..82e4725ff 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 hub.epicm.org/epicmorg/debian:buster-develop +FROM quay.io/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 1d3d19d88..a842019c0 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: "hub.epicm.org/epicmorg/debian:buster-nodejs14" + image: "quay.io/epicmorg/debian:buster-nodejs14" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:buster-develop-nodejs14" + image: "quay.io/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 a2b4834b4..6f68424c2 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 hub.epicm.org/epicmorg/debian:buster +FROM quay.io/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 088717c38..5090aac3c 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 hub.epicm.org/epicmorg/debian:buster-develop +FROM quay.io/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 f71f6a28b..7f3e3d07c 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: "hub.epicm.org/epicmorg/debian:buster-nodejs15" + image: "quay.io/epicmorg/debian:buster-nodejs15" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:buster-develop-nodejs15" + image: "quay.io/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 7754f8d10..17bba75cf 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 hub.epicm.org/epicmorg/debian:buster +FROM quay.io/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 51556cb6b..14e46d892 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 hub.epicm.org/epicmorg/debian:buster-develop +FROM quay.io/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 277dcb101..ef278e9fc 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: "hub.epicm.org/epicmorg/debian:buster-nodejs16" + image: "quay.io/epicmorg/debian:buster-nodejs16" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:buster-develop-nodejs16" + image: "quay.io/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 a77d42ed4..0181190cc 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 hub.epicm.org/epicmorg/debian:buster +FROM quay.io/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 f2c78c409..b8cac4fe7 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 hub.epicm.org/epicmorg/debian:buster-develop +FROM quay.io/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 288d0c66f..8bc0b1133 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: "hub.epicm.org/epicmorg/debian:buster-nodejs17" + image: "quay.io/epicmorg/debian:buster-nodejs17" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:buster-develop-nodejs17" + image: "quay.io/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 fd2480903..a3f8f1223 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 hub.epicm.org/epicmorg/debian:buster +FROM quay.io/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 e1e01524d..a388d6bd7 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 hub.epicm.org/epicmorg/debian:buster-develop +FROM quay.io/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 088622c1e..82d8db8aa 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: "hub.epicm.org/epicmorg/debian:buster-nodejs18" + image: "quay.io/epicmorg/debian:buster-nodejs18" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:buster-develop-nodejs18" + image: "quay.io/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 f65571f82..4792ee80e 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 hub.epicm.org/epicmorg/debian:buster +FROM quay.io/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 f4e3b5f1f..b5cff4da3 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 hub.epicm.org/epicmorg/debian:buster-develop +FROM quay.io/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 4f38d8578..9092ce940 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: "hub.epicm.org/epicmorg/debian:buster-nodejs19" + image: "quay.io/epicmorg/debian:buster-nodejs19" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:buster-develop-nodejs19" + image: "quay.io/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 575d43afb..7fce61568 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node20/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node20/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:buster +FROM quay.io/epicmorg/debian:buster LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 1a7e148ab..0c45dbd5a 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node20/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node20/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:buster-develop +FROM quay.io/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/node20/docker-compose.yml b/linux/ecosystem/epicmorg/debian/10-buster/nodejs/node20/docker-compose.yml index 3566e7102..5ff45f0c2 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: "hub.epicm.org/epicmorg/debian:buster-nodejs20" + image: "quay.io/epicmorg/debian:buster-nodejs20" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:buster-develop-nodejs20" + image: "quay.io/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 3d0624de5..29abc1799 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 hub.epicm.org/epicmorg/debian:buster +FROM quay.io/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 224629f64..3a14ca7d1 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 hub.epicm.org/epicmorg/debian:buster-develop +FROM quay.io/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 c96ed55a2..9f8327ddc 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: "hub.epicm.org/epicmorg/debian:buster-nodejs21" + image: "quay.io/epicmorg/debian:buster-nodejs21" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:buster-develop-nodejs21" + image: "quay.io/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 ef71e6156..26dbc8886 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 hub.epicm.org/epicmorg/debian:buster +FROM quay.io/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 6f924643b..9a630e78c 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 hub.epicm.org/epicmorg/debian:buster-develop +FROM quay.io/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 453757a71..34f1e6ef0 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: "hub.epicm.org/epicmorg/debian:buster-nodejs22" + image: "quay.io/epicmorg/debian:buster-nodejs22" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:buster-develop-nodejs22" + image: "quay.io/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 46f6ae600..b926a3716 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 hub.epicm.org/epicmorg/debian:buster +FROM quay.io/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 cc60a1c72..26e2e9a00 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 hub.epicm.org/epicmorg/debian:buster-develop +FROM quay.io/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 84c39fdd3..5afa199b3 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: "hub.epicm.org/epicmorg/debian:buster-nodejs4" + image: "quay.io/epicmorg/debian:buster-nodejs4" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:buster-develop-nodejs4" + image: "quay.io/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 21629c474..7cb1af790 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 hub.epicm.org/epicmorg/debian:buster +FROM quay.io/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 88b7770d9..67ae5d412 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 hub.epicm.org/epicmorg/debian:buster-develop +FROM quay.io/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 2a4478596..20589fd52 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: "hub.epicm.org/epicmorg/debian:buster-nodejs5" + image: "quay.io/epicmorg/debian:buster-nodejs5" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:buster-develop-nodejs5" + image: "quay.io/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 1a38cc756..2acc35628 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 hub.epicm.org/epicmorg/debian:buster +FROM quay.io/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 6829f9174..08ce94480 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 hub.epicm.org/epicmorg/debian:buster-develop +FROM quay.io/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 df4677177..b40a0124e 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: "hub.epicm.org/epicmorg/debian:buster-nodejs6" + image: "quay.io/epicmorg/debian:buster-nodejs6" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:buster-develop-nodejs6" + image: "quay.io/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 bf479c1db..40a15b31e 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 hub.epicm.org/epicmorg/debian:buster +FROM quay.io/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 1bcffe15f..a0c154a64 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 hub.epicm.org/epicmorg/debian:buster-develop +FROM quay.io/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 f4205988a..e60d87f2b 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: "hub.epicm.org/epicmorg/debian:buster-nodejs7" + image: "quay.io/epicmorg/debian:buster-nodejs7" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:buster-develop-nodejs7" + image: "quay.io/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 30e54a822..abd01466d 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 hub.epicm.org/epicmorg/debian:buster +FROM quay.io/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 65bfe9278..db008fe77 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 hub.epicm.org/epicmorg/debian:buster-develop +FROM quay.io/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 82c030e55..e6f233f37 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: "hub.epicm.org/epicmorg/debian:buster-nodejs8" + image: "quay.io/epicmorg/debian:buster-nodejs8" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:buster-develop-nodejs8" + image: "quay.io/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 181e82a2e..12bd80351 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 hub.epicm.org/epicmorg/debian:buster +FROM quay.io/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 fb8fe20e1..5b09a607f 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 hub.epicm.org/epicmorg/debian:buster-develop +FROM quay.io/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 fafb672ea..865df1f30 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: "hub.epicm.org/epicmorg/debian:buster-nodejs9" + image: "quay.io/epicmorg/debian:buster-nodejs9" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:buster-develop-nodejs9" + image: "quay.io/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 d93855aa8..0aa207bab 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: "hub.epicm.org/epicmorg/debian:buster-slim" + image: "quay.io/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 5ef17ee9e..8b3cd1e44 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/develop/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5d579a736..f02e1fc1d 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: "hub.epicm.org/epicmorg/debian:bullseye-develop" + image: "quay.io/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 d8934737e..f982bb6c0 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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/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 08468ee45..9bf56a589 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 hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/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 9efc61729..629538ec4 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: "hub.epicm.org/epicmorg/debian:bullseye-dotnet5" + image: "quay.io/epicmorg/debian:bullseye-dotnet5" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-dotnet5" + image: "quay.io/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 9a144786b..1e6aaaf1e 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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/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 f462ab226..3ffae57c9 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 hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/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 615ccadde..8972711bc 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: "hub.epicm.org/epicmorg/debian:bullseye-dotnet6" + image: "quay.io/epicmorg/debian:bullseye-dotnet6" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-dotnet6" + image: "quay.io/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 b4e7b256f..b3ce4092d 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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/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 90951aea6..37c1f758e 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 hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/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 b9d35cc8d..038611ebe 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: "hub.epicm.org/epicmorg/debian:bullseye-dotnet7" + image: "quay.io/epicmorg/debian:bullseye-dotnet7" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-dotnet7" + image: "quay.io/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 128f69eba..36cfcb442 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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/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 b48c52f05..999721139 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 hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/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 470ece9c6..cd58e6551 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: "hub.epicm.org/epicmorg/debian:bullseye-dotnet8" + image: "quay.io/epicmorg/debian:bullseye-dotnet8" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-dotnet8" + image: "quay.io/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 0b1d09dbd..1dd12706b 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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/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 e0a067d16..aae82c518 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 hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/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 99f3030ab..aec2e3ea3 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: "hub.epicm.org/epicmorg/debian:bullseye-dotnet9" + image: "quay.io/epicmorg/debian:bullseye-dotnet9" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-dotnet9" + image: "quay.io/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 965322fcd..2a96604dc 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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/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 deb00bcd8..162b3be3a 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 hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/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 681beb6d7..4afe72ed8 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: "hub.epicm.org/epicmorg/debian:bullseye-dotnet-lts" + image: "quay.io/epicmorg/debian:bullseye-dotnet-lts" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-dotnet-lts" + image: "quay.io/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 c963b3b78..7b67cd71f 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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/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 d82575487..ee66e45a9 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 hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/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 7b1f13406..00880f8f3 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: "hub.epicm.org/epicmorg/debian:bullseye-dotnet-sts" + image: "quay.io/epicmorg/debian:bullseye-dotnet-sts" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-dotnet-sts" + image: "quay.io/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 48a2f1fe0..87e499050 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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 63ccc7b6f..239e79e2e 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 hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4087bb4df..6369ef35e 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: "hub.epicm.org/epicmorg/debian:bullseye-jdk11" + image: "quay.io/epicmorg/debian:bullseye-jdk11" build: context: . dockerfile: ./Dockerfile app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-jdk11" + image: "quay.io/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 435c3ff09..bf862f9af 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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b94e452e7..0f1544b9c 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 hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 799767a95..809fa9fa9 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: "hub.epicm.org/epicmorg/debian:bullseye-jdk16" + image: "quay.io/epicmorg/debian:bullseye-jdk16" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-jdk16" + image: "quay.io/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 d56e18585..b3b063f16 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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d321efe70..bc663fa41 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 hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2b6feae50..d4c6acaa9 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: "hub.epicm.org/epicmorg/debian:bullseye-jdk17" + image: "quay.io/epicmorg/debian:bullseye-jdk17" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-jdk17" + image: "quay.io/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 d088736b6..6c8210bdd 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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 53d5c1423..524a70512 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 hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 679735bb8..3803eedbb 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: "hub.epicm.org/epicmorg/debian:bullseye-jdk18" + image: "quay.io/epicmorg/debian:bullseye-jdk18" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-jdk18" + image: "quay.io/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 21fd7ea37..4b41247c5 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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cac755b9f..13f6e921a 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 hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 355ee5253..83bd96100 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: "hub.epicm.org/epicmorg/debian:bullseye-jdk19" + image: "quay.io/epicmorg/debian:bullseye-jdk19" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-jdk19" + image: "quay.io/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 3ce4d819e..0933f9709 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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0b3a39556..5fe8edb80 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 hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 beaccf38c..95c5518c7 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: "hub.epicm.org/epicmorg/debian:bullseye-jdk20" + image: "quay.io/epicmorg/debian:bullseye-jdk20" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-jdk20" + image: "quay.io/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 6766821e9..a1a47462b 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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e367d6b9d..32723d49d 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 hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7833a817b..384ea1659 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: "hub.epicm.org/epicmorg/debian:bullseye-jdk21" + image: "quay.io/epicmorg/debian:bullseye-jdk21" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-jdk21" + image: "quay.io/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 b3aca849b..2ef8024c9 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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b11b3ee66..e435c7e9b 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 hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 718e28144..fc5bb73f7 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: "hub.epicm.org/epicmorg/debian:bullseye-jdk22" + image: "quay.io/epicmorg/debian:bullseye-jdk22" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-jdk22" + image: "quay.io/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 fc2dfd068..76064fdbc 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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e31f697ff..4163b8a79 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 hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 793c29f5f..dae969a27 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: "hub.epicm.org/epicmorg/debian:bullseye-jdk23" + image: "quay.io/epicmorg/debian:bullseye-jdk23" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-jdk23" + image: "quay.io/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 425edd7f8..af827dbc0 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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7605c31e8..666f755f9 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 hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6937b94e4..9a9ab653c 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: "hub.epicm.org/epicmorg/debian:bullseye-jdk6" + image: "quay.io/epicmorg/debian:bullseye-jdk6" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-jdk6" + image: "quay.io/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 a8c947c47..b6ffaaf85 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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 54b6ade57..a2c8b743a 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 hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 787851149..c0ea50848 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: "hub.epicm.org/epicmorg/debian:bullseye-jdk7" + image: "quay.io/epicmorg/debian:bullseye-jdk7" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-jdk7" + image: "quay.io/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 f9091815d..51df8423e 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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f21eeda4c..627164390 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 hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/epicmorg/debian:bullseye-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c1f588bb0..fcb3d0ad7 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: "hub.epicm.org/epicmorg/debian:bullseye-jdk8" + image: "quay.io/epicmorg/debian:bullseye-jdk8" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-jdk8" + image: "quay.io/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 619c68897..cd1c99524 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/main/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bullseye-slim +FROM quay.io/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 c2598ec70..329369b86 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: "hub.epicm.org/epicmorg/debian:bullseye" + image: "quay.io/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 584f15d76..2703d730b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/current/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/current/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8d0863b7f..4b4674865 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/current/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/current/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/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/current/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/current/docker-compose.yml index c56f81c98..d7d3623b6 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: "hub.epicm.org/epicmorg/debian:bullseye-nodejs-current" + image: "quay.io/epicmorg/debian:bullseye-nodejs-current" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-nodejs-current" + image: "quay.io/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 ca02bf120..86bab3759 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/lts/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/lts/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 23b695761..a17fc5ed7 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/lts/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/lts/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/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/lts/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/lts/docker-compose.yml index 100b3fd67..3a94e3eb9 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: "hub.epicm.org/epicmorg/debian:bullseye-nodejs-lts" + image: "quay.io/epicmorg/debian:bullseye-nodejs-lts" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-nodejs-lts" + image: "quay.io/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 ede633d66..6d23b917e 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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/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 8938afc22..22dc41354 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 hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/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 7c6192058..88127b320 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: "hub.epicm.org/epicmorg/debian:bullseye-nodejs0.12" + image: "quay.io/epicmorg/debian:bullseye-nodejs0.12" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-nodejs0.12" + image: "quay.io/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 df50ffe44..5a2480007 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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/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 10cfc1589..af92de8ce 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 hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/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 7f957e0ec..1a0ffa758 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: "hub.epicm.org/epicmorg/debian:bullseye-nodejs10" + image: "quay.io/epicmorg/debian:bullseye-nodejs10" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-nodejs10" + image: "quay.io/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 ece96fc36..580c3f466 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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/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 c57809c70..cae1224c0 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 hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/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 f9f4e202e..6e3b2508b 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: "hub.epicm.org/epicmorg/debian:bullseye-nodejs11" + image: "quay.io/epicmorg/debian:bullseye-nodejs11" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-nodejs11" + image: "quay.io/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 7d31aac04..5e338e59e 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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/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 5f8983c8a..6f64b4f63 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 hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/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 61ddae8f9..d66903e75 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: "hub.epicm.org/epicmorg/debian:bullseye-nodejs12" + image: "quay.io/epicmorg/debian:bullseye-nodejs12" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-nodejs12" + image: "quay.io/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 aa00611cb..1fc36354e 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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/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 fef4abeb0..883d88cc9 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 hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/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 d907782e0..d4ea4a00a 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: "hub.epicm.org/epicmorg/debian:bullseye-nodejs13" + image: "quay.io/epicmorg/debian:bullseye-nodejs13" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-nodejs13" + image: "quay.io/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 900be0efb..83ac06b8a 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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/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 731f70cad..79be2be76 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 hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/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 a1e37d5ba..9f0cba05f 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: "hub.epicm.org/epicmorg/debian:bullseye-nodejs14" + image: "quay.io/epicmorg/debian:bullseye-nodejs14" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-nodejs14" + image: "quay.io/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 fa3d2ba25..a1b81830c 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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/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 52267751a..9d125f05b 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 hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/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 dca7c3f3e..ca66a6144 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: "hub.epicm.org/epicmorg/debian:bullseye-nodejs15" + image: "quay.io/epicmorg/debian:bullseye-nodejs15" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-nodejs15" + image: "quay.io/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 10448f31d..7e6de2684 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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/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 88176f9dd..37cc5dbd4 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 hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/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 4958c8e53..05bfeecf2 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: "hub.epicm.org/epicmorg/debian:bullseye-nodejs16" + image: "quay.io/epicmorg/debian:bullseye-nodejs16" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-nodejs16" + image: "quay.io/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 faa7209b9..0bd92e510 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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/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 15a21529e..ea9064214 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 hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/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 f980ea44e..cfa5447a3 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: "hub.epicm.org/epicmorg/debian:bullseye-nodejs17" + image: "quay.io/epicmorg/debian:bullseye-nodejs17" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-nodejs17" + image: "quay.io/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 456326263..ae08edba2 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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/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 1517d3950..566e5466a 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 hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/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 c7b445fd4..526df0146 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: "hub.epicm.org/epicmorg/debian:bullseye-nodejs18" + image: "quay.io/epicmorg/debian:bullseye-nodejs18" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-nodejs18" + image: "quay.io/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 507aeda93..d7b5c032b 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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/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 a3d672846..3a8638a3a 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 hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/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 26ede305b..e0a918c17 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: "hub.epicm.org/epicmorg/debian:bullseye-nodejs19" + image: "quay.io/epicmorg/debian:bullseye-nodejs19" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-nodejs19" + image: "quay.io/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 ca02bf120..86bab3759 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node20/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node20/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 23b695761..a17fc5ed7 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node20/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node20/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/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/node20/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node20/docker-compose.yml index da8dde236..dc64c95bd 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: "hub.epicm.org/epicmorg/debian:bullseye-nodejs20" + image: "quay.io/epicmorg/debian:bullseye-nodejs20" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-nodejs20" + image: "quay.io/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 16e011ee5..11f93b8f5 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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/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 6d31474b4..c99daeaa1 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 hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/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 53c417504..fbeda7d67 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: "hub.epicm.org/epicmorg/debian:bullseye-nodejs21" + image: "quay.io/epicmorg/debian:bullseye-nodejs21" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-nodejs21" + image: "quay.io/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 ed55e5d68..6b9fa76a6 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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/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 377609d3a..ef40b289c 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 hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/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 003ec6d71..fe010bc2b 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: "hub.epicm.org/epicmorg/debian:bullseye-nodejs22" + image: "quay.io/epicmorg/debian:bullseye-nodejs22" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-nodejs22" + image: "quay.io/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 584f15d76..2703d730b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node23/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node23/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8d0863b7f..4b4674865 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node23/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node23/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/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/node23/docker-compose.yml b/linux/ecosystem/epicmorg/debian/11-bullseye/nodejs/node23/docker-compose.yml index 0c0eddee6..557eee9b8 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: "hub.epicm.org/epicmorg/debian:bullseye-nodejs23" + image: "quay.io/epicmorg/debian:bullseye-nodejs23" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-nodejs23" + image: "quay.io/epicmorg/debian:bullseye-develop-nodejs23" 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 3ca6cc6ac..0c9a7e82c 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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/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 e4e731b24..cf724014e 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 hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/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 564e8cd5c..b85c06f40 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: "hub.epicm.org/epicmorg/debian:bullseye-nodejs4" + image: "quay.io/epicmorg/debian:bullseye-nodejs4" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-nodejs4" + image: "quay.io/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 30df7efaf..c97ab3af0 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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/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 b00381454..9997c1505 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 hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/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 53b8d7224..b1d448aeb 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: "hub.epicm.org/epicmorg/debian:bullseye-nodejs5" + image: "quay.io/epicmorg/debian:bullseye-nodejs5" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-nodejs5" + image: "quay.io/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 feaf83159..d3fa446bf 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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/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 327f6547f..e6b2a5d86 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 hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/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 8eb4d208d..b3b17bf59 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: "hub.epicm.org/epicmorg/debian:bullseye-nodejs6" + image: "quay.io/epicmorg/debian:bullseye-nodejs6" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-nodejs6" + image: "quay.io/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 fe57316d2..6a9712d73 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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/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 6db877fa0..a85f38d72 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 hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/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 60839bf33..ace7c2326 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: "hub.epicm.org/epicmorg/debian:bullseye-nodejs7" + image: "quay.io/epicmorg/debian:bullseye-nodejs7" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-nodejs7" + image: "quay.io/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 bd02803d5..be5854cab 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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/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 85cdfbded..c256e1234 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 hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/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 91528feee..8e3f9f041 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: "hub.epicm.org/epicmorg/debian:bullseye-nodejs8" + image: "quay.io/epicmorg/debian:bullseye-nodejs8" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-nodejs8" + image: "quay.io/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 8091da8c5..1ecc1b771 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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/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 f3a45d314..1c88a7e9b 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 hub.epicm.org/epicmorg/debian:bullseye-develop +FROM quay.io/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 6502c1ed9..e99bc43f1 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: "hub.epicm.org/epicmorg/debian:bullseye-nodejs9" + image: "quay.io/epicmorg/debian:bullseye-nodejs9" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bullseye-develop-nodejs9" + image: "quay.io/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 f99d6cdc7..87a885e27 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 hub.epicm.org/epicmorg/debian:bullseye-develop as builder +FROM quay.io/epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -58,7 +58,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 1350e40ab..c941cf77f 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: "hub.epicm.org/epicmorg/debian:bullseye-python-2.6" + image: "quay.io/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 46300bf2b..509603f20 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 hub.epicm.org/epicmorg/debian:bullseye-develop as builder +FROM quay.io/epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -63,7 +63,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/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 11c2d8e01..3edb6fcdb 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: "hub.epicm.org/epicmorg/debian:bullseye-python-2.7" + image: "quay.io/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 91715991d..6bb783a76 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 hub.epicm.org/epicmorg/debian:bullseye-develop as builder +FROM quay.io/epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -69,7 +69,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/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 1f570df46..34ba172c1 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: "hub.epicm.org/epicmorg/debian:bullseye-python-3.0" + image: "quay.io/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 c7b10ab81..6d42a9c23 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 hub.epicm.org/epicmorg/debian:bullseye-develop as builder +FROM quay.io/epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -69,7 +69,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/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 4d58277f3..87d5914c1 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: "hub.epicm.org/epicmorg/debian:bullseye-python-3.1" + image: "quay.io/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 4b04ab8bb..168e58d57 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 hub.epicm.org/epicmorg/debian:bullseye-develop as builder +FROM quay.io/epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/epicmorg/debian:bullseye RUN apt-get remove -y python3-pip 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 5fe0f0a2b..e9c1a5484 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: "hub.epicm.org/epicmorg/debian:bullseye-python-3.10" + image: "quay.io/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 bce309731..e7780647a 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 hub.epicm.org/epicmorg/debian:bullseye-develop as builder +FROM quay.io/epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/epicmorg/debian:bullseye RUN apt-get remove -y python3-pip 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 66b93716c..e690dc72e 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: "hub.epicm.org/epicmorg/debian:bullseye-python-3.11" + image: "quay.io/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 44332235b..dcd1a6335 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 hub.epicm.org/epicmorg/debian:bullseye-develop as builder +FROM quay.io/epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/epicmorg/debian:bullseye RUN apt-get remove -y python3-pip 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 88798b5c2..3bc410a2f 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: "hub.epicm.org/epicmorg/debian:bullseye-python-3.12" + image: "quay.io/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 46723c82f..bce9ce4af 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 hub.epicm.org/epicmorg/debian:bullseye-develop as builder +FROM quay.io/epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/epicmorg/debian:bullseye RUN apt-get remove -y python3-pip 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 a0b9c2d05..242ed48fb 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: "hub.epicm.org/epicmorg/debian:bullseye-python-3.13" + image: "quay.io/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 fddbacc2b..e57f7d2a6 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 hub.epicm.org/epicmorg/debian:bullseye-develop as builder +FROM quay.io/epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -72,7 +72,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/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 9a9e732cb..fedbeb971 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: "hub.epicm.org/epicmorg/debian:bullseye-python-3.2" + image: "quay.io/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 be4e45675..a5800bbff 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 hub.epicm.org/epicmorg/debian:bullseye-develop as builder +FROM quay.io/epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -71,7 +71,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/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 becb77ab8..6f72fa1f3 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: "hub.epicm.org/epicmorg/debian:bullseye-python-3.3" + image: "quay.io/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 1d85f29ae..edf3c6f6b 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 hub.epicm.org/epicmorg/debian:bullseye-develop as builder +FROM quay.io/epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -72,7 +72,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/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 23ecb2267..fe9bb5555 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: "hub.epicm.org/epicmorg/debian:bullseye-python-3.4" + image: "quay.io/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 8fad0c3cd..f83d2cdf2 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 hub.epicm.org/epicmorg/debian:bullseye-develop as builder +FROM quay.io/epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -74,7 +74,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/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 bbd4cfc67..2b0e070dd 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: "hub.epicm.org/epicmorg/debian:bullseye-python-3.5" + image: "quay.io/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 9965daf56..d053fe1a2 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 hub.epicm.org/epicmorg/debian:bullseye-develop as builder +FROM quay.io/epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -75,7 +75,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/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 485d46662..214b5ca3d 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: "hub.epicm.org/epicmorg/debian:bullseye-python-3.6" + image: "quay.io/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 293ee3d73..b8973e678 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 hub.epicm.org/epicmorg/debian:bullseye-develop as builder +FROM quay.io/epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/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 a4f299363..742860791 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: "hub.epicm.org/epicmorg/debian:bullseye-python-3.7" + image: "quay.io/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 55180f4fc..134cfe78d 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 hub.epicm.org/epicmorg/debian:bullseye-develop as builder +FROM quay.io/epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/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 b020a8911..9c84ca9d2 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: "hub.epicm.org/epicmorg/debian:bullseye-python-3.8" + image: "quay.io/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 1a03753f2..7571c3870 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 hub.epicm.org/epicmorg/debian:bullseye-develop as builder +FROM quay.io/epicmorg/debian:bullseye-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/epicmorg/debian:bullseye RUN apt-get remove -y python3-pip 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 c3f154cbe..5a54829dc 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: "hub.epicm.org/epicmorg/debian:bullseye-python-3.9" + image: "quay.io/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 b76520518..dcbbbaeb0 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: "hub.epicm.org/epicmorg/debian:bullseye-slim" + image: "quay.io/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 b930acfe7..006bb31ba 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 hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/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 1c64d407a..37226e7ef 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: "hub.epicm.org/epicmorg/gitlab-runner:amxx-sdk-rc" + image: "quay.io/epicmorg/gitlab-runner:amxx-sdk-rc" build: context: . app-19: - image: "hub.epicm.org/epicmorg/gitlab-runner:amxx-sdk-1.10" + image: "quay.io/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 bd1af29cd..c4307d075 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 hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/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 1b90c3223..eb7be6a74 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: "hub.epicm.org/epicmorg/gitlab-runner:amxx-sdk" + image: "quay.io/epicmorg/gitlab-runner:amxx-sdk" build: context: . app-19: - image: "hub.epicm.org/epicmorg/gitlab-runner:amxx-sdk-1.9" + image: "quay.io/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 fca16ea6b..7bae499a7 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 hub.epicm.org/epicmorg/debian:bookworm-develop-jdk17 +FROM quay.io/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 e28105ce5..86c049e04 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: "hub.epicm.org/epicmorg/debian:bookworm-android-sdk" + image: "quay.io/epicmorg/debian:bookworm-android-sdk" build: context: . app-jdk17: - image: "hub.epicm.org/epicmorg/debian:bookworm-android-sdk-jdk17" + image: "quay.io/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 7d8843efe..db16ea68b 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 hub.epicm.org/epicmorg/debian:bookworm-jdk8 +FROM quay.io/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 cc5fcd580..7909613bf 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: "hub.epicm.org/epicmorg/debian:bookworm-atlassian-sdk" + image: "quay.io/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 e2a06f988..c1ad2db87 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/develop/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3cb19938f..93793e719 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: "hub.epicm.org/epicmorg/debian:bookworm-develop" + image: "quay.io/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 b107b0f8d..a32dbae4a 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 7e127c9bc..f95a44200 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 hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/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 f103b3997..6c4f648a5 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: "hub.epicm.org/epicmorg/debian:bookworm-dotnet5" + image: "quay.io/epicmorg/debian:bookworm-dotnet5" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-dotnet5" + image: "quay.io/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 0b3af0b50..1fcaae0ab 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 38791499e..eaae5fefc 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 hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/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 3d4b7ca63..aaa8379e8 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: "hub.epicm.org/epicmorg/debian:bookworm-dotnet6" + image: "quay.io/epicmorg/debian:bookworm-dotnet6" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-dotnet6" + image: "quay.io/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 f2ca0ce83..cb7f7e3ee 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 bb0e0519b..9d27ca261 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 hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/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 b1a734f68..4abc0145a 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: "hub.epicm.org/epicmorg/debian:bookworm-dotnet7" + image: "quay.io/epicmorg/debian:bookworm-dotnet7" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-dotnet7" + image: "quay.io/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 3332b3918..27c6fd781 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 f34d84672..85557a213 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 hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/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 dd54b8dc7..cc29a919d 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: "hub.epicm.org/epicmorg/debian:bookworm-dotnet8" + image: "quay.io/epicmorg/debian:bookworm-dotnet8" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-dotnet8" + image: "quay.io/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 a1c2ed1a1..49b456e8c 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 fe3ec1749..d3317fc39 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 hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/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 fee3aa74b..ccdd65b57 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: "hub.epicm.org/epicmorg/debian:bookworm-dotnet9" + image: "quay.io/epicmorg/debian:bookworm-dotnet9" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-dotnet9" + image: "quay.io/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 054bcec6d..0450b6e3e 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 f6df8e95e..c5961a7c0 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 hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/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 b091f3387..7afae75d2 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: "hub.epicm.org/epicmorg/debian:bookworm-dotnet-lts" + image: "quay.io/epicmorg/debian:bookworm-dotnet-lts" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-dotnet-lts" + image: "quay.io/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 9f21ce6e1..26658a473 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 1bd51972f..305429585 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 hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/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 bf8c90cd6..e808b6f0e 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: "hub.epicm.org/epicmorg/debian:bookworm-dotnet-sts" + image: "quay.io/epicmorg/debian:bookworm-dotnet-sts" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-dotnet-sts" + image: "quay.io/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 b9a44f777..75b0415cd 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bb1b5ae7c..8d5488be9 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 hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0829a4c7e..14aeca18e 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: "hub.epicm.org/epicmorg/debian:bookworm-jdk11" + image: "quay.io/epicmorg/debian:bookworm-jdk11" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-jdk11" + image: "quay.io/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 b383d8c29..15bcc0d30 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 63e5b46d9..15c667aa3 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 hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 01b36fa53..5e60a5b8e 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: "hub.epicm.org/epicmorg/debian:bookworm-jdk16" + image: "quay.io/epicmorg/debian:bookworm-jdk16" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-jdk16" + image: "quay.io/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 d80d60440..76bec96e0 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fb8dbeba0..380065d95 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 hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 91ca236bb..6fd933315 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: "hub.epicm.org/epicmorg/debian:bookworm-jdk17" + image: "quay.io/epicmorg/debian:bookworm-jdk17" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-jdk17" + image: "quay.io/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 9d27df081..1e321b375 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7048bcd34..6f40f1202 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 hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 90dd81d99..8ee9e7103 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: "hub.epicm.org/epicmorg/debian:bookworm-jdk18" + image: "quay.io/epicmorg/debian:bookworm-jdk18" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-jdk18" + image: "quay.io/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 c9c25862f..cc2fe361f 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 aa80d0de4..53098464d 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 hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3145fbbde..936e7d6b4 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: "hub.epicm.org/epicmorg/debian:bookworm-jdk19" + image: "quay.io/epicmorg/debian:bookworm-jdk19" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-jdk19" + image: "quay.io/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 0a362e6ef..f3e8d70fb 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7fcc463f5..59d621a44 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 hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2e6c5512e..28547e05b 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: "hub.epicm.org/epicmorg/debian:bookworm-jdk20" + image: "quay.io/epicmorg/debian:bookworm-jdk20" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-jdk20" + image: "quay.io/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 1c19c2d03..828dd4e0f 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 cfd7a9c78..82c3fc95d 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 hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 145a303e2..c9e876ba9 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: "hub.epicm.org/epicmorg/debian:bookworm-jdk21" + image: "quay.io/epicmorg/debian:bookworm-jdk21" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-jdk21" + image: "quay.io/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 5cec0dc22..6f074751d 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2056d0690..4d1fce267 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 hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ab13a867d..ad82996e1 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: "hub.epicm.org/epicmorg/debian:bookworm-jdk22" + image: "quay.io/epicmorg/debian:bookworm-jdk22" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-jdk22" + image: "quay.io/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 515c7f349..5fd063cd0 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 62e276d59..2d0a134d6 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 hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d54d0aa41..0b699cee2 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: "hub.epicm.org/epicmorg/debian:bookworm-jdk23" + image: "quay.io/epicmorg/debian:bookworm-jdk23" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-jdk23" + image: "quay.io/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 032c71a9c..49b3ed2d9 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b51ebc926..bfa14f2b8 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 hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9307d0316..ec04a81cc 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: "hub.epicm.org/epicmorg/debian:bookworm-jdk6" + image: "quay.io/epicmorg/debian:bookworm-jdk6" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-jdk6" + image: "quay.io/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 7b588b74f..25c5367ff 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c1bc38c00..3e893030f 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 hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 f8bc4180e..04b00a11b 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: "hub.epicm.org/epicmorg/debian:bookworm-jdk7" + image: "quay.io/epicmorg/debian:bookworm-jdk7" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-jdk7" + image: "quay.io/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 738a3e7e5..2ef149117 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 c34fe7d5b..168cb8f96 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 hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/epicmorg/debian:bookworm-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 6495e4dd9..5750e2ab0 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: "hub.epicm.org/epicmorg/debian:bookworm-jdk8" + image: "quay.io/epicmorg/debian:bookworm-jdk8" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-jdk8" + image: "quay.io/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 b8739cc98..84d3976e6 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/main/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-slim +FROM quay.io/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 0913ec280..8ea91ebf1 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: "hub.epicm.org/epicmorg/debian:bookworm" + image: "quay.io/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 1a1d1ddd1..bd3dffaf5 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/current/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/current/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 eeaf0256d..6c8cbb33e 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/current/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/current/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/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/current/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/current/docker-compose.yml index f5a72d112..abe4babff 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: "hub.epicm.org/epicmorg/debian:bookworm-nodejs-current" + image: "quay.io/epicmorg/debian:bookworm-nodejs-current" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-nodejs-current" + image: "quay.io/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 a7bec1ab1..fcc70520b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/lts/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/lts/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 56c6cb267..7928699c5 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/lts/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/lts/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/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/lts/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/lts/docker-compose.yml index cdca4f820..eae007965 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: "hub.epicm.org/epicmorg/debian:bookworm-nodejs-lts" + image: "quay.io/epicmorg/debian:bookworm-nodejs-lts" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-nodejs-lts" + image: "quay.io/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 390340aea..5548ca698 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 cb9149d54..a7a984064 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 hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/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 aa04ce75e..0d4d8c3c8 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: "hub.epicm.org/epicmorg/debian:bookworm-nodejs0.12" + image: "quay.io/epicmorg/debian:bookworm-nodejs0.12" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-nodejs0.12" + image: "quay.io/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 a42f9955b..da86d0bcd 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 2f5792dbb..8355b2f09 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 hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/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 967ad0c0f..d4a91420f 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: "hub.epicm.org/epicmorg/debian:bookworm-nodejs10" + image: "quay.io/epicmorg/debian:bookworm-nodejs10" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-nodejs10" + image: "quay.io/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 45d00730a..2a157cc64 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 168b0db36..d7625ed78 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 hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/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 cf48ee06b..e7abc1beb 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: "hub.epicm.org/epicmorg/debian:bookworm-nodejs11" + image: "quay.io/epicmorg/debian:bookworm-nodejs11" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-nodejs11" + image: "quay.io/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 28585f56b..55206cac9 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 619fb63fe..3a86be2e9 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 hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/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 864926a01..ca0a1198a 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: "hub.epicm.org/epicmorg/debian:bookworm-nodejs12" + image: "quay.io/epicmorg/debian:bookworm-nodejs12" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-nodejs12" + image: "quay.io/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 78b62cb78..30d68addd 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 b11a7e2a4..cf93d7b77 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 hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/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 dd5d036d3..507256c53 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: "hub.epicm.org/epicmorg/debian:bookworm-nodejs13" + image: "quay.io/epicmorg/debian:bookworm-nodejs13" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-nodejs13" + image: "quay.io/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 ffa8eee72..4162e4d5e 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 3d784f966..32972d816 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 hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/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 b5e9de29e..6100e2d86 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: "hub.epicm.org/epicmorg/debian:bookworm-nodejs14" + image: "quay.io/epicmorg/debian:bookworm-nodejs14" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-nodejs14" + image: "quay.io/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 5c51dd452..aa4282415 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 f702da7fb..f3cfb6ead 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 hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/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 5ae7acd83..f82d052ae 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: "hub.epicm.org/epicmorg/debian:bookworm-nodejs15" + image: "quay.io/epicmorg/debian:bookworm-nodejs15" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-nodejs15" + image: "quay.io/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 f03714b03..ed5143d2a 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 969eb6746..6884ad321 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 hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/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 3a7d390fe..1d7569377 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: "hub.epicm.org/epicmorg/debian:bookworm-nodejs16" + image: "quay.io/epicmorg/debian:bookworm-nodejs16" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-nodejs16" + image: "quay.io/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 6dc41c13d..332c6231f 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 73ecd8d2c..0222a2d8a 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 hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/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 c50ad7eaa..7db892922 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: "hub.epicm.org/epicmorg/debian:bookworm-nodejs17" + image: "quay.io/epicmorg/debian:bookworm-nodejs17" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-nodejs17" + image: "quay.io/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 2f0445951..fd04a9fed 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 e8f59fd69..96880a434 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 hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/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 ffd197fff..4d8e2494d 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: "hub.epicm.org/epicmorg/debian:bookworm-nodejs18" + image: "quay.io/epicmorg/debian:bookworm-nodejs18" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-nodejs18" + image: "quay.io/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 3679ef0ae..4406b5382 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 8df6891d4..7871c19a4 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 hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/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 8f4da6b45..111bce21e 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: "hub.epicm.org/epicmorg/debian:bookworm-nodejs19" + image: "quay.io/epicmorg/debian:bookworm-nodejs19" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-nodejs19" + image: "quay.io/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 8794e47e6..22d529eaf 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node20/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node20/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5c41f37da..9dbd41c26 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node20/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node20/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/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/node20/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node20/docker-compose.yml index a5c7839b5..1b2e28379 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: "hub.epicm.org/epicmorg/debian:bookworm-nodejs20" + image: "quay.io/epicmorg/debian:bookworm-nodejs20" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-nodejs20" + image: "quay.io/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 53cd6da3b..0b35953bc 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 d38fe54c5..27b31fee9 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 hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/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 de25584a4..29191a812 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: "hub.epicm.org/epicmorg/debian:bookworm-nodejs21" + image: "quay.io/epicmorg/debian:bookworm-nodejs21" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-nodejs21" + image: "quay.io/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 c7bc27b87..1c6d3dcfe 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node22/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node22/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 49212843b..2a91d5ce7 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node22/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node22/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/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/node22/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node22/docker-compose.yml index 6910e4bdd..fec117814 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: "hub.epicm.org/epicmorg/debian:bookworm-nodejs22" + image: "quay.io/epicmorg/debian:bookworm-nodejs22" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-nodejs22" + image: "quay.io/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 1a1d1ddd1..bd3dffaf5 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node23/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node23/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 eeaf0256d..6c8cbb33e 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node23/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node23/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/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/node23/docker-compose.yml b/linux/ecosystem/epicmorg/debian/12-bookworm/nodejs/node23/docker-compose.yml index 6910e4bdd..fec117814 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: "hub.epicm.org/epicmorg/debian:bookworm-nodejs22" + image: "quay.io/epicmorg/debian:bookworm-nodejs22" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-nodejs22" + image: "quay.io/epicmorg/debian:bookworm-develop-nodejs22" 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 066f0555d..f49650db9 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 8abf49aed..1ee8ad6ae 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 hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/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 9df54b196..2ee6179d8 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: "hub.epicm.org/epicmorg/debian:bookworm-nodejs4" + image: "quay.io/epicmorg/debian:bookworm-nodejs4" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-nodejs4" + image: "quay.io/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 40fad3032..061df1c46 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 ea6ca50b4..50d031e69 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 hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/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 aa8c175e6..ffb5e701f 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: "hub.epicm.org/epicmorg/debian:bookworm-nodejs5" + image: "quay.io/epicmorg/debian:bookworm-nodejs5" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-nodejs5" + image: "quay.io/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 dc9784961..d54ccf549 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 ab6f857e1..e903b1d48 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 hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/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 971752318..5dcaf7bde 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: "hub.epicm.org/epicmorg/debian:bookworm-nodejs6" + image: "quay.io/epicmorg/debian:bookworm-nodejs6" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-nodejs6" + image: "quay.io/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 6f48b2a2d..38123a06a 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 3ddb82a10..73cb8bc3e 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 hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/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 6ece070c4..46bd01eb8 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: "hub.epicm.org/epicmorg/debian:bookworm-nodejs7" + image: "quay.io/epicmorg/debian:bookworm-nodejs7" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-nodejs7" + image: "quay.io/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 5dcd9500f..31a7db3ac 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 a467fa473..07c0a56c1 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 hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/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 e82ccf0db..49d2e9358 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: "hub.epicm.org/epicmorg/debian:bookworm-nodejs8" + image: "quay.io/epicmorg/debian:bookworm-nodejs8" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-nodejs8" + image: "quay.io/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 a6c662d1e..5441e9d86 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 599202f4d..789b44715 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 hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/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 a76fc7f58..445c88703 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: "hub.epicm.org/epicmorg/debian:bookworm-nodejs9" + image: "quay.io/epicmorg/debian:bookworm-nodejs9" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:bookworm-develop-nodejs9" + image: "quay.io/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 fe7b318c7..66df90c2c 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 8663e940a..a2e95a514 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 hub.epicm.org/epicmorg/debian:bullseye-develop AS builder +FROM quay.io/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 198e4ab87..9bc693be2 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: "hub.epicm.org/epicmorg/debian:bookworm-php5.5" + image: "quay.io/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 838e97c4e..57c08726d 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 431f460fa..cd9dbaae1 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: "hub.epicm.org/epicmorg/debian:bookworm-php5.6" + image: "quay.io/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 ccf5b2d23..dbdb9e6c2 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 hub.epicm.org/epicmorg/debian:bookworm-develop AS builder +FROM quay.io/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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 8b54f4311..5d8004e30 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: "hub.epicm.org/epicmorg/debian:bookworm-php7.0" + image: "quay.io/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 fadafc17a..724043b5e 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 hub.epicm.org/epicmorg/debian:bookworm-develop AS builder +FROM quay.io/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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 6759a58b0..ec098599d 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: "hub.epicm.org/epicmorg/debian:bookworm-php7.1" + image: "quay.io/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 ce4f44ff8..4c3003f9a 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 hub.epicm.org/epicmorg/debian:bookworm-develop AS builder +FROM quay.io/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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 976fcfdb9..90cf42772 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: "hub.epicm.org/epicmorg/debian:bookworm-php7.2" + image: "quay.io/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 60a7a52f6..295728cda 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 hub.epicm.org/epicmorg/debian:bookworm-develop AS builder +FROM quay.io/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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 352f90308..7ef974eda 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: "hub.epicm.org/epicmorg/debian:bookworm-php7.3" + image: "quay.io/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 a24534c1a..075ded1a9 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 hub.epicm.org/epicmorg/debian:bookworm-develop AS builder +FROM quay.io/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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 bcd825189..cfc15b726 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: "hub.epicm.org/epicmorg/debian:bookworm-php7.4" + image: "quay.io/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 424b866b5..7240a6de2 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 e8097b2e4..cdbcb049b 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: "hub.epicm.org/epicmorg/debian:bookworm-php8.0" + image: "quay.io/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 f5e0f4f0f..9a1ff7bd4 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 c65ec1222..1603a7f38 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: "hub.epicm.org/epicmorg/debian:bookworm-php8.1" + image: "quay.io/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 3e183dc22..31db44b29 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 2bf596ee1..300fb8acf 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: "hub.epicm.org/epicmorg/debian:bookworm-php8.2" + image: "quay.io/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 c2412f1dc..377f44d83 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 2bacee010..9ef476311 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: "hub.epicm.org/epicmorg/debian:bookworm-php8.3" + image: "quay.io/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 50a70287d..7bd65590c 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 91111c50f..1a121b60a 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: "hub.epicm.org/epicmorg/debian:bookworm-php8.4" + image: "quay.io/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 342468879..241e2c9fd 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 hub.epicm.org/epicmorg/debian:bookworm-develop as builder +FROM quay.io/epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -59,7 +59,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 f361c7e74..f0d7511c8 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: "hub.epicm.org/epicmorg/debian:bookworm-python-2.6" + image: "quay.io/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 e24bc7474..10e4c3964 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 hub.epicm.org/epicmorg/debian:bookworm-develop as builder +FROM quay.io/epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -64,7 +64,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 ea58229a7..3c66e07c5 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: "hub.epicm.org/epicmorg/debian:bookworm-python-2.7" + image: "quay.io/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 4f38b2599..9ebc12eef 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 hub.epicm.org/epicmorg/debian:bookworm-develop as builder +FROM quay.io/epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -70,7 +70,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 0930eb890..ef6ce2e19 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: "hub.epicm.org/epicmorg/debian:bookworm-python-3.0" + image: "quay.io/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 4021ee078..f007e9602 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 hub.epicm.org/epicmorg/debian:bookworm-develop as builder +FROM quay.io/epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -70,7 +70,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 d9456952c..9053beea4 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: "hub.epicm.org/epicmorg/debian:bookworm-python-3.1" + image: "quay.io/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 1448dfc01..b696a867f 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 hub.epicm.org/epicmorg/debian:bookworm-develop as builder +FROM quay.io/epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -80,7 +80,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/epicmorg/debian:bookworm RUN apt-get remove -y python3-pip 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 e94986b21..94fe64bfe 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: "hub.epicm.org/epicmorg/debian:bookworm-python-3.10" + image: "quay.io/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 541e06f11..e874594c6 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 hub.epicm.org/epicmorg/debian:bookworm-develop as builder +FROM quay.io/epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -80,7 +80,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/epicmorg/debian:bookworm RUN apt-get remove -y python3-pip 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 aa113c147..f2930f4b4 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: "hub.epicm.org/epicmorg/debian:bookworm-python-3.11" + image: "quay.io/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 edab5e61c..c1ff02df3 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 hub.epicm.org/epicmorg/debian:bookworm-develop as builder +FROM quay.io/epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -80,7 +80,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/epicmorg/debian:bookworm RUN apt-get remove -y python3-pip 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 ffc00e7a8..caa241268 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: "hub.epicm.org/epicmorg/debian:bookworm-python-3.12" + image: "quay.io/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 326062ce0..5863818c5 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 hub.epicm.org/epicmorg/debian:bookworm-develop as builder +FROM quay.io/epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -80,7 +80,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/epicmorg/debian:bookworm RUN apt-get remove -y python3-pip 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 deae140d1..663ad5698 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: "hub.epicm.org/epicmorg/debian:bookworm-python-3.13" + image: "quay.io/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 495977a5b..18f205346 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 hub.epicm.org/epicmorg/debian:bookworm-develop as builder +FROM quay.io/epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -73,7 +73,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 e15a5b46f..4a81ecf17 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: "hub.epicm.org/epicmorg/debian:bookworm-python-3.2" + image: "quay.io/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 727a3c6e3..28f7fc8f2 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 hub.epicm.org/epicmorg/debian:bookworm-develop as builder +FROM quay.io/epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -72,7 +72,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 b62ef55ed..a2fbe5fe2 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: "hub.epicm.org/epicmorg/debian:bookworm-python-3.3" + image: "quay.io/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 fc23aaaa7..6e2fe47ce 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 hub.epicm.org/epicmorg/debian:bookworm-develop as builder +FROM quay.io/epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -73,7 +73,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 9bb70ea11..4be900bf6 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: "hub.epicm.org/epicmorg/debian:bookworm-python-3.4" + image: "quay.io/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 c2062152a..3286312fe 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 hub.epicm.org/epicmorg/debian:bookworm-develop as builder +FROM quay.io/epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -75,7 +75,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 58439e331..07aba1652 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: "hub.epicm.org/epicmorg/debian:bookworm-python-3.5" + image: "quay.io/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 3e37a9303..b8a566e53 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 hub.epicm.org/epicmorg/debian:bookworm-develop as builder +FROM quay.io/epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -76,7 +76,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 50583d8d3..c272edd7c 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: "hub.epicm.org/epicmorg/debian:bookworm-python-3.6" + image: "quay.io/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 fa81e27e8..4a4bad9a8 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 hub.epicm.org/epicmorg/debian:bookworm-develop as builder +FROM quay.io/epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -80,7 +80,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 1f89a915d..c4a03499a 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: "hub.epicm.org/epicmorg/debian:bookworm-python-3.7" + image: "quay.io/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 9affeede3..319dd0c0d 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 hub.epicm.org/epicmorg/debian:bookworm-develop as builder +FROM quay.io/epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -80,7 +80,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 a0b73ba60..f54abe6b4 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: "hub.epicm.org/epicmorg/debian:bookworm-python-3.8" + image: "quay.io/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 2849b4798..f13395bd2 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 hub.epicm.org/epicmorg/debian:bookworm-develop as builder +FROM quay.io/epicmorg/debian:bookworm-develop as builder ################################################################## # Build @@ -80,7 +80,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/epicmorg/debian:bookworm RUN apt-get remove -y python3-pip 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 75c449021..54a49ca5c 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: "hub.epicm.org/epicmorg/debian:bookworm-python-3.9" + image: "quay.io/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 e586d62f3..3d2b1b650 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: "hub.epicm.org/epicmorg/debian:bookworm-slim" + image: "quay.io/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 549a50b55..7dc6d36b9 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 hub.epicm.org/epicmorg/debian:bookworm as temp-dpkg +FROM quay.io/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 hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ca8b55f64..8ebd65ada 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: "hub.epicm.org/epicmorg/debian:trixie-develop" + image: "quay.io/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 9dccd5b4e..5479d71ce 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 hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/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 ece1e3dee..db1cb33c0 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 hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/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 ece81aa29..33fa3c8a9 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: "hub.epicm.org/epicmorg/debian:trixie-dotnet5" + image: "quay.io/epicmorg/debian:trixie-dotnet5" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-dotnet5" + image: "quay.io/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 2a7d476eb..1f502141c 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 hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/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 05354cd52..5f0e3f478 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 hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/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 43ea2ec0e..e78d3470d 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: "hub.epicm.org/epicmorg/debian:trixie-dotnet6" + image: "quay.io/epicmorg/debian:trixie-dotnet6" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-dotnet6" + image: "quay.io/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 ad13b2eea..ae0fa905b 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 hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/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 6bcec329e..34c5d8f1b 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 hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/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 ac32c7b15..d0e3bd0bd 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: "hub.epicm.org/epicmorg/debian:trixie-dotnet7" + image: "quay.io/epicmorg/debian:trixie-dotnet7" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-dotnet7" + image: "quay.io/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 777773aa2..158055446 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 hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/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 32400bde8..b3e6afc0d 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 hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/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 64c0c2238..7c5064988 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: "hub.epicm.org/epicmorg/debian:trixie-dotnet8" + image: "quay.io/epicmorg/debian:trixie-dotnet8" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-dotnet8" + image: "quay.io/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 055a3770c..1e3d9bc63 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 hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/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 d8de116fd..060d3ea79 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 hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/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 03ec6fbc9..8388b9a89 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: "hub.epicm.org/epicmorg/debian:trixie-dotnet9" + image: "quay.io/epicmorg/debian:trixie-dotnet9" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-dotnet9" + image: "quay.io/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 2b3c1e79b..ea6c82576 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/lts/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/dotnet/lts/Dockerfile @@ -1,7 +1,7 @@ -FROM hub.epicm.org/epicmorg/debian:trixie-develop as builder +FROM quay.io/epicmorg/debian:trixie-develop as builder RUN echo "Just temp lyer to copy OpenSSL" -FROM hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/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 51c5d4f7b..3dd5f2b31 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 hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/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 b9f9564ef..ceb75cadf 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: "hub.epicm.org/epicmorg/debian:trixie-dotnet-lts" + image: "quay.io/epicmorg/debian:trixie-dotnet-lts" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-dotnet-lts" + image: "quay.io/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 f70140ec2..9532c13b4 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 hub.epicm.org/epicmorg/debian:trixie-develop as builder +FROM quay.io/epicmorg/debian:trixie-develop as builder RUN echo "Just temp lyer to copy OpenSSL" -FROM hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/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 8a26d0cfb..caef82978 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 hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/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 0d617150c..e61741fa7 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: "hub.epicm.org/epicmorg/debian:trixie-dotnet-sts" + image: "quay.io/epicmorg/debian:trixie-dotnet-sts" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-dotnet-sts" + image: "quay.io/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 692ad7ac5..ad4cf3678 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 hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8141a9f50..d40437ed7 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 hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4a59cccf8..3b35b0514 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: "hub.epicm.org/epicmorg/debian:trixie-jdk11" + image: "quay.io/epicmorg/debian:trixie-jdk11" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-jdk11" + image: "quay.io/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 89f049837..6e68e88d3 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 hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 0e4530889..30d9f2534 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 hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 7c03f4a5f..5278b5ce0 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: "hub.epicm.org/epicmorg/debian:trixie-jdk16" + image: "quay.io/epicmorg/debian:trixie-jdk16" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-jdk16" + image: "quay.io/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 3a68be465..2afc07bd9 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 hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 dbe5d374a..0020c9e04 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 hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 aa3feb0f8..864787b58 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: "hub.epicm.org/epicmorg/debian:trixie-jdk17" + image: "quay.io/epicmorg/debian:trixie-jdk17" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-jdk17" + image: "quay.io/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 cc14fa026..ff7057b10 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 hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bd7b01123..5fe01559b 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 hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d598e1fa8..7c3ec4423 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: "hub.epicm.org/epicmorg/debian:trixie-jdk18" + image: "quay.io/epicmorg/debian:trixie-jdk18" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-jdk18" + image: "quay.io/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 0ae63a93e..ae6bdbd7e 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 hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 4acd42d9f..7fc631e45 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 hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fd3f587cb..f6cf50fa0 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: "hub.epicm.org/epicmorg/debian:trixie-jdk19" + image: "quay.io/epicmorg/debian:trixie-jdk19" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-jdk19" + image: "quay.io/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 29e9eb460..13e4192dc 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 hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e485277f4..5ab994ed4 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 hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 983fe554a..695b859fa 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: "hub.epicm.org/epicmorg/debian:trixie-jdk20" + image: "quay.io/epicmorg/debian:trixie-jdk20" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-jdk20" + image: "quay.io/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 b71a5dbd2..c1f3035e6 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 hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9f8f13f54..6918ff7f5 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 hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 3b2150bcc..a7213800a 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: "hub.epicm.org/epicmorg/debian:trixie-jdk21" + image: "quay.io/epicmorg/debian:trixie-jdk21" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-jdk21" + image: "quay.io/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 33f114714..84c0c0a82 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 hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 8f4eecdbc..827481c9a 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 hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 27eab29c6..30ca25ee6 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: "hub.epicm.org/epicmorg/debian:trixie-jdk22" + image: "quay.io/epicmorg/debian:trixie-jdk22" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-jdk22" + image: "quay.io/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 9fd6fafc2..31cfeab28 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 hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a2626fc68..2fb21d029 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 hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bf00d1f93..0a6a53f54 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: "hub.epicm.org/epicmorg/debian:trixie-jdk23" + image: "quay.io/epicmorg/debian:trixie-jdk23" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-jdk23" + image: "quay.io/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 8ab2fc44f..b4b294e02 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 hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 518fe3d44..e8d4b6523 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 hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 9b6f00d8a..4287710f1 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: "hub.epicm.org/epicmorg/debian:trixie-jdk6" + image: "quay.io/epicmorg/debian:trixie-jdk6" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-jdk6" + image: "quay.io/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 0a635f7b8..4d70cdd44 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 hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 67b20c286..b3ff235d8 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 hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 987901a42..cbd346892 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: "hub.epicm.org/epicmorg/debian:trixie-jdk7" + image: "quay.io/epicmorg/debian:trixie-jdk7" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-jdk7" + image: "quay.io/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 00d498c5a..bdcfa41bd 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 hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 5d2855095..ea467a19c 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 hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/epicmorg/debian:trixie-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e8e884b67..072a1b5d7 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: "hub.epicm.org/epicmorg/debian:trixie-jdk8" + image: "quay.io/epicmorg/debian:trixie-jdk8" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-jdk8" + image: "quay.io/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 1df5d9dc6..4ff620a30 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/main/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:trixie-slim +FROM quay.io/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 4419b2c71..80d85ebd1 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: "hub.epicm.org/epicmorg/debian:trixie" + image: "quay.io/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 d65cd48c6..922bde3a9 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/current/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/current/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bc684286a..8e6f51824 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/current/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/current/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/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/current/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/current/docker-compose.yml index 55eeb4112..803aa85cf 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: "hub.epicm.org/epicmorg/debian:trixie-nodejs-current" + image: "quay.io/epicmorg/debian:trixie-nodejs-current" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-nodejs-current" + image: "quay.io/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 d81bd7456..e5304c9cd 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/lts/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/lts/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 041f4ff4c..1a81e2159 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/lts/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/lts/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/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/lts/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/lts/docker-compose.yml index 5c35eb715..80c2942fd 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: "hub.epicm.org/epicmorg/debian:trixie-nodejs-lts" + image: "quay.io/epicmorg/debian:trixie-nodejs-lts" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-nodejs-lts" + image: "quay.io/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 fc2f0161a..f99e17f61 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 hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/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 cccea1fae..5b8e47fab 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 hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/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 31b749cd3..67c9efcfe 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: "hub.epicm.org/epicmorg/debian:trixie-nodejs0.12" + image: "quay.io/epicmorg/debian:trixie-nodejs0.12" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-nodejs0.12" + image: "quay.io/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 825ef5386..8b26d3667 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 hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/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 fc3a9548d..e39ace902 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 hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/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 58c969312..7ec6e4899 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: "hub.epicm.org/epicmorg/debian:trixie-nodejs10" + image: "quay.io/epicmorg/debian:trixie-nodejs10" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-nodejs10" + image: "quay.io/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 7abb3b0e4..82dcf117d 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 hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/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 eab977846..3636f21e2 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 hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/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 79e46b835..e2527b861 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: "hub.epicm.org/epicmorg/debian:trixie-nodejs11" + image: "quay.io/epicmorg/debian:trixie-nodejs11" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-nodejs11" + image: "quay.io/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 221a56f01..7a49b3fe7 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 hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/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 5529a74c3..3b7b7ed6d 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 hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/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 c8a141ec4..9cb6f4318 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: "hub.epicm.org/epicmorg/debian:trixie-nodejs12" + image: "quay.io/epicmorg/debian:trixie-nodejs12" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-nodejs12" + image: "quay.io/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 de15a4ba4..6f668b93f 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 hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/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 666407d43..3446dde3e 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 hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/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 adc4f02e6..1f15e14da 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: "hub.epicm.org/epicmorg/debian:trixie-nodejs13" + image: "quay.io/epicmorg/debian:trixie-nodejs13" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-nodejs13" + image: "quay.io/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 9e21b29e6..841f62ca9 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 hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/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 159b6b301..7991c375a 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 hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/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 164954afb..3f9bedc40 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: "hub.epicm.org/epicmorg/debian:trixie-nodejs14" + image: "quay.io/epicmorg/debian:trixie-nodejs14" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-nodejs14" + image: "quay.io/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 339e75ddd..8f04be94a 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 hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/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 d52f76300..3bf707a2c 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 hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/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 b8ed54aeb..9cd934d33 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: "hub.epicm.org/epicmorg/debian:trixie-nodejs15" + image: "quay.io/epicmorg/debian:trixie-nodejs15" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-nodejs15" + image: "quay.io/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 2ee0b7fbe..92bd368cd 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 hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/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 e12c3c032..122c2efbd 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 hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/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 f07801fcb..1d7bcdaf7 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: "hub.epicm.org/epicmorg/debian:trixie-nodejs16" + image: "quay.io/epicmorg/debian:trixie-nodejs16" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-nodejs16" + image: "quay.io/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 57d09262b..d40809b83 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 hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/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 b421649a3..bd1824d8d 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 hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/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 0d075bca9..b8dbbe27f 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: "hub.epicm.org/epicmorg/debian:trixie-nodejs17" + image: "quay.io/epicmorg/debian:trixie-nodejs17" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-nodejs17" + image: "quay.io/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 aa0b3288f..ba0105696 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 hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/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 aa0b3288f..ba0105696 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 hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/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 eb95b34ce..989470361 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: "hub.epicm.org/epicmorg/debian:trixieodejs18" + image: "quay.io/epicmorg/debian:trixieodejs18" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-nodejs18" + image: "quay.io/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 68fd8d5b4..cd418fc99 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 hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/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 cbce3cd2c..dae543480 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 hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/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 2e69a8b0e..9193cc936 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: "hub.epicm.org/epicmorg/debian:trixie-nodejs19" + image: "quay.io/epicmorg/debian:trixie-nodejs19" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-nodejs19" + image: "quay.io/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 d81bd7456..e5304c9cd 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node20/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node20/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 041f4ff4c..1a81e2159 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node20/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node20/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/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/node20/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node20/docker-compose.yml index ae20462d4..16aa414f5 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: "hub.epicm.org/epicmorg/debian:trixie-nodejs20" + image: "quay.io/epicmorg/debian:trixie-nodejs20" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-nodejs20" + image: "quay.io/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 66566d188..9a6728686 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 hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/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 e045ad714..069aa6702 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 hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/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 6c693f4fa..81612a4f1 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: "hub.epicm.org/epicmorg/debian:trixie-nodejs21" + image: "quay.io/epicmorg/debian:trixie-nodejs21" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-nodejs21" + image: "quay.io/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 4d69cabaa..357712935 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 hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/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 3f5179368..236c74d6c 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 hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/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 2e2e857a3..4414553fa 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: "hub.epicm.org/epicmorg/debian:trixie-nodejs22" + image: "quay.io/epicmorg/debian:trixie-nodejs22" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-nodejs22" + image: "quay.io/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 d65cd48c6..922bde3a9 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node23/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node23/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/epicmorg/debian:trixie LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 bc684286a..8e6f51824 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node23/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node23/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/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/node23/docker-compose.yml b/linux/ecosystem/epicmorg/debian/13-trixie/nodejs/node23/docker-compose.yml index 384713002..00ca0b576 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: "hub.epicm.org/epicmorg/debian:trixie-nodejs23" + image: "quay.io/epicmorg/debian:trixie-nodejs23" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-nodejs23" + image: "quay.io/epicmorg/debian:trixie-develop-nodejs23" 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 04bf4c762..17f7f0cf1 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 hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/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 667bb74af..709be876b 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 hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/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 470c7a179..22545246a 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: "hub.epicm.org/epicmorg/debian:trixie-nodejs4" + image: "quay.io/epicmorg/debian:trixie-nodejs4" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-nodejs4" + image: "quay.io/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 164e1c33a..b968f9186 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 hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/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 640aded9f..c3f03d5af 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 hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/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 e1763611d..d90084bdb 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: "hub.epicm.org/epicmorg/debian:trixies5" + image: "quay.io/epicmorg/debian:trixies5" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-nodejs5" + image: "quay.io/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 c0c9907c0..696d533c9 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 hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/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 adf4c11e7..3280d02da 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 hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/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 b8e0bdcf6..8b1e86905 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: "hub.epicm.org/epicmorg/debian:trixie-nodejs6" + image: "quay.io/epicmorg/debian:trixie-nodejs6" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-nodejs6" + image: "quay.io/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 f4178a729..61bbb93ff 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 hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/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 5bb2d020e..598047935 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 hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/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 bacf2e4cc..15c0abf2a 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: "hub.epicm.org/epicmorg/debian:trixie-nodejs7" + image: "quay.io/epicmorg/debian:trixie-nodejs7" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-nodejs7" + image: "quay.io/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 844622f08..111f6df8f 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 hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/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 a88729766..e45e73182 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 hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/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 9261f2948..40a516fbd 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: "hub.epicm.org/epicmorg/debian:trixie-nodejs8" + image: "quay.io/epicmorg/debian:trixie-nodejs8" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-nodejs8" + image: "quay.io/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 97c5160d6..c4532b15b 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 hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/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 9b98ddae6..2f05fefd6 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 hub.epicm.org/epicmorg/debian:trixie-develop +FROM quay.io/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 abe9e79fd..cbcfc9fc2 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: "hub.epicm.org/epicmorg/debian:trixie-nodejs9" + image: "quay.io/epicmorg/debian:trixie-nodejs9" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:trixie-develop-nodejs9" + image: "quay.io/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 f1e0ee5c3..451a20978 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 hub.epicm.org/epicmorg/debian:trixie-develop as builder +FROM quay.io/epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -58,7 +58,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 116ea8657..b904d5856 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: "hub.epicm.org/epicmorg/debian:trixie-python-2.6" + image: "quay.io/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 78b451e59..230def395 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 hub.epicm.org/epicmorg/debian:trixie-develop as builder +FROM quay.io/epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -63,7 +63,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/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 63eb5278b..d91a1a62e 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: "hub.epicm.org/epicmorg/debian:trixie-python-2.7" + image: "quay.io/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 e611f9aa2..c6857247e 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 hub.epicm.org/epicmorg/debian:trixie-develop as builder +FROM quay.io/epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -69,7 +69,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/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 eede87ff9..8ad349299 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: "hub.epicm.org/epicmorg/debian:trixie-python-3.0" + image: "quay.io/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 c7413dd94..73d53e9b8 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 hub.epicm.org/epicmorg/debian:trixie-develop as builder +FROM quay.io/epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -69,7 +69,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/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 852d77f48..d7ac0f744 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: "hub.epicm.org/epicmorg/debian:trixie-python-3.1" + image: "quay.io/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 9a95916fd..8c8eebec7 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 hub.epicm.org/epicmorg/debian:trixie-develop as builder +FROM quay.io/epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/epicmorg/debian:trixie RUN apt-get remove -y python3-pip 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 9e08389ff..944c379e7 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: "hub.epicm.org/epicmorg/debian:trixie-python-3.10" + image: "quay.io/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 8732113fd..01c0b9969 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 hub.epicm.org/epicmorg/debian:trixie-develop as builder +FROM quay.io/epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/epicmorg/debian:trixie RUN apt-get remove -y python3-pip 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 97e9aa81d..385f9c0bc 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: "hub.epicm.org/epicmorg/debian:trixie-python-3.11" + image: "quay.io/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 6a0dca61e..5444eb945 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 hub.epicm.org/epicmorg/debian:trixie-develop as builder +FROM quay.io/epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/epicmorg/debian:trixie RUN apt-get remove -y python3-pip 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 ac7782f6b..14477d5ba 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: "hub.epicm.org/epicmorg/debian:trixie-python-3.12" + image: "quay.io/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 36c1b7482..79c21a12a 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 hub.epicm.org/epicmorg/debian:trixie-develop as builder +FROM quay.io/epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/epicmorg/debian:trixie RUN apt-get remove -y python3-pip 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 56ec01369..15de7c374 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: "hub.epicm.org/epicmorg/debian:trixie-python-3.13" + image: "quay.io/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 ef0c6b391..3310ed857 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 hub.epicm.org/epicmorg/debian:trixie-develop as builder +FROM quay.io/epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -72,7 +72,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/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 7ce8ea7a0..86eb90470 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: "hub.epicm.org/epicmorg/debian:trixie-python-3.2" + image: "quay.io/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 9c9566b08..8ef621bf6 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 hub.epicm.org/epicmorg/debian:trixie-develop as builder +FROM quay.io/epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -71,7 +71,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/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 1e7b804d4..98860a6f4 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: "hub.epicm.org/epicmorg/debian:trixie-python-3.3" + image: "quay.io/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 73d9eea94..c3398201c 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 hub.epicm.org/epicmorg/debian:trixie-develop as builder +FROM quay.io/epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -72,7 +72,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/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 ae31ee1b6..49b04fca0 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: "hub.epicm.org/epicmorg/debian:trixie-python-3.4" + image: "quay.io/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 cbe640d7c..baa4ceaad 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 hub.epicm.org/epicmorg/debian:trixie-develop as builder +FROM quay.io/epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -74,7 +74,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/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 23239b1a0..d9f0ed143 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: "hub.epicm.org/epicmorg/debian:trixie-python-3.5" + image: "quay.io/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 134ae111c..3e93d5850 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 hub.epicm.org/epicmorg/debian:trixie-develop as builder +FROM quay.io/epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -75,7 +75,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/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 e1138b3a2..1ebdf511c 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: "hub.epicm.org/epicmorg/debian:trixie-python-3.6" + image: "quay.io/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 d430d3e5e..6eec943f0 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 hub.epicm.org/epicmorg/debian:trixie-develop as builder +FROM quay.io/epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/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 4e8f10849..bc6c24d7a 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: "hub.epicm.org/epicmorg/debian:trixie-python-3.7" + image: "quay.io/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 b24c0a0c1..2f35bb058 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 hub.epicm.org/epicmorg/debian:trixie-develop as builder +FROM quay.io/epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/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 a73a211b7..2feabedcc 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: "hub.epicm.org/epicmorg/debian:trixie-python-3.8" + image: "quay.io/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 a6e4fdc35..7953b288b 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 hub.epicm.org/epicmorg/debian:trixie-develop as builder +FROM quay.io/epicmorg/debian:trixie-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/epicmorg/debian:trixie RUN apt-get remove -y python3-pip 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 8a8475464..abf488061 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: "hub.epicm.org/epicmorg/debian:trixie-python-3.9" + image: "quay.io/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 5e52ad499..ec1b3fd54 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: "hub.epicm.org/epicmorg/debian:trixie-slim" + image: "quay.io/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 c14e442d5..03aafee9b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/develop/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/develop/docker-compose.yml b/linux/ecosystem/epicmorg/debian/sid/develop/docker-compose.yml index 755f3a3d6..c14badeb1 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: "hub.epicm.org/epicmorg/debian:sid-develop" + image: "quay.io/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 e3c26183d..846c83560 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet5/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet5/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/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 bf64b0725..a82f5a688 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 hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/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 16c82b82d..b9f9e4e34 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: "hub.epicm.org/epicmorg/debian:sid-dotnet5" + image: "quay.io/epicmorg/debian:sid-dotnet5" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-dotnet5" + image: "quay.io/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 178cb9656..625990b68 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet6/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/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 d82f17f89..7f04101bc 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 hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/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 e60174560..859044569 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: "hub.epicm.org/epicmorg/debian:sid-dotnet6" + image: "quay.io/epicmorg/debian:sid-dotnet6" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-dotnet6" + image: "quay.io/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 892f6d574..ea0944508 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet7/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/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 052cee711..8f2b15a59 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 hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/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 b1b57f1f2..904d64a78 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: "hub.epicm.org/epicmorg/debian:sid-dotnet7" + image: "quay.io/epicmorg/debian:sid-dotnet7" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-dotnet7" + image: "quay.io/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 ad7e551b3..2ba1f276d 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet8/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/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 0eca36138..3b4f4ec2e 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 hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/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 3be1fb4b7..c0dfce831 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: "hub.epicm.org/epicmorg/debian:sid-dotnet8" + image: "quay.io/epicmorg/debian:sid-dotnet8" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-dotnet8" + image: "quay.io/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 6963cf2f6..66d1a482c 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet9/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/dotnet9/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/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 ba73ba6c3..5a4285ca9 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 hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/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 f8654a28d..7a6fbbc01 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: "hub.epicm.org/epicmorg/debian:sid-dotnet9" + image: "quay.io/epicmorg/debian:sid-dotnet9" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-dotnet9" + image: "quay.io/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 87b47edcf..fba5e8bfb 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/lts/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/lts/Dockerfile @@ -1,7 +1,7 @@ -FROM hub.epicm.org/epicmorg/debian:sid-develop as builder +FROM quay.io/epicmorg/debian:sid-develop as builder RUN echo "Just temp lyer to copy OpenSSL" -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/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 ecf94e394..b55f4bc5e 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 hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/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 77adceade..b796e5a78 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: "hub.epicm.org/epicmorg/debian:sid-dotnet-lts" + image: "quay.io/epicmorg/debian:sid-dotnet-lts" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-dotnet-lts" + image: "quay.io/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 80472c0ca..06eb16816 100644 --- a/linux/ecosystem/epicmorg/debian/sid/dotnet/sts/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/dotnet/sts/Dockerfile @@ -1,7 +1,7 @@ -FROM hub.epicm.org/epicmorg/debian:sid-develop as builder +FROM quay.io/epicmorg/debian:sid-develop as builder RUN echo "Just temp lyer to copy OpenSSL" -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/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 0a974b09f..79a45292b 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 hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/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 8e9be1f87..ae610d658 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: "hub.epicm.org/epicmorg/debian:sid-dotnet-sts" + image: "quay.io/epicmorg/debian:sid-dotnet-sts" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-dotnet-sts" + image: "quay.io/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 6b093fca9..d73b17983 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk11/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk11/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk11/Dockerfile.develop index 862ee8fa8..ade16aa2b 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 hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 af531e9d7..1f4ae49bd 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: "hub.epicm.org/epicmorg/debian:sid-jdk11" + image: "quay.io/epicmorg/debian:sid-jdk11" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-jdk11" + image: "quay.io/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 c2afa9787..22646523b 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk16/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk16/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk16/Dockerfile.develop index afbf5d8ce..eff00c4f5 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 hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 b813b8241..46c3e4762 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: "hub.epicm.org/epicmorg/debian:sid-jdk16" + image: "quay.io/epicmorg/debian:sid-jdk16" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-jdk16" + image: "quay.io/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 847d64bc5..2f959d22e 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk17/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk17/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk17/Dockerfile.develop index 99f0eab0a..16c485c23 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 hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 d71897d28..fa7aedc6f 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: "hub.epicm.org/epicmorg/debian:sid-jdk17" + image: "quay.io/epicmorg/debian:sid-jdk17" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-jdk17" + image: "quay.io/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 24dc2963a..94dcbfe6c 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk18/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk18/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk18/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk18/Dockerfile.develop index fce62f1d7..d800c280c 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 hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a3266accf..33741b52b 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: "hub.epicm.org/epicmorg/debian:sid-jdk18" + image: "quay.io/epicmorg/debian:sid-jdk18" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-jdk18" + image: "quay.io/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 196c0832d..47056fd18 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk19/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk19/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk19/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk19/Dockerfile.develop index d40177a8a..f2457da57 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 hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 a742a4cee..2098d16b3 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: "hub.epicm.org/epicmorg/debian:sid-jdk19" + image: "quay.io/epicmorg/debian:sid-jdk19" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-jdk19" + image: "quay.io/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 c976853ad..f8c65924c 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk20/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk20/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk20/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk20/Dockerfile.develop index bc255fa3b..ffb280fa4 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 hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 981579c19..c2c255451 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: "hub.epicm.org/epicmorg/debian:sid-jdk20" + image: "quay.io/epicmorg/debian:sid-jdk20" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-jdk20" + image: "quay.io/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 7e727ccf7..d41af1ad8 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk21/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk21/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk21/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk21/Dockerfile.develop index c1d92774a..3bd3877c1 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 hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 af6119113..d6b429de6 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: "hub.epicm.org/epicmorg/debian:sid-jdk21" + image: "quay.io/epicmorg/debian:sid-jdk21" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-jdk21" + image: "quay.io/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 c827963b7..07b86ad41 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk22/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk22/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk22/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk22/Dockerfile.develop index 24cf30bad..51f53b639 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 hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ed0543194..413d7dd70 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: "hub.epicm.org/epicmorg/debian:sid-jdk22" + image: "quay.io/epicmorg/debian:sid-jdk22" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-jdk22" + image: "quay.io/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 9c62f9a6e..caf04e62e 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk23/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk23/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk23/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk23/Dockerfile.develop index 0fb4a2fb5..c544482ff 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 hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 33cd5bcc2..28c6ddbe7 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: "hub.epicm.org/epicmorg/debian:sid-jdk23" + image: "quay.io/epicmorg/debian:sid-jdk23" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-jdk23" + image: "quay.io/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 e616e3dcc..5a78474dc 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk6/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk6/Dockerfile.develop index d26949432..e01fa2364 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 hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 69a9ac8a8..15a79b35c 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: "hub.epicm.org/epicmorg/debian:sid-jdk6" + image: "quay.io/epicmorg/debian:sid-jdk6" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-jdk6" + image: "quay.io/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 41abd1702..6a7615bdd 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk7/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk7/Dockerfile.develop index b8bf3e5d3..864c55fd6 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 hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 fce291f51..22d302238 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: "hub.epicm.org/epicmorg/debian:sid-jdk7" + image: "quay.io/epicmorg/debian:sid-jdk7" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-jdk7" + image: "quay.io/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 8ec5d18cf..a52ba0469 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk8/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk8/Dockerfile.develop index 0de4cb321..cb7aa80b1 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 hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 81cff0da0..89e69097c 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: "hub.epicm.org/epicmorg/debian:sid-jdk8" + image: "quay.io/epicmorg/debian:sid-jdk8" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-jdk8" + image: "quay.io/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 8c66305d7..74e0bd287 100644 --- a/linux/ecosystem/epicmorg/debian/sid/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/main/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid-slim +FROM quay.io/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 34f8290ad..a0a45476f 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: "hub.epicm.org/epicmorg/debian:sid" + image: "quay.io/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 504a0554c..67d0b125d 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/current/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/current/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/current/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/current/Dockerfile.develop index 6d44705dc..58e949b2f 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/current/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/current/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 ba9fa0f27..c888f8ce4 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: "hub.epicm.org/epicmorg/debian:sid-nodejs-current" + image: "quay.io/epicmorg/debian:sid-nodejs-current" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-nodejs-current" + image: "quay.io/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 b6ab59bf7..8c132d6ac 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/lts/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/lts/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/lts/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/lts/Dockerfile.develop index 478c0c98e..4518784ac 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/lts/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/lts/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 98b680b92..47b9e4346 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: "hub.epicm.org/epicmorg/debian:sid-nodejs-lts" + image: "quay.io/epicmorg/debian:sid-nodejs-lts" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-nodejs-lts" + image: "quay.io/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 57ffda4de..0f683037c 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 hub.epicm.org/epicmorg/debian:sid +FROM quay.io/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 1d3245fc2..6374e1547 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 hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/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 bfe694a62..75379bbcc 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: "hub.epicm.org/epicmorg/debian:sid-nodejs0.12" + image: "quay.io/epicmorg/debian:sid-nodejs0.12" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-nodejs0.12" + image: "quay.io/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 5c75f15ef..83e21583f 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node10/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node10/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/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 ad33fca39..715caa566 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 hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/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 9bff4d437..5324abd0e 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: "hub.epicm.org/epicmorg/debian:sid-nodejs10" + image: "quay.io/epicmorg/debian:sid-nodejs10" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-nodejs10" + image: "quay.io/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 aff164591..236de3d7c 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node11/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/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 b8be13f1b..158c01989 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 hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/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 42f61461e..ac6b505c6 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: "hub.epicm.org/epicmorg/debian:sid-nodejs11" + image: "quay.io/epicmorg/debian:sid-nodejs11" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-nodejs11" + image: "quay.io/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 7cc4ceb46..1e36793a9 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node12/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node12/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/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 2cf778375..74b4244b4 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 hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/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 5aac4d17f..a2fd2fa5a 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: "hub.epicm.org/epicmorg/debian:sid-nodejs12" + image: "quay.io/epicmorg/debian:sid-nodejs12" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-nodejs12" + image: "quay.io/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 66c628b54..958b97ee4 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node13/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node13/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/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 93412dbbf..7aefd86b4 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 hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/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 33ad2d802..c11ef74f8 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: "hub.epicm.org/epicmorg/debian:sid-nodejs13" + image: "quay.io/epicmorg/debian:sid-nodejs13" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-nodejs13" + image: "quay.io/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 4697f8d79..dd15b65ff 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node14/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node14/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/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 626b2b7d6..cd77f44d2 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 hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/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 a480959d7..91f3f0a10 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: "hub.epicm.org/epicmorg/debian:sid-nodejs14" + image: "quay.io/epicmorg/debian:sid-nodejs14" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-nodejs14" + image: "quay.io/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 75922f2c4..33799a937 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node15/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node15/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/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 972f09431..d569d0238 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 hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/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 e4296d2b5..eb31ee5b7 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: "hub.epicm.org/epicmorg/debian:sid-nodejs15" + image: "quay.io/epicmorg/debian:sid-nodejs15" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-nodejs15" + image: "quay.io/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 5f8c115cd..e62de871d 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node16/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/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 17f3068c1..9b1f96760 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 hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/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 1c9853646..cbfb94aa7 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: "hub.epicm.org/epicmorg/debian:sid-nodejs16" + image: "quay.io/epicmorg/debian:sid-nodejs16" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-nodejs16" + image: "quay.io/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 5975c1c81..dc0ac1cd9 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node17/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/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 2279bb5c4..c2628fe85 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 hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/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 989a86d2c..1076c7f90 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: "hub.epicm.org/epicmorg/debian:sid-nodejs17" + image: "quay.io/epicmorg/debian:sid-nodejs17" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-nodejs17" + image: "quay.io/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 9794972e2..e2d571b31 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node18/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node18/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/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 ffa9d3c8b..61ec94f53 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 hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/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 4dfe51bb8..e5cc5807d 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: "hub.epicm.org/epicmorg/debian:sidodejs18" + image: "quay.io/epicmorg/debian:sidodejs18" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-nodejs18" + image: "quay.io/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 414aef81f..701eaabe0 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node19/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node19/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/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 f131895f8..b248a3ea7 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 hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/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 bf65e12ae..1fa27091b 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: "hub.epicm.org/epicmorg/debian:sid-nodejs19" + image: "quay.io/epicmorg/debian:sid-nodejs19" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-nodejs19" + image: "quay.io/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 b6ab59bf7..8c132d6ac 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node20/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node20/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node20/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node20/Dockerfile.develop index 478c0c98e..4518784ac 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node20/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node20/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 2cf26ed76..08cf4d9a4 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: "hub.epicm.org/epicmorg/debian:sid-nodejs20" + image: "quay.io/epicmorg/debian:sid-nodejs20" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-nodejs20" + image: "quay.io/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 e2b7e6c53..0a4dc6c58 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node21/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node21/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/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 d557c95ed..1d248d6dd 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 hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/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 88f0095c9..2aadab3eb 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: "hub.epicm.org/epicmorg/debian:sid-nodejs21" + image: "quay.io/epicmorg/debian:sid-nodejs21" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-nodejs21" + image: "quay.io/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 de6e3ba2c..407dd0a0e 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node22/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node22/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/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 89009f9ed..0c465e052 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 hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/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 e2c8b49b4..05191b659 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: "hub.epicm.org/epicmorg/debian:sid-nodejs22" + image: "quay.io/epicmorg/debian:sid-nodejs22" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-nodejs22" + image: "quay.io/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 504a0554c..67d0b125d 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node23/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node23/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/epicmorg/debian:sid LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/epicmorg/debian/sid/nodejs/node23/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/nodejs/node23/Dockerfile.develop index 6d44705dc..58e949b2f 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node23/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node23/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/epicmorg/debian:sid-develop LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive 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 e02ea296c..bedc296fc 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: "hub.epicm.org/epicmorg/debian:sid-nodejs23" + image: "quay.io/epicmorg/debian:sid-nodejs23" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-nodejs23" + image: "quay.io/epicmorg/debian:sid-develop-nodejs23" 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 b67c53418..d0cb86116 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node4/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node4/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/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 2714710a9..e21d5a647 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 hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/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 72bd1ba3c..15d60c66e 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: "hub.epicm.org/epicmorg/debian:sid-nodejs4" + image: "quay.io/epicmorg/debian:sid-nodejs4" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-nodejs4" + image: "quay.io/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 5fcff3a18..c6fe6e4b9 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node5/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node5/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/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 e6bfe556b..483ffcfbf 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 hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/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 7efee1d37..c59c4a615 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: "hub.epicm.org/epicmorg/debian:sid-nodejs5" + image: "quay.io/epicmorg/debian:sid-nodejs5" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-nodejs5" + image: "quay.io/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 4d192eb06..de07ed06d 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node6/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/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 c3f1a1d2a..0bd039a0e 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 hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/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 83b0b824f..52441f4e2 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: "hub.epicm.org/epicmorg/debian:sid-nodejs6" + image: "quay.io/epicmorg/debian:sid-nodejs6" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-nodejs6" + image: "quay.io/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 c74f6e75a..a415efce4 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node7/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/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 f9fa49154..3e9914fbf 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 hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/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 9cfdb7093..df52db96b 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: "hub.epicm.org/epicmorg/debian:sid-nodejs7" + image: "quay.io/epicmorg/debian:sid-nodejs7" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-nodejs7" + image: "quay.io/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 5fc0a497d..9735e22a8 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node8/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/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 c2d610bc0..dc15efe07 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 hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/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 0e7f8b175..f747ee36c 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: "hub.epicm.org/epicmorg/debian:sid-nodejs8" + image: "quay.io/epicmorg/debian:sid-nodejs8" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-nodejs8" + image: "quay.io/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 ba87c80b2..a4a809e4a 100644 --- a/linux/ecosystem/epicmorg/debian/sid/nodejs/node9/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/nodejs/node9/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/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 4f2a66207..027d76677 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 hub.epicm.org/epicmorg/debian:sid-develop +FROM quay.io/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 a626b228f..774845ae9 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: "hub.epicm.org/epicmorg/debian:sid-nodejs9" + image: "quay.io/epicmorg/debian:sid-nodejs9" build: context: . app-develop: - image: "hub.epicm.org/epicmorg/debian:sid-develop-nodejs9" + image: "quay.io/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 1c66acb90..d2d95814e 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 hub.epicm.org/epicmorg/debian:sid-develop as builder +FROM quay.io/epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -58,7 +58,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 7014ab3cb..46247e86f 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: "hub.epicm.org/epicmorg/debian:sid-python-2.6" + image: "quay.io/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 3f78f247f..343bd6fa4 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 hub.epicm.org/epicmorg/debian:sid-develop as builder +FROM quay.io/epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -63,7 +63,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/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 067e56115..591040e81 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: "hub.epicm.org/epicmorg/debian:sid-python-2.7" + image: "quay.io/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 da3e9cca0..6d5fac7bd 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 hub.epicm.org/epicmorg/debian:sid-develop as builder +FROM quay.io/epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -69,7 +69,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/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 0b6476efd..f93076c65 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: "hub.epicm.org/epicmorg/debian:sid-python-3.0" + image: "quay.io/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 a6a822507..75741a090 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 hub.epicm.org/epicmorg/debian:sid-develop as builder +FROM quay.io/epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -69,7 +69,7 @@ RUN make -j$(nproc) && \ ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/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 cd201077d..0e6c656ed 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: "hub.epicm.org/epicmorg/debian:sid-python-3.1" + image: "quay.io/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 2f15b9b26..ed7fb8a04 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 hub.epicm.org/epicmorg/debian:sid-develop as builder +FROM quay.io/epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/epicmorg/debian:sid RUN apt-get remove -y python3-pip 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 c99fefa89..fccd7b044 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: "hub.epicm.org/epicmorg/debian:sid-python-3.10" + image: "quay.io/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 af73ec3e4..330541479 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 hub.epicm.org/epicmorg/debian:sid-develop as builder +FROM quay.io/epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/epicmorg/debian:sid RUN apt-get remove -y python3-pip 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 38b8c5992..49434d9ea 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: "hub.epicm.org/epicmorg/debian:sid-python-3.11" + image: "quay.io/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 a812f681f..4751acc02 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 hub.epicm.org/epicmorg/debian:sid-develop as builder +FROM quay.io/epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/epicmorg/debian:sid RUN apt-get remove -y python3-pip 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 893cf24f3..63cc18e5d 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: "hub.epicm.org/epicmorg/debian:sid-python-3.12" + image: "quay.io/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 d410ee326..e35ad281e 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 hub.epicm.org/epicmorg/debian:sid-develop as builder +FROM quay.io/epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/epicmorg/debian:sid RUN apt-get remove -y python3-pip 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 feb94aebc..3b7bb8af3 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: "hub.epicm.org/epicmorg/debian:sid-python-3.13" + image: "quay.io/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 53ca5dbba..0504c2b3f 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 hub.epicm.org/epicmorg/debian:sid-develop as builder +FROM quay.io/epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -72,7 +72,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/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 5625c5bff..9fcff95f9 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: "hub.epicm.org/epicmorg/debian:sid-python-3.2" + image: "quay.io/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 e198b1e87..b433beb6f 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 hub.epicm.org/epicmorg/debian:sid-develop as builder +FROM quay.io/epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -71,7 +71,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/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 b9364a4c6..cb0a31e3d 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: "hub.epicm.org/epicmorg/debian:sid-python-3.3" + image: "quay.io/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 2b0f22a1f..c4670f05d 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 hub.epicm.org/epicmorg/debian:sid-develop as builder +FROM quay.io/epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -72,7 +72,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/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 a5a80f4d3..4489f51b9 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: "hub.epicm.org/epicmorg/debian:sid-python-3.4" + image: "quay.io/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 5927f8a03..2e58102df 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 hub.epicm.org/epicmorg/debian:sid-develop as builder +FROM quay.io/epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -74,7 +74,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/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 c4bac1032..4112df100 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: "hub.epicm.org/epicmorg/debian:sid-python-3.5" + image: "quay.io/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 c5918dd9e..0f04b0030 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 hub.epicm.org/epicmorg/debian:sid-develop as builder +FROM quay.io/epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -75,7 +75,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/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 d8c27e0fb..b9415b30b 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: "hub.epicm.org/epicmorg/debian:sid-python-3.6" + image: "quay.io/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 d76bdb530..e6b501cde 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 hub.epicm.org/epicmorg/debian:sid-develop as builder +FROM quay.io/epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/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 0c41bfe95..2e7fae597 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: "hub.epicm.org/epicmorg/debian:sid-python-3.7" + image: "quay.io/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 2873d4aa5..b994c8fed 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 hub.epicm.org/epicmorg/debian:sid-develop as builder +FROM quay.io/epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/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 14c25d498..0327d53be 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: "hub.epicm.org/epicmorg/debian:sid-python-3.8" + image: "quay.io/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 6b75316ea..468a4d8a3 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 hub.epicm.org/epicmorg/debian:sid-develop as builder +FROM quay.io/epicmorg/debian:sid-develop as builder ################################################################## # Build @@ -79,7 +79,7 @@ RUN python${PYTHON_VERSION} -c "import ssl; print(ssl.OPENSSL_VERSION)" ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:sid +FROM quay.io/epicmorg/debian:sid RUN apt-get remove -y python3-pip 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 5568aeeed..ef3c88160 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: "hub.epicm.org/epicmorg/debian:sid-python-3.9" + image: "quay.io/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 3b7f87812..db29644a3 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: "hub.epicm.org/epicmorg/debian:sid-slim" + image: "quay.io/epicmorg/debian:sid-slim" build: context: . diff --git a/linux/ecosystem/github/runner/latest/Dockerfile b/linux/ecosystem/github/runner/latest/Dockerfile index 91176d20e..e764a4888 100644 --- a/linux/ecosystem/github/runner/latest/Dockerfile +++ b/linux/ecosystem/github/runner/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/github-runner:minimal +FROM quay.io/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 b669d5099..be936777a 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: "hub.epicm.org/epicmorg/github-runner:latest" + image: "quay.io/epicmorg/github-runner:latest" build: context: . diff --git a/linux/ecosystem/github/runner/minimal/Dockerfile b/linux/ecosystem/github/runner/minimal/Dockerfile index f3a85beef..683e4f70f 100644 --- a/linux/ecosystem/github/runner/minimal/Dockerfile +++ b/linux/ecosystem/github/runner/minimal/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/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 808eb83bc..490d9b253 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: "hub.epicm.org/epicmorg/github-runner:minimal" + image: "quay.io/epicmorg/github-runner:minimal" 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 d6d7b38da..896b5a835 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 hub.epicm.org/epicmorg/gitlab-runner:minimal +FROM quay.io/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 042c7d88a..872a8afbc 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: "hub.epicm.org/epicmorg/gitlab-runner:amxx-sdk-rc" + image: "quay.io/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 80c6c8658..47f88d3b8 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 hub.epicm.org/epicmorg/gitlab-runner:minimal +FROM quay.io/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 f1c2ed1cc..5596aca58 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: "hub.epicm.org/epicmorg/gitlab-runner:amxx-sdk" + image: "quay.io/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 c93ec7ac9..4660eef9f 100644 --- a/linux/ecosystem/gitlab/runner/android-sdk/Dockerfile +++ b/linux/ecosystem/gitlab/runner/android-sdk/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/gitlab-runner:minimal +FROM quay.io/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 d556f17c5..ce2cc3556 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: "hub.epicm.org/epicmorg/gitlab-runner:android-sdk" + image: "quay.io/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 762a01a0b..efd0e93ce 100644 --- a/linux/ecosystem/gitlab/runner/atlassian-sdk/Dockerfile +++ b/linux/ecosystem/gitlab/runner/atlassian-sdk/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/gitlab-runner:minimal +FROM quay.io/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 b58d3a62d..5d109d155 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: "hub.epicm.org/epicmorg/gitlab-runner:atlassian-sdk" + image: "quay.io/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 ce3dad375..8ac08e91d 100644 --- a/linux/ecosystem/gitlab/runner/dotnet-sdk/Dockerfile +++ b/linux/ecosystem/gitlab/runner/dotnet-sdk/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/gitlab-runner:minimal +FROM quay.io/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 ea0d29969..9d87ea256 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: "hub.epicm.org/epicmorg/gitlab-runner:dotnet-sdk" + image: "quay.io/epicmorg/gitlab-runner:dotnet-sdk" build: context: . diff --git a/linux/ecosystem/gitlab/runner/latest/Dockerfile b/linux/ecosystem/gitlab/runner/latest/Dockerfile index ac52bce67..e7ee897df 100644 --- a/linux/ecosystem/gitlab/runner/latest/Dockerfile +++ b/linux/ecosystem/gitlab/runner/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/gitlab-runner:minimal +FROM quay.io/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 add1f423f..38ae5e56d 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: "hub.epicm.org/epicmorg/gitlab-runner:latest" + image: "quay.io/epicmorg/gitlab-runner:latest" build: context: . diff --git a/linux/ecosystem/gitlab/runner/minimal/Dockerfile b/linux/ecosystem/gitlab/runner/minimal/Dockerfile index 12d7678de..af7a6526f 100644 --- a/linux/ecosystem/gitlab/runner/minimal/Dockerfile +++ b/linux/ecosystem/gitlab/runner/minimal/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-develop +FROM quay.io/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 d40e060dc..b71ffe1e0 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: "hub.epicm.org/epicmorg/gitlab-runner:minimal" + image: "quay.io/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 b5366d61f..a65c0a12f 100644 --- a/linux/ecosystem/gitlab/runner/node0.12/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node0.12/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/gitlab-runner:minimal +FROM quay.io/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 6ef3e25a9..43e6da90b 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: "hub.epicm.org/epicmorg/gitlab-runner:node0.12" + image: "quay.io/epicmorg/gitlab-runner:node0.12" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node10/Dockerfile b/linux/ecosystem/gitlab/runner/node10/Dockerfile index 02840f18c..eebaa93b3 100644 --- a/linux/ecosystem/gitlab/runner/node10/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node10/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/gitlab-runner:minimal +FROM quay.io/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 5202ee491..52783bc54 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: "hub.epicm.org/epicmorg/gitlab-runner:node10" + image: "quay.io/epicmorg/gitlab-runner:node10" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node11/Dockerfile b/linux/ecosystem/gitlab/runner/node11/Dockerfile index 0b7571aa3..d111be323 100644 --- a/linux/ecosystem/gitlab/runner/node11/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node11/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/gitlab-runner:minimal +FROM quay.io/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 9bba9678c..c1c97ad78 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: "hub.epicm.org/epicmorg/gitlab-runner:node11" + image: "quay.io/epicmorg/gitlab-runner:node11" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node12/Dockerfile b/linux/ecosystem/gitlab/runner/node12/Dockerfile index 4902368b4..b1f25c606 100644 --- a/linux/ecosystem/gitlab/runner/node12/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node12/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/gitlab-runner:minimal +FROM quay.io/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 ab591a6ea..88517b9d8 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: "hub.epicm.org/epicmorg/gitlab-runner:node12" + image: "quay.io/epicmorg/gitlab-runner:node12" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node13/Dockerfile b/linux/ecosystem/gitlab/runner/node13/Dockerfile index dc2c20c73..d75354723 100644 --- a/linux/ecosystem/gitlab/runner/node13/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node13/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/gitlab-runner:minimal +FROM quay.io/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 abf0f8278..9a60fb9d1 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: "hub.epicm.org/epicmorg/gitlab-runner:node13" + image: "quay.io/epicmorg/gitlab-runner:node13" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node14/Dockerfile b/linux/ecosystem/gitlab/runner/node14/Dockerfile index 98ec32502..1da661c79 100644 --- a/linux/ecosystem/gitlab/runner/node14/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node14/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/gitlab-runner:minimal +FROM quay.io/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 f729fc351..5b326880f 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: "hub.epicm.org/epicmorg/gitlab-runner:node14" + image: "quay.io/epicmorg/gitlab-runner:node14" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node15/Dockerfile b/linux/ecosystem/gitlab/runner/node15/Dockerfile index 40a778b4d..6dd6271a9 100644 --- a/linux/ecosystem/gitlab/runner/node15/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node15/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/gitlab-runner:minimal +FROM quay.io/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 b3d4751e9..0febd57a3 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: "hub.epicm.org/epicmorg/gitlab-runner:node15" + image: "quay.io/epicmorg/gitlab-runner:node15" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node16/Dockerfile b/linux/ecosystem/gitlab/runner/node16/Dockerfile index 53865dbb7..97d0c3e51 100644 --- a/linux/ecosystem/gitlab/runner/node16/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node16/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/gitlab-runner:minimal +FROM quay.io/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 975334f00..a54a33542 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: "hub.epicm.org/epicmorg/gitlab-runner:node16" + image: "quay.io/epicmorg/gitlab-runner:node16" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node17/Dockerfile b/linux/ecosystem/gitlab/runner/node17/Dockerfile index 953a4c9e9..0adf47b01 100644 --- a/linux/ecosystem/gitlab/runner/node17/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node17/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/gitlab-runner:minimal +FROM quay.io/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 38e833ae8..bda45970f 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: "hub.epicm.org/epicmorg/gitlab-runner:node17" + image: "quay.io/epicmorg/gitlab-runner:node17" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node18/Dockerfile b/linux/ecosystem/gitlab/runner/node18/Dockerfile index df34c8dc3..8c28a6075 100644 --- a/linux/ecosystem/gitlab/runner/node18/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node18/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/gitlab-runner:minimal +FROM quay.io/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 9349619f9..ffbb1d8d1 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: "hub.epicm.org/epicmorg/gitlab-runner:node18" + image: "quay.io/epicmorg/gitlab-runner:node18" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node19/Dockerfile b/linux/ecosystem/gitlab/runner/node19/Dockerfile index 58f1a312f..d431a53b5 100644 --- a/linux/ecosystem/gitlab/runner/node19/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node19/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/gitlab-runner:minimal +FROM quay.io/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 373299dec..825431fc1 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: "hub.epicm.org/epicmorg/gitlab-runner:node19" + image: "quay.io/epicmorg/gitlab-runner:node19" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node20/Dockerfile b/linux/ecosystem/gitlab/runner/node20/Dockerfile index 3820fe4db..4f180ce7a 100644 --- a/linux/ecosystem/gitlab/runner/node20/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node20/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/gitlab-runner:minimal +FROM quay.io/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 cefa6f499..ca5d0ece7 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: "hub.epicm.org/epicmorg/gitlab-runner:node20" + image: "quay.io/epicmorg/gitlab-runner:node20" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node21/Dockerfile b/linux/ecosystem/gitlab/runner/node21/Dockerfile index b3830e312..b5abc6a55 100644 --- a/linux/ecosystem/gitlab/runner/node21/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node21/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/gitlab-runner:minimal +FROM quay.io/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 4cbf21f6e..3cf733c2a 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: "hub.epicm.org/epicmorg/gitlab-runner:node21" + image: "quay.io/epicmorg/gitlab-runner:node21" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node22/Dockerfile b/linux/ecosystem/gitlab/runner/node22/Dockerfile index 7754197a0..347f12184 100644 --- a/linux/ecosystem/gitlab/runner/node22/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node22/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/gitlab-runner:minimal +FROM quay.io/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 91d19ce91..c099a53ef 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: "hub.epicm.org/epicmorg/gitlab-runner:node22" + image: "quay.io/epicmorg/gitlab-runner:node22" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node23/Dockerfile b/linux/ecosystem/gitlab/runner/node23/Dockerfile index 0cc9eae2b..0bd7ca8ec 100644 --- a/linux/ecosystem/gitlab/runner/node23/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node23/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/gitlab-runner:minimal +FROM quay.io/epicmorg/gitlab-runner:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/gitlab/runner/node23/docker-compose.yml b/linux/ecosystem/gitlab/runner/node23/docker-compose.yml index 245a67974..3ce0a824c 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: "hub.epicm.org/epicmorg/gitlab-runner:node23" + image: "quay.io/epicmorg/gitlab-runner:node23" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node4/Dockerfile b/linux/ecosystem/gitlab/runner/node4/Dockerfile index 73a9d68e4..2dff87613 100644 --- a/linux/ecosystem/gitlab/runner/node4/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node4/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/gitlab-runner:minimal +FROM quay.io/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 530a2173e..817a5520b 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: "hub.epicm.org/epicmorg/gitlab-runner:node4" + image: "quay.io/epicmorg/gitlab-runner:node4" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node5/Dockerfile b/linux/ecosystem/gitlab/runner/node5/Dockerfile index e2d62c33e..584b5228f 100644 --- a/linux/ecosystem/gitlab/runner/node5/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node5/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/gitlab-runner:minimal +FROM quay.io/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 8ca784971..779bbac7b 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: "hub.epicm.org/epicmorg/gitlab-runner:node5" + image: "quay.io/epicmorg/gitlab-runner:node5" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node6/Dockerfile b/linux/ecosystem/gitlab/runner/node6/Dockerfile index a613c8561..15f409f3e 100644 --- a/linux/ecosystem/gitlab/runner/node6/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node6/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/gitlab-runner:minimal +FROM quay.io/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 43ca3867d..0bee9c853 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: "hub.epicm.org/epicmorg/gitlab-runner:node6" + image: "quay.io/epicmorg/gitlab-runner:node6" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node7/Dockerfile b/linux/ecosystem/gitlab/runner/node7/Dockerfile index e3def3513..4d48f2f74 100644 --- a/linux/ecosystem/gitlab/runner/node7/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node7/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/gitlab-runner:minimal +FROM quay.io/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 7f220960a..28f0d878d 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: "hub.epicm.org/epicmorg/gitlab-runner:node7" + image: "quay.io/epicmorg/gitlab-runner:node7" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node8/Dockerfile b/linux/ecosystem/gitlab/runner/node8/Dockerfile index d68da9760..180a697b9 100644 --- a/linux/ecosystem/gitlab/runner/node8/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node8/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/gitlab-runner:minimal +FROM quay.io/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 dd729984c..108b0a300 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: "hub.epicm.org/epicmorg/gitlab-runner:node8" + image: "quay.io/epicmorg/gitlab-runner:node8" build: context: . diff --git a/linux/ecosystem/gitlab/runner/node9/Dockerfile b/linux/ecosystem/gitlab/runner/node9/Dockerfile index e2e0058be..2074d407e 100644 --- a/linux/ecosystem/gitlab/runner/node9/Dockerfile +++ b/linux/ecosystem/gitlab/runner/node9/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/gitlab-runner:minimal +FROM quay.io/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 7315c7663..9c4e4cc9b 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: "hub.epicm.org/epicmorg/gitlab-runner:node9" + image: "quay.io/epicmorg/gitlab-runner:node9" build: context: . diff --git a/linux/ecosystem/gitlab/runner/php56/Dockerfile b/linux/ecosystem/gitlab/runner/php56/Dockerfile index b37066113..77d82ad40 100644 --- a/linux/ecosystem/gitlab/runner/php56/Dockerfile +++ b/linux/ecosystem/gitlab/runner/php56/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/gitlab-runner:minimal +FROM quay.io/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 98e443ed6..e6711fa7c 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: "hub.epicm.org/epicmorg/gitlab-runner:php5.6" + image: "quay.io/epicmorg/gitlab-runner:php5.6" build: context: . diff --git a/linux/ecosystem/gitlab/runner/php70/Dockerfile b/linux/ecosystem/gitlab/runner/php70/Dockerfile index 9b86dd538..82bb7e6a9 100644 --- a/linux/ecosystem/gitlab/runner/php70/Dockerfile +++ b/linux/ecosystem/gitlab/runner/php70/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-develop AS builder +FROM quay.io/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 hub.epicm.org/epicmorg/gitlab-runner:minimal +FROM quay.io/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 da86e8a67..dc3f2dc7e 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: "hub.epicm.org/epicmorg/gitlab-runner:php7.0" + image: "quay.io/epicmorg/gitlab-runner:php7.0" build: context: . diff --git a/linux/ecosystem/gitlab/runner/php71/Dockerfile b/linux/ecosystem/gitlab/runner/php71/Dockerfile index de52c8441..35a0ca43b 100644 --- a/linux/ecosystem/gitlab/runner/php71/Dockerfile +++ b/linux/ecosystem/gitlab/runner/php71/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-develop AS builder +FROM quay.io/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 hub.epicm.org/epicmorg/gitlab-runner:minimal +FROM quay.io/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 99724a857..f87f97397 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: "hub.epicm.org/epicmorg/gitlab-runner:php7.1" + image: "quay.io/epicmorg/gitlab-runner:php7.1" build: context: . diff --git a/linux/ecosystem/gitlab/runner/php72/Dockerfile b/linux/ecosystem/gitlab/runner/php72/Dockerfile index 472b8eab6..bc14d4dbc 100644 --- a/linux/ecosystem/gitlab/runner/php72/Dockerfile +++ b/linux/ecosystem/gitlab/runner/php72/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-develop AS builder +FROM quay.io/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 hub.epicm.org/epicmorg/gitlab-runner:minimal +FROM quay.io/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 d44cc74cd..c8dd0dd80 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: "hub.epicm.org/epicmorg/gitlab-runner:php7.2" + image: "quay.io/epicmorg/gitlab-runner:php7.2" build: context: . diff --git a/linux/ecosystem/gitlab/runner/php73/Dockerfile b/linux/ecosystem/gitlab/runner/php73/Dockerfile index 523ec2011..41e265150 100644 --- a/linux/ecosystem/gitlab/runner/php73/Dockerfile +++ b/linux/ecosystem/gitlab/runner/php73/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-develop AS builder +FROM quay.io/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 hub.epicm.org/epicmorg/gitlab-runner:minimal +FROM quay.io/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 887eb90e0..f8bb9f64a 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: "hub.epicm.org/epicmorg/gitlab-runner:php7.3" + image: "quay.io/epicmorg/gitlab-runner:php7.3" build: context: . diff --git a/linux/ecosystem/gitlab/runner/php74/Dockerfile b/linux/ecosystem/gitlab/runner/php74/Dockerfile index 3c13515a1..4ce2e7508 100644 --- a/linux/ecosystem/gitlab/runner/php74/Dockerfile +++ b/linux/ecosystem/gitlab/runner/php74/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-develop AS builder +FROM quay.io/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 hub.epicm.org/epicmorg/gitlab-runner:minimal +FROM quay.io/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 d6b197828..c36d5428c 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: "hub.epicm.org/epicmorg/gitlab-runner:php7.4" + image: "quay.io/epicmorg/gitlab-runner:php7.4" build: context: . diff --git a/linux/ecosystem/gitlab/runner/php80/Dockerfile b/linux/ecosystem/gitlab/runner/php80/Dockerfile index 4b0c5daaf..2e1b2e766 100644 --- a/linux/ecosystem/gitlab/runner/php80/Dockerfile +++ b/linux/ecosystem/gitlab/runner/php80/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/gitlab-runner:minimal +FROM quay.io/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 1b45d1d81..694361adf 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: "hub.epicm.org/epicmorg/gitlab-runner:php8.0" + image: "quay.io/epicmorg/gitlab-runner:php8.0" build: context: . diff --git a/linux/ecosystem/gitlab/runner/php81/Dockerfile b/linux/ecosystem/gitlab/runner/php81/Dockerfile index 83d7c5fd7..143fdd1d0 100644 --- a/linux/ecosystem/gitlab/runner/php81/Dockerfile +++ b/linux/ecosystem/gitlab/runner/php81/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/gitlab-runner:minimal +FROM quay.io/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 153d5151e..451ef7c0a 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: "hub.epicm.org/epicmorg/gitlab-runner:php8.1" + image: "quay.io/epicmorg/gitlab-runner:php8.1" build: context: . diff --git a/linux/ecosystem/gitlab/runner/php82/Dockerfile b/linux/ecosystem/gitlab/runner/php82/Dockerfile index 10f2e85ce..f1cd58458 100644 --- a/linux/ecosystem/gitlab/runner/php82/Dockerfile +++ b/linux/ecosystem/gitlab/runner/php82/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/gitlab-runner:minimal +FROM quay.io/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 ce77a98fd..5532973ff 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: "hub.epicm.org/epicmorg/gitlab-runner:php8.2" + image: "quay.io/epicmorg/gitlab-runner:php8.2" build: context: . diff --git a/linux/ecosystem/gitlab/runner/php83/Dockerfile b/linux/ecosystem/gitlab/runner/php83/Dockerfile index f37e347b1..d944925f8 100644 --- a/linux/ecosystem/gitlab/runner/php83/Dockerfile +++ b/linux/ecosystem/gitlab/runner/php83/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/gitlab-runner:minimal +FROM quay.io/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 4fe254fef..8469d427a 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: "hub.epicm.org/epicmorg/gitlab-runner:php8.3" + image: "quay.io/epicmorg/gitlab-runner:php8.3" build: context: . diff --git a/linux/ecosystem/gitlab/runner/php84/Dockerfile b/linux/ecosystem/gitlab/runner/php84/Dockerfile index 3ef6e2638..8c6caf05c 100644 --- a/linux/ecosystem/gitlab/runner/php84/Dockerfile +++ b/linux/ecosystem/gitlab/runner/php84/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/gitlab-runner:minimal +FROM quay.io/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 5ff0f7607..3203063fe 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: "hub.epicm.org/epicmorg/gitlab-runner:php8.4" + image: "quay.io/epicmorg/gitlab-runner:php8.4" build: context: . diff --git a/linux/ecosystem/monero/monerod/Dockerfile b/linux/ecosystem/monero/monerod/Dockerfile index 8e14b276f..8727fe438 100644 --- a/linux/ecosystem/monero/monerod/Dockerfile +++ b/linux/ecosystem/monero/monerod/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 d1d5a817c..a765ab9f0 100644 --- a/linux/ecosystem/monero/monerod/docker-compose.yml +++ b/linux/ecosystem/monero/monerod/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/monero:latest" + image: "quay.io/epicmorg/monero:latest" build: context: . diff --git a/linux/ecosystem/monero/p2pool/Dockerfile b/linux/ecosystem/monero/p2pool/Dockerfile index c7d1cef99..0f99f2095 100644 --- a/linux/ecosystem/monero/p2pool/Dockerfile +++ b/linux/ecosystem/monero/p2pool/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 3b856e081..55d91850b 100644 --- a/linux/ecosystem/monero/p2pool/docker-compose.yml +++ b/linux/ecosystem/monero/p2pool/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/monero:p2pool" + image: "quay.io/epicmorg/monero:p2pool" build: context: . diff --git a/linux/ecosystem/nginx/1.14.2/main/Dockerfile b/linux/ecosystem/nginx/1.14.2/main/Dockerfile index 237db9122..bbd5f066a 100644 --- a/linux/ecosystem/nginx/1.14.2/main/Dockerfile +++ b/linux/ecosystem/nginx/1.14.2/main/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM hub.epicm.org/epicmorg/debian:bullseye-develop AS builder +FROM quay.io/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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.14.2/main/docker-compose.yml b/linux/ecosystem/nginx/1.14.2/main/docker-compose.yml index 7e2e22f8b..25c3162ef 100644 --- a/linux/ecosystem/nginx/1.14.2/main/docker-compose.yml +++ b/linux/ecosystem/nginx/1.14.2/main/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/nginx:${NGINX_VERSION}" + image: "quay.io/epicmorg/nginx:${NGINX_VERSION}" build: context: . args: diff --git a/linux/ecosystem/nginx/1.14.2/php/Dockerfile b/linux/ecosystem/nginx/1.14.2/php/Dockerfile index 45ac0973a..8b5f99e2c 100644 --- a/linux/ecosystem/nginx/1.14.2/php/Dockerfile +++ b/linux/ecosystem/nginx/1.14.2/php/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM hub.epicm.org/epicmorg/debian:bullseye-develop AS builder +FROM quay.io/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 hub.epicm.org/epicmorg/nginx:${NGINX_VERSION} +FROM quay.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.14.2/php/docker-compose.yml b/linux/ecosystem/nginx/1.14.2/php/docker-compose.yml index 33698105f..d36e13fdb 100644 --- a/linux/ecosystem/nginx/1.14.2/php/docker-compose.yml +++ b/linux/ecosystem/nginx/1.14.2/php/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/nginx:${NGINX_VERSION}-php" + image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-php" build: context: . args: diff --git a/linux/ecosystem/nginx/1.14.2/rtmp-hls/Dockerfile b/linux/ecosystem/nginx/1.14.2/rtmp-hls/Dockerfile index 2a989cdcd..4a263d3aa 100644 --- a/linux/ecosystem/nginx/1.14.2/rtmp-hls/Dockerfile +++ b/linux/ecosystem/nginx/1.14.2/rtmp-hls/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM hub.epicm.org/epicmorg/nginx:${NGINX_VERSION} +FROM quay.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.14.2/rtmp-hls/docker-compose.yml b/linux/ecosystem/nginx/1.14.2/rtmp-hls/docker-compose.yml index d6e43fbf1..e03d8012c 100644 --- a/linux/ecosystem/nginx/1.14.2/rtmp-hls/docker-compose.yml +++ b/linux/ecosystem/nginx/1.14.2/rtmp-hls/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" + image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" build: context: . args: diff --git a/linux/ecosystem/nginx/1.15.12/main/Dockerfile b/linux/ecosystem/nginx/1.15.12/main/Dockerfile index 237db9122..bbd5f066a 100644 --- a/linux/ecosystem/nginx/1.15.12/main/Dockerfile +++ b/linux/ecosystem/nginx/1.15.12/main/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM hub.epicm.org/epicmorg/debian:bullseye-develop AS builder +FROM quay.io/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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.15.12/main/docker-compose.yml b/linux/ecosystem/nginx/1.15.12/main/docker-compose.yml index 7e2e22f8b..25c3162ef 100644 --- a/linux/ecosystem/nginx/1.15.12/main/docker-compose.yml +++ b/linux/ecosystem/nginx/1.15.12/main/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/nginx:${NGINX_VERSION}" + image: "quay.io/epicmorg/nginx:${NGINX_VERSION}" build: context: . args: diff --git a/linux/ecosystem/nginx/1.15.12/php/Dockerfile b/linux/ecosystem/nginx/1.15.12/php/Dockerfile index 45ac0973a..8b5f99e2c 100644 --- a/linux/ecosystem/nginx/1.15.12/php/Dockerfile +++ b/linux/ecosystem/nginx/1.15.12/php/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM hub.epicm.org/epicmorg/debian:bullseye-develop AS builder +FROM quay.io/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 hub.epicm.org/epicmorg/nginx:${NGINX_VERSION} +FROM quay.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.15.12/php/docker-compose.yml b/linux/ecosystem/nginx/1.15.12/php/docker-compose.yml index 33698105f..d36e13fdb 100644 --- a/linux/ecosystem/nginx/1.15.12/php/docker-compose.yml +++ b/linux/ecosystem/nginx/1.15.12/php/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/nginx:${NGINX_VERSION}-php" + image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-php" build: context: . args: diff --git a/linux/ecosystem/nginx/1.15.12/rtmp-hls/Dockerfile b/linux/ecosystem/nginx/1.15.12/rtmp-hls/Dockerfile index 2a989cdcd..4a263d3aa 100644 --- a/linux/ecosystem/nginx/1.15.12/rtmp-hls/Dockerfile +++ b/linux/ecosystem/nginx/1.15.12/rtmp-hls/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM hub.epicm.org/epicmorg/nginx:${NGINX_VERSION} +FROM quay.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.15.12/rtmp-hls/docker-compose.yml b/linux/ecosystem/nginx/1.15.12/rtmp-hls/docker-compose.yml index d6e43fbf1..e03d8012c 100644 --- a/linux/ecosystem/nginx/1.15.12/rtmp-hls/docker-compose.yml +++ b/linux/ecosystem/nginx/1.15.12/rtmp-hls/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" + image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" build: context: . args: diff --git a/linux/ecosystem/nginx/1.16.1/main/Dockerfile b/linux/ecosystem/nginx/1.16.1/main/Dockerfile index 237db9122..bbd5f066a 100644 --- a/linux/ecosystem/nginx/1.16.1/main/Dockerfile +++ b/linux/ecosystem/nginx/1.16.1/main/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM hub.epicm.org/epicmorg/debian:bullseye-develop AS builder +FROM quay.io/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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.16.1/main/docker-compose.yml b/linux/ecosystem/nginx/1.16.1/main/docker-compose.yml index 7e2e22f8b..25c3162ef 100644 --- a/linux/ecosystem/nginx/1.16.1/main/docker-compose.yml +++ b/linux/ecosystem/nginx/1.16.1/main/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/nginx:${NGINX_VERSION}" + image: "quay.io/epicmorg/nginx:${NGINX_VERSION}" build: context: . args: diff --git a/linux/ecosystem/nginx/1.16.1/php/Dockerfile b/linux/ecosystem/nginx/1.16.1/php/Dockerfile index 45ac0973a..8b5f99e2c 100644 --- a/linux/ecosystem/nginx/1.16.1/php/Dockerfile +++ b/linux/ecosystem/nginx/1.16.1/php/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM hub.epicm.org/epicmorg/debian:bullseye-develop AS builder +FROM quay.io/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 hub.epicm.org/epicmorg/nginx:${NGINX_VERSION} +FROM quay.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.16.1/php/docker-compose.yml b/linux/ecosystem/nginx/1.16.1/php/docker-compose.yml index 33698105f..d36e13fdb 100644 --- a/linux/ecosystem/nginx/1.16.1/php/docker-compose.yml +++ b/linux/ecosystem/nginx/1.16.1/php/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/nginx:${NGINX_VERSION}-php" + image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-php" build: context: . args: diff --git a/linux/ecosystem/nginx/1.16.1/rtmp-hls/Dockerfile b/linux/ecosystem/nginx/1.16.1/rtmp-hls/Dockerfile index 2a989cdcd..4a263d3aa 100644 --- a/linux/ecosystem/nginx/1.16.1/rtmp-hls/Dockerfile +++ b/linux/ecosystem/nginx/1.16.1/rtmp-hls/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM hub.epicm.org/epicmorg/nginx:${NGINX_VERSION} +FROM quay.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.16.1/rtmp-hls/docker-compose.yml b/linux/ecosystem/nginx/1.16.1/rtmp-hls/docker-compose.yml index d6e43fbf1..e03d8012c 100644 --- a/linux/ecosystem/nginx/1.16.1/rtmp-hls/docker-compose.yml +++ b/linux/ecosystem/nginx/1.16.1/rtmp-hls/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" + image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" build: context: . args: diff --git a/linux/ecosystem/nginx/1.17.10/main/Dockerfile b/linux/ecosystem/nginx/1.17.10/main/Dockerfile index 237db9122..bbd5f066a 100644 --- a/linux/ecosystem/nginx/1.17.10/main/Dockerfile +++ b/linux/ecosystem/nginx/1.17.10/main/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM hub.epicm.org/epicmorg/debian:bullseye-develop AS builder +FROM quay.io/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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.17.10/main/docker-compose.yml b/linux/ecosystem/nginx/1.17.10/main/docker-compose.yml index 7e2e22f8b..25c3162ef 100644 --- a/linux/ecosystem/nginx/1.17.10/main/docker-compose.yml +++ b/linux/ecosystem/nginx/1.17.10/main/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/nginx:${NGINX_VERSION}" + image: "quay.io/epicmorg/nginx:${NGINX_VERSION}" build: context: . args: diff --git a/linux/ecosystem/nginx/1.17.10/php/Dockerfile b/linux/ecosystem/nginx/1.17.10/php/Dockerfile index 45ac0973a..8b5f99e2c 100644 --- a/linux/ecosystem/nginx/1.17.10/php/Dockerfile +++ b/linux/ecosystem/nginx/1.17.10/php/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM hub.epicm.org/epicmorg/debian:bullseye-develop AS builder +FROM quay.io/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 hub.epicm.org/epicmorg/nginx:${NGINX_VERSION} +FROM quay.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.17.10/php/docker-compose.yml b/linux/ecosystem/nginx/1.17.10/php/docker-compose.yml index 33698105f..d36e13fdb 100644 --- a/linux/ecosystem/nginx/1.17.10/php/docker-compose.yml +++ b/linux/ecosystem/nginx/1.17.10/php/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/nginx:${NGINX_VERSION}-php" + image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-php" build: context: . args: diff --git a/linux/ecosystem/nginx/1.17.10/rtmp-hls/Dockerfile b/linux/ecosystem/nginx/1.17.10/rtmp-hls/Dockerfile index 2a989cdcd..4a263d3aa 100644 --- a/linux/ecosystem/nginx/1.17.10/rtmp-hls/Dockerfile +++ b/linux/ecosystem/nginx/1.17.10/rtmp-hls/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM hub.epicm.org/epicmorg/nginx:${NGINX_VERSION} +FROM quay.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.17.10/rtmp-hls/docker-compose.yml b/linux/ecosystem/nginx/1.17.10/rtmp-hls/docker-compose.yml index d6e43fbf1..e03d8012c 100644 --- a/linux/ecosystem/nginx/1.17.10/rtmp-hls/docker-compose.yml +++ b/linux/ecosystem/nginx/1.17.10/rtmp-hls/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" + image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" build: context: . args: diff --git a/linux/ecosystem/nginx/1.18.0/main/Dockerfile b/linux/ecosystem/nginx/1.18.0/main/Dockerfile index 237db9122..bbd5f066a 100644 --- a/linux/ecosystem/nginx/1.18.0/main/Dockerfile +++ b/linux/ecosystem/nginx/1.18.0/main/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM hub.epicm.org/epicmorg/debian:bullseye-develop AS builder +FROM quay.io/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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.18.0/main/docker-compose.yml b/linux/ecosystem/nginx/1.18.0/main/docker-compose.yml index 7e2e22f8b..25c3162ef 100644 --- a/linux/ecosystem/nginx/1.18.0/main/docker-compose.yml +++ b/linux/ecosystem/nginx/1.18.0/main/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/nginx:${NGINX_VERSION}" + image: "quay.io/epicmorg/nginx:${NGINX_VERSION}" build: context: . args: diff --git a/linux/ecosystem/nginx/1.18.0/php/Dockerfile b/linux/ecosystem/nginx/1.18.0/php/Dockerfile index 45ac0973a..8b5f99e2c 100644 --- a/linux/ecosystem/nginx/1.18.0/php/Dockerfile +++ b/linux/ecosystem/nginx/1.18.0/php/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM hub.epicm.org/epicmorg/debian:bullseye-develop AS builder +FROM quay.io/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 hub.epicm.org/epicmorg/nginx:${NGINX_VERSION} +FROM quay.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.18.0/php/docker-compose.yml b/linux/ecosystem/nginx/1.18.0/php/docker-compose.yml index 33698105f..d36e13fdb 100644 --- a/linux/ecosystem/nginx/1.18.0/php/docker-compose.yml +++ b/linux/ecosystem/nginx/1.18.0/php/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/nginx:${NGINX_VERSION}-php" + image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-php" build: context: . args: diff --git a/linux/ecosystem/nginx/1.18.0/rtmp-hls/Dockerfile b/linux/ecosystem/nginx/1.18.0/rtmp-hls/Dockerfile index 2a989cdcd..4a263d3aa 100644 --- a/linux/ecosystem/nginx/1.18.0/rtmp-hls/Dockerfile +++ b/linux/ecosystem/nginx/1.18.0/rtmp-hls/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM hub.epicm.org/epicmorg/nginx:${NGINX_VERSION} +FROM quay.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.18.0/rtmp-hls/docker-compose.yml b/linux/ecosystem/nginx/1.18.0/rtmp-hls/docker-compose.yml index d6e43fbf1..e03d8012c 100644 --- a/linux/ecosystem/nginx/1.18.0/rtmp-hls/docker-compose.yml +++ b/linux/ecosystem/nginx/1.18.0/rtmp-hls/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" + image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" build: context: . args: diff --git a/linux/ecosystem/nginx/1.19.10/main/Dockerfile b/linux/ecosystem/nginx/1.19.10/main/Dockerfile index 237db9122..bbd5f066a 100644 --- a/linux/ecosystem/nginx/1.19.10/main/Dockerfile +++ b/linux/ecosystem/nginx/1.19.10/main/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM hub.epicm.org/epicmorg/debian:bullseye-develop AS builder +FROM quay.io/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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.19.10/main/docker-compose.yml b/linux/ecosystem/nginx/1.19.10/main/docker-compose.yml index 7e2e22f8b..25c3162ef 100644 --- a/linux/ecosystem/nginx/1.19.10/main/docker-compose.yml +++ b/linux/ecosystem/nginx/1.19.10/main/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/nginx:${NGINX_VERSION}" + image: "quay.io/epicmorg/nginx:${NGINX_VERSION}" build: context: . args: diff --git a/linux/ecosystem/nginx/1.19.10/php/Dockerfile b/linux/ecosystem/nginx/1.19.10/php/Dockerfile index 45ac0973a..8b5f99e2c 100644 --- a/linux/ecosystem/nginx/1.19.10/php/Dockerfile +++ b/linux/ecosystem/nginx/1.19.10/php/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM hub.epicm.org/epicmorg/debian:bullseye-develop AS builder +FROM quay.io/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 hub.epicm.org/epicmorg/nginx:${NGINX_VERSION} +FROM quay.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.19.10/php/docker-compose.yml b/linux/ecosystem/nginx/1.19.10/php/docker-compose.yml index 33698105f..d36e13fdb 100644 --- a/linux/ecosystem/nginx/1.19.10/php/docker-compose.yml +++ b/linux/ecosystem/nginx/1.19.10/php/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/nginx:${NGINX_VERSION}-php" + image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-php" build: context: . args: diff --git a/linux/ecosystem/nginx/1.19.10/rtmp-hls/Dockerfile b/linux/ecosystem/nginx/1.19.10/rtmp-hls/Dockerfile index 2a989cdcd..4a263d3aa 100644 --- a/linux/ecosystem/nginx/1.19.10/rtmp-hls/Dockerfile +++ b/linux/ecosystem/nginx/1.19.10/rtmp-hls/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM hub.epicm.org/epicmorg/nginx:${NGINX_VERSION} +FROM quay.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.19.10/rtmp-hls/docker-compose.yml b/linux/ecosystem/nginx/1.19.10/rtmp-hls/docker-compose.yml index d6e43fbf1..e03d8012c 100644 --- a/linux/ecosystem/nginx/1.19.10/rtmp-hls/docker-compose.yml +++ b/linux/ecosystem/nginx/1.19.10/rtmp-hls/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" + image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" build: context: . args: diff --git a/linux/ecosystem/nginx/1.20.1/main/Dockerfile b/linux/ecosystem/nginx/1.20.1/main/Dockerfile index 237db9122..bbd5f066a 100644 --- a/linux/ecosystem/nginx/1.20.1/main/Dockerfile +++ b/linux/ecosystem/nginx/1.20.1/main/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM hub.epicm.org/epicmorg/debian:bullseye-develop AS builder +FROM quay.io/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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.20.1/main/docker-compose.yml b/linux/ecosystem/nginx/1.20.1/main/docker-compose.yml index 7e2e22f8b..25c3162ef 100644 --- a/linux/ecosystem/nginx/1.20.1/main/docker-compose.yml +++ b/linux/ecosystem/nginx/1.20.1/main/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/nginx:${NGINX_VERSION}" + image: "quay.io/epicmorg/nginx:${NGINX_VERSION}" build: context: . args: diff --git a/linux/ecosystem/nginx/1.20.1/php/Dockerfile b/linux/ecosystem/nginx/1.20.1/php/Dockerfile index 45ac0973a..8b5f99e2c 100644 --- a/linux/ecosystem/nginx/1.20.1/php/Dockerfile +++ b/linux/ecosystem/nginx/1.20.1/php/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM hub.epicm.org/epicmorg/debian:bullseye-develop AS builder +FROM quay.io/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 hub.epicm.org/epicmorg/nginx:${NGINX_VERSION} +FROM quay.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.20.1/php/docker-compose.yml b/linux/ecosystem/nginx/1.20.1/php/docker-compose.yml index 33698105f..d36e13fdb 100644 --- a/linux/ecosystem/nginx/1.20.1/php/docker-compose.yml +++ b/linux/ecosystem/nginx/1.20.1/php/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/nginx:${NGINX_VERSION}-php" + image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-php" build: context: . args: diff --git a/linux/ecosystem/nginx/1.20.1/rtmp-hls/Dockerfile b/linux/ecosystem/nginx/1.20.1/rtmp-hls/Dockerfile index 2a989cdcd..4a263d3aa 100644 --- a/linux/ecosystem/nginx/1.20.1/rtmp-hls/Dockerfile +++ b/linux/ecosystem/nginx/1.20.1/rtmp-hls/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM hub.epicm.org/epicmorg/nginx:${NGINX_VERSION} +FROM quay.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.20.1/rtmp-hls/docker-compose.yml b/linux/ecosystem/nginx/1.20.1/rtmp-hls/docker-compose.yml index d6e43fbf1..e03d8012c 100644 --- a/linux/ecosystem/nginx/1.20.1/rtmp-hls/docker-compose.yml +++ b/linux/ecosystem/nginx/1.20.1/rtmp-hls/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" + image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" build: context: . args: diff --git a/linux/ecosystem/nginx/1.21.3/main/Dockerfile b/linux/ecosystem/nginx/1.21.3/main/Dockerfile index 3e11b905c..1f2eb165e 100644 --- a/linux/ecosystem/nginx/1.21.3/main/Dockerfile +++ b/linux/ecosystem/nginx/1.21.3/main/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM hub.epicm.org/epicmorg/debian:bullseye-develop AS builder +FROM quay.io/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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.21.3/main/docker-compose.yml b/linux/ecosystem/nginx/1.21.3/main/docker-compose.yml index 7e2e22f8b..25c3162ef 100644 --- a/linux/ecosystem/nginx/1.21.3/main/docker-compose.yml +++ b/linux/ecosystem/nginx/1.21.3/main/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/nginx:${NGINX_VERSION}" + image: "quay.io/epicmorg/nginx:${NGINX_VERSION}" build: context: . args: diff --git a/linux/ecosystem/nginx/1.21.3/php/Dockerfile b/linux/ecosystem/nginx/1.21.3/php/Dockerfile index 45ac0973a..8b5f99e2c 100644 --- a/linux/ecosystem/nginx/1.21.3/php/Dockerfile +++ b/linux/ecosystem/nginx/1.21.3/php/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM hub.epicm.org/epicmorg/debian:bullseye-develop AS builder +FROM quay.io/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 hub.epicm.org/epicmorg/nginx:${NGINX_VERSION} +FROM quay.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.21.3/php/docker-compose.yml b/linux/ecosystem/nginx/1.21.3/php/docker-compose.yml index 33698105f..d36e13fdb 100644 --- a/linux/ecosystem/nginx/1.21.3/php/docker-compose.yml +++ b/linux/ecosystem/nginx/1.21.3/php/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/nginx:${NGINX_VERSION}-php" + image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-php" build: context: . args: diff --git a/linux/ecosystem/nginx/1.21.3/rtmp-hls/Dockerfile b/linux/ecosystem/nginx/1.21.3/rtmp-hls/Dockerfile index 2a989cdcd..4a263d3aa 100644 --- a/linux/ecosystem/nginx/1.21.3/rtmp-hls/Dockerfile +++ b/linux/ecosystem/nginx/1.21.3/rtmp-hls/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM hub.epicm.org/epicmorg/nginx:${NGINX_VERSION} +FROM quay.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.21.3/rtmp-hls/docker-compose.yml b/linux/ecosystem/nginx/1.21.3/rtmp-hls/docker-compose.yml index d6e43fbf1..e03d8012c 100644 --- a/linux/ecosystem/nginx/1.21.3/rtmp-hls/docker-compose.yml +++ b/linux/ecosystem/nginx/1.21.3/rtmp-hls/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" + image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" build: context: . args: diff --git a/linux/ecosystem/nginx/1.21.6/main/Dockerfile b/linux/ecosystem/nginx/1.21.6/main/Dockerfile index 3e11b905c..1f2eb165e 100644 --- a/linux/ecosystem/nginx/1.21.6/main/Dockerfile +++ b/linux/ecosystem/nginx/1.21.6/main/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM hub.epicm.org/epicmorg/debian:bullseye-develop AS builder +FROM quay.io/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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.21.6/main/docker-compose.yml b/linux/ecosystem/nginx/1.21.6/main/docker-compose.yml index 7e2e22f8b..25c3162ef 100644 --- a/linux/ecosystem/nginx/1.21.6/main/docker-compose.yml +++ b/linux/ecosystem/nginx/1.21.6/main/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/nginx:${NGINX_VERSION}" + image: "quay.io/epicmorg/nginx:${NGINX_VERSION}" build: context: . args: diff --git a/linux/ecosystem/nginx/1.21.6/php/Dockerfile b/linux/ecosystem/nginx/1.21.6/php/Dockerfile index 45ac0973a..8b5f99e2c 100644 --- a/linux/ecosystem/nginx/1.21.6/php/Dockerfile +++ b/linux/ecosystem/nginx/1.21.6/php/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM hub.epicm.org/epicmorg/debian:bullseye-develop AS builder +FROM quay.io/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 hub.epicm.org/epicmorg/nginx:${NGINX_VERSION} +FROM quay.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.21.6/php/docker-compose.yml b/linux/ecosystem/nginx/1.21.6/php/docker-compose.yml index 33698105f..d36e13fdb 100644 --- a/linux/ecosystem/nginx/1.21.6/php/docker-compose.yml +++ b/linux/ecosystem/nginx/1.21.6/php/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/nginx:${NGINX_VERSION}-php" + image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-php" build: context: . args: diff --git a/linux/ecosystem/nginx/1.21.6/rtmp-hls/Dockerfile b/linux/ecosystem/nginx/1.21.6/rtmp-hls/Dockerfile index 2a989cdcd..4a263d3aa 100644 --- a/linux/ecosystem/nginx/1.21.6/rtmp-hls/Dockerfile +++ b/linux/ecosystem/nginx/1.21.6/rtmp-hls/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM hub.epicm.org/epicmorg/nginx:${NGINX_VERSION} +FROM quay.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/1.21.6/rtmp-hls/docker-compose.yml b/linux/ecosystem/nginx/1.21.6/rtmp-hls/docker-compose.yml index d6e43fbf1..e03d8012c 100644 --- a/linux/ecosystem/nginx/1.21.6/rtmp-hls/docker-compose.yml +++ b/linux/ecosystem/nginx/1.21.6/rtmp-hls/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" + image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" build: context: . args: diff --git a/linux/ecosystem/nginx/1.27.0/main/Dockerfile b/linux/ecosystem/nginx/1.27.0/main/Dockerfile index 514fd966b..59e5a9277 100644 --- a/linux/ecosystem/nginx/1.27.0/main/Dockerfile +++ b/linux/ecosystem/nginx/1.27.0/main/Dockerfile @@ -5,7 +5,7 @@ ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:bookworm-develop AS build +FROM quay.io/epicmorg/debian:bookworm-develop AS build LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive @@ -333,7 +333,7 @@ RUN updatedb ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/epicmorg/debian:bookworm ENV NGINX_VERSION=1.27.0 ENV NGINX_DIR=${EMG_LOCAL_BASE_DIR}/nginx/${NGINX_VERSION} diff --git a/linux/ecosystem/nginx/1.27.0/main/docker-compose.yml b/linux/ecosystem/nginx/1.27.0/main/docker-compose.yml index 9d5b25cc7..c4e80d4e8 100644 --- a/linux/ecosystem/nginx/1.27.0/main/docker-compose.yml +++ b/linux/ecosystem/nginx/1.27.0/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/nginx:1.27.0" + image: "quay.io/epicmorg/nginx:1.27.0" build: context: . diff --git a/linux/ecosystem/nginx/latest/mainline/main/Dockerfile b/linux/ecosystem/nginx/latest/mainline/main/Dockerfile index b654c9b8c..40634c494 100644 --- a/linux/ecosystem/nginx/latest/mainline/main/Dockerfile +++ b/linux/ecosystem/nginx/latest/mainline/main/Dockerfile @@ -1,7 +1,7 @@ ################################################################## # Start build process ################################################################## -FROM hub.epicm.org/epicmorg/debian:bookworm-develop AS builder +FROM quay.io/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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/epicmorg/debian:bookworm LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/latest/mainline/main/docker-compose.yml b/linux/ecosystem/nginx/latest/mainline/main/docker-compose.yml index 93f51b4c5..e4a50e076 100644 --- a/linux/ecosystem/nginx/latest/mainline/main/docker-compose.yml +++ b/linux/ecosystem/nginx/latest/mainline/main/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/nginx:${NGINX_TAG}" + image: "quay.io/epicmorg/nginx:${NGINX_TAG}" build: context: . args: diff --git a/linux/ecosystem/nginx/latest/mainline/php/Dockerfile b/linux/ecosystem/nginx/latest/mainline/php/Dockerfile index b146c2e3a..b83675a65 100644 --- a/linux/ecosystem/nginx/latest/mainline/php/Dockerfile +++ b/linux/ecosystem/nginx/latest/mainline/php/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM hub.epicm.org/epicmorg/debian:bookworm-develop AS builder +FROM quay.io/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 hub.epicm.org/epicmorg/nginx:${NGINX_VERSION} +FROM quay.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/latest/mainline/php/docker-compose.yml b/linux/ecosystem/nginx/latest/mainline/php/docker-compose.yml index 33698105f..d36e13fdb 100644 --- a/linux/ecosystem/nginx/latest/mainline/php/docker-compose.yml +++ b/linux/ecosystem/nginx/latest/mainline/php/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/nginx:${NGINX_VERSION}-php" + image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-php" build: context: . args: diff --git a/linux/ecosystem/nginx/latest/mainline/rtmp-hls/Dockerfile b/linux/ecosystem/nginx/latest/mainline/rtmp-hls/Dockerfile index b13b92779..0dc55c809 100644 --- a/linux/ecosystem/nginx/latest/mainline/rtmp-hls/Dockerfile +++ b/linux/ecosystem/nginx/latest/mainline/rtmp-hls/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM hub.epicm.org/epicmorg/nginx:${NGINX_VERSION} +FROM quay.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/latest/mainline/rtmp-hls/docker-compose.yml b/linux/ecosystem/nginx/latest/mainline/rtmp-hls/docker-compose.yml index d6e43fbf1..e03d8012c 100644 --- a/linux/ecosystem/nginx/latest/mainline/rtmp-hls/docker-compose.yml +++ b/linux/ecosystem/nginx/latest/mainline/rtmp-hls/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" + image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" build: context: . args: diff --git a/linux/ecosystem/nginx/latest/quic/main/Dockerfile b/linux/ecosystem/nginx/latest/quic/main/Dockerfile index de76ed74e..ca60287c6 100644 --- a/linux/ecosystem/nginx/latest/quic/main/Dockerfile +++ b/linux/ecosystem/nginx/latest/quic/main/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM hub.epicm.org/epicmorg/debian:bullseye-develop AS builder +FROM quay.io/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 hub.epicm.org/epicmorg/debian:bullseye +FROM quay.io/epicmorg/debian:bullseye LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/latest/quic/main/docker-compose.yml b/linux/ecosystem/nginx/latest/quic/main/docker-compose.yml index 7e2e22f8b..25c3162ef 100644 --- a/linux/ecosystem/nginx/latest/quic/main/docker-compose.yml +++ b/linux/ecosystem/nginx/latest/quic/main/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/nginx:${NGINX_VERSION}" + image: "quay.io/epicmorg/nginx:${NGINX_VERSION}" build: context: . args: diff --git a/linux/ecosystem/nginx/latest/quic/php/Dockerfile b/linux/ecosystem/nginx/latest/quic/php/Dockerfile index c694e49f4..bd2495524 100644 --- a/linux/ecosystem/nginx/latest/quic/php/Dockerfile +++ b/linux/ecosystem/nginx/latest/quic/php/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM hub.epicm.org/epicmorg/debian:bullseye-develop AS builder +FROM quay.io/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 hub.epicm.org/epicmorg/nginx:${NGINX_VERSION} +FROM quay.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/latest/quic/php/docker-compose.yml b/linux/ecosystem/nginx/latest/quic/php/docker-compose.yml index 33698105f..d36e13fdb 100644 --- a/linux/ecosystem/nginx/latest/quic/php/docker-compose.yml +++ b/linux/ecosystem/nginx/latest/quic/php/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/nginx:${NGINX_VERSION}-php" + image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-php" build: context: . args: diff --git a/linux/ecosystem/nginx/latest/quic/rtmp-hls/Dockerfile b/linux/ecosystem/nginx/latest/quic/rtmp-hls/Dockerfile index b13b92779..0dc55c809 100644 --- a/linux/ecosystem/nginx/latest/quic/rtmp-hls/Dockerfile +++ b/linux/ecosystem/nginx/latest/quic/rtmp-hls/Dockerfile @@ -6,7 +6,7 @@ ARG NGINX_VERSION ################################################################## # Start build process ################################################################## -FROM hub.epicm.org/epicmorg/nginx:${NGINX_VERSION} +FROM quay.io/epicmorg/nginx:${NGINX_VERSION} LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/nginx/latest/quic/rtmp-hls/docker-compose.yml b/linux/ecosystem/nginx/latest/quic/rtmp-hls/docker-compose.yml index d6e43fbf1..e03d8012c 100644 --- a/linux/ecosystem/nginx/latest/quic/rtmp-hls/docker-compose.yml +++ b/linux/ecosystem/nginx/latest/quic/rtmp-hls/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" + image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-rtmp-hls" build: context: . args: diff --git a/linux/ecosystem/ninjam/latest/Dockerfile b/linux/ecosystem/ninjam/latest/Dockerfile index a62b97d98..514cbbc07 100644 --- a/linux/ecosystem/ninjam/latest/Dockerfile +++ b/linux/ecosystem/ninjam/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-develop as builder +FROM quay.io/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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 a1ff96278..07c6e7f31 100644 --- a/linux/ecosystem/ninjam/latest/docker-compose.yml +++ b/linux/ecosystem/ninjam/latest/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/ninjam:latest" + image: "quay.io/epicmorg/ninjam:latest" build: context: . diff --git a/linux/ecosystem/opentracker/Dockerfile b/linux/ecosystem/opentracker/Dockerfile index 115e6ee1f..1afae6423 100644 --- a/linux/ecosystem/opentracker/Dockerfile +++ b/linux/ecosystem/opentracker/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:trixie-develop as compile-stage +FROM quay.io/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 hub.epicm.org/epicmorg/debian:trixie +FROM quay.io/epicmorg/debian:trixie ################################################################## # setup future environment diff --git a/linux/ecosystem/opentracker/docker-compose.yml b/linux/ecosystem/opentracker/docker-compose.yml index 43aabb7e5..16793076b 100644 --- a/linux/ecosystem/opentracker/docker-compose.yml +++ b/linux/ecosystem/opentracker/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/opentracker:latest" + image: "quay.io/epicmorg/opentracker:latest" build: context: . diff --git a/linux/ecosystem/perforce/base/r16.2/Dockerfile b/linux/ecosystem/perforce/base/r16.2/Dockerfile index ed4206d84..0e8c4fc2d 100644 --- a/linux/ecosystem/perforce/base/r16.2/Dockerfile +++ b/linux/ecosystem/perforce/base/r16.2/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 f6870f649..2cc0505cf 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: "hub.epicm.org/epicmorg/perforce:r16.2" + image: "quay.io/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 0accc4613..8d6dfebe6 100644 --- a/linux/ecosystem/perforce/base/r17.1/Dockerfile +++ b/linux/ecosystem/perforce/base/r17.1/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 8c6a11c67..6f8b09619 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: "hub.epicm.org/epicmorg/perforce:r17.1" + image: "quay.io/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 0132252f8..d9e685e14 100644 --- a/linux/ecosystem/perforce/base/r17.2/Dockerfile +++ b/linux/ecosystem/perforce/base/r17.2/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 844400181..5a409fdf5 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: "hub.epicm.org/epicmorg/perforce:r17.2" + image: "quay.io/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 094ff2b89..829adca07 100644 --- a/linux/ecosystem/perforce/base/r18.1/Dockerfile +++ b/linux/ecosystem/perforce/base/r18.1/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 484847b30..165382de0 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: "hub.epicm.org/epicmorg/perforce:r18.1" + image: "quay.io/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 30681b2f1..20fff9074 100644 --- a/linux/ecosystem/perforce/base/r18.2/Dockerfile +++ b/linux/ecosystem/perforce/base/r18.2/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 79b5e4146..61d4645ae 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: "hub.epicm.org/epicmorg/perforce:r18.2" + image: "quay.io/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 afa069ef6..40603f312 100644 --- a/linux/ecosystem/perforce/base/r19.1/Dockerfile +++ b/linux/ecosystem/perforce/base/r19.1/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 7437cfea8..7b977e1f5 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: "hub.epicm.org/epicmorg/perforce:r19.1" + image: "quay.io/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 66601801e..18042fbd0 100644 --- a/linux/ecosystem/perforce/base/r19.2/Dockerfile +++ b/linux/ecosystem/perforce/base/r19.2/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 6471867a1..ae1c1b384 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: "hub.epicm.org/epicmorg/perforce:r19.2" + image: "quay.io/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 b65f9a731..25612af2f 100644 --- a/linux/ecosystem/perforce/base/r20.1/Dockerfile +++ b/linux/ecosystem/perforce/base/r20.1/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 6c7ac7d0f..22f4e24d0 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: "hub.epicm.org/epicmorg/perforce:r20.1" + image: "quay.io/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 4963c5d91..e0cd675b3 100644 --- a/linux/ecosystem/perforce/base/r20.2/Dockerfile +++ b/linux/ecosystem/perforce/base/r20.2/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 968dea668..7b1cba414 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: "hub.epicm.org/epicmorg/perforce:r20.2" + image: "quay.io/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 91bea6bb0..2e8c0a26c 100644 --- a/linux/ecosystem/perforce/base/r21.1/Dockerfile +++ b/linux/ecosystem/perforce/base/r21.1/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 2a9927a63..30034f7ec 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: "hub.epicm.org/epicmorg/perforce:r21.1" + image: "quay.io/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 0e0b68d0f..f85997550 100644 --- a/linux/ecosystem/perforce/base/r21.2/Dockerfile +++ b/linux/ecosystem/perforce/base/r21.2/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 1d99b1e27..59590ea8f 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: "hub.epicm.org/epicmorg/perforce:r21.2" + image: "quay.io/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 71be96732..412d0774c 100644 --- a/linux/ecosystem/perforce/base/r22.1/Dockerfile +++ b/linux/ecosystem/perforce/base/r22.1/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 4578e26d1..11e8524fd 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: "hub.epicm.org/epicmorg/perforce:r22.1" + image: "quay.io/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 955b88bcc..8baa6b752 100644 --- a/linux/ecosystem/perforce/base/r23.1/Dockerfile +++ b/linux/ecosystem/perforce/base/r23.1/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 e2ceedf17..80ceeb2cc 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: "hub.epicm.org/epicmorg/perforce:r23.1" + image: "quay.io/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 71be96732..412d0774c 100644 --- a/linux/ecosystem/perforce/base/r23.2/Dockerfile +++ b/linux/ecosystem/perforce/base/r23.2/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 6bea02ad4..3ea2a6335 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: "hub.epicm.org/epicmorg/perforce:r23.2" + image: "quay.io/epicmorg/perforce:r23.2" 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 97e6c5a5d..99a963f89 100644 --- a/linux/ecosystem/perforce/base/r24.2/Dockerfile +++ b/linux/ecosystem/perforce/base/r24.2/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 8072fddfc..81955c40f 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: "hub.epicm.org/epicmorg/perforce:r24.2" + image: "quay.io/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 0b1d4c297..c3f84a6ac 100644 --- a/linux/ecosystem/perforce/p4p/r16.2/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r16.2/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/perforce:r16.2 +FROM quay.io/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 f2dd29a2e..4e0e53d7a 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: "hub.epicm.org/epicmorg/p4p:r16.2" + image: "quay.io/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 4e251eb61..2e596dc78 100644 --- a/linux/ecosystem/perforce/p4p/r17.1/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r17.1/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/perforce:r17.1 +FROM quay.io/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 4953cd2ae..8865b2654 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: "hub.epicm.org/epicmorg/p4p:r17.1" + image: "quay.io/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 eecd3b78c..9c8c2540c 100644 --- a/linux/ecosystem/perforce/p4p/r17.2/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r17.2/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/perforce:r17.2 +FROM quay.io/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 f104d0c81..d135a0177 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: "hub.epicm.org/epicmorg/p4p:r17.2" + image: "quay.io/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 163af0d61..ede918b60 100644 --- a/linux/ecosystem/perforce/p4p/r18.1/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r18.1/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/perforce:r18.1 +FROM quay.io/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 21ae30a3b..b09d84f17 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: "hub.epicm.org/epicmorg/p4p:r18.1" + image: "quay.io/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 80c660373..1eb41f4a8 100644 --- a/linux/ecosystem/perforce/p4p/r18.2/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r18.2/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/perforce:r18.2 +FROM quay.io/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 c800ffcf7..3b9686d69 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: "hub.epicm.org/epicmorg/p4p:r18.2" + image: "quay.io/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 4a31b4ef0..bdf9087b8 100644 --- a/linux/ecosystem/perforce/p4p/r19.1/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r19.1/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/perforce:r19.1 +FROM quay.io/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 9dd7e7d6d..655cef960 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: "hub.epicm.org/epicmorg/p4p:r19.1" + image: "quay.io/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 fb956a4b3..3d0838ca4 100644 --- a/linux/ecosystem/perforce/p4p/r19.2/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r19.2/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/perforce:r19.2 +FROM quay.io/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 6fb9f5682..a2a37dba8 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: "hub.epicm.org/epicmorg/p4p:r19.2" + image: "quay.io/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 b23f5e553..170e45628 100644 --- a/linux/ecosystem/perforce/p4p/r20.1/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r20.1/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/perforce:r20.1 +FROM quay.io/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 ffa728ba4..ad33101b4 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: "hub.epicm.org/epicmorg/p4p:r20.1" + image: "quay.io/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 c6da62e22..6ea65d9cc 100644 --- a/linux/ecosystem/perforce/p4p/r20.2/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r20.2/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/perforce:r20.2 +FROM quay.io/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 6865437db..bce2b6040 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: "hub.epicm.org/epicmorg/p4p:r20.2" + image: "quay.io/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 29fd39208..38fcbf1c3 100644 --- a/linux/ecosystem/perforce/p4p/r21.1/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r21.1/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/perforce:r21.1 +FROM quay.io/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 ae96dc6aa..cbc75ee73 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: "hub.epicm.org/epicmorg/p4p:r21.1" + image: "quay.io/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 4a337c766..2770a6dcb 100644 --- a/linux/ecosystem/perforce/p4p/r21.2/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r21.2/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/perforce:r21.2 +FROM quay.io/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 c4516b349..49b7c3eb3 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: "hub.epicm.org/epicmorg/p4p:r21.2" + image: "quay.io/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 0399b3623..453707d3f 100644 --- a/linux/ecosystem/perforce/p4p/r22.1/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r22.1/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/perforce:r22.1 +FROM quay.io/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 2fdac5d18..d55c534af 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: "hub.epicm.org/epicmorg/p4p:r22.1" + image: "quay.io/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 f51d7fa71..f076caed9 100644 --- a/linux/ecosystem/perforce/p4p/r23.1/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r23.1/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/perforce:r23.1 +FROM quay.io/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 452a836f2..e43e21659 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: "hub.epicm.org/epicmorg/p4p:r23.1" + image: "quay.io/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 9c5b7513a..c04921e20 100644 --- a/linux/ecosystem/perforce/p4p/r23.2/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r23.2/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/perforce:r23.2 +FROM quay.io/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 808275faa..cdf512d8a 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: "hub.epicm.org/epicmorg/p4p:r23.2" + image: "quay.io/epicmorg/p4p:r23.2" 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 4a762f6ad..63a18a267 100644 --- a/linux/ecosystem/perforce/p4p/r24.2/Dockerfile +++ b/linux/ecosystem/perforce/p4p/r24.2/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/perforce:r24.2 +FROM quay.io/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 485171f48..68eb2c301 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: "hub.epicm.org/epicmorg/p4p:r24.2" + image: "quay.io/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 bdc8cbd57..eb0bafc5d 100644 --- a/linux/ecosystem/postgres/10/Dockerfile +++ b/linux/ecosystem/postgres/10/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 38c344a92..238978430 100644 --- a/linux/ecosystem/postgres/10/docker-compose.yml +++ b/linux/ecosystem/postgres/10/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/postgres:10" + image: "quay.io/epicmorg/postgres:10" build: context: . diff --git a/linux/ecosystem/postgres/11/Dockerfile b/linux/ecosystem/postgres/11/Dockerfile index 447f34e00..2e10443b2 100644 --- a/linux/ecosystem/postgres/11/Dockerfile +++ b/linux/ecosystem/postgres/11/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 4ba757247..d72440675 100644 --- a/linux/ecosystem/postgres/11/docker-compose.yml +++ b/linux/ecosystem/postgres/11/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/postgres:11" + image: "quay.io/epicmorg/postgres:11" build: context: . diff --git a/linux/ecosystem/postgres/12/Dockerfile b/linux/ecosystem/postgres/12/Dockerfile index db6be0e60..914e928e1 100644 --- a/linux/ecosystem/postgres/12/Dockerfile +++ b/linux/ecosystem/postgres/12/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 dff8c9696..2c8f27550 100644 --- a/linux/ecosystem/postgres/12/docker-compose.yml +++ b/linux/ecosystem/postgres/12/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/postgres:12" + image: "quay.io/epicmorg/postgres:12" build: context: . diff --git a/linux/ecosystem/postgres/13/Dockerfile b/linux/ecosystem/postgres/13/Dockerfile index 2705af1b2..3cb951901 100644 --- a/linux/ecosystem/postgres/13/Dockerfile +++ b/linux/ecosystem/postgres/13/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 669524c5b..dce08e5d4 100644 --- a/linux/ecosystem/postgres/13/docker-compose.yml +++ b/linux/ecosystem/postgres/13/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/postgres:13" + image: "quay.io/epicmorg/postgres:13" build: context: . diff --git a/linux/ecosystem/postgres/14/Dockerfile b/linux/ecosystem/postgres/14/Dockerfile index d47a08e67..97b39b880 100644 --- a/linux/ecosystem/postgres/14/Dockerfile +++ b/linux/ecosystem/postgres/14/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 6a8657ab4..4c9541413 100644 --- a/linux/ecosystem/postgres/14/docker-compose.yml +++ b/linux/ecosystem/postgres/14/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/postgres:14" + image: "quay.io/epicmorg/postgres:14" build: context: . diff --git a/linux/ecosystem/postgres/15/Dockerfile b/linux/ecosystem/postgres/15/Dockerfile index 0b6af9cda..43310b7e5 100644 --- a/linux/ecosystem/postgres/15/Dockerfile +++ b/linux/ecosystem/postgres/15/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 838af8e91..aea964a4a 100644 --- a/linux/ecosystem/postgres/15/docker-compose.yml +++ b/linux/ecosystem/postgres/15/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/postgres:15" + image: "quay.io/epicmorg/postgres:15" build: context: . diff --git a/linux/ecosystem/postgres/16/Dockerfile b/linux/ecosystem/postgres/16/Dockerfile index 360447f17..c72f3cf5d 100644 --- a/linux/ecosystem/postgres/16/Dockerfile +++ b/linux/ecosystem/postgres/16/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 273d6a47b..8f34bd8d0 100644 --- a/linux/ecosystem/postgres/16/docker-compose.yml +++ b/linux/ecosystem/postgres/16/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/postgres:16" + image: "quay.io/epicmorg/postgres:16" build: context: . diff --git a/linux/ecosystem/postgres/17/Dockerfile b/linux/ecosystem/postgres/17/Dockerfile index bf2a376c6..8ea8c25e4 100644 --- a/linux/ecosystem/postgres/17/Dockerfile +++ b/linux/ecosystem/postgres/17/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 76e73d4c8..5c34f3011 100644 --- a/linux/ecosystem/postgres/17/docker-compose.yml +++ b/linux/ecosystem/postgres/17/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/postgres:17" + image: "quay.io/epicmorg/postgres:17" build: context: . diff --git a/linux/ecosystem/postgres/8.2/Dockerfile b/linux/ecosystem/postgres/8.2/Dockerfile index f76941fa3..3509cadee 100644 --- a/linux/ecosystem/postgres/8.2/Dockerfile +++ b/linux/ecosystem/postgres/8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 149b49cd6..3ae1a28f6 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: "hub.epicm.org/epicmorg/postgres:8.2" + image: "quay.io/epicmorg/postgres:8.2" build: context: . diff --git a/linux/ecosystem/postgres/8.3/Dockerfile b/linux/ecosystem/postgres/8.3/Dockerfile index 65a8a4876..8dbf5db09 100644 --- a/linux/ecosystem/postgres/8.3/Dockerfile +++ b/linux/ecosystem/postgres/8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 9dfbc1a0e..6114286f0 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: "hub.epicm.org/epicmorg/postgres:8.3" + image: "quay.io/epicmorg/postgres:8.3" build: context: . diff --git a/linux/ecosystem/postgres/8.4/Dockerfile b/linux/ecosystem/postgres/8.4/Dockerfile index d21a6fe4e..be350bfd4 100644 --- a/linux/ecosystem/postgres/8.4/Dockerfile +++ b/linux/ecosystem/postgres/8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 57bd00088..5dbdda1c5 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: "hub.epicm.org/epicmorg/postgres:8.4" + image: "quay.io/epicmorg/postgres:8.4" build: context: . diff --git a/linux/ecosystem/postgres/9.0/Dockerfile b/linux/ecosystem/postgres/9.0/Dockerfile index bed5b927a..25dbb02c3 100644 --- a/linux/ecosystem/postgres/9.0/Dockerfile +++ b/linux/ecosystem/postgres/9.0/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 14eb0ea8b..702f162a3 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: "hub.epicm.org/epicmorg/postgres:9.0" + image: "quay.io/epicmorg/postgres:9.0" build: context: . diff --git a/linux/ecosystem/postgres/9.1/Dockerfile b/linux/ecosystem/postgres/9.1/Dockerfile index 075fc829f..0aaa94e8b 100644 --- a/linux/ecosystem/postgres/9.1/Dockerfile +++ b/linux/ecosystem/postgres/9.1/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 c10edd664..7866b348d 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: "hub.epicm.org/epicmorg/postgres:9.1" + image: "quay.io/epicmorg/postgres:9.1" build: context: . diff --git a/linux/ecosystem/postgres/9.2/Dockerfile b/linux/ecosystem/postgres/9.2/Dockerfile index fe4cf0325..6b979769b 100644 --- a/linux/ecosystem/postgres/9.2/Dockerfile +++ b/linux/ecosystem/postgres/9.2/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 c59d2e352..4e51d1d79 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: "hub.epicm.org/epicmorg/postgres:9.2" + image: "quay.io/epicmorg/postgres:9.2" build: context: . diff --git a/linux/ecosystem/postgres/9.3/Dockerfile b/linux/ecosystem/postgres/9.3/Dockerfile index a4292690f..651f10efc 100644 --- a/linux/ecosystem/postgres/9.3/Dockerfile +++ b/linux/ecosystem/postgres/9.3/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 3b8145303..94026959d 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: "hub.epicm.org/epicmorg/postgres:9.3" + image: "quay.io/epicmorg/postgres:9.3" build: context: . diff --git a/linux/ecosystem/postgres/9.4/Dockerfile b/linux/ecosystem/postgres/9.4/Dockerfile index 2827bb9b0..9d2d61efe 100644 --- a/linux/ecosystem/postgres/9.4/Dockerfile +++ b/linux/ecosystem/postgres/9.4/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 65c6a2234..26e3bf668 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: "hub.epicm.org/epicmorg/postgres:9.4" + image: "quay.io/epicmorg/postgres:9.4" build: context: . diff --git a/linux/ecosystem/postgres/9.5/Dockerfile b/linux/ecosystem/postgres/9.5/Dockerfile index deb0c5262..900163e30 100644 --- a/linux/ecosystem/postgres/9.5/Dockerfile +++ b/linux/ecosystem/postgres/9.5/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 875a9b4a7..d25c1debb 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: "hub.epicm.org/epicmorg/postgres:9.5" + image: "quay.io/epicmorg/postgres:9.5" build: context: . diff --git a/linux/ecosystem/postgres/9.6/Dockerfile b/linux/ecosystem/postgres/9.6/Dockerfile index cdaab045b..8a5a6122b 100644 --- a/linux/ecosystem/postgres/9.6/Dockerfile +++ b/linux/ecosystem/postgres/9.6/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 bd694dd80..2f62af30e 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: "hub.epicm.org/epicmorg/postgres:9.6" + image: "quay.io/epicmorg/postgres:9.6" build: context: . diff --git a/linux/ecosystem/postgres/latest/Dockerfile b/linux/ecosystem/postgres/latest/Dockerfile index cc3c56ea5..6f12b3c99 100644 --- a/linux/ecosystem/postgres/latest/Dockerfile +++ b/linux/ecosystem/postgres/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 fc0edd3a5..81fd75636 100644 --- a/linux/ecosystem/postgres/latest/docker-compose.yml +++ b/linux/ecosystem/postgres/latest/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/postgres:latest" + image: "quay.io/epicmorg/postgres:latest" build: context: . diff --git a/linux/ecosystem/qbittorrent/4.4.0/Dockerfile b/linux/ecosystem/qbittorrent/4.4.0/Dockerfile index 36706bbc1..5254c0637 100644 --- a/linux/ecosystem/qbittorrent/4.4.0/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 2c3a9dc78..684e5ce2f 100644 --- a/linux/ecosystem/qbittorrent/4.4.0/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.4.0/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 d8858e739..c23263057 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: "hub.epicm.org/epicmorg/qbittorrent:4.4.0" + image: "quay.io/epicmorg/qbittorrent:4.4.0" build: context: . qbt-libtorrent2: - image: "hub.epicm.org/epicmorg/qbittorrent:4.4.0-libtorrent2.0.5" + image: "quay.io/epicmorg/qbittorrent:4.4.0-libtorrent2.0.5" build: context: . qbt-libtorrent1: - image: "hub.epicm.org/epicmorg/qbittorrent:4.4.0-libtorrent1.2.15" + image: "quay.io/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 f9bb10ef9..44b36f5f1 100644 --- a/linux/ecosystem/qbittorrent/4.4.1/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.4.1/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 0b0b3e960..89ab07a33 100644 --- a/linux/ecosystem/qbittorrent/4.4.1/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.4.1/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 327b4d736..bd56742ff 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: "hub.epicm.org/epicmorg/qbittorrent:4.4.1" + image: "quay.io/epicmorg/qbittorrent:4.4.1" build: context: . qbt-libtorrent2: - image: "hub.epicm.org/epicmorg/qbittorrent:4.4.1-libtorrent2.0.5" + image: "quay.io/epicmorg/qbittorrent:4.4.1-libtorrent2.0.5" build: context: . qbt-libtorrent1: - image: "hub.epicm.org/epicmorg/qbittorrent:4.4.1-libtorrent1.2.15" + image: "quay.io/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 7f5a501f0..b89b8d0b2 100644 --- a/linux/ecosystem/qbittorrent/4.4.2/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.4.2/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 064ff7f2f..1394bd633 100644 --- a/linux/ecosystem/qbittorrent/4.4.2/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.4.2/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 47f910eb0..d19b39afd 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: "hub.epicm.org/epicmorg/qbittorrent:4.4.2" + image: "quay.io/epicmorg/qbittorrent:4.4.2" build: context: . qbt-libtorrent2: - image: "hub.epicm.org/epicmorg/qbittorrent:4.4.2-libtorrent2.0.6" + image: "quay.io/epicmorg/qbittorrent:4.4.2-libtorrent2.0.6" build: context: . qbt-libtorrent1: - image: "hub.epicm.org/epicmorg/qbittorrent:4.4.2-libtorrent1.2.16" + image: "quay.io/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 5ab7f85e4..7514f45b9 100644 --- a/linux/ecosystem/qbittorrent/4.4.3.1/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.4.3.1/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 4ba8255ed..b14351260 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 hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 52ca5b4d3..bd986ad5d 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: "hub.epicm.org/epicmorg/qbittorrent:4.4.3.1" + image: "quay.io/epicmorg/qbittorrent:4.4.3.1" build: context: . qbt-libtorrent2: - image: "hub.epicm.org/epicmorg/qbittorrent:4.4.3.1-libtorrent2.0.7" + image: "quay.io/epicmorg/qbittorrent:4.4.3.1-libtorrent2.0.7" build: context: . qbt-libtorrent1: - image: "hub.epicm.org/epicmorg/qbittorrent:4.4.3.1-libtorrent1.2.17" + image: "quay.io/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 c60fbbe97..3aa354acc 100644 --- a/linux/ecosystem/qbittorrent/4.4.4/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 a7d54b095..941ea5b69 100644 --- a/linux/ecosystem/qbittorrent/4.4.4/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.4.4/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 99eb9690d..00475ae18 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: "hub.epicm.org/epicmorg/qbittorrent:4.4.4" + image: "quay.io/epicmorg/qbittorrent:4.4.4" build: context: . qbt-libtorrent2: - image: "hub.epicm.org/epicmorg/qbittorrent:4.4.4-libtorrent2.0.7" + image: "quay.io/epicmorg/qbittorrent:4.4.4-libtorrent2.0.7" build: context: . qbt-libtorrent1: - image: "hub.epicm.org/epicmorg/qbittorrent:4.4.4-libtorrent1.2.17" + image: "quay.io/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 826b9203e..272e12bde 100644 --- a/linux/ecosystem/qbittorrent/4.4.5/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.4.5/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 3cf69a656..c500d47c2 100644 --- a/linux/ecosystem/qbittorrent/4.4.5/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.4.5/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 1887fb2ea..6db63c83e 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: "hub.epicm.org/epicmorg/qbittorrent:4.4.5" + image: "quay.io/epicmorg/qbittorrent:4.4.5" build: context: . qbt-libtorrent2: - image: "hub.epicm.org/epicmorg/qbittorrent:4.4.5-libtorrent2.0.8" + image: "quay.io/epicmorg/qbittorrent:4.4.5-libtorrent2.0.8" build: context: . qbt-libtorrent1: - image: "hub.epicm.org/epicmorg/qbittorrent:4.4.5-libtorrent1.2.18" + image: "quay.io/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 0dc2ce146..510092547 100644 --- a/linux/ecosystem/qbittorrent/4.5.0/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.5.0/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 6c284c4d8..661ba77e2 100644 --- a/linux/ecosystem/qbittorrent/4.5.0/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.5.0/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 4668fcfa4..7f30af7dd 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: "hub.epicm.org/epicmorg/qbittorrent:4.5.0" + image: "quay.io/epicmorg/qbittorrent:4.5.0" build: context: . qbt-libtorrent2: - image: "hub.epicm.org/epicmorg/qbittorrent:4.5.0-libtorrent2.0.8" + image: "quay.io/epicmorg/qbittorrent:4.5.0-libtorrent2.0.8" build: context: . qbt-libtorrent1: - image: "hub.epicm.org/epicmorg/qbittorrent:4.5.0-libtorrent1.2.18" + image: "quay.io/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 4c8704239..23575e787 100644 --- a/linux/ecosystem/qbittorrent/4.5.1/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.5.1/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 885773870..603740186 100644 --- a/linux/ecosystem/qbittorrent/4.5.1/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.5.1/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 1588636b3..02e29ff6e 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: "hub.epicm.org/epicmorg/qbittorrent:4.5.1" + image: "quay.io/epicmorg/qbittorrent:4.5.1" build: context: . qbt-libtorrent2: - image: "hub.epicm.org/epicmorg/qbittorrent:4.5.1-libtorrent2.0.8" + image: "quay.io/epicmorg/qbittorrent:4.5.1-libtorrent2.0.8" build: context: . qbt-libtorrent1: - image: "hub.epicm.org/epicmorg/qbittorrent:4.5.1-libtorrent1.2.18" + image: "quay.io/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 42dc47a58..b90b6c205 100644 --- a/linux/ecosystem/qbittorrent/4.5.2/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.5.2/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 a7c802d18..afbc55b9a 100644 --- a/linux/ecosystem/qbittorrent/4.5.2/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.5.2/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 3a57ee1a1..78a899e01 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: "hub.epicm.org/epicmorg/qbittorrent:4.5.2" + image: "quay.io/epicmorg/qbittorrent:4.5.2" build: context: . qbt-libtorrent2: - image: "hub.epicm.org/epicmorg/qbittorrent:4.5.2-libtorrent2.0.9" + image: "quay.io/epicmorg/qbittorrent:4.5.2-libtorrent2.0.9" build: context: . qbt-libtorrent1: - image: "hub.epicm.org/epicmorg/qbittorrent:4.5.2-libtorrent1.2.19" + image: "quay.io/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 b7e198ad0..4daad2053 100644 --- a/linux/ecosystem/qbittorrent/4.5.3/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.5.3/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 523ea48a3..c1ee61137 100644 --- a/linux/ecosystem/qbittorrent/4.5.3/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.5.3/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 5a16cb53d..b35f5d5c8 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: "hub.epicm.org/epicmorg/qbittorrent:4.5.3" + image: "quay.io/epicmorg/qbittorrent:4.5.3" build: context: . qbt-libtorrent2: - image: "hub.epicm.org/epicmorg/qbittorrent:4.5.3-libtorrent2.0.9" + image: "quay.io/epicmorg/qbittorrent:4.5.3-libtorrent2.0.9" build: context: . qbt-libtorrent1: - image: "hub.epicm.org/epicmorg/qbittorrent:4.5.3-libtorrent1.2.19" + image: "quay.io/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 726ee74a4..8cd72228d 100644 --- a/linux/ecosystem/qbittorrent/4.5.4/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.5.4/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 db61d8d76..dc24eaef8 100644 --- a/linux/ecosystem/qbittorrent/4.5.4/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.5.4/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 7282884f4..d7a79c550 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: "hub.epicm.org/epicmorg/qbittorrent:4.5.4" + image: "quay.io/epicmorg/qbittorrent:4.5.4" build: context: . qbt-libtorrent2: - image: "hub.epicm.org/epicmorg/qbittorrent:4.5.4-libtorrent2.0.9" + image: "quay.io/epicmorg/qbittorrent:4.5.4-libtorrent2.0.9" build: context: . qbt-libtorrent1: - image: "hub.epicm.org/epicmorg/qbittorrent:4.5.4-libtorrent1.2.19" + image: "quay.io/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 62b7f742c..eb402f2f2 100644 --- a/linux/ecosystem/qbittorrent/4.5.5/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.5.5/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 b2c66c7f8..8e3dee8bf 100644 --- a/linux/ecosystem/qbittorrent/4.5.5/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.5.5/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 e104ae566..87af08b90 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: "hub.epicm.org/epicmorg/qbittorrent:4.5.5" + image: "quay.io/epicmorg/qbittorrent:4.5.5" build: context: . qbt-libtorrent2: - image: "hub.epicm.org/epicmorg/qbittorrent:4.5.5-libtorrent2.0.9" + image: "quay.io/epicmorg/qbittorrent:4.5.5-libtorrent2.0.9" build: context: . qbt-libtorrent1: - image: "hub.epicm.org/epicmorg/qbittorrent:4.5.5-libtorrent1.2.19" + image: "quay.io/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 44ca47348..953028a6c 100644 --- a/linux/ecosystem/qbittorrent/4.6.0/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.6.0/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 9ec28f905..8f98aab09 100644 --- a/linux/ecosystem/qbittorrent/4.6.0/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.6.0/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 4599fab7d..635635eb8 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: "hub.epicm.org/epicmorg/qbittorrent:4.6.0" + image: "quay.io/epicmorg/qbittorrent:4.6.0" build: context: . qbt-libtorrent2: - image: "hub.epicm.org/epicmorg/qbittorrent:4.6.0-libtorrent2.0.9" + image: "quay.io/epicmorg/qbittorrent:4.6.0-libtorrent2.0.9" build: context: . qbt-libtorrent1: - image: "hub.epicm.org/epicmorg/qbittorrent:4.6.0-libtorrent1.2.19" + image: "quay.io/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 59e12f532..b79f0df73 100644 --- a/linux/ecosystem/qbittorrent/4.6.1/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.6.1/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 2324d73f0..8b640e846 100644 --- a/linux/ecosystem/qbittorrent/4.6.1/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.6.1/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 6c3dde9d3..ea28a95bb 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: "hub.epicm.org/epicmorg/qbittorrent:4.6.1" + image: "quay.io/epicmorg/qbittorrent:4.6.1" build: context: . qbt-libtorrent2: - image: "hub.epicm.org/epicmorg/qbittorrent:4.6.1-libtorrent2.0.9" + image: "quay.io/epicmorg/qbittorrent:4.6.1-libtorrent2.0.9" build: context: . qbt-libtorrent1: - image: "hub.epicm.org/epicmorg/qbittorrent:4.6.1-libtorrent1.2.19" + image: "quay.io/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 97904e0f3..11513a900 100644 --- a/linux/ecosystem/qbittorrent/4.6.2/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.6.2/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 599b93416..c0ed6460e 100644 --- a/linux/ecosystem/qbittorrent/4.6.2/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.6.2/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 64bb50cef..50b7f1387 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: "hub.epicm.org/epicmorg/qbittorrent:4.6.2" + image: "quay.io/epicmorg/qbittorrent:4.6.2" build: context: . qbt-libtorrent2: - image: "hub.epicm.org/epicmorg/qbittorrent:4.6.2-libtorrent2.0.9" + image: "quay.io/epicmorg/qbittorrent:4.6.2-libtorrent2.0.9" build: context: . qbt-libtorrent1: - image: "hub.epicm.org/epicmorg/qbittorrent:4.6.2-libtorrent1.2.19" + image: "quay.io/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 63b8242f5..d90e1659b 100644 --- a/linux/ecosystem/qbittorrent/4.6.3/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.6.3/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 0131c41a7..77fbf5e0e 100644 --- a/linux/ecosystem/qbittorrent/4.6.3/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.6.3/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 cd55a1340..657b6ad64 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: "hub.epicm.org/epicmorg/qbittorrent:4.6.3" + image: "quay.io/epicmorg/qbittorrent:4.6.3" build: context: . qbt-libtorrent2: - image: "hub.epicm.org/epicmorg/qbittorrent:4.6.3-libtorrent2.0.9" + image: "quay.io/epicmorg/qbittorrent:4.6.3-libtorrent2.0.9" build: context: . qbt-libtorrent1: - image: "hub.epicm.org/epicmorg/qbittorrent:4.6.3-libtorrent1.2.19" + image: "quay.io/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 5c6a98b3b..cf9bfbb52 100644 --- a/linux/ecosystem/qbittorrent/4.6.4/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.6.4/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 82be1003c..02f7dc57f 100644 --- a/linux/ecosystem/qbittorrent/4.6.4/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.6.4/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 995ec2a34..ea5eac89f 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: "hub.epicm.org/epicmorg/qbittorrent:4.6.4" + image: "quay.io/epicmorg/qbittorrent:4.6.4" build: context: . qbt-libtorrent2: - image: "hub.epicm.org/epicmorg/qbittorrent:4.6.4-libtorrent2.0.10" + image: "quay.io/epicmorg/qbittorrent:4.6.4-libtorrent2.0.10" build: context: . qbt-libtorrent1: - image: "hub.epicm.org/epicmorg/qbittorrent:4.6.4-libtorrent1.2.19" + image: "quay.io/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 27751a9ba..77dda2273 100644 --- a/linux/ecosystem/qbittorrent/4.6.5/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.6.5/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 b3d55b280..a99f07b52 100644 --- a/linux/ecosystem/qbittorrent/4.6.5/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.6.5/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 314dcdc25..d275d8957 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: "hub.epicm.org/epicmorg/qbittorrent:4.6.5" + image: "quay.io/epicmorg/qbittorrent:4.6.5" build: context: . qbt-libtorrent2: - image: "hub.epicm.org/epicmorg/qbittorrent:4.6.5-libtorrent2.0.10" + image: "quay.io/epicmorg/qbittorrent:4.6.5-libtorrent2.0.10" build: context: . qbt-libtorrent1: - image: "hub.epicm.org/epicmorg/qbittorrent:4.6.5-libtorrent1.2.19" + image: "quay.io/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 c0450d15b..960f87748 100644 --- a/linux/ecosystem/qbittorrent/4.6.6/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.6.6/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 cadaa1e74..8963f1aca 100644 --- a/linux/ecosystem/qbittorrent/4.6.6/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.6.6/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 1288fa892..96b70f506 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: "hub.epicm.org/epicmorg/qbittorrent:4.6.6" + image: "quay.io/epicmorg/qbittorrent:4.6.6" build: context: . qbt-libtorrent2: - image: "hub.epicm.org/epicmorg/qbittorrent:4.6.6-libtorrent2.0.10" + image: "quay.io/epicmorg/qbittorrent:4.6.6-libtorrent2.0.10" build: context: . qbt-libtorrent1: - image: "hub.epicm.org/epicmorg/qbittorrent:4.6.6-libtorrent1.2.19" + image: "quay.io/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 0d35c6ef3..991b93102 100644 --- a/linux/ecosystem/qbittorrent/4.6.7/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.6.7/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 69266fa3c..3f4c99058 100644 --- a/linux/ecosystem/qbittorrent/4.6.7/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.6.7/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 3ccdc5e5f..ee22db470 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: "hub.epicm.org/epicmorg/qbittorrent:4.6.7" + image: "quay.io/epicmorg/qbittorrent:4.6.7" build: context: . qbt-libtorrent2: - image: "hub.epicm.org/epicmorg/qbittorrent:4.6.7-libtorrent2.0.10" + image: "quay.io/epicmorg/qbittorrent:4.6.7-libtorrent2.0.10" build: context: . qbt-libtorrent1: - image: "hub.epicm.org/epicmorg/qbittorrent:4.6.7-libtorrent1.2.19" + image: "quay.io/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 f3574a369..be7f3ee35 100644 --- a/linux/ecosystem/qbittorrent/5.0.0/Dockerfile +++ b/linux/ecosystem/qbittorrent/5.0.0/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 1607c78da..d8a4a52d6 100644 --- a/linux/ecosystem/qbittorrent/5.0.0/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/5.0.0/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 61348df02..e05e3153c 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: "hub.epicm.org/epicmorg/qbittorrent:5.0.0" + image: "quay.io/epicmorg/qbittorrent:5.0.0" build: context: . qbt-libtorrent2: - image: "hub.epicm.org/epicmorg/qbittorrent:5.0.0-libtorrent2.0.10" + image: "quay.io/epicmorg/qbittorrent:5.0.0-libtorrent2.0.10" build: context: . qbt-libtorrent1: - image: "hub.epicm.org/epicmorg/qbittorrent:5.0.0-libtorrent1.2.19" + image: "quay.io/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 5023da48f..c8a6f5f69 100644 --- a/linux/ecosystem/qbittorrent/5.0.1/Dockerfile +++ b/linux/ecosystem/qbittorrent/5.0.1/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 d8f9e3492..c3984c46a 100644 --- a/linux/ecosystem/qbittorrent/5.0.1/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/5.0.1/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 6a2bd6871..703ce9f2e 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: "hub.epicm.org/epicmorg/qbittorrent:5.0.1" + image: "quay.io/epicmorg/qbittorrent:5.0.1" build: context: . qbt-libtorrent2: - image: "hub.epicm.org/epicmorg/qbittorrent:5.0.1-libtorrent2.0.10" + image: "quay.io/epicmorg/qbittorrent:5.0.1-libtorrent2.0.10" build: context: . qbt-libtorrent1: - image: "hub.epicm.org/epicmorg/qbittorrent:5.0.1-libtorrent1.2.19" + image: "quay.io/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 f46bf94e8..cbb4b3e0f 100644 --- a/linux/ecosystem/qbittorrent/5.0.2/Dockerfile +++ b/linux/ecosystem/qbittorrent/5.0.2/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 5351b1919..c66eb2e7e 100644 --- a/linux/ecosystem/qbittorrent/5.0.2/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/5.0.2/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 67a6536df..9aefd8eea 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: "hub.epicm.org/epicmorg/qbittorrent:5.0.2" + image: "quay.io/epicmorg/qbittorrent:5.0.2" build: context: . qbt-libtorrent2: - image: "hub.epicm.org/epicmorg/qbittorrent:5.0.2-libtorrent2.0.10" + image: "quay.io/epicmorg/qbittorrent:5.0.2-libtorrent2.0.10" build: context: . qbt-libtorrent1: - image: "hub.epicm.org/epicmorg/qbittorrent:5.0.2-libtorrent1.2.19" + image: "quay.io/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 59856eaa6..895af74d2 100644 --- a/linux/ecosystem/qbittorrent/5.0.3/Dockerfile +++ b/linux/ecosystem/qbittorrent/5.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 7c4b6d2ec..771cfa1aa 100644 --- a/linux/ecosystem/qbittorrent/5.0.3/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/5.0.3/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 441cea847..23fb0e6b7 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: "hub.epicm.org/epicmorg/qbittorrent:5.0.3" + image: "quay.io/epicmorg/qbittorrent:5.0.3" build: context: . qbt-libtorrent2: - image: "hub.epicm.org/epicmorg/qbittorrent:5.0.3-libtorrent2.0.11" + image: "quay.io/epicmorg/qbittorrent:5.0.3-libtorrent2.0.11" build: context: . qbt-libtorrent1: - image: "hub.epicm.org/epicmorg/qbittorrent:5.0.3-libtorrent1.2.20" + image: "quay.io/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 913a03782..816a254c7 100644 --- a/linux/ecosystem/qbittorrent/5.0.4/Dockerfile +++ b/linux/ecosystem/qbittorrent/5.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 eb18de92e..c4bd31fe6 100644 --- a/linux/ecosystem/qbittorrent/5.0.4/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/5.0.4/Dockerfile.libtorrent1 @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 8478e7892..2a76d012f 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: "hub.epicm.org/epicmorg/qbittorrent:5.0.4" + image: "quay.io/epicmorg/qbittorrent:5.0.4" build: context: . qbt-libtorrent2: - image: "hub.epicm.org/epicmorg/qbittorrent:5.0.4-libtorrent2.0.11" + image: "quay.io/epicmorg/qbittorrent:5.0.4-libtorrent2.0.11" build: context: . qbt-libtorrent1: - image: "hub.epicm.org/epicmorg/qbittorrent:5.0.4-libtorrent1.2.20" + image: "quay.io/epicmorg/qbittorrent:5.0.4-libtorrent1.2.20" build: context: . dockerfile: ./Dockerfile.libtorrent1 diff --git a/linux/ecosystem/qbittorrent/testing/Dockerfile b/linux/ecosystem/qbittorrent/testing/Dockerfile index f7a519664..6e9f1367b 100644 --- a/linux/ecosystem/qbittorrent/testing/Dockerfile +++ b/linux/ecosystem/qbittorrent/testing/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 e91850c06..304d3c1a9 100644 --- a/linux/ecosystem/qbittorrent/testing/docker-compose.yml +++ b/linux/ecosystem/qbittorrent/testing/docker-compose.yml @@ -1,9 +1,9 @@ services: qbt: - image: "hub.epicm.org/epicmorg/qbittorrent:5.0.0beta1" + image: "quay.io/epicmorg/qbittorrent:5.0.0beta1" build: context: . qbt-libtorrent2: - image: "hub.epicm.org/epicmorg/qbittorrent:5.0.0beta1-libtorrentRC_2_0" + image: "quay.io/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 9dbe9066f..21a554aad 100644 --- a/linux/ecosystem/retracker/Dockerfile +++ b/linux/ecosystem/retracker/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-develop as builder +FROM quay.io/epicmorg/debian:bookworm-develop as builder RUN go install 'github.com/vvampirius/retracker@latest' diff --git a/linux/ecosystem/retracker/docker-compose.yml b/linux/ecosystem/retracker/docker-compose.yml index e7e544560..20060fc3f 100644 --- a/linux/ecosystem/retracker/docker-compose.yml +++ b/linux/ecosystem/retracker/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/retracker:latest" + image: "quay.io/epicmorg/retracker:latest" 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 b02bc8821..894672fce 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 hub.epicm.org/epicmorg/teamcity-agent:minimal +FROM quay.io/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 793c6b8aa..2bd3b37e3 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: "hub.epicm.org/epicmorg/teamcity-agent:amxx-sdk-rc" + image: "quay.io/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 477bd2a74..919e557b2 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 hub.epicm.org/epicmorg/teamcity-agent:minimal +FROM quay.io/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 0e84187fd..30e8c30b6 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: "hub.epicm.org/epicmorg/teamcity-agent:amxx-sdk" + image: "quay.io/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 8596331b8..2423ef104 100644 --- a/linux/ecosystem/teamcity/agent/android-sdk/Dockerfile +++ b/linux/ecosystem/teamcity/agent/android-sdk/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/teamcity-agent:minimal +FROM quay.io/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 c0dc25500..31489e729 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: "hub.epicm.org/epicmorg/teamcity-agent:android-sdk" + image: "quay.io/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 5ed81d0a1..db892bfb2 100644 --- a/linux/ecosystem/teamcity/agent/atlassian-sdk/Dockerfile +++ b/linux/ecosystem/teamcity/agent/atlassian-sdk/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/teamcity-agent:minimal +FROM quay.io/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 be0933cf5..65ade037a 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: "hub.epicm.org/epicmorg/teamcity-agent:atlassian-sdk" + image: "quay.io/epicmorg/teamcity-agent:atlassian-sdk" build: context: . diff --git a/linux/ecosystem/teamcity/agent/latest/Dockerfile b/linux/ecosystem/teamcity/agent/latest/Dockerfile index 9e311e6df..82a742459 100644 --- a/linux/ecosystem/teamcity/agent/latest/Dockerfile +++ b/linux/ecosystem/teamcity/agent/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/teamcity-agent:minimal +FROM quay.io/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 076c7ccd3..6ccd0a987 100644 --- a/linux/ecosystem/teamcity/agent/latest/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/latest/docker-compose.yml @@ -1,9 +1,9 @@ services: app-jdk21: - image: "hub.epicm.org/epicmorg/teamcity-agent:latest-jdk21" + image: "quay.io/epicmorg/teamcity-agent:latest-jdk21" build: context: . app: - image: "hub.epicm.org/epicmorg/teamcity-agent:latest" + image: "quay.io/epicmorg/teamcity-agent:latest" build: context: . diff --git a/linux/ecosystem/teamcity/agent/minimal/Dockerfile b/linux/ecosystem/teamcity/agent/minimal/Dockerfile index 1a7c46018..08182b89e 100644 --- a/linux/ecosystem/teamcity/agent/minimal/Dockerfile +++ b/linux/ecosystem/teamcity/agent/minimal/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-develop-jdk21 +FROM quay.io/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 4f8a14276..474d75331 100644 --- a/linux/ecosystem/teamcity/agent/minimal/docker-compose.yml +++ b/linux/ecosystem/teamcity/agent/minimal/docker-compose.yml @@ -1,9 +1,9 @@ services: app-jdk21: - image: "hub.epicm.org/epicmorg/teamcity-agent:minimal-jdk21" + image: "quay.io/epicmorg/teamcity-agent:minimal-jdk21" build: context: . app: - image: "hub.epicm.org/epicmorg/teamcity-agent:minimal" + image: "quay.io/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 2046b35da..b04248613 100644 --- a/linux/ecosystem/teamcity/agent/node0.12/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node0.12/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/teamcity-agent:minimal +FROM quay.io/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 f6a264dc8..174f7632b 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: "hub.epicm.org/epicmorg/teamcity-agent:node0.12" + image: "quay.io/epicmorg/teamcity-agent:node0.12" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node10/Dockerfile b/linux/ecosystem/teamcity/agent/node10/Dockerfile index e1e29324c..7a0cb1045 100644 --- a/linux/ecosystem/teamcity/agent/node10/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node10/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/teamcity-agent:minimal +FROM quay.io/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 101d6b6b8..73b7966a4 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: "hub.epicm.org/epicmorg/teamcity-agent:node10" + image: "quay.io/epicmorg/teamcity-agent:node10" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node11/Dockerfile b/linux/ecosystem/teamcity/agent/node11/Dockerfile index d308e1c13..f7adfe93b 100644 --- a/linux/ecosystem/teamcity/agent/node11/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node11/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/teamcity-agent:minimal +FROM quay.io/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 1720abb09..d95745e92 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: "hub.epicm.org/epicmorg/teamcity-agent:node11" + image: "quay.io/epicmorg/teamcity-agent:node11" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node12/Dockerfile b/linux/ecosystem/teamcity/agent/node12/Dockerfile index d600b2d87..b9f4d68a5 100644 --- a/linux/ecosystem/teamcity/agent/node12/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node12/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/teamcity-agent:minimal +FROM quay.io/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 ad6c022b7..eadb8af90 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: "hub.epicm.org/epicmorg/teamcity-agent:node12" + image: "quay.io/epicmorg/teamcity-agent:node12" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node13/Dockerfile b/linux/ecosystem/teamcity/agent/node13/Dockerfile index bab137e8f..13913f1a0 100644 --- a/linux/ecosystem/teamcity/agent/node13/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node13/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/teamcity-agent:minimal +FROM quay.io/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 ebb9945c8..063987d95 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: "hub.epicm.org/epicmorg/teamcity-agent:node13" + image: "quay.io/epicmorg/teamcity-agent:node13" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node14/Dockerfile b/linux/ecosystem/teamcity/agent/node14/Dockerfile index 98b73e1f7..7c409e001 100644 --- a/linux/ecosystem/teamcity/agent/node14/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node14/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/teamcity-agent:minimal +FROM quay.io/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 a5f842a51..b24d86287 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: "hub.epicm.org/epicmorg/teamcity-agent:node14" + image: "quay.io/epicmorg/teamcity-agent:node14" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node15/Dockerfile b/linux/ecosystem/teamcity/agent/node15/Dockerfile index 031924637..9ea6f638b 100644 --- a/linux/ecosystem/teamcity/agent/node15/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node15/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/teamcity-agent:minimal +FROM quay.io/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 5675b4f71..576205f00 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: "hub.epicm.org/epicmorg/teamcity-agent:node15" + image: "quay.io/epicmorg/teamcity-agent:node15" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node16/Dockerfile b/linux/ecosystem/teamcity/agent/node16/Dockerfile index 7dcb0105e..1eb035127 100644 --- a/linux/ecosystem/teamcity/agent/node16/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node16/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/teamcity-agent:minimal +FROM quay.io/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 c7b57e4f3..99572e02e 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: "hub.epicm.org/epicmorg/teamcity-agent:node16" + image: "quay.io/epicmorg/teamcity-agent:node16" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node17/Dockerfile b/linux/ecosystem/teamcity/agent/node17/Dockerfile index aaf38d8a9..ec9d48670 100644 --- a/linux/ecosystem/teamcity/agent/node17/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node17/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/teamcity-agent:minimal +FROM quay.io/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 a67e27dfd..a70864ed3 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: "hub.epicm.org/epicmorg/teamcity-agent:node17" + image: "quay.io/epicmorg/teamcity-agent:node17" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node18/Dockerfile b/linux/ecosystem/teamcity/agent/node18/Dockerfile index 2790c264e..c6a6ebcae 100644 --- a/linux/ecosystem/teamcity/agent/node18/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node18/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/teamcity-agent:minimal +FROM quay.io/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 36ce6af35..3fa5bdac1 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: "hub.epicm.org/epicmorg/teamcity-agent:node18" + image: "quay.io/epicmorg/teamcity-agent:node18" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node19/Dockerfile b/linux/ecosystem/teamcity/agent/node19/Dockerfile index 13107853d..ee66e009c 100644 --- a/linux/ecosystem/teamcity/agent/node19/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node19/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/teamcity-agent:minimal +FROM quay.io/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 3b01cdc87..8825347ac 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: "hub.epicm.org/epicmorg/teamcity-agent:node19" + image: "quay.io/epicmorg/teamcity-agent:node19" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node20/Dockerfile b/linux/ecosystem/teamcity/agent/node20/Dockerfile index 31bdec4cf..c8753ee4a 100644 --- a/linux/ecosystem/teamcity/agent/node20/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node20/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/teamcity-agent:minimal +FROM quay.io/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 757bac224..3242cbe99 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: "hub.epicm.org/epicmorg/teamcity-agent:node20" + image: "quay.io/epicmorg/teamcity-agent:node20" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node21/Dockerfile b/linux/ecosystem/teamcity/agent/node21/Dockerfile index a75b5a7dd..f34b5f97b 100644 --- a/linux/ecosystem/teamcity/agent/node21/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node21/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/teamcity-agent:minimal +FROM quay.io/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 dfe82b3cf..5df5e1fca 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: "hub.epicm.org/epicmorg/teamcity-agent:node21" + image: "quay.io/epicmorg/teamcity-agent:node21" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node22/Dockerfile b/linux/ecosystem/teamcity/agent/node22/Dockerfile index 6530227db..0afe11f95 100644 --- a/linux/ecosystem/teamcity/agent/node22/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node22/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/teamcity-agent:minimal +FROM quay.io/epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node22/docker-compose.yml b/linux/ecosystem/teamcity/agent/node22/docker-compose.yml index 869ab70a3..ac3c36dfd 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: "hub.epicm.org/epicmorg/teamcity-agent:node22" + image: "quay.io/epicmorg/teamcity-agent:node22" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node23/Dockerfile b/linux/ecosystem/teamcity/agent/node23/Dockerfile index 72b0cbbab..1ab9b3b5b 100644 --- a/linux/ecosystem/teamcity/agent/node23/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node23/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/teamcity-agent:minimal +FROM quay.io/epicmorg/teamcity-agent:minimal LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/ecosystem/teamcity/agent/node23/docker-compose.yml b/linux/ecosystem/teamcity/agent/node23/docker-compose.yml index a4e94a708..b1b81c5d5 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: "hub.epicm.org/epicmorg/teamcity-agent:node23" + image: "quay.io/epicmorg/teamcity-agent:node23" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node4/Dockerfile b/linux/ecosystem/teamcity/agent/node4/Dockerfile index 9657a23a9..4057e74be 100644 --- a/linux/ecosystem/teamcity/agent/node4/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node4/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/teamcity-agent:minimal +FROM quay.io/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 cc805e0fe..d00f548ff 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: "hub.epicm.org/epicmorg/teamcity-agent:node4" + image: "quay.io/epicmorg/teamcity-agent:node4" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node5/Dockerfile b/linux/ecosystem/teamcity/agent/node5/Dockerfile index 037ba1c67..e94c495b9 100644 --- a/linux/ecosystem/teamcity/agent/node5/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node5/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/teamcity-agent:minimal +FROM quay.io/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 41e3315d2..03866a98b 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: "hub.epicm.org/epicmorg/teamcity-agent:node5" + image: "quay.io/epicmorg/teamcity-agent:node5" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node6/Dockerfile b/linux/ecosystem/teamcity/agent/node6/Dockerfile index 4150797e8..ed597cb40 100644 --- a/linux/ecosystem/teamcity/agent/node6/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node6/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/teamcity-agent:minimal +FROM quay.io/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 5a37e4724..bdf393164 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: "hub.epicm.org/epicmorg/teamcity-agent:node6" + image: "quay.io/epicmorg/teamcity-agent:node6" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node7/Dockerfile b/linux/ecosystem/teamcity/agent/node7/Dockerfile index 457538c52..60f72cd4d 100644 --- a/linux/ecosystem/teamcity/agent/node7/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node7/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/teamcity-agent:minimal +FROM quay.io/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 79fd9a5f1..ee192e522 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: "hub.epicm.org/epicmorg/teamcity-agent:node7" + image: "quay.io/epicmorg/teamcity-agent:node7" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node8/Dockerfile b/linux/ecosystem/teamcity/agent/node8/Dockerfile index 91fa49d08..0f398e9f0 100644 --- a/linux/ecosystem/teamcity/agent/node8/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node8/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/teamcity-agent:minimal +FROM quay.io/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 81d1f2377..857a2d78e 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: "hub.epicm.org/epicmorg/teamcity-agent:node8" + image: "quay.io/epicmorg/teamcity-agent:node8" build: context: . diff --git a/linux/ecosystem/teamcity/agent/node9/Dockerfile b/linux/ecosystem/teamcity/agent/node9/Dockerfile index 4b3d5bd69..1f6ff0fb1 100644 --- a/linux/ecosystem/teamcity/agent/node9/Dockerfile +++ b/linux/ecosystem/teamcity/agent/node9/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/teamcity-agent:minimal +FROM quay.io/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 de5a34932..ba5b014df 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: "hub.epicm.org/epicmorg/teamcity-agent:node9" + image: "quay.io/epicmorg/teamcity-agent:node9" build: context: . diff --git a/linux/ecosystem/teamcity/agent/php56/Dockerfile b/linux/ecosystem/teamcity/agent/php56/Dockerfile index 2aadfa05c..15374e9bd 100644 --- a/linux/ecosystem/teamcity/agent/php56/Dockerfile +++ b/linux/ecosystem/teamcity/agent/php56/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/teamcity-agent:minimal +FROM quay.io/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 b5d30e81d..f6ca5505b 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: "hub.epicm.org/epicmorg/teamcity-agent:php5.6" + image: "quay.io/epicmorg/teamcity-agent:php5.6" build: context: . diff --git a/linux/ecosystem/teamcity/agent/php70/Dockerfile b/linux/ecosystem/teamcity/agent/php70/Dockerfile index 846921b2c..9c8ce8a5e 100644 --- a/linux/ecosystem/teamcity/agent/php70/Dockerfile +++ b/linux/ecosystem/teamcity/agent/php70/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-develop AS builder +FROM quay.io/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 hub.epicm.org/epicmorg/teamcity-agent:minimal +FROM quay.io/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 ec7416c87..08a6f377c 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: "hub.epicm.org/epicmorg/teamcity-agent:php7.0" + image: "quay.io/epicmorg/teamcity-agent:php7.0" build: context: . diff --git a/linux/ecosystem/teamcity/agent/php71/Dockerfile b/linux/ecosystem/teamcity/agent/php71/Dockerfile index e09420952..ec16bdb91 100644 --- a/linux/ecosystem/teamcity/agent/php71/Dockerfile +++ b/linux/ecosystem/teamcity/agent/php71/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-develop AS builder +FROM quay.io/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 hub.epicm.org/epicmorg/teamcity-agent:minimal +FROM quay.io/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 1ef3b0fdb..66d117c90 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: "hub.epicm.org/epicmorg/teamcity-agent:php7.1" + image: "quay.io/epicmorg/teamcity-agent:php7.1" build: context: . diff --git a/linux/ecosystem/teamcity/agent/php72/Dockerfile b/linux/ecosystem/teamcity/agent/php72/Dockerfile index fb0060ea3..05d051907 100644 --- a/linux/ecosystem/teamcity/agent/php72/Dockerfile +++ b/linux/ecosystem/teamcity/agent/php72/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-develop AS builder +FROM quay.io/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 hub.epicm.org/epicmorg/teamcity-agent:minimal +FROM quay.io/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 0dd9b7b33..062d7a0f8 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: "hub.epicm.org/epicmorg/teamcity-agent:php7.2" + image: "quay.io/epicmorg/teamcity-agent:php7.2" build: context: . diff --git a/linux/ecosystem/teamcity/agent/php73/Dockerfile b/linux/ecosystem/teamcity/agent/php73/Dockerfile index b139b8800..69018bfd3 100644 --- a/linux/ecosystem/teamcity/agent/php73/Dockerfile +++ b/linux/ecosystem/teamcity/agent/php73/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-develop AS builder +FROM quay.io/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 hub.epicm.org/epicmorg/teamcity-agent:minimal +FROM quay.io/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 09ef35edb..f46afa107 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: "hub.epicm.org/epicmorg/teamcity-agent:php7.3" + image: "quay.io/epicmorg/teamcity-agent:php7.3" build: context: . diff --git a/linux/ecosystem/teamcity/agent/php74/Dockerfile b/linux/ecosystem/teamcity/agent/php74/Dockerfile index 2609c8cb4..56f8f20e5 100644 --- a/linux/ecosystem/teamcity/agent/php74/Dockerfile +++ b/linux/ecosystem/teamcity/agent/php74/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-develop AS builder +FROM quay.io/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 hub.epicm.org/epicmorg/teamcity-agent:minimal +FROM quay.io/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 0eb816b36..c2e20b21f 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: "hub.epicm.org/epicmorg/teamcity-agent:php7.4" + image: "quay.io/epicmorg/teamcity-agent:php7.4" build: context: . diff --git a/linux/ecosystem/teamcity/agent/php80/Dockerfile b/linux/ecosystem/teamcity/agent/php80/Dockerfile index d2b77e40b..b023be921 100644 --- a/linux/ecosystem/teamcity/agent/php80/Dockerfile +++ b/linux/ecosystem/teamcity/agent/php80/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/teamcity-agent:minimal +FROM quay.io/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 4efb8232c..b3432f450 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: "hub.epicm.org/epicmorg/teamcity-agent:php8.0" + image: "quay.io/epicmorg/teamcity-agent:php8.0" build: context: . diff --git a/linux/ecosystem/teamcity/agent/php81/Dockerfile b/linux/ecosystem/teamcity/agent/php81/Dockerfile index 9adbe2666..211ca001d 100644 --- a/linux/ecosystem/teamcity/agent/php81/Dockerfile +++ b/linux/ecosystem/teamcity/agent/php81/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/teamcity-agent:minimal +FROM quay.io/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 3a65ee342..890f0a940 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: "hub.epicm.org/epicmorg/teamcity-agent:php8.1" + image: "quay.io/epicmorg/teamcity-agent:php8.1" build: context: . diff --git a/linux/ecosystem/teamcity/agent/php82/Dockerfile b/linux/ecosystem/teamcity/agent/php82/Dockerfile index 144cb0bd0..8d63381aa 100644 --- a/linux/ecosystem/teamcity/agent/php82/Dockerfile +++ b/linux/ecosystem/teamcity/agent/php82/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/teamcity-agent:minimal +FROM quay.io/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 a8479b98f..bd68f3da2 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: "hub.epicm.org/epicmorg/teamcity-agent:php8.2" + image: "quay.io/epicmorg/teamcity-agent:php8.2" build: context: . diff --git a/linux/ecosystem/teamcity/agent/php83/Dockerfile b/linux/ecosystem/teamcity/agent/php83/Dockerfile index 31b78cd55..8b4a16f7f 100644 --- a/linux/ecosystem/teamcity/agent/php83/Dockerfile +++ b/linux/ecosystem/teamcity/agent/php83/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/teamcity-agent:minimal +FROM quay.io/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 d8378168f..66f014071 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: "hub.epicm.org/epicmorg/teamcity-agent:php8.3" + image: "quay.io/epicmorg/teamcity-agent:php8.3" build: context: . diff --git a/linux/ecosystem/teamcity/agent/php84/Dockerfile b/linux/ecosystem/teamcity/agent/php84/Dockerfile index 9e870eddd..55d1cd5c9 100644 --- a/linux/ecosystem/teamcity/agent/php84/Dockerfile +++ b/linux/ecosystem/teamcity/agent/php84/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/teamcity-agent:minimal +FROM quay.io/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 b2b200c37..b08ee60d6 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: "hub.epicm.org/epicmorg/teamcity-agent:php8.4" + image: "quay.io/epicmorg/teamcity-agent:php8.4" 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 c465c8af6..d23a7c723 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 hub.epicm.org/epicmorg/testrail:5.4.1.3669 +FROM quay.io/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 60a575142..50d32bb66 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: "hub.epicm.org/epicmorg/testrail:auth-ad-5.4.1.3669" + image: "quay.io/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 0a618d77f..43525a03b 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 hub.epicm.org/epicmorg/testrail:5.4.1.3669 +FROM quay.io/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 c0edb685d..d20950856 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-5.4.1.3669" + image: "quay.io/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 aec2f90dd..d3f21546c 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 hub.epicm.org/epicmorg/apache2:php7.0 +FROM quay.io/epicmorg/apache2:php7.0 ############################################################################## # Testrail Install 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 c814ddb7f..92c0f90df 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: "hub.epicm.org/epicmorg/testrail:5.4.1.3669" + image: "quay.io/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 1e9a31268..32ad83534 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 hub.epicm.org/epicmorg/testrail:5.5.0.3727 +FROM quay.io/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 568177182..bdd33ad19 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: "hub.epicm.org/epicmorg/testrail:auth-ad-5.5.0.3727" + image: "quay.io/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 cf98faa66..1e4b72bba 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 hub.epicm.org/epicmorg/testrail:5.5.0.3727 +FROM quay.io/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 976a6ed2c..ac4d26f88 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-5.5.0.3727" + image: "quay.io/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 b19cc1031..eaad4efb9 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 hub.epicm.org/epicmorg/apache2:php7.0 +FROM quay.io/epicmorg/apache2:php7.0 ############################################################################## # Testrail Install 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 0a2200d6b..be19a998b 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: "hub.epicm.org/epicmorg/testrail:5.5.0.3727" + image: "quay.io/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 d4b5e65d6..6616c052c 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 hub.epicm.org/epicmorg/testrail:5.5.0.3731 +FROM quay.io/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 7dc5717ae..d7a273d69 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: "hub.epicm.org/epicmorg/testrail:auth-ad-5.5.0.3731" + image: "quay.io/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 e9143686f..02de0823f 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 hub.epicm.org/epicmorg/testrail:5.5.0.3731 +FROM quay.io/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 dbb82e4d0..39d1085bd 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-5.5.0.3731" + image: "quay.io/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 ad22d1849..92f54cde8 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 hub.epicm.org/epicmorg/apache2:php7.0 +FROM quay.io/epicmorg/apache2:php7.0 ############################################################################## # Testrail Install 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 97e96abfa..d8ba01850 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: "hub.epicm.org/epicmorg/testrail:5.5.0.3731" + image: "quay.io/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 4cb7b6b4a..41d980c07 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 hub.epicm.org/epicmorg/testrail:5.5.0.3735 +FROM quay.io/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 d36dfe3f5..c2d60acdd 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: "hub.epicm.org/epicmorg/testrail:auth-ad-5.5.0.3735" + image: "quay.io/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 77f247770..c63d300b7 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 hub.epicm.org/epicmorg/testrail:5.5.0.3735 +FROM quay.io/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 2aad1608c..136483a97 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-5.5.0.3735" + image: "quay.io/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 d7ac0dfd5..ec7c94f56 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 hub.epicm.org/epicmorg/apache2:php7.0 +FROM quay.io/epicmorg/apache2:php7.0 ############################################################################## # Testrail Install 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 881ccf4b9..35c2300f5 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: "hub.epicm.org/epicmorg/testrail:5.5.0.3735" + image: "quay.io/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 1d5235357..b22e4a2f9 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 hub.epicm.org/epicmorg/testrail:5.5.1.3746 +FROM quay.io/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 3e9b75605..21f76a361 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: "hub.epicm.org/epicmorg/testrail:auth-ad-5.5.1.3746" + image: "quay.io/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 7e11f0d7e..4217a2262 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 hub.epicm.org/epicmorg/testrail:5.5.1.3746 +FROM quay.io/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 b56335996..06d7e119f 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-5.5.1.3746" + image: "quay.io/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 de55cf32b..e9f284d8d 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 hub.epicm.org/epicmorg/apache2:php7.0 +FROM quay.io/epicmorg/apache2:php7.0 ############################################################################## # Testrail Install 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 66319abda..fa59e77f6 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: "hub.epicm.org/epicmorg/testrail:5.5.1.3746" + image: "quay.io/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 558c996b3..d3d0cded9 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 hub.epicm.org/epicmorg/testrail:5.6.0.3853 +FROM quay.io/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 b75aeb722..ef11c8009 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: "hub.epicm.org/epicmorg/testrail:auth-ad-5.6.0.3853" + image: "quay.io/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 770d432d6..833ba9caa 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 hub.epicm.org/epicmorg/testrail:5.6.0.3853 +FROM quay.io/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 19226c226..87671449b 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-5.6.0.3853" + image: "quay.io/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 e782206b4..0d3925574 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 hub.epicm.org/epicmorg/apache2:php7.0 +FROM quay.io/epicmorg/apache2:php7.0 ############################################################################## # Testrail Install 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 bf09787b0..15978632f 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: "hub.epicm.org/epicmorg/testrail:5.6.0.3853" + image: "quay.io/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 42e27c1bb..dad8d5e37 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 hub.epicm.org/epicmorg/testrail:5.6.0.3856 +FROM quay.io/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 0813173f3..90ccc5794 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: "hub.epicm.org/epicmorg/testrail:auth-ad-5.6.0.3856" + image: "quay.io/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 0f152c78a..269a274c1 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 hub.epicm.org/epicmorg/testrail:5.6.0.3856 +FROM quay.io/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 769d52150..1ba214996 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-5.6.0.3856" + image: "quay.io/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 a428bc5ce..c0c35b8e5 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 hub.epicm.org/epicmorg/apache2:php7.0 +FROM quay.io/epicmorg/apache2:php7.0 ############################################################################## # Testrail Install 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 ca91b3533..1c9ab4b56 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: "hub.epicm.org/epicmorg/testrail:5.6.0.3856" + image: "quay.io/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 41eb1f7e1..e3a1804b6 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 hub.epicm.org/epicmorg/testrail:5.6.0.3861 +FROM quay.io/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 59f7b374d..b2408b27b 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: "hub.epicm.org/epicmorg/testrail:auth-ad-5.6.0.3861" + image: "quay.io/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 af9042ec1..5e3f732a9 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 hub.epicm.org/epicmorg/testrail:5.6.0.3861 +FROM quay.io/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 1b7d65434..baff56f3f 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-5.6.0.3861" + image: "quay.io/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 aefd7c40c..2bf6df35d 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 hub.epicm.org/epicmorg/apache2:php7.0 +FROM quay.io/epicmorg/apache2:php7.0 ############################################################################## # Testrail Install 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 4b9791582..afa978ce8 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: "hub.epicm.org/epicmorg/testrail:5.6.0.3861" + image: "quay.io/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 d458060c8..9d82e3741 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 hub.epicm.org/epicmorg/testrail:5.6.0.3862 +FROM quay.io/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 9f32a9f23..0589281c1 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: "hub.epicm.org/epicmorg/testrail:auth-ad-5.6.0.3862" + image: "quay.io/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 18ffa530b..2e3f5b824 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 hub.epicm.org/epicmorg/testrail:5.6.0.3862 +FROM quay.io/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 2f7547395..30e2858d4 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-5.6.0.3862" + image: "quay.io/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 2d9f22647..d88ef84a4 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 hub.epicm.org/epicmorg/apache2:php7.0 +FROM quay.io/epicmorg/apache2:php7.0 ############################################################################## # Testrail Install 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 45d543048..6235877bf 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: "hub.epicm.org/epicmorg/testrail:5.6.0.3862" + image: "quay.io/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 94fb1c10f..b9b6ed5d1 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 hub.epicm.org/epicmorg/testrail:5.6.0.3865 +FROM quay.io/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 498c8518e..fb1b9d73d 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: "hub.epicm.org/epicmorg/testrail:auth-ad-5.6.0.3865" + image: "quay.io/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 9d6d69b21..103033f10 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 hub.epicm.org/epicmorg/testrail:5.6.0.3865 +FROM quay.io/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 3a09d57d0..040170fc0 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-5.6.0.3865" + image: "quay.io/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 ef8ed8cdb..ed5c60195 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 hub.epicm.org/epicmorg/apache2:php7.0 +FROM quay.io/epicmorg/apache2:php7.0 ############################################################################## # Testrail Install 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 770e494e1..d6e4832c4 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: "hub.epicm.org/epicmorg/testrail:5.6.0.3865" + image: "quay.io/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 0baf7d19f..ac2a71151 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 hub.epicm.org/epicmorg/testrail:5.7.0.3938 +FROM quay.io/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 631655e12..18f43e0dd 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: "hub.epicm.org/epicmorg/testrail:auth-ad-5.7.0.3938" + image: "quay.io/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 31e5074f1..b04445164 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 hub.epicm.org/epicmorg/testrail:5.7.0.3938 +FROM quay.io/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 fd0faabd5..03c357b1f 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-5.7.0.3938" + image: "quay.io/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 8d4077c89..156c44288 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 hub.epicm.org/epicmorg/apache2:php7.1 +FROM quay.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install 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 84b1b96c6..c10169e46 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: "hub.epicm.org/epicmorg/testrail:5.7.0.3938" + image: "quay.io/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 bc9a50d4b..6d102560b 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 hub.epicm.org/epicmorg/testrail:5.7.0.3942 +FROM quay.io/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 2b882b4f6..a9fd38207 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: "hub.epicm.org/epicmorg/testrail:auth-ad-5.7.0.3942" + image: "quay.io/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 ec9685d1d..cd102dcbb 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 hub.epicm.org/epicmorg/testrail:5.7.0.3942 +FROM quay.io/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 45a2bc4df..a019e158f 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-5.7.0.3942" + image: "quay.io/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 18c2c2d97..35e4ce652 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 hub.epicm.org/epicmorg/apache2:php7.1 +FROM quay.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install 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 ee1b35e9e..b22cef29a 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: "hub.epicm.org/epicmorg/testrail:5.7.0.3942" + image: "quay.io/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 9b93c5584..d9f58d3fe 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 hub.epicm.org/epicmorg/testrail:5.7.0.3951 +FROM quay.io/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 48b70de32..9115f7a53 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: "hub.epicm.org/epicmorg/testrail:auth-ad-5.7.0.3951" + image: "quay.io/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 8006614ee..a3ba6815c 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 hub.epicm.org/epicmorg/testrail:5.7.0.3951 +FROM quay.io/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 c9d39782e..155b619db 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-5.7.0.3951" + image: "quay.io/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 ba2b630b6..a62570b4d 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 hub.epicm.org/epicmorg/apache2:php7.1 +FROM quay.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install 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 f89696b3c..54cfbd95a 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: "hub.epicm.org/epicmorg/testrail:5.7.0.3951" + image: "quay.io/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 49f9fb15a..4558e9bb1 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 hub.epicm.org/epicmorg/testrail:5.7.1.4026 +FROM quay.io/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 f820d1221..994eed14f 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: "hub.epicm.org/epicmorg/testrail:auth-ad-5.7.1.4026" + image: "quay.io/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 2157b3d2d..2301b1a9f 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 hub.epicm.org/epicmorg/testrail:5.7.1.4026 +FROM quay.io/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 aa2a1a67f..cede8d911 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-5.7.1.4026" + image: "quay.io/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 73dbb37d6..a0f512e68 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 hub.epicm.org/epicmorg/apache2:php7.1 +FROM quay.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install 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 a41d9335f..59fd6e860 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: "hub.epicm.org/epicmorg/testrail:5.7.1.4026" + image: "quay.io/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 f423c32f6..7c0d476e3 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 hub.epicm.org/epicmorg/testrail:5.7.1.4028 +FROM quay.io/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 7d22ed392..493eb70a5 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: "hub.epicm.org/epicmorg/testrail:auth-ad-5.7.1.4028" + image: "quay.io/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 eae2aa59e..dbda0cba6 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 hub.epicm.org/epicmorg/testrail:5.7.1.4028 +FROM quay.io/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 d09bc4114..06b98aa94 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-5.7.1.4028" + image: "quay.io/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 f2f3df296..ff83f96e7 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 hub.epicm.org/epicmorg/apache2:php7.1 +FROM quay.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install 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 dcf32f1b5..48afd28c0 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: "hub.epicm.org/epicmorg/testrail:5.7.1.4028" + image: "quay.io/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 e679388b4..aaf2d4424 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 hub.epicm.org/epicmorg/testrail:6.0.0.4140 +FROM quay.io/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 e61667489..a151b99e7 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: "hub.epicm.org/epicmorg/testrail:auth-ad-6.0.0.4140" + image: "quay.io/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 4dca6e3d6..7d2a1b129 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 hub.epicm.org/epicmorg/testrail:6.0.0.4140 +FROM quay.io/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 c0e43e622..6bb306b2b 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-6.0.0.4140" + image: "quay.io/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 f41eba175..7a90b0f24 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 hub.epicm.org/epicmorg/apache2:php7.1 +FROM quay.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install 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 ce679e40d..508433e30 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: "hub.epicm.org/epicmorg/testrail:6.0.0.4140" + image: "quay.io/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 56a4bbd85..7240f32e5 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 hub.epicm.org/epicmorg/testrail:6.0.1.4163 +FROM quay.io/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 1cbf313e4..5e1e44307 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: "hub.epicm.org/epicmorg/testrail:auth-ad-6.0.1.4163" + image: "quay.io/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 22718132e..22824c1b7 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 hub.epicm.org/epicmorg/testrail:6.0.1.4163 +FROM quay.io/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 f6abb2403..7a2352ccd 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-6.0.1.4163" + image: "quay.io/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 9287125e2..b2236f990 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 hub.epicm.org/epicmorg/apache2:php7.1 +FROM quay.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install 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 baccf1365..36a401e96 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: "hub.epicm.org/epicmorg/testrail:6.0.1.4163" + image: "quay.io/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 357fd28ac..0ff76a92d 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 hub.epicm.org/epicmorg/testrail:6.1.0.4367 +FROM quay.io/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 19df45c57..724c3489a 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: "hub.epicm.org/epicmorg/testrail:auth-ad-6.1.0.4367" + image: "quay.io/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 411445f24..56beadf20 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 hub.epicm.org/epicmorg/testrail:6.1.0.4367 +FROM quay.io/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 beaeb40e2..635ba8d90 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-6.1.0.4367" + image: "quay.io/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 041bf6552..3d15af542 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 hub.epicm.org/epicmorg/apache2:php7.1 +FROM quay.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install 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 036588f7e..7c8cd528e 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: "hub.epicm.org/epicmorg/testrail:6.1.0.4367" + image: "quay.io/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 a9061854a..bbee49adf 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 hub.epicm.org/epicmorg/testrail:6.1.0.4369 +FROM quay.io/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 d563d264a..9109c16c2 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: "hub.epicm.org/epicmorg/testrail:auth-ad-6.1.0.4369" + image: "quay.io/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 9a6463ec9..bc1ed46f8 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 hub.epicm.org/epicmorg/testrail:6.1.0.4369 +FROM quay.io/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 31abb11fc..6210b4924 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-6.1.0.4369" + image: "quay.io/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 6b70c009a..ce7869453 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 hub.epicm.org/epicmorg/apache2:php7.1 +FROM quay.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install 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 b43b63af4..b7641c451 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: "hub.epicm.org/epicmorg/testrail:6.1.0.4369" + image: "quay.io/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 eb3470e13..e56f0c010 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 hub.epicm.org/epicmorg/testrail:6.1.1.1020 +FROM quay.io/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 f89a1d7c5..a247f0dd5 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: "hub.epicm.org/epicmorg/testrail:auth-ad-6.1.1.1020" + image: "quay.io/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 3bd87e19f..3988d0e2b 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 hub.epicm.org/epicmorg/testrail:6.1.1.1020 +FROM quay.io/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 7d659bdca..acbf75466 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-6.1.1.1020" + image: "quay.io/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 339f92440..ae2c333d5 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 hub.epicm.org/epicmorg/apache2:php7.1 +FROM quay.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install 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 ff1039634..a6a13f169 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: "hub.epicm.org/epicmorg/testrail:6.1.1.1020" + image: "quay.io/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 8ec87e418..63250fbf0 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 hub.epicm.org/epicmorg/testrail:6.1.1.1021 +FROM quay.io/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 82819fd04..acd0b7e60 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: "hub.epicm.org/epicmorg/testrail:auth-ad-6.1.1.1021" + image: "quay.io/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 f19cba3cf..d77a20012 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 hub.epicm.org/epicmorg/testrail:6.1.1.1021 +FROM quay.io/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 8b3150683..2f203296d 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-6.1.1.1021" + image: "quay.io/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 8181a4211..7aa4aeef7 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 hub.epicm.org/epicmorg/apache2:php7.1 +FROM quay.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install 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 97f982517..cdbe155c9 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: "hub.epicm.org/epicmorg/testrail:6.1.1.1021" + image: "quay.io/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 040f84341..d657bde24 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 hub.epicm.org/epicmorg/testrail:6.2.0.1085 +FROM quay.io/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 281f6850a..e106302c8 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: "hub.epicm.org/epicmorg/testrail:auth-ad-6.2.0.1085" + image: "quay.io/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 c5e385e86..8adf9a539 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 hub.epicm.org/epicmorg/testrail:6.2.0.1085 +FROM quay.io/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 ecb7eb314..afdfb22d5 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-6.2.0.1085" + image: "quay.io/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 e66fae086..390065e52 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 hub.epicm.org/epicmorg/apache2:php7.1 +FROM quay.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install 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 e194a396b..02e3dabec 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: "hub.epicm.org/epicmorg/testrail:6.2.0.1085" + image: "quay.io/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 a433a3998..109489879 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 hub.epicm.org/epicmorg/testrail:6.2.1.1003 +FROM quay.io/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 6e7c01195..99b72cb99 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: "hub.epicm.org/epicmorg/testrail:auth-ad-6.2.1.1003" + image: "quay.io/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 37dc26dab..681decd58 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 hub.epicm.org/epicmorg/testrail:6.2.1.1003 +FROM quay.io/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 45a2ab85e..632a576c7 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-6.2.1.1003" + image: "quay.io/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 36df50d61..acbb8c368 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 hub.epicm.org/epicmorg/apache2:php7.1 +FROM quay.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install 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 c099a5543..c9663f38e 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: "hub.epicm.org/epicmorg/testrail:6.2.1.1003" + image: "quay.io/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 aafc88661..3b72dd7eb 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 hub.epicm.org/epicmorg/testrail:6.2.1.1005 +FROM quay.io/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 c18ed7db6..19e5d4507 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: "hub.epicm.org/epicmorg/testrail:auth-ad-6.2.1.1005" + image: "quay.io/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 792d93ca9..99c3dd6ff 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 hub.epicm.org/epicmorg/testrail:6.2.1.1005 +FROM quay.io/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 c9c0ed047..ab3485249 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-6.2.1.1005" + image: "quay.io/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 b94c7d445..48c8c24f5 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 hub.epicm.org/epicmorg/apache2:php7.1 +FROM quay.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install 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 d26a08229..856f00c2a 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: "hub.epicm.org/epicmorg/testrail:6.2.1.1005" + image: "quay.io/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 19d4a4ac8..750e129bf 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 hub.epicm.org/epicmorg/testrail:6.2.2.1107 +FROM quay.io/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 183b26307..c4abf07bd 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: "hub.epicm.org/epicmorg/testrail:auth-ad-6.2.2.1107" + image: "quay.io/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 e4addf66d..89707846b 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 hub.epicm.org/epicmorg/testrail:6.2.2.1107 +FROM quay.io/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 1d41f4c19..447e30d12 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-6.2.2.1107" + image: "quay.io/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 a1dddb364..f2171c332 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 hub.epicm.org/epicmorg/apache2:php7.1 +FROM quay.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install 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 bdc1272f9..d2831d6d7 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: "hub.epicm.org/epicmorg/testrail:6.2.2.1107" + image: "quay.io/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 ac2537379..6a9066a1c 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 hub.epicm.org/epicmorg/testrail:6.2.3.1114 +FROM quay.io/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 8c1ff9872..bc1d58ad9 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: "hub.epicm.org/epicmorg/testrail:auth-ad-6.2.3.1114" + image: "quay.io/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 ad53e5453..a2e070ec6 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 hub.epicm.org/epicmorg/testrail:6.2.3.1114 +FROM quay.io/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 ef3a972e4..66a3586c5 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-6.2.3.1114" + image: "quay.io/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 5866d5ede..d844aacb0 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 hub.epicm.org/epicmorg/apache2:php7.1 +FROM quay.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install 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 80302bed8..1b8da7df4 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: "hub.epicm.org/epicmorg/testrail:6.2.3.1114" + image: "quay.io/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 8741ab564..94f38bce0 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 hub.epicm.org/epicmorg/testrail:6.3.0.1120 +FROM quay.io/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 0f75eb68c..b91fdc025 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: "hub.epicm.org/epicmorg/testrail:auth-ad-6.3.0.1120" + image: "quay.io/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 6a587f710..a4139ac8d 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 hub.epicm.org/epicmorg/testrail:6.3.0.1120 +FROM quay.io/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 1c0a688a8..3a182c22b 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-6.3.0.1120" + image: "quay.io/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 97a641412..f1fd2661c 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 hub.epicm.org/epicmorg/apache2:php7.1 +FROM quay.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install 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 f19cc09ae..cb6663f9f 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: "hub.epicm.org/epicmorg/testrail:6.3.0.1120" + image: "quay.io/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 e0fffaf4f..ac1bb0a14 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 hub.epicm.org/epicmorg/testrail:6.3.1.1004 +FROM quay.io/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 51c7ede92..d7c6b0f88 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: "hub.epicm.org/epicmorg/testrail:auth-ad-6.3.1.1004" + image: "quay.io/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 9a99a46fc..d464f29bd 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 hub.epicm.org/epicmorg/testrail:6.3.1.1004 +FROM quay.io/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 3addc8eef..287efa205 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-6.3.1.1004" + image: "quay.io/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 4a8ef4f29..767b45e57 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 hub.epicm.org/epicmorg/apache2:php7.1 +FROM quay.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install 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 31233e3a5..3f43eff8f 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: "hub.epicm.org/epicmorg/testrail:6.3.1.1004" + image: "quay.io/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 8c0000054..037ec25b5 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 hub.epicm.org/epicmorg/testrail:6.3.1.1006 +FROM quay.io/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 fa32ecd53..6ff9111d4 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: "hub.epicm.org/epicmorg/testrail:auth-ad-6.3.1.1006" + image: "quay.io/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 a6c3111c3..dd36bc03b 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 hub.epicm.org/epicmorg/testrail:6.3.1.1006 +FROM quay.io/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 490ef40fc..4a89b59d3 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-6.3.1.1006" + image: "quay.io/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 a8bbd0f1d..6b289cf03 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 hub.epicm.org/epicmorg/apache2:php7.1 +FROM quay.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install 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 30af45180..1bde72d47 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: "hub.epicm.org/epicmorg/testrail:6.3.1.1006" + image: "quay.io/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 0c79e7b4e..49c5768e6 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 hub.epicm.org/epicmorg/testrail:6.4.0.1284 +FROM quay.io/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 e6e64ce34..70f4d9205 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: "hub.epicm.org/epicmorg/testrail:auth-ad-6.4.0.1284" + image: "quay.io/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 b2cf4419c..08e6f950e 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 hub.epicm.org/epicmorg/testrail:6.4.0.1284 +FROM quay.io/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 12dd87859..b79d18edb 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-6.4.0.1284" + image: "quay.io/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 9546fbb58..c6b5a05bb 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 hub.epicm.org/epicmorg/apache2:php7.1 +FROM quay.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install 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 a3129918e..42eeb7425 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: "hub.epicm.org/epicmorg/testrail:6.4.0.1284" + image: "quay.io/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 6eb96d7f3..c4cf6ec45 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 hub.epicm.org/epicmorg/testrail:6.4.0.1293 +FROM quay.io/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 df19122d3..b7b513868 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: "hub.epicm.org/epicmorg/testrail:auth-ad-6.4.0.1293" + image: "quay.io/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 91ca8d216..ca28f8e4c 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 hub.epicm.org/epicmorg/testrail:6.4.0.1293 +FROM quay.io/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 e54a59494..310411dc8 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-6.4.0.1293" + image: "quay.io/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 c49bc9296..da964d58b 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 hub.epicm.org/epicmorg/apache2:php7.1 +FROM quay.io/epicmorg/apache2:php7.1 ############################################################################## # Testrail Install 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 baf6c6884..f629b9a5a 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: "hub.epicm.org/epicmorg/testrail:6.4.0.1293" + image: "quay.io/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 d5add0359..193419234 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 hub.epicm.org/epicmorg/testrail:6.5.0.1298 +FROM quay.io/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 a9af77215..37b610edf 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: "hub.epicm.org/epicmorg/testrail:auth-ad-6.5.0.1298" + image: "quay.io/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 7e4a38b1b..9dd3c32ab 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 hub.epicm.org/epicmorg/testrail:6.5.0.1298 +FROM quay.io/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 3aa5a59e6..f7b89ce33 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-6.5.0.1298" + image: "quay.io/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 4352bf725..1873e1f62 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 hub.epicm.org/epicmorg/apache2:php7.2 +FROM quay.io/epicmorg/apache2:php7.2 ############################################################################## # Testrail Install 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 71b8e9f60..ffaa1a5c8 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: "hub.epicm.org/epicmorg/testrail:6.5.0.1298" + image: "quay.io/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 8d6db106b..c2ab4f2d6 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 hub.epicm.org/epicmorg/testrail:6.5.1.1002 +FROM quay.io/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 bc10dcebd..122a912ca 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: "hub.epicm.org/epicmorg/testrail:auth-ad-6.5.1.1002" + image: "quay.io/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 3e681682e..e60aa2c5d 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 hub.epicm.org/epicmorg/testrail:6.5.1.1002 +FROM quay.io/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 729df7a25..88ce69ed0 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-6.5.1.1002" + image: "quay.io/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 82be90be5..b34be8c64 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 hub.epicm.org/epicmorg/apache2:php7.2 +FROM quay.io/epicmorg/apache2:php7.2 ############################################################################## # Testrail Install 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 032786f3b..498e3f3c7 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: "hub.epicm.org/epicmorg/testrail:6.5.1.1002" + image: "quay.io/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 8ce7e1dbc..ce1454ac1 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 hub.epicm.org/epicmorg/testrail:6.5.3.1001 +FROM quay.io/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 bc1d9f166..534344e66 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: "hub.epicm.org/epicmorg/testrail:auth-ad-6.5.3.1001" + image: "quay.io/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 439867d01..b5d025a6f 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 hub.epicm.org/epicmorg/testrail:6.5.3.1001 +FROM quay.io/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 66b44bf2f..fdfd644c7 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-6.5.3.1001" + image: "quay.io/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 ef3c0642c..fae77e2d4 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 hub.epicm.org/epicmorg/apache2:php7.2 +FROM quay.io/epicmorg/apache2:php7.2 ############################################################################## # Testrail Install 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 2d8ab61f6..fcba2fd2b 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: "hub.epicm.org/epicmorg/testrail:6.5.3.1001" + image: "quay.io/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 699b7605e..3fbbe2d61 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 hub.epicm.org/epicmorg/testrail:6.5.4.1002 +FROM quay.io/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 d241c3c7c..ff7d39c52 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: "hub.epicm.org/epicmorg/testrail:auth-ad-6.5.4.1002" + image: "quay.io/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 6b1a3c619..63acddc26 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 hub.epicm.org/epicmorg/testrail:6.5.4.1002 +FROM quay.io/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 4b5479c21..6a70f96d9 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-6.5.4.1002" + image: "quay.io/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 6c3a47460..f9fc3af82 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 hub.epicm.org/epicmorg/apache2:php7.2 +FROM quay.io/epicmorg/apache2:php7.2 ############################################################################## # Testrail Install 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 310f3aa71..e1f61f4df 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: "hub.epicm.org/epicmorg/testrail:6.5.4.1002" + image: "quay.io/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 15ce671a1..c123f23bf 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 hub.epicm.org/epicmorg/testrail:6.5.4.1007 +FROM quay.io/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 ea4966d76..a03c850fb 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: "hub.epicm.org/epicmorg/testrail:auth-ad-6.5.4.1007" + image: "quay.io/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 778380a8d..169b54f8d 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 hub.epicm.org/epicmorg/testrail:6.5.4.1007 +FROM quay.io/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 5787dbb7f..62c8d627c 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-6.5.4.1007" + image: "quay.io/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 a1a192a78..e0308720e 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 hub.epicm.org/epicmorg/apache2:php7.2 +FROM quay.io/epicmorg/apache2:php7.2 ############################################################################## # Testrail Install 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 e2203cee8..4547e43f7 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: "hub.epicm.org/epicmorg/testrail:6.5.4.1007" + image: "quay.io/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 f73f4da9e..4ae22d8c1 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 hub.epicm.org/epicmorg/testrail:6.5.5.1009 +FROM quay.io/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 27fd3d7e9..13179e74c 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: "hub.epicm.org/epicmorg/testrail:auth-ad-6.5.5.1009" + image: "quay.io/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 8bef28406..4a0e22193 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 hub.epicm.org/epicmorg/testrail:6.5.5.1009 +FROM quay.io/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 449fee698..cb93df112 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-6.5.5.1009" + image: "quay.io/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 95993f1c6..7c1746864 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 hub.epicm.org/epicmorg/apache2:php7.2 +FROM quay.io/epicmorg/apache2:php7.2 ############################################################################## # Testrail Install 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 767e2510c..69c91e45a 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: "hub.epicm.org/epicmorg/testrail:6.5.5.1009" + image: "quay.io/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 ac43c1a25..44599350a 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 hub.epicm.org/epicmorg/testrail:6.5.6.1014 +FROM quay.io/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 a81ecfac1..a5af6c219 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: "hub.epicm.org/epicmorg/testrail:auth-ad-6.5.6.1014" + image: "quay.io/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 25ef146bd..9c69f5335 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 hub.epicm.org/epicmorg/testrail:6.5.6.1014 +FROM quay.io/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 91b2a84ed..0c71f646d 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-6.5.6.1014" + image: "quay.io/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 e64d035ea..b082ac1bb 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 hub.epicm.org/epicmorg/apache2:php7.2 +FROM quay.io/epicmorg/apache2:php7.2 ############################################################################## # Testrail Install 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 4fd3c38a1..7296b1abc 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: "hub.epicm.org/epicmorg/testrail:6.5.6.1014" + image: "quay.io/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 083325903..3ed642cad 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 hub.epicm.org/epicmorg/testrail:6.5.7.1000 +FROM quay.io/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 bf55eb5d9..e15f13e53 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: "hub.epicm.org/epicmorg/testrail:auth-ad-6.5.7.1000" + image: "quay.io/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 19cc769c4..cbfd1b6db 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 hub.epicm.org/epicmorg/testrail:6.5.7.1000 +FROM quay.io/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 11b1ee0af..038816981 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-6.5.7.1000" + image: "quay.io/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 1a8e04300..14128837f 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 hub.epicm.org/epicmorg/apache2:php7.2 +FROM quay.io/epicmorg/apache2:php7.2 ############################################################################## # Testrail Install 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 ad2ac1584..50856341a 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: "hub.epicm.org/epicmorg/testrail:6.5.7.1000" + image: "quay.io/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 0ad8456bd..571194c8d 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 hub.epicm.org/epicmorg/testrail:6.6.0.1156 +FROM quay.io/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 b0cfc5d32..9e8a9d80e 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: "hub.epicm.org/epicmorg/testrail:auth-ad-6.6.0.1156" + image: "quay.io/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 60f46f7ab..2e5499e25 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 hub.epicm.org/epicmorg/testrail:6.6.0.1156 +FROM quay.io/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 5c8faa8e8..69ffd69b3 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-6.6.0.1156" + image: "quay.io/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 b6375b203..dfb2fe5ae 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 hub.epicm.org/epicmorg/apache2:php7.2 +FROM quay.io/epicmorg/apache2:php7.2 ############################################################################## # Testrail Install 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 bc2fb4a42..a2281dee6 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: "hub.epicm.org/epicmorg/testrail:6.6.0.1156" + image: "quay.io/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 ebda966a9..e9a918ab2 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 hub.epicm.org/epicmorg/testrail:6.6.1.1166 +FROM quay.io/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 fee8da8a9..b0b2803bb 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: "hub.epicm.org/epicmorg/testrail:auth-ad-6.6.1.1166" + image: "quay.io/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 cdc454045..219034fcf 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 hub.epicm.org/epicmorg/testrail:6.6.1.1166 +FROM quay.io/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 0b661468a..f731977b1 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-6.6.1.1166" + image: "quay.io/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 e2d7e280e..ac5abfab0 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 hub.epicm.org/epicmorg/apache2:php7.2 +FROM quay.io/epicmorg/apache2:php7.2 ############################################################################## # Testrail Install 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 5b4017c31..7effe834c 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: "hub.epicm.org/epicmorg/testrail:6.6.1.1166" + image: "quay.io/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 fdd87f006..702132cd0 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 hub.epicm.org/epicmorg/testrail:6.7.1.1020 +FROM quay.io/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 f95e7435b..9a0333d93 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: "hub.epicm.org/epicmorg/testrail:auth-ad-6.7.1.1020" + image: "quay.io/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 4149778ad..e5a96a3c6 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 hub.epicm.org/epicmorg/testrail:6.7.1.1020 +FROM quay.io/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 43f5fea75..5dda38000 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-6.7.1.1020" + image: "quay.io/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 c6d233904..7c14a7e7f 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 hub.epicm.org/epicmorg/apache2:php7.2 +FROM quay.io/epicmorg/apache2:php7.2 ############################################################################## # Testrail Install 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 b2ea4e96e..816ea6706 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: "hub.epicm.org/epicmorg/testrail:6.7.1.1020" + image: "quay.io/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 73654f27f..899156fbc 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 hub.epicm.org/epicmorg/testrail:6.7.2.1037 +FROM quay.io/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 fcd001033..df28d176d 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: "hub.epicm.org/epicmorg/testrail:auth-ad-6.7.2.1037" + image: "quay.io/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 228d22aa7..582ed73a5 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 hub.epicm.org/epicmorg/testrail:6.7.2.1037 +FROM quay.io/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 bec75afb7..7d8372824 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-6.7.2.1037" + image: "quay.io/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 263242e92..c1553f972 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 hub.epicm.org/epicmorg/apache2:php7.2 +FROM quay.io/epicmorg/apache2:php7.2 ############################################################################## # Testrail Install 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 99ef931cd..541807df1 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: "hub.epicm.org/epicmorg/testrail:6.7.2.1037" + image: "quay.io/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 755d60105..7614bd0c1 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 hub.epicm.org/epicmorg/testrail:6.7.2.1043 +FROM quay.io/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 811f09fd2..f35617f07 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: "hub.epicm.org/epicmorg/testrail:auth-ad-6.7.2.1043" + image: "quay.io/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 90de0bf61..852897cb6 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 hub.epicm.org/epicmorg/testrail:6.7.2.1043 +FROM quay.io/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 c8f6f62d3..7c9dd3a03 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-6.7.2.1043" + image: "quay.io/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 2a773a8af..6ed34cf1c 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 hub.epicm.org/epicmorg/apache2:php7.2 +FROM quay.io/epicmorg/apache2:php7.2 ############################################################################## # Testrail Install 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 802378ce3..98c895e38 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: "hub.epicm.org/epicmorg/testrail:6.7.2.1043" + image: "quay.io/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 ffa7d1d21..760e18399 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 hub.epicm.org/epicmorg/testrail:7.0.0.1057 +FROM quay.io/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 2cbf8da60..aa0ddd5a7 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: "hub.epicm.org/epicmorg/testrail:auth-ad-7.0.0.1057" + image: "quay.io/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 005c02297..dd70c958e 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 hub.epicm.org/epicmorg/testrail:7.0.0.1057 +FROM quay.io/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 62d6a898c..d04cc3cf8 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-7.0.0.1057" + image: "quay.io/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 1c82529d5..5a66c2fd9 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 hub.epicm.org/epicmorg/apache2:php7.4 +FROM quay.io/epicmorg/apache2:php7.4 ############################################################################## # Testrail Install 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 2d91248e3..1e1e1ece9 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: "hub.epicm.org/epicmorg/testrail:7.0.0.1057" + image: "quay.io/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 86dec8668..f680a6078 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 hub.epicm.org/epicmorg/testrail:7.0.1.1002 +FROM quay.io/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 6740b7343..5e2d930b9 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: "hub.epicm.org/epicmorg/testrail:auth-ad-7.0.1.1002" + image: "quay.io/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 d15278d14..1af1d202d 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 hub.epicm.org/epicmorg/testrail:7.0.1.1002 +FROM quay.io/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 0c61a8db5..9062b41b4 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-7.0.1.1002" + image: "quay.io/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 e1827bb12..67f80292e 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 hub.epicm.org/epicmorg/apache2:php7.4 +FROM quay.io/epicmorg/apache2:php7.4 ############################################################################## # Testrail Install 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 cbb150739..c8b2a3591 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: "hub.epicm.org/epicmorg/testrail:7.0.1.1002" + image: "quay.io/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 23fe63d26..b88b5b252 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 hub.epicm.org/epicmorg/testrail:7.0.1.1013 +FROM quay.io/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 72ccdad66..22eddeccb 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: "hub.epicm.org/epicmorg/testrail:auth-ad-7.0.1.1013" + image: "quay.io/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 352f6de10..2c1e4acf8 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 hub.epicm.org/epicmorg/testrail:7.0.1.1013 +FROM quay.io/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 18aa09553..92de21434 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-7.0.1.1013" + image: "quay.io/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 af218fcd2..d16998f10 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 hub.epicm.org/epicmorg/apache2:php7.4 +FROM quay.io/epicmorg/apache2:php7.4 ############################################################################## # Testrail Install 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 47ea725d6..2a85c93bb 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: "hub.epicm.org/epicmorg/testrail:7.0.1.1013" + image: "quay.io/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 b750d6bcd..840e173a4 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 hub.epicm.org/epicmorg/testrail:7.0.2.1014 +FROM quay.io/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 ca5b44343..471cbf365 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: "hub.epicm.org/epicmorg/testrail:auth-ad-7.0.2.1014" + image: "quay.io/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 a4d9ef852..a0b12623e 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 hub.epicm.org/epicmorg/testrail:7.0.2.1014 +FROM quay.io/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 fea249680..b70c217b7 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-7.0.2.1014" + image: "quay.io/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 7bb61c0b0..909d4567c 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 hub.epicm.org/epicmorg/apache2:php7.4 +FROM quay.io/epicmorg/apache2:php7.4 ############################################################################## # Testrail Install 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 321d6c248..1114c4b87 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: "hub.epicm.org/epicmorg/testrail:7.0.2.1014" + image: "quay.io/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 ba99a5e9a..071e85122 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 hub.epicm.org/epicmorg/testrail:7.0.2.1015 +FROM quay.io/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 d586e3889..40b103d17 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: "hub.epicm.org/epicmorg/testrail:auth-ad-7.0.2.1015" + image: "quay.io/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 1354a82f4..0c5b08c3d 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 hub.epicm.org/epicmorg/testrail:7.0.2.1015 +FROM quay.io/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 48bd7b4a3..bb560fdc8 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-7.0.2.1015" + image: "quay.io/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 71cb0bc69..bb4cad382 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 hub.epicm.org/epicmorg/apache2:php7.4 +FROM quay.io/epicmorg/apache2:php7.4 ############################################################################## # Testrail Install 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 4cfdcd32e..b1d430bd2 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: "hub.epicm.org/epicmorg/testrail:7.0.2.1015" + image: "quay.io/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 52f2335c0..7f2cd6022 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 hub.epicm.org/epicmorg/testrail:7.0.2.1016 +FROM quay.io/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 787f38458..ae3536176 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: "hub.epicm.org/epicmorg/testrail:auth-ad-7.0.2.1016" + image: "quay.io/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 156554eea..af5427826 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 hub.epicm.org/epicmorg/testrail:7.0.2.1016 +FROM quay.io/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 71b6d0f6d..b06214cb3 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-7.0.2.1016" + image: "quay.io/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 1aa2b7e45..e404eac82 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 hub.epicm.org/epicmorg/apache2:php7.4 +FROM quay.io/epicmorg/apache2:php7.4 ############################################################################## # Testrail Install 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 538b8bcbf..9858294a4 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: "hub.epicm.org/epicmorg/testrail:7.0.2.1016" + image: "quay.io/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 497782041..06ac10bbd 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 hub.epicm.org/epicmorg/testrail:7.4.1.8079 +FROM quay.io/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 82f1c475b..a674207b4 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: "hub.epicm.org/epicmorg/testrail:auth-ad-7.4.1.8079" + image: "quay.io/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 cfe031e93..deb825892 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 hub.epicm.org/epicmorg/testrail:7.4.1.8079 +FROM quay.io/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 ec2f1dbc6..50b0ca398 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-7.4.1.8079" + image: "quay.io/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 8fa06b91a..bd5092b8b 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 hub.epicm.org/epicmorg/apache2:php7.4 +FROM quay.io/epicmorg/apache2:php7.4 ############################################################################## # Testrail Install 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 22e62b00d..d0a7a07bd 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: "hub.epicm.org/epicmorg/testrail:7.4.1.8079" + image: "quay.io/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 c050ddc6b..0292a985a 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 hub.epicm.org/epicmorg/testrail:7.4.1.8091 +FROM quay.io/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 e902d922c..5f8d1680d 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: "hub.epicm.org/epicmorg/testrail:auth-ad-7.4.1.8091" + image: "quay.io/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 66be5b6c0..bf4198f44 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 hub.epicm.org/epicmorg/testrail:7.4.1.8091 +FROM quay.io/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 216eeae63..fe7f5fa4f 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-7.4.1.8091" + image: "quay.io/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 139471e31..a73829663 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 hub.epicm.org/epicmorg/apache2:php7.4 +FROM quay.io/epicmorg/apache2:php7.4 ############################################################################## # Testrail Install 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 6b6b8dcaa..7b4bc9da5 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: "hub.epicm.org/epicmorg/testrail:7.4.1.8091" + image: "quay.io/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 cde27d893..106073dc3 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 hub.epicm.org/epicmorg/testrail:7.4.1.8092 +FROM quay.io/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 deb8da821..bb306ee40 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: "hub.epicm.org/epicmorg/testrail:auth-ad-7.4.1.8092" + image: "quay.io/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 379cef832..3423afd3b 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 hub.epicm.org/epicmorg/testrail:7.4.1.8092 +FROM quay.io/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 e1bb618e2..af6070928 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-7.4.1.8092" + image: "quay.io/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 86d803f3f..75fab4457 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 hub.epicm.org/epicmorg/apache2:php7.4 +FROM quay.io/epicmorg/apache2:php7.4 ############################################################################## # Testrail Install 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 9cfb37cf6..a58ac504d 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: "hub.epicm.org/epicmorg/testrail:7.4.1.8092" + image: "quay.io/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 59af5289d..ec0778c27 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 hub.epicm.org/epicmorg/testrail:7.5.1.7010 +FROM quay.io/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 ff44fce93..2680e4702 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: "hub.epicm.org/epicmorg/testrail:auth-ad-7.5.1.7010" + image: "quay.io/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 08430e968..62511a15d 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 hub.epicm.org/epicmorg/testrail:7.5.1.7010 +FROM quay.io/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 d66bb0cfc..fc4e0a783 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-7.5.1.7010" + image: "quay.io/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 2da94d548..57336d4d7 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 hub.epicm.org/epicmorg/apache2:php7.4 +FROM quay.io/epicmorg/apache2:php7.4 ############################################################################## # Testrail Install 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 c41287d41..b13ecbb7d 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: "hub.epicm.org/epicmorg/testrail:7.5.1.7010" + image: "quay.io/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 667498b77..7f60df685 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 hub.epicm.org/epicmorg/testrail:7.5.1.7012 +FROM quay.io/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 ff821606f..0a3e21c02 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: "hub.epicm.org/epicmorg/testrail:auth-ad-7.5.1.7012" + image: "quay.io/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 a9912a9f3..49a1c90be 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 hub.epicm.org/epicmorg/testrail:7.5.1.7012 +FROM quay.io/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 5276d9e74..0813feeef 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-7.5.1.7012" + image: "quay.io/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 460a7aa98..6fe914c5c 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 hub.epicm.org/epicmorg/apache2:php7.4 +FROM quay.io/epicmorg/apache2:php7.4 ############################################################################## # Testrail Install 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 38492f5df..02f5e6f4a 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: "hub.epicm.org/epicmorg/testrail:7.5.1.7012" + image: "quay.io/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 0346029e8..fa3f26be4 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 hub.epicm.org/epicmorg/testrail:7.5.1.7013 +FROM quay.io/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 bc68b0b31..d1b84c934 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: "hub.epicm.org/epicmorg/testrail:auth-ad-7.5.1.7013" + image: "quay.io/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 cbddea534..14fd5a9b2 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 hub.epicm.org/epicmorg/testrail:7.5.1.7013 +FROM quay.io/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 5b74bb43e..83ebc616c 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-7.5.1.7013" + image: "quay.io/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 624e6a380..83e859808 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 hub.epicm.org/epicmorg/apache2:php7.4 +FROM quay.io/epicmorg/apache2:php7.4 ############################################################################## # Testrail Install 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 6d99aaf3d..96d97adf4 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: "hub.epicm.org/epicmorg/testrail:7.5.1.7013" + image: "quay.io/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 2d43180bb..63c4ddddd 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 hub.epicm.org/epicmorg/testrail:7.5.2.1002 +FROM quay.io/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 b56f6e50c..68574a074 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: "hub.epicm.org/epicmorg/testrail:auth-ad-7.5.2.1002" + image: "quay.io/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 286c912cf..26d0a2077 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 hub.epicm.org/epicmorg/testrail:7.5.2.1002 +FROM quay.io/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 5302c740e..42b97030f 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-7.5.2.1002" + image: "quay.io/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 d3ab829ea..c1b0121fb 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 hub.epicm.org/epicmorg/apache2:php7.4 +FROM quay.io/epicmorg/apache2:php7.4 ############################################################################## # Testrail Install 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 615e4dc7e..c9cdb8f2c 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: "hub.epicm.org/epicmorg/testrail:7.5.2.1002" + image: "quay.io/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 e79a97001..5cdf62153 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 hub.epicm.org/epicmorg/testrail:7.5.3.1000 +FROM quay.io/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 d3cd8c34e..89d00f41c 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: "hub.epicm.org/epicmorg/testrail:auth-ad-7.5.3.1000" + image: "quay.io/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 a94c0b372..7f6073f0b 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 hub.epicm.org/epicmorg/testrail:7.5.3.1000 +FROM quay.io/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 cf0a9f1fa..5a5994679 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-7.5.3.1000" + image: "quay.io/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 0ce8849be..98adbd1e6 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 hub.epicm.org/epicmorg/apache2:php7.4 +FROM quay.io/epicmorg/apache2:php7.4 ############################################################################## # Testrail Install 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 9501d6ddf..9167c2737 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: "hub.epicm.org/epicmorg/testrail:7.5.3.1000" + image: "quay.io/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 d8cdd0a2b..01aceeafb 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 hub.epicm.org/epicmorg/testrail:8.0.0.1089 +FROM quay.io/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 58b70ebbc..a6e94e7e8 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: "hub.epicm.org/epicmorg/testrail:auth-ad-8.0.0.1089" + image: "quay.io/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 0d3bcfae9..66a10c5d4 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 hub.epicm.org/epicmorg/testrail:8.0.0.1089 +FROM quay.io/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 2bd806bf4..f8a544da4 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-8.0.0.1089" + image: "quay.io/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 b1c48fccf..b99a59e0f 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 hub.epicm.org/epicmorg/apache2:php8.1 +FROM quay.io/epicmorg/apache2:php8.1 ############################################################################## # Testrail Install 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 3efee643c..a88e80343 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: "hub.epicm.org/epicmorg/testrail:8.0.0.1089" + image: "quay.io/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 ef011cd82..7a2220978 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 hub.epicm.org/epicmorg/testrail:8.0.1.1029 +FROM quay.io/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 f03efeee3..b5ed3ea6f 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: "hub.epicm.org/epicmorg/testrail:auth-ad-8.0.1.1029" + image: "quay.io/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 596baa73e..432dbe0ef 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 hub.epicm.org/epicmorg/testrail:8.0.1.1029 +FROM quay.io/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 00512aa27..34561b215 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-8.0.1.1029" + image: "quay.io/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 7e7a76223..e16619fd5 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 hub.epicm.org/epicmorg/apache2:php8.1 +FROM quay.io/epicmorg/apache2:php8.1 ############################################################################## # Testrail Install 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 e3dd4314f..20b859abf 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: "hub.epicm.org/epicmorg/testrail:8.0.1.1029" + image: "quay.io/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 448a7c5aa..2b9cfabd4 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 hub.epicm.org/epicmorg/testrail:8.0.4.7036 +FROM quay.io/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 1409bc91d..7bcd9c2ec 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: "hub.epicm.org/epicmorg/testrail:auth-ad-8.0.4.7036" + image: "quay.io/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 116019514..232bc2f02 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 hub.epicm.org/epicmorg/testrail:8.0.4.7036 +FROM quay.io/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 0391c5c09..781e1d5c4 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-8.0.4.7036" + image: "quay.io/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 8049a86f8..d34d248a8 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 hub.epicm.org/epicmorg/apache2:php8.1 +FROM quay.io/epicmorg/apache2:php8.1 ############################################################################## # Testrail Install 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 d2584fab2..6cbca12c8 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: "hub.epicm.org/epicmorg/testrail:8.0.4.7036" + image: "quay.io/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 efc6d8516..93407253b 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 hub.epicm.org/epicmorg/testrail:8.0.6.1019 +FROM quay.io/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 c596418c3..81333e4c3 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: "hub.epicm.org/epicmorg/testrail:auth-ad-8.0.6.1019" + image: "quay.io/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 bbe1f1b03..31e007839 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 hub.epicm.org/epicmorg/testrail:8.0.6.1019 +FROM quay.io/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 800c8357a..705ada62e 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-8.0.6.1019" + image: "quay.io/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 c791aae3a..67b867fa6 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 hub.epicm.org/epicmorg/apache2:php8.1 +FROM quay.io/epicmorg/apache2:php8.1 ############################################################################## # Testrail Install 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 825758a72..bfb323d12 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: "hub.epicm.org/epicmorg/testrail:8.0.6.1019" + image: "quay.io/epicmorg/testrail:8.0.6.1019" 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 51673b7ce..586b209f7 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 hub.epicm.org/epicmorg/testrail:8.1.0.6186 +FROM quay.io/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 a623d36ba..fdeb170b4 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: "hub.epicm.org/epicmorg/testrail:auth-ad-8.1.0.6186" + image: "quay.io/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 173058ab3..e1b3f0db2 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 hub.epicm.org/epicmorg/testrail:8.1.0.6186 +FROM quay.io/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 22b1c6a5a..2f0be980e 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-8.1.0.6186" + image: "quay.io/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 4f4a2757c..e5354086b 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 hub.epicm.org/epicmorg/apache2:php8.1 +FROM quay.io/epicmorg/apache2:php8.1 ############################################################################## # Testrail Install 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 bee1ae8b3..fb398aa2e 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: "hub.epicm.org/epicmorg/testrail:8.1.0.6186" + image: "quay.io/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 d1fa995b0..001127327 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 hub.epicm.org/epicmorg/testrail:9.0.0.1057 +FROM quay.io/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 d72af6179..a7cdb4030 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: "hub.epicm.org/epicmorg/testrail:auth-ad-9.0.0.1057" + image: "quay.io/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 72bff526d..3f7f3b0ad 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 hub.epicm.org/epicmorg/testrail:9.0.0.1057 +FROM quay.io/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 d00f68856..b54f9bde4 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: "hub.epicm.org/epicmorg/testrail:auth-ldap-9.0.0.1057" + image: "quay.io/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 1b69a2fca..d4b541731 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 hub.epicm.org/epicmorg/apache2:php8.1 +FROM quay.io/epicmorg/apache2:php8.1 ############################################################################## # Testrail Install 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 1df088244..a3bf2c0a5 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: "hub.epicm.org/epicmorg/testrail:9.0.0.1057" + image: "quay.io/epicmorg/testrail:9.0.0.1057" build: context: . diff --git a/linux/ecosystem/torrserver/Dockerfile b/linux/ecosystem/torrserver/Dockerfile index c32075022..a8058080a 100644 --- a/linux/ecosystem/torrserver/Dockerfile +++ b/linux/ecosystem/torrserver/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm +FROM quay.io/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 444e4af68..89ff45cde 100644 --- a/linux/ecosystem/torrserver/docker-compose.yml +++ b/linux/ecosystem/torrserver/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/torrserver:latest" + image: "quay.io/epicmorg/torrserver:latest" build: context: . diff --git a/linux/ecosystem/vk2discord/Dockerfile b/linux/ecosystem/vk2discord/Dockerfile index 905f3ff22..676440357 100644 --- a/linux/ecosystem/vk2discord/Dockerfile +++ b/linux/ecosystem/vk2discord/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bookworm-nodejs23 +FROM quay.io/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 466907cef..f566e296d 100644 --- a/linux/ecosystem/vk2discord/docker-compose.yml +++ b/linux/ecosystem/vk2discord/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/vk2discord:latest" + image: "quay.io/epicmorg/vk2discord:latest" build: context: . diff --git a/linux/experimental/redash/docker-compose.yml b/linux/experimental/redash/docker-compose.yml index 3baa375de..b75bca9cf 100644 --- a/linux/experimental/redash/docker-compose.yml +++ b/linux/experimental/redash/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/redash:latest" + image: "quay.io/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 a17b76c43..3c203d2a9 100644 --- a/linux/experimental/sentry/latest/docker-compose.yml +++ b/linux/experimental/sentry/latest/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/sentry:latest" + image: "quay.io/epicmorg/sentry:latest" build: context: . diff --git a/linux/experimental/torrust-index/Dockerfile b/linux/experimental/torrust-index/Dockerfile index 21471b6c4..c81a63ead 100644 --- a/linux/experimental/torrust-index/Dockerfile +++ b/linux/experimental/torrust-index/Dockerfile @@ -1,5 +1,5 @@ -FROM hub.epicm.org/epicmorg/nodejs:node19 as nodejs +FROM quay.io/epicmorg/nodejs:node19 as nodejs RUN git clone https://github.com/torrust/torrust-index-frontend.git -b develop /opt/torrust-index-frontend && \ cd /opt/torrust-index-frontend && \ @@ -11,7 +11,7 @@ RUN git clone https://github.com/torrust/torrust-index-frontend.git -b develop / ls -las -FROM hub.epicm.org/epicmorg/debian:bullseye-develop as builder +FROM quay.io/epicmorg/debian:bullseye-develop as builder RUN git clone https://github.com/torrust/torrust-index-backend.git -b develop /opt/torrust-index-backend && \ cd /opt/torrust-index-backend && \ diff --git a/linux/experimental/torrust-index/docker-compose.yml b/linux/experimental/torrust-index/docker-compose.yml index 0d3a022ef..d54207b74 100644 --- a/linux/experimental/torrust-index/docker-compose.yml +++ b/linux/experimental/torrust-index/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/torrust-index:latest" + image: "quay.io/epicmorg/torrust-index:latest" build: context: . diff --git a/linux/experimental/torrust-tracker/Dockerfile b/linux/experimental/torrust-tracker/Dockerfile index ec8b2d235..4a439a8d4 100644 --- a/linux/experimental/torrust-tracker/Dockerfile +++ b/linux/experimental/torrust-tracker/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/debian:bullseye-develop as builder +FROM quay.io/epicmorg/debian:bullseye-develop as builder RUN git clone https://github.com/torrust/torrust-tracker.git -b develop /opt/torrust-tracker && \ diff --git a/linux/experimental/torrust-tracker/docker-compose.yml b/linux/experimental/torrust-tracker/docker-compose.yml index 0a9b022e9..d53ecb5b8 100644 --- a/linux/experimental/torrust-tracker/docker-compose.yml +++ b/linux/experimental/torrust-tracker/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/torrust-tracker:latest" + image: "quay.io/epicmorg/torrust-tracker:latest" build: context: . diff --git a/linux/obsolete/epicmorg/devel/jdk11/Dockerfile b/linux/obsolete/epicmorg/devel/jdk11/Dockerfile index 0ae332b0a..af48910e1 100644 --- a/linux/obsolete/epicmorg/devel/jdk11/Dockerfile +++ b/linux/obsolete/epicmorg/devel/jdk11/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/devel +FROM quay.io/epicmorg/devel LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/obsolete/epicmorg/devel/jdk11/docker-compose.yml b/linux/obsolete/epicmorg/devel/jdk11/docker-compose.yml index f8b6551ef..ad966eb9f 100644 --- a/linux/obsolete/epicmorg/devel/jdk11/docker-compose.yml +++ b/linux/obsolete/epicmorg/devel/jdk11/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/devel:jdk11" + image: "quay.io/epicmorg/devel:jdk11" build: context: . diff --git a/linux/obsolete/epicmorg/devel/jdk16/Dockerfile b/linux/obsolete/epicmorg/devel/jdk16/Dockerfile index 8f76a1425..a4a7ac36c 100644 --- a/linux/obsolete/epicmorg/devel/jdk16/Dockerfile +++ b/linux/obsolete/epicmorg/devel/jdk16/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/devel +FROM quay.io/epicmorg/devel LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/obsolete/epicmorg/devel/jdk16/docker-compose.yml b/linux/obsolete/epicmorg/devel/jdk16/docker-compose.yml index 5ef6411fb..d2b390e8d 100644 --- a/linux/obsolete/epicmorg/devel/jdk16/docker-compose.yml +++ b/linux/obsolete/epicmorg/devel/jdk16/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/devel:jdk16" + image: "quay.io/epicmorg/devel:jdk16" build: context: . diff --git a/linux/obsolete/epicmorg/devel/jdk6/Dockerfile b/linux/obsolete/epicmorg/devel/jdk6/Dockerfile index 119df09c1..9fdce3325 100644 --- a/linux/obsolete/epicmorg/devel/jdk6/Dockerfile +++ b/linux/obsolete/epicmorg/devel/jdk6/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/devel +FROM quay.io/epicmorg/devel LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/obsolete/epicmorg/devel/jdk6/docker-compose.yml b/linux/obsolete/epicmorg/devel/jdk6/docker-compose.yml index 8a2cf0fba..c19680cb4 100644 --- a/linux/obsolete/epicmorg/devel/jdk6/docker-compose.yml +++ b/linux/obsolete/epicmorg/devel/jdk6/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/devel:jdk6" + image: "quay.io/epicmorg/devel:jdk6" build: context: . diff --git a/linux/obsolete/epicmorg/devel/jdk7/Dockerfile b/linux/obsolete/epicmorg/devel/jdk7/Dockerfile index 8e3a468f4..91de4483f 100644 --- a/linux/obsolete/epicmorg/devel/jdk7/Dockerfile +++ b/linux/obsolete/epicmorg/devel/jdk7/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/devel +FROM quay.io/epicmorg/devel LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/obsolete/epicmorg/devel/jdk7/docker-compose.yml b/linux/obsolete/epicmorg/devel/jdk7/docker-compose.yml index 5274ccfa6..9bd300464 100644 --- a/linux/obsolete/epicmorg/devel/jdk7/docker-compose.yml +++ b/linux/obsolete/epicmorg/devel/jdk7/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/devel:jdk7" + image: "quay.io/epicmorg/devel:jdk7" build: context: . diff --git a/linux/obsolete/epicmorg/devel/jdk8/Dockerfile b/linux/obsolete/epicmorg/devel/jdk8/Dockerfile index ec0f0050e..6f4016259 100644 --- a/linux/obsolete/epicmorg/devel/jdk8/Dockerfile +++ b/linux/obsolete/epicmorg/devel/jdk8/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/devel +FROM quay.io/epicmorg/devel LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/obsolete/epicmorg/devel/jdk8/docker-compose.yml b/linux/obsolete/epicmorg/devel/jdk8/docker-compose.yml index 79df2cb1e..dc7a7879a 100644 --- a/linux/obsolete/epicmorg/devel/jdk8/docker-compose.yml +++ b/linux/obsolete/epicmorg/devel/jdk8/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/devel:jdk8" + image: "quay.io/epicmorg/devel:jdk8" build: context: . diff --git a/linux/obsolete/epicmorg/devel/main/Dockerfile b/linux/obsolete/epicmorg/devel/main/Dockerfile index fbe260286..c63809939 100644 --- a/linux/obsolete/epicmorg/devel/main/Dockerfile +++ b/linux/obsolete/epicmorg/devel/main/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/edge +FROM quay.io/epicmorg/edge LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/obsolete/epicmorg/devel/main/docker-compose.yml b/linux/obsolete/epicmorg/devel/main/docker-compose.yml index 468da28a0..50e52d224 100644 --- a/linux/obsolete/epicmorg/devel/main/docker-compose.yml +++ b/linux/obsolete/epicmorg/devel/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/devel:latest" + image: "quay.io/epicmorg/devel:latest" build: context: . diff --git a/linux/obsolete/epicmorg/edge/jdk11/Dockerfile b/linux/obsolete/epicmorg/edge/jdk11/Dockerfile index 97a146dec..6a1f3dce5 100644 --- a/linux/obsolete/epicmorg/edge/jdk11/Dockerfile +++ b/linux/obsolete/epicmorg/edge/jdk11/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/edge +FROM quay.io/epicmorg/edge LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/obsolete/epicmorg/edge/jdk11/docker-compose.yml b/linux/obsolete/epicmorg/edge/jdk11/docker-compose.yml index 2fd24cc0a..9f3cece14 100644 --- a/linux/obsolete/epicmorg/edge/jdk11/docker-compose.yml +++ b/linux/obsolete/epicmorg/edge/jdk11/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/edge:jdk11" + image: "quay.io/epicmorg/edge:jdk11" build: context: . diff --git a/linux/obsolete/epicmorg/edge/jdk16/Dockerfile b/linux/obsolete/epicmorg/edge/jdk16/Dockerfile index 4e6bcaf79..2273e8acb 100644 --- a/linux/obsolete/epicmorg/edge/jdk16/Dockerfile +++ b/linux/obsolete/epicmorg/edge/jdk16/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/edge +FROM quay.io/epicmorg/edge LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/obsolete/epicmorg/edge/jdk16/docker-compose.yml b/linux/obsolete/epicmorg/edge/jdk16/docker-compose.yml index 3b61dd8fc..e0415f4e0 100644 --- a/linux/obsolete/epicmorg/edge/jdk16/docker-compose.yml +++ b/linux/obsolete/epicmorg/edge/jdk16/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/edge:jdk16" + image: "quay.io/epicmorg/edge:jdk16" build: context: . diff --git a/linux/obsolete/epicmorg/edge/jdk6/Dockerfile b/linux/obsolete/epicmorg/edge/jdk6/Dockerfile index 99a570f9e..ea1cdd987 100644 --- a/linux/obsolete/epicmorg/edge/jdk6/Dockerfile +++ b/linux/obsolete/epicmorg/edge/jdk6/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/edge +FROM quay.io/epicmorg/edge LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/obsolete/epicmorg/edge/jdk6/docker-compose.yml b/linux/obsolete/epicmorg/edge/jdk6/docker-compose.yml index c39c6c3a4..b5a056bbb 100644 --- a/linux/obsolete/epicmorg/edge/jdk6/docker-compose.yml +++ b/linux/obsolete/epicmorg/edge/jdk6/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/edge:jdk6" + image: "quay.io/epicmorg/edge:jdk6" build: context: . diff --git a/linux/obsolete/epicmorg/edge/jdk7/Dockerfile b/linux/obsolete/epicmorg/edge/jdk7/Dockerfile index 9e95b9f8d..75312d6b0 100644 --- a/linux/obsolete/epicmorg/edge/jdk7/Dockerfile +++ b/linux/obsolete/epicmorg/edge/jdk7/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/edge +FROM quay.io/epicmorg/edge LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/obsolete/epicmorg/edge/jdk7/docker-compose.yml b/linux/obsolete/epicmorg/edge/jdk7/docker-compose.yml index 155163ac0..ac94f0fa3 100644 --- a/linux/obsolete/epicmorg/edge/jdk7/docker-compose.yml +++ b/linux/obsolete/epicmorg/edge/jdk7/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/edge:jdk7" + image: "quay.io/epicmorg/edge:jdk7" build: context: . diff --git a/linux/obsolete/epicmorg/edge/jdk8/Dockerfile b/linux/obsolete/epicmorg/edge/jdk8/Dockerfile index 26d694176..c9f10d5f2 100644 --- a/linux/obsolete/epicmorg/edge/jdk8/Dockerfile +++ b/linux/obsolete/epicmorg/edge/jdk8/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/edge +FROM quay.io/epicmorg/edge LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/obsolete/epicmorg/edge/jdk8/docker-compose.yml b/linux/obsolete/epicmorg/edge/jdk8/docker-compose.yml index b1d0b9da9..fcaf52fee 100644 --- a/linux/obsolete/epicmorg/edge/jdk8/docker-compose.yml +++ b/linux/obsolete/epicmorg/edge/jdk8/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/edge:jdk8" + image: "quay.io/epicmorg/edge:jdk8" build: context: . diff --git a/linux/obsolete/epicmorg/edge/main/Dockerfile b/linux/obsolete/epicmorg/edge/main/Dockerfile index cffab0a81..27d4affb3 100644 --- a/linux/obsolete/epicmorg/edge/main/Dockerfile +++ b/linux/obsolete/epicmorg/edge/main/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/prod +FROM quay.io/epicmorg/prod LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/obsolete/epicmorg/edge/main/docker-compose.yml b/linux/obsolete/epicmorg/edge/main/docker-compose.yml index 027ede66b..f1d85bdce 100644 --- a/linux/obsolete/epicmorg/edge/main/docker-compose.yml +++ b/linux/obsolete/epicmorg/edge/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/edge:latest" + image: "quay.io/epicmorg/edge:latest" build: context: . diff --git a/linux/obsolete/epicmorg/prod/jdk11/Dockerfile b/linux/obsolete/epicmorg/prod/jdk11/Dockerfile index d37cc1a64..4d21731c6 100644 --- a/linux/obsolete/epicmorg/prod/jdk11/Dockerfile +++ b/linux/obsolete/epicmorg/prod/jdk11/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/prod +FROM quay.io/epicmorg/prod LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/obsolete/epicmorg/prod/jdk11/docker-compose.yml b/linux/obsolete/epicmorg/prod/jdk11/docker-compose.yml index ba493f663..a33056460 100644 --- a/linux/obsolete/epicmorg/prod/jdk11/docker-compose.yml +++ b/linux/obsolete/epicmorg/prod/jdk11/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/prod:jdk11" + image: "quay.io/epicmorg/prod:jdk11" build: context: . diff --git a/linux/obsolete/epicmorg/prod/jdk16/Dockerfile b/linux/obsolete/epicmorg/prod/jdk16/Dockerfile index 868847df7..beaa6aff3 100644 --- a/linux/obsolete/epicmorg/prod/jdk16/Dockerfile +++ b/linux/obsolete/epicmorg/prod/jdk16/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/prod +FROM quay.io/epicmorg/prod LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/obsolete/epicmorg/prod/jdk16/docker-compose.yml b/linux/obsolete/epicmorg/prod/jdk16/docker-compose.yml index fe0c78a87..a7b116d37 100644 --- a/linux/obsolete/epicmorg/prod/jdk16/docker-compose.yml +++ b/linux/obsolete/epicmorg/prod/jdk16/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/prod:jdk16" + image: "quay.io/epicmorg/prod:jdk16" build: context: . diff --git a/linux/obsolete/epicmorg/prod/jdk6/Dockerfile b/linux/obsolete/epicmorg/prod/jdk6/Dockerfile index 0c07a25bd..a325ebd2c 100644 --- a/linux/obsolete/epicmorg/prod/jdk6/Dockerfile +++ b/linux/obsolete/epicmorg/prod/jdk6/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/prod +FROM quay.io/epicmorg/prod LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/obsolete/epicmorg/prod/jdk6/docker-compose.yml b/linux/obsolete/epicmorg/prod/jdk6/docker-compose.yml index e1e21df9e..5824dbb8b 100644 --- a/linux/obsolete/epicmorg/prod/jdk6/docker-compose.yml +++ b/linux/obsolete/epicmorg/prod/jdk6/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/prod:jdk6" + image: "quay.io/epicmorg/prod:jdk6" build: context: . diff --git a/linux/obsolete/epicmorg/prod/jdk7/Dockerfile b/linux/obsolete/epicmorg/prod/jdk7/Dockerfile index 99b18e1ce..83ffeb86a 100644 --- a/linux/obsolete/epicmorg/prod/jdk7/Dockerfile +++ b/linux/obsolete/epicmorg/prod/jdk7/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/prod +FROM quay.io/epicmorg/prod LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/obsolete/epicmorg/prod/jdk7/docker-compose.yml b/linux/obsolete/epicmorg/prod/jdk7/docker-compose.yml index 96aaf2ab1..334abda0e 100644 --- a/linux/obsolete/epicmorg/prod/jdk7/docker-compose.yml +++ b/linux/obsolete/epicmorg/prod/jdk7/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/prod:jdk7" + image: "quay.io/epicmorg/prod:jdk7" build: context: . diff --git a/linux/obsolete/epicmorg/prod/jdk8/Dockerfile b/linux/obsolete/epicmorg/prod/jdk8/Dockerfile index 7858cc9f1..e76fef73f 100644 --- a/linux/obsolete/epicmorg/prod/jdk8/Dockerfile +++ b/linux/obsolete/epicmorg/prod/jdk8/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/prod +FROM quay.io/epicmorg/prod LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive diff --git a/linux/obsolete/epicmorg/prod/jdk8/docker-compose.yml b/linux/obsolete/epicmorg/prod/jdk8/docker-compose.yml index 27da720be..094bbf174 100644 --- a/linux/obsolete/epicmorg/prod/jdk8/docker-compose.yml +++ b/linux/obsolete/epicmorg/prod/jdk8/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/prod:jdk8" + image: "quay.io/epicmorg/prod:jdk8" build: context: . diff --git a/linux/obsolete/epicmorg/prod/main/docker-compose.yml b/linux/obsolete/epicmorg/prod/main/docker-compose.yml index 1056b244d..f7b5affd1 100644 --- a/linux/obsolete/epicmorg/prod/main/docker-compose.yml +++ b/linux/obsolete/epicmorg/prod/main/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/prod:latest" + image: "quay.io/epicmorg/prod:latest" build: context: . diff --git a/linux/obsolete/freegpt-webui/1.0/Dockerfile b/linux/obsolete/freegpt-webui/1.0/Dockerfile index 78ae6f12d..98300d9a4 100644 --- a/linux/obsolete/freegpt-webui/1.0/Dockerfile +++ b/linux/obsolete/freegpt-webui/1.0/Dockerfile @@ -5,7 +5,7 @@ ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/python:3.10-develop AS build +FROM quay.io/epicmorg/python:3.10-develop AS build ARG FREEGPT_VERSION=1.0 @@ -31,7 +31,7 @@ RUN find ${FREEGPT_PATH} -type f -exec dos2unix -k -s -o {} ';' ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/python:3.10 AS production +FROM quay.io/epicmorg/python:3.10 AS production ENV FREEGPT_PATH=/app ENV FREEGPT_PORT=1338 diff --git a/linux/obsolete/freegpt-webui/1.0/docker-compose.yml b/linux/obsolete/freegpt-webui/1.0/docker-compose.yml index e624e4a74..c431620c0 100644 --- a/linux/obsolete/freegpt-webui/1.0/docker-compose.yml +++ b/linux/obsolete/freegpt-webui/1.0/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/freegpt-webui:1.0" + image: "quay.io/epicmorg/freegpt-webui:1.0" build: context: . diff --git a/linux/obsolete/freegpt-webui/1.1/Dockerfile b/linux/obsolete/freegpt-webui/1.1/Dockerfile index 43591c683..7d25000ef 100644 --- a/linux/obsolete/freegpt-webui/1.1/Dockerfile +++ b/linux/obsolete/freegpt-webui/1.1/Dockerfile @@ -5,7 +5,7 @@ ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/python:3.10-develop AS build +FROM quay.io/epicmorg/python:3.10-develop AS build ARG FREEGPT_VERSION=1.1 @@ -31,7 +31,7 @@ RUN find ${FREEGPT_PATH} -type f -exec dos2unix -k -s -o {} ';' ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/python:3.10 AS production +FROM quay.io/epicmorg/python:3.10 AS production ENV FREEGPT_PATH=/app ENV FREEGPT_PORT=1338 diff --git a/linux/obsolete/freegpt-webui/1.1/docker-compose.yml b/linux/obsolete/freegpt-webui/1.1/docker-compose.yml index 5893883f0..1268ddddb 100644 --- a/linux/obsolete/freegpt-webui/1.1/docker-compose.yml +++ b/linux/obsolete/freegpt-webui/1.1/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/freegpt-webui:1.1" + image: "quay.io/epicmorg/freegpt-webui:1.1" build: context: . diff --git a/linux/obsolete/freegpt-webui/1.2/Dockerfile b/linux/obsolete/freegpt-webui/1.2/Dockerfile index fffabfa09..9599fe519 100644 --- a/linux/obsolete/freegpt-webui/1.2/Dockerfile +++ b/linux/obsolete/freegpt-webui/1.2/Dockerfile @@ -5,7 +5,7 @@ ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/python:3.10-develop AS build +FROM quay.io/epicmorg/python:3.10-develop AS build ARG FREEGPT_VERSION=1.2 @@ -31,7 +31,7 @@ RUN find ${FREEGPT_PATH} -type f -exec dos2unix -k -s -o {} ';' ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/python:3.10 AS production +FROM quay.io/epicmorg/python:3.10 AS production ENV FREEGPT_PATH=/app ENV FREEGPT_PORT=1338 diff --git a/linux/obsolete/freegpt-webui/1.2/docker-compose.yml b/linux/obsolete/freegpt-webui/1.2/docker-compose.yml index 74fd7a578..73e92d0f1 100644 --- a/linux/obsolete/freegpt-webui/1.2/docker-compose.yml +++ b/linux/obsolete/freegpt-webui/1.2/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/freegpt-webui:1.2" + image: "quay.io/epicmorg/freegpt-webui:1.2" build: context: . diff --git a/linux/obsolete/freegpt-webui/1.3.1/Dockerfile b/linux/obsolete/freegpt-webui/1.3.1/Dockerfile index 781b93261..107dce05f 100644 --- a/linux/obsolete/freegpt-webui/1.3.1/Dockerfile +++ b/linux/obsolete/freegpt-webui/1.3.1/Dockerfile @@ -5,7 +5,7 @@ ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/python:3.10-develop AS build +FROM quay.io/epicmorg/python:3.10-develop AS build ARG FREEGPT_VERSION=1.3.1 @@ -32,7 +32,7 @@ RUN find ${FREEGPT_PATH} -type f -exec dos2unix -k -s -o {} ';' ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/python:3.10 AS production +FROM quay.io/epicmorg/python:3.10 AS production ENV FREEGPT_PATH=/app ENV FREEGPT_PORT=1338 diff --git a/linux/obsolete/freegpt-webui/1.3.1/docker-compose.yml b/linux/obsolete/freegpt-webui/1.3.1/docker-compose.yml index c46991135..91ee5367c 100644 --- a/linux/obsolete/freegpt-webui/1.3.1/docker-compose.yml +++ b/linux/obsolete/freegpt-webui/1.3.1/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/freegpt-webui:1.3.1" + image: "quay.io/epicmorg/freegpt-webui:1.3.1" build: context: . diff --git a/linux/obsolete/freegpt-webui/1.3.2/Dockerfile b/linux/obsolete/freegpt-webui/1.3.2/Dockerfile index 27db2e51d..5e5a6cd13 100644 --- a/linux/obsolete/freegpt-webui/1.3.2/Dockerfile +++ b/linux/obsolete/freegpt-webui/1.3.2/Dockerfile @@ -5,7 +5,7 @@ ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/python:3.10-develop AS build +FROM quay.io/epicmorg/python:3.10-develop AS build ARG FREEGPT_VERSION=1.3.2 @@ -32,7 +32,7 @@ RUN find ${FREEGPT_PATH} -type f -exec dos2unix -k -s -o {} ';' ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/python:3.10 AS production +FROM quay.io/epicmorg/python:3.10 AS production ENV FREEGPT_PATH=/app ENV FREEGPT_PORT=1338 diff --git a/linux/obsolete/freegpt-webui/1.3.2/docker-compose.yml b/linux/obsolete/freegpt-webui/1.3.2/docker-compose.yml index 0e2e66ef0..27f065f61 100644 --- a/linux/obsolete/freegpt-webui/1.3.2/docker-compose.yml +++ b/linux/obsolete/freegpt-webui/1.3.2/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/freegpt-webui:1.3.2" + image: "quay.io/epicmorg/freegpt-webui:1.3.2" build: context: . diff --git a/linux/obsolete/freegpt-webui/1.3/Dockerfile b/linux/obsolete/freegpt-webui/1.3/Dockerfile index 2d33b30fe..881af7e23 100644 --- a/linux/obsolete/freegpt-webui/1.3/Dockerfile +++ b/linux/obsolete/freegpt-webui/1.3/Dockerfile @@ -5,7 +5,7 @@ ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/python:3.10-develop AS build +FROM quay.io/epicmorg/python:3.10-develop AS build ARG FREEGPT_VERSION=1.3 @@ -32,7 +32,7 @@ RUN find ${FREEGPT_PATH} -type f -exec dos2unix -k -s -o {} ';' ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/python:3.10 AS production +FROM quay.io/epicmorg/python:3.10 AS production ENV FREEGPT_PATH=/app ENV FREEGPT_PORT=1338 diff --git a/linux/obsolete/freegpt-webui/1.3/docker-compose.yml b/linux/obsolete/freegpt-webui/1.3/docker-compose.yml index 35ce74bbe..05881859e 100644 --- a/linux/obsolete/freegpt-webui/1.3/docker-compose.yml +++ b/linux/obsolete/freegpt-webui/1.3/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/freegpt-webui:1.3" + image: "quay.io/epicmorg/freegpt-webui:1.3" build: context: . diff --git a/linux/obsolete/freegpt-webui/1.4/Dockerfile b/linux/obsolete/freegpt-webui/1.4/Dockerfile index 9bdadac75..751ba0b4c 100644 --- a/linux/obsolete/freegpt-webui/1.4/Dockerfile +++ b/linux/obsolete/freegpt-webui/1.4/Dockerfile @@ -5,7 +5,7 @@ ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/python:3.10-develop AS build +FROM quay.io/epicmorg/python:3.10-develop AS build ARG FREEGPT_VERSION=1.4 @@ -32,7 +32,7 @@ RUN find ${FREEGPT_PATH} -type f -exec dos2unix -k -s -o {} ';' ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/python:3.10 AS production +FROM quay.io/epicmorg/python:3.10 AS production ENV FREEGPT_PATH=/app ENV FREEGPT_PORT=1338 diff --git a/linux/obsolete/freegpt-webui/1.4/docker-compose.yml b/linux/obsolete/freegpt-webui/1.4/docker-compose.yml index 39b8fc316..6725ada49 100644 --- a/linux/obsolete/freegpt-webui/1.4/docker-compose.yml +++ b/linux/obsolete/freegpt-webui/1.4/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/freegpt-webui:1.4" + image: "quay.io/epicmorg/freegpt-webui:1.4" build: context: . diff --git a/linux/obsolete/freegpt-webui/latest/Dockerfile b/linux/obsolete/freegpt-webui/latest/Dockerfile index f553266b2..28c3e8d78 100644 --- a/linux/obsolete/freegpt-webui/latest/Dockerfile +++ b/linux/obsolete/freegpt-webui/latest/Dockerfile @@ -5,7 +5,7 @@ ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/python:3.10-develop AS build +FROM quay.io/epicmorg/python:3.10-develop AS build ENV FREEGPT_PATH=/app ENV FREEGPT_PORT=1338 @@ -30,7 +30,7 @@ RUN find ${FREEGPT_PATH} -type f -exec dos2unix -k -s -o {} ';' ################################################################## ################################################################## ################################################################## -FROM hub.epicm.org/epicmorg/python:3.10 AS production +FROM quay.io/epicmorg/python:3.10 AS production ENV FREEGPT_PATH=/app ENV FREEGPT_PORT=1338 diff --git a/linux/obsolete/freegpt-webui/latest/docker-compose.yml b/linux/obsolete/freegpt-webui/latest/docker-compose.yml index 740fff7c3..f51bfd7ec 100644 --- a/linux/obsolete/freegpt-webui/latest/docker-compose.yml +++ b/linux/obsolete/freegpt-webui/latest/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/freegpt-webui:latest" + image: "quay.io/epicmorg/freegpt-webui:latest" build: context: . diff --git a/linux/obsolete/python/develop/2.7/Dockerfile b/linux/obsolete/python/develop/2.7/Dockerfile index f7ea908af..2e3067f75 100644 --- a/linux/obsolete/python/develop/2.7/Dockerfile +++ b/linux/obsolete/python/develop/2.7/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/python:2.7 +FROM quay.io/epicmorg/python:2.7 ARG DEBIAN_FRONTEND=noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/obsolete/python/develop/2.7/docker-compose.yml b/linux/obsolete/python/develop/2.7/docker-compose.yml index f5c12eba1..4125ee892 100644 --- a/linux/obsolete/python/develop/2.7/docker-compose.yml +++ b/linux/obsolete/python/develop/2.7/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/python:2.7-develop" + image: "quay.io/epicmorg/python:2.7-develop" build: context: . diff --git a/linux/obsolete/python/develop/3.10/Dockerfile b/linux/obsolete/python/develop/3.10/Dockerfile index a84a8fc59..737776ba3 100644 --- a/linux/obsolete/python/develop/3.10/Dockerfile +++ b/linux/obsolete/python/develop/3.10/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/python:3.10 +FROM quay.io/epicmorg/python:3.10 ARG DEBIAN_FRONTEND=noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/obsolete/python/develop/3.10/docker-compose.yml b/linux/obsolete/python/develop/3.10/docker-compose.yml index 96db51994..b7b4a9626 100644 --- a/linux/obsolete/python/develop/3.10/docker-compose.yml +++ b/linux/obsolete/python/develop/3.10/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/python:3.10-develop" + image: "quay.io/epicmorg/python:3.10-develop" build: context: . diff --git a/linux/obsolete/python/develop/3.11/Dockerfile b/linux/obsolete/python/develop/3.11/Dockerfile index d5ac13456..ad0660bd5 100644 --- a/linux/obsolete/python/develop/3.11/Dockerfile +++ b/linux/obsolete/python/develop/3.11/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/python:3.11 +FROM quay.io/epicmorg/python:3.11 ARG DEBIAN_FRONTEND=noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/obsolete/python/develop/3.11/docker-compose.yml b/linux/obsolete/python/develop/3.11/docker-compose.yml index fd87c9de5..9580d5a36 100644 --- a/linux/obsolete/python/develop/3.11/docker-compose.yml +++ b/linux/obsolete/python/develop/3.11/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/python:3.11-develop" + image: "quay.io/epicmorg/python:3.11-develop" build: context: . diff --git a/linux/obsolete/python/develop/3.12/Dockerfile b/linux/obsolete/python/develop/3.12/Dockerfile index 1a5e9925f..93503e7d0 100644 --- a/linux/obsolete/python/develop/3.12/Dockerfile +++ b/linux/obsolete/python/develop/3.12/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/python:3.12 +FROM quay.io/epicmorg/python:3.12 ARG DEBIAN_FRONTEND=noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/obsolete/python/develop/3.12/docker-compose.yml b/linux/obsolete/python/develop/3.12/docker-compose.yml index acc6c5df7..84c1bd509 100644 --- a/linux/obsolete/python/develop/3.12/docker-compose.yml +++ b/linux/obsolete/python/develop/3.12/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/python:3.12-develop" + image: "quay.io/epicmorg/python:3.12-develop" build: context: . diff --git a/linux/obsolete/python/develop/3.13/Dockerfile b/linux/obsolete/python/develop/3.13/Dockerfile index 50b816334..e9a486ae4 100644 --- a/linux/obsolete/python/develop/3.13/Dockerfile +++ b/linux/obsolete/python/develop/3.13/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/python:3.13 +FROM quay.io/epicmorg/python:3.13 ARG DEBIAN_FRONTEND=noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/obsolete/python/develop/3.13/docker-compose.yml b/linux/obsolete/python/develop/3.13/docker-compose.yml index 0f1fd6f42..5e269a2aa 100644 --- a/linux/obsolete/python/develop/3.13/docker-compose.yml +++ b/linux/obsolete/python/develop/3.13/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/python:3.13-develop" + image: "quay.io/epicmorg/python:3.13-develop" build: context: . diff --git a/linux/obsolete/python/develop/3.6/Dockerfile b/linux/obsolete/python/develop/3.6/Dockerfile index d5211da7c..d7b297dc4 100644 --- a/linux/obsolete/python/develop/3.6/Dockerfile +++ b/linux/obsolete/python/develop/3.6/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/python:3.6 +FROM quay.io/epicmorg/python:3.6 ARG DEBIAN_FRONTEND=noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/obsolete/python/develop/3.6/docker-compose.yml b/linux/obsolete/python/develop/3.6/docker-compose.yml index 6d0573212..3acb2662e 100644 --- a/linux/obsolete/python/develop/3.6/docker-compose.yml +++ b/linux/obsolete/python/develop/3.6/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/python:3.6-develop" + image: "quay.io/epicmorg/python:3.6-develop" build: context: . diff --git a/linux/obsolete/python/develop/3.7/Dockerfile b/linux/obsolete/python/develop/3.7/Dockerfile index 29ca931b0..b81a8ed78 100644 --- a/linux/obsolete/python/develop/3.7/Dockerfile +++ b/linux/obsolete/python/develop/3.7/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/python:3.7 +FROM quay.io/epicmorg/python:3.7 ARG DEBIAN_FRONTEND=noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/obsolete/python/develop/3.7/docker-compose.yml b/linux/obsolete/python/develop/3.7/docker-compose.yml index 8c8cd74f3..f9e6b0285 100644 --- a/linux/obsolete/python/develop/3.7/docker-compose.yml +++ b/linux/obsolete/python/develop/3.7/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/python:3.7-develop" + image: "quay.io/epicmorg/python:3.7-develop" build: context: . diff --git a/linux/obsolete/python/develop/3.8/Dockerfile b/linux/obsolete/python/develop/3.8/Dockerfile index 0576608f1..286252874 100644 --- a/linux/obsolete/python/develop/3.8/Dockerfile +++ b/linux/obsolete/python/develop/3.8/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/python:3.8 +FROM quay.io/epicmorg/python:3.8 ARG DEBIAN_FRONTEND=noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/obsolete/python/develop/3.8/docker-compose.yml b/linux/obsolete/python/develop/3.8/docker-compose.yml index 0572a84f3..d8ddeffd3 100644 --- a/linux/obsolete/python/develop/3.8/docker-compose.yml +++ b/linux/obsolete/python/develop/3.8/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/python:3.8-develop" + image: "quay.io/epicmorg/python:3.8-develop" build: context: . diff --git a/linux/obsolete/python/develop/3.9/Dockerfile b/linux/obsolete/python/develop/3.9/Dockerfile index 40ccac368..09b4ce710 100644 --- a/linux/obsolete/python/develop/3.9/Dockerfile +++ b/linux/obsolete/python/develop/3.9/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/python:3.9 +FROM quay.io/epicmorg/python:3.9 ARG DEBIAN_FRONTEND=noninteractive LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/obsolete/python/develop/3.9/docker-compose.yml b/linux/obsolete/python/develop/3.9/docker-compose.yml index 5b4fba086..f50df55a8 100644 --- a/linux/obsolete/python/develop/3.9/docker-compose.yml +++ b/linux/obsolete/python/develop/3.9/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/python:3.9-develop" + image: "quay.io/epicmorg/python:3.9-develop" build: context: . diff --git a/linux/obsolete/python/main/2.7/docker-compose.yml b/linux/obsolete/python/main/2.7/docker-compose.yml index 1b9c78cfa..01bf060b1 100644 --- a/linux/obsolete/python/main/2.7/docker-compose.yml +++ b/linux/obsolete/python/main/2.7/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/python:2.7" + image: "quay.io/epicmorg/python:2.7" build: context: . args: diff --git a/linux/obsolete/python/main/3.10/docker-compose.yml b/linux/obsolete/python/main/3.10/docker-compose.yml index b20a94522..9352cfcb3 100644 --- a/linux/obsolete/python/main/3.10/docker-compose.yml +++ b/linux/obsolete/python/main/3.10/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/python:3.10" + image: "quay.io/epicmorg/python:3.10" build: context: . args: diff --git a/linux/obsolete/python/main/3.11/docker-compose.yml b/linux/obsolete/python/main/3.11/docker-compose.yml index d669bd8c2..ef979bb69 100644 --- a/linux/obsolete/python/main/3.11/docker-compose.yml +++ b/linux/obsolete/python/main/3.11/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/python:3.11" + image: "quay.io/epicmorg/python:3.11" build: context: . args: diff --git a/linux/obsolete/python/main/3.12/docker-compose.yml b/linux/obsolete/python/main/3.12/docker-compose.yml index adb53d71d..73b5c9b2b 100644 --- a/linux/obsolete/python/main/3.12/docker-compose.yml +++ b/linux/obsolete/python/main/3.12/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/python:3.12" + image: "quay.io/epicmorg/python:3.12" build: context: . args: diff --git a/linux/obsolete/python/main/3.13/docker-compose.yml b/linux/obsolete/python/main/3.13/docker-compose.yml index 276050ba8..de01e62a5 100644 --- a/linux/obsolete/python/main/3.13/docker-compose.yml +++ b/linux/obsolete/python/main/3.13/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/python:3.13" + image: "quay.io/epicmorg/python:3.13" build: context: . args: diff --git a/linux/obsolete/python/main/3.6/docker-compose.yml b/linux/obsolete/python/main/3.6/docker-compose.yml index ebc893d10..21e0d759a 100644 --- a/linux/obsolete/python/main/3.6/docker-compose.yml +++ b/linux/obsolete/python/main/3.6/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/python:3.6" + image: "quay.io/epicmorg/python:3.6" build: context: . args: diff --git a/linux/obsolete/python/main/3.7/docker-compose.yml b/linux/obsolete/python/main/3.7/docker-compose.yml index fab9da48d..512f1160b 100644 --- a/linux/obsolete/python/main/3.7/docker-compose.yml +++ b/linux/obsolete/python/main/3.7/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/python:3.7" + image: "quay.io/epicmorg/python:3.7" build: context: . args: diff --git a/linux/obsolete/python/main/3.8/docker-compose.yml b/linux/obsolete/python/main/3.8/docker-compose.yml index 825ebd2d0..bdc469f78 100644 --- a/linux/obsolete/python/main/3.8/docker-compose.yml +++ b/linux/obsolete/python/main/3.8/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/python:3.8" + image: "quay.io/epicmorg/python:3.8" build: context: . args: diff --git a/linux/obsolete/python/main/3.9/docker-compose.yml b/linux/obsolete/python/main/3.9/docker-compose.yml index 83e178373..3950bc396 100644 --- a/linux/obsolete/python/main/3.9/docker-compose.yml +++ b/linux/obsolete/python/main/3.9/docker-compose.yml @@ -1,6 +1,6 @@ services: app: - image: "hub.epicm.org/epicmorg/python:3.9" + image: "quay.io/epicmorg/python:3.9" build: context: . args: diff --git a/win32/advanced/microsoft-windows-servercore/docker-compose.yml b/win32/advanced/microsoft-windows-servercore/docker-compose.yml index d20dbdd67..e8ae78f64 100644 --- a/win32/advanced/microsoft-windows-servercore/docker-compose.yml +++ b/win32/advanced/microsoft-windows-servercore/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/win32:2022-core" + image: "quay.io/epicmorg/win32:2022-core" build: context: . diff --git a/win32/ecosystem/microsoft/iis/Dockerfile b/win32/ecosystem/microsoft/iis/Dockerfile index bbe45c61d..b7ddf51c2 100644 --- a/win32/ecosystem/microsoft/iis/Dockerfile +++ b/win32/ecosystem/microsoft/iis/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.epicm.org/epicmorg/win32:2022-core +FROM quay.io/epicmorg/win32:2022-core #################################################################################################################################### # https://docs.microsoft.com/en-us/virtualization/windowscontainers/manage-docker/manage-windows-dockerfile diff --git a/win32/ecosystem/microsoft/iis/docker-compose.yml b/win32/ecosystem/microsoft/iis/docker-compose.yml index 7db4c78b9..7fdf3fe39 100644 --- a/win32/ecosystem/microsoft/iis/docker-compose.yml +++ b/win32/ecosystem/microsoft/iis/docker-compose.yml @@ -1,5 +1,5 @@ services: app: - image: "hub.epicm.org/epicmorg/win32-iis:2022-core" + image: "quay.io/epicmorg/win32-iis:2022-core" build: context: .