From 8385039d7953b78934f3a0c53d5a77561137f4d6 Mon Sep 17 00:00:00 2001 From: Michael Golfi Date: Mon, 29 Jul 2019 08:30:14 -0700 Subject: [PATCH] skipComponentGovernanceDetection --- azure-pipelines.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1200b9b..707f28e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -5,8 +5,7 @@ resources: endpoint: AzureCR - container: docker - image: devcrewsacr.azurecr.io/docker-builder:latest - endpoint: AzureCR + image: debian:buster options: '-v /usr/bin/docker:/usr/bin/docker -v /var/run/docker.sock:/var/run/docker.sock' trigger: @@ -17,6 +16,8 @@ trigger: - deploy/* name: $(Date:yyyyMMdd)$(Rev:r) +variables: + skipComponentGovernanceDetection: true jobs: ###################################################################### @@ -68,6 +69,7 @@ jobs: ###################################################################### - job: Containerize displayName: Build and push container + container: docker dependsOn: UnitTests variables: OperatorImage: public/k8s/bedrock/ring-operator