You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by rh...@apache.org on 2021/02/05 22:25:06 UTC

[geode] branch support/1.13 updated: fix resource-type for new concourse

This is an automated email from the ASF dual-hosted git repository.

rhoughton pushed a commit to branch support/1.13
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/support/1.13 by this push:
     new 184a65c  fix resource-type for new concourse
184a65c is described below

commit 184a65c59074e8ccc172653cf2293ca49811fd21
Author: Robert Houghton <rh...@pivotal.io>
AuthorDate: Fri Feb 5 14:22:27 2021 -0800

    fix resource-type for new concourse
    
    (cherry picked from commit d7a929b4b615988184259ce8aa654430ea98d83b)
---
 ci/pipelines/geode-build/jinja.template.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/ci/pipelines/geode-build/jinja.template.yml b/ci/pipelines/geode-build/jinja.template.yml
index b673e57..2cf04f2 100644
--- a/ci/pipelines/geode-build/jinja.template.yml
+++ b/ci/pipelines/geode-build/jinja.template.yml
@@ -237,9 +237,10 @@ resource_types:
     tag: latest
     username: ((docker-username))
 - name: gcs-resource
-  type: docker-image
+  type: registry-image
   source:
-    registry_mirror: mirror.gcr.io
+    registry_mirror:
+      host: mirror.gcr.io
     repository: frodenas/gcs-resource
 jobs:
 {% for semverPiece in ['major', 'minor', 'patch'] -%}