From 4c24a63e8fc83d10bf103036b839fa4566266c5c Mon Sep 17 00:00:00 2001 From: Chris Selzo Date: Mon, 23 Mar 2026 14:56:21 -0700 Subject: [PATCH] Switch custom resource types to registry-image Using docker-image for the type was leading to a cloudflare challenge when checking. ai-assisted=no --- ci/pipelines/bosh-bootloader.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/pipelines/bosh-bootloader.yml b/ci/pipelines/bosh-bootloader.yml index 7abd51256..422e7aa46 100644 --- a/ci/pipelines/bosh-bootloader.yml +++ b/ci/pipelines/bosh-bootloader.yml @@ -23,7 +23,7 @@ groups: resource_types: - name: bosh-deployment - type: docker-image + type: registry-image source: repository: cloudfoundry/bosh-deployment-resource