Skip to content

Commit

Permalink
alma
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin-stackrox committed Jun 12, 2024
1 parent 0e5e324 commit 69f4cb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion images/collector.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/centos/centos:stream8
FROM quay.io/almalinuxorg/8-base:latest

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

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

FROM quay.io/centos/centos:stream8
FROM quay.io/almalinuxorg/8-base:latest

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

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

ARG STACKROX_CENTOS_TAG
FROM quay.io/centos/centos:${STACKROX_CENTOS_TAG} as base
FROM quay.io/almalinuxorg/8-base:latest

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

Expand Down

0 comments on commit 69f4cb5

Please sign in to comment.