Skip to content

Commit

Permalink
Remove the unused ansible-agent image
Browse files Browse the repository at this point in the history
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 <yangbaohua@gmail.com>
  • Loading branch information
yeasy committed Oct 23, 2024
1 parent b7ef2df commit 2028b12
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 0 additions & 4 deletions ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2028b12

Please sign in to comment.