Update containers to CentOS Stream 8 81/73281/1 stable/moselle
authorEmma Foley <efoley@redhat.com>
Thu, 10 Mar 2022 15:23:08 +0000 (15:23 +0000)
committerEmma Foley <efoley@redhat.com>
Thu, 10 Mar 2022 17:28:13 +0000 (17:28 +0000)
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 <efoley@redhat.com>
docker/barometer-collectd-experimental/Dockerfile
docker/barometer-collectd-latest/Dockerfile
docker/barometer-collectd/Dockerfile

index 0a6d980..f051ef3 100644 (file)
@@ -14,7 +14,7 @@
 # limitations under the License.
 #
 
-FROM centos:8 as builder
+FROM quay.io/centos/centos:stream8 as builder
 
 ARG COLLECTD_FLAVOR=experimental
 ARG COLLECTD_PULL_REQUESTS
@@ -32,7 +32,7 @@ WORKDIR ${repos_dir}/barometer/systems
 RUN ./build_base_machine.sh && \
         dnf clean all && rm -rf /var/cache/dnf
 
-FROM centos:8
+FROM quay.io/centos/centos:stream8
 
 COPY docker/barometer-collectd-experimental/run_collectd.sh /run_collectd.sh
 RUN chmod +x /run_collectd.sh
index b3a7a64..4b6dfef 100644 (file)
@@ -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
index e263e97..db15557 100644 (file)
@@ -14,7 +14,7 @@
 # limitations under the License.
 #
 
-FROM centos:8
+FROM quay.io/centos/centos:stream8
 RUN dnf update -y && \
         dnf install -y which sudo git-core && \
         dnf clean all && \