Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker/ceph/centos/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ ENV TARGETARCH=$TARGETARCH

RUN dnf install -y epel-release \
&& dnf clean packages
RUN dnf install -y bind-utils dnf dnf-plugins-core git golang-github-prometheus hostname \
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't we need this for some tox testing for monitoring?
@aaSharma14

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or did we move away from it?

iproute iputils jq jsonnet lsof net-tools procps-ng \
RUN dnf install -y bind-utils dnf dnf-plugins-core git hostname \
iproute iputils jq jsonnet lsof net-tools procps-ng prometheus \
python3-jinja2 python3-jsonpatch python3-pip util-linux which \
&& dnf clean packages

Expand Down