From 69f4cb54adb2ff9ebc176b696c8d79c54aebda18 Mon Sep 17 00:00:00 2001 From: Gavin Jefferies Date: Wed, 12 Jun 2024 11:20:18 -0700 Subject: [PATCH] alma --- images/collector.Dockerfile | 2 +- images/scanner-build.Dockerfile | 2 +- images/stackrox-build.Dockerfile | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) 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"]