From e415436b357d21b9707a5fcb4268f77bca264de8 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Mon, 16 Jan 2023 11:34:09 +0000 Subject: [PATCH] Use different images --- pipeline.yml | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/pipeline.yml b/pipeline.yml index 5d614b8..e794871 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -47,9 +47,10 @@ jobs: config: platform: linux image_resource: - type: docker-image - source: - repository: harbor-repo.vmware.com/dockerhub-proxy-cache/springio/spring-ci-base + type: registry-image + source: + repository: harbor-repo.vmware.com/dockerhub-proxy-cache/springci/spring-framework-ci + tag: 5.3.x inputs: - name: source caches: @@ -71,9 +72,10 @@ jobs: config: platform: linux image_resource: - type: docker-image - source: - repository: harbor-repo.vmware.com/dockerhub-proxy-cache/springio/spring-ci-base + type: registry-image + source: + repository: harbor-repo.vmware.com/dockerhub-proxy-cache/springci/spring-framework-ci + tag: 6.0.x inputs: - name: source caches: @@ -86,7 +88,7 @@ jobs: - | rm -rf ~/.m2 ln -s $(pwd)/.m2 ~/.m2 - ./mvnw install -Dspring.version=6.0.3 + ./mvnw install -Dspring.version=6.0.1 - name: deploy plan: - get: source @@ -96,9 +98,10 @@ jobs: config: platform: linux image_resource: - type: docker-image - source: - repository: harbor-repo.vmware.com/dockerhub-proxy-cache/springio/spring-ci-base + type: registry-image + source: + repository: harbor-repo.vmware.com/dockerhub-proxy-cache/springci/spring-framework-ci + tag: 5.3.x inputs: - name: source caches: