diff --git a/images/collector.Dockerfile b/images/collector.Dockerfile index 102cd014..7ad6c143 100644 --- a/images/collector.Dockerfile +++ b/images/collector.Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/centos/centos:stream8 +FROM quay.io/almalinuxorg/8-base:latest SHELL ["/bin/bash", "-o", "pipefail", "-c"] diff --git a/images/scanner-build.Dockerfile b/images/scanner-build.Dockerfile index 493db4e5..85dad21d 100644 --- a/images/scanner-build.Dockerfile +++ b/images/scanner-build.Dockerfile @@ -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"] diff --git a/images/stackrox-build.Dockerfile b/images/stackrox-build.Dockerfile index b4bf630a..c5afe93d 100644 --- a/images/stackrox-build.Dockerfile +++ b/images/stackrox-build.Dockerfile @@ -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"]