Skip to content

Commit

Permalink
scanner!
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin-stackrox committed Jun 12, 2024
1 parent 781d236 commit 6277679
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ collector-image:
scanner-build-image:
$(DOCKER) build \
-t quay.io/$(QUAY_REPO)/apollo-ci:$(shell scripts/get_tag.sh "scanner-build") \
--build-arg STACKROX_CENTOS_TAG=$(STACKROX_CENTOS_TAG) \
-f images/scanner-build.Dockerfile \
images/

Expand Down
3 changes: 2 additions & 1 deletion images/scanner-build.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Provides the tooling required to run Scanner dockerized build targets.

FROM quay.io/centos/centos:stream8
ARG STACKROX_CENTOS_TAG
FROM quay.io/centos/centos:${STACKROX_CENTOS_TAG} as base

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down

0 comments on commit 6277679

Please sign in to comment.