Skip to content

Commit

Permalink
Remove collector image (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
Molter73 authored Aug 13, 2024
1 parent e7bb4f6 commit 6502845
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 102 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,6 @@ jobs:
with:
image-flavor: "stackrox-ui-test"

build-and-push-collector:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- uses: ./.github/actions/build-and-push-image
with:
image-flavor: "collector"

build-and-push-scanner-build:
runs-on: ubuntu-latest
steps:
Expand Down
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,6 @@ test-cci-export:
--rm \
test-cci-export

.PHONY: collector-image
collector-image:
$(DOCKER) build \
--platform linux/amd64 \
-t quay.io/$(QUAY_REPO)/apollo-ci:$(shell scripts/get_tag.sh "collector") \
-f images/collector.Dockerfile \
images/

.PHONY: scanner-build-image
scanner-build-image:
$(DOCKER) build \
Expand Down
82 changes: 0 additions & 82 deletions images/collector.Dockerfile

This file was deleted.

0 comments on commit 6502845

Please sign in to comment.