From 31d3f2708010dc36377958b6fefb0459301e50af Mon Sep 17 00:00:00 2001 From: Emma Foley Date: Thu, 10 Mar 2022 15:23:08 +0000 Subject: Update containers to CentOS Stream 8 CentOS 8 went EOL on December 31st, 2021 [1] CentOS Stream 8 is the replacement, and has been added as the base of the containers as well. [1] https://www.centos.org/centos-linux-eol/ Change-Id: I29543e2a1d14f9515399f4a26de2e274ff53eb3b Signed-off-by: Emma Foley --- docker/barometer-collectd-latest/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker/barometer-collectd-latest') diff --git a/docker/barometer-collectd-latest/Dockerfile b/docker/barometer-collectd-latest/Dockerfile index b3a7a646..4b6dfefb 100644 --- a/docker/barometer-collectd-latest/Dockerfile +++ b/docker/barometer-collectd-latest/Dockerfile @@ -14,7 +14,7 @@ # limitations under the License. # -FROM centos:8 +FROM quay.io/centos/centos:stream8 ARG COLLECTD_FLAVOR=latest ARG WITH_DPDK=y -- cgit 1.2.3-korg