diff --git a/ci/parameters.yml b/ci/parameters.yml index ef9848b4890..2e6a05c879c 100644 --- a/ci/parameters.yml +++ b/ci/parameters.yml @@ -12,3 +12,4 @@ concourse-url: "https://ci.spring.io" bintray-subject: "spring" bintray-repo: "jars" task-timeout: 2h00m + \ No newline at end of file diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 1d7d3ff4f35..1d6ce8ed380 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -209,20 +209,21 @@ jobs: plan: - get: ci-images-git-repo trigger: true + - get: git-repo - in_parallel: - task: build-ci-image privileged: true - file: ci-images-git-repo/ci/tasks/build-ci-image.yml + file: git-repo/ci/tasks/build-ci-image.yml vars: ci-image-name: ci-image - task: build-ci-image-jdk11 privileged: true - file: ci-images-git-repo/ci/tasks/build-ci-image.yml + file: git-repo/ci/tasks/build-ci-image.yml vars: ci-image-name: ci-image-jdk11 - task: build-ci-image-jdk15 privileged: true - file: ci-images-git-repo/ci/tasks/build-ci-image.yml + file: git-repo/ci/tasks/build-ci-image.yml vars: ci-image-name: ci-image-jdk15 - in_parallel: diff --git a/ci/tasks/build-ci-image.yml b/ci/tasks/build-ci-image.yml index fd2ddb636b9..ea831fe1606 100644 --- a/ci/tasks/build-ci-image.yml +++ b/ci/tasks/build-ci-image.yml @@ -13,5 +13,6 @@ caches: params: CONTEXT: ci-images-git-repo/ci/images DOCKERFILE: ci-images-git-repo/ci/images/((ci-image-name))/Dockerfile + REGISTRY_MIRRORS: ((dockerhub-registry-mirror)) run: path: build