diff options
Diffstat (limited to 'docker/barometer-collectd-latest')
-rw-r--r-- | docker/barometer-collectd-latest/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |