Skip to content

Commit

Permalink
Merge "fix centos8 for collectd"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Feb 10, 2022
2 parents 90f3a06 + ba1ff86 commit e043181
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion browbeat-containers/collectd-baremetal/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.centos.org/centos:8
FROM quay.io/centos/centos:stream8

RUN dnf update -y && \
dnf clean all && \
Expand Down
2 changes: 1 addition & 1 deletion browbeat-containers/collectd-guest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.centos.org/centos:8
FROM quay.io/centos/centos:stream8

RUN dnf update -y && \
dnf clean all && \
Expand Down
5 changes: 3 additions & 2 deletions browbeat-containers/collectd-openstack/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.centos.org/centos:8
FROM quay.io/centos/centos:stream8

RUN dnf clean all && \
dnf group install -y "Development Tools" && \
Expand All @@ -11,7 +11,8 @@ RUN dnf clean all && \
pip3 install --upgrade pip && \
pip3 install pyrabbit && \
dnf install -y libdbi-dbd-mysql collectd-dbi && \
dnf install -y centos-release-openstack-train && \
dnf install -y centos-release-openstack-ussuri && \
dnf config-manager --set-enabled powertools && \
dnf install -y openvswitch libibverbs && \
dnf install -y passwd && \
dnf install -y ceph-common && \
Expand Down

0 comments on commit e043181

Please sign in to comment.