From 2028b121fb4f4ef949598f9ff07403aacda1a002 Mon Sep 17 00:00:00 2001 From: Baohua Yang Date: Wed, 23 Oct 2024 10:40:15 -0700 Subject: [PATCH] Remove the unused ansible-agent image The ansible-agent docker image is not used any more, and there's reported issue with it. https://hackerone.com/reports/2791838 Signed-off-by: Baohua Yang --- azure-pipelines.yml | 4 ---- ci/azure-pipelines.yml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e8d3c4b40..cb5afb707 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -38,10 +38,6 @@ stages: dockerfile: "build_image/docker/common/nginx/Dockerfile.in" - imagename: "hyperledger/cello-dashboard" dockerfile: "build_image/docker/common/dashboard/Dockerfile.in" - # - name: ansibleagent - # images: - # - imagename: "hyperledger/cello-ansible-agent" - # dockerfile: "build_image/docker/agent/ansible/Dockerfile.in" # - name: fabricoperator # images: # - imagename: "hyperledger/cello-k8s-operator-agent" diff --git a/ci/azure-pipelines.yml b/ci/azure-pipelines.yml index c570497fc..39be2edc1 100644 --- a/ci/azure-pipelines.yml +++ b/ci/azure-pipelines.yml @@ -36,10 +36,6 @@ stages: dockerfile: "build_image/docker/common/nginx/Dockerfile.in" - imagename: "hyperledger/cello-dashboard" dockerfile: "build_image/docker/common/dashboard/Dockerfile.in" - - name: ansibleagent - images: - - imagename: "hyperledger/cello-ansible-agent" - dockerfile: "build_image/docker/agent/ansible/Dockerfile.in" # - name: fabricoperator # images: # - imagename: "hyperledger/cello-k8s-operator-agent"