Skip to content

Commit

Permalink
Merge pull request #13868 from rook/mergify/bp/release-1.13/pr-13865
Browse files Browse the repository at this point in the history
build: use 'baseos' as repo for iproute install (backport #13865)
  • Loading branch information
travisn committed Mar 4, 2024
2 parents 9801721 + 2f03c6e commit 6302f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/ceph/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ARG S5CMD_VERSION
ARG S5CMD_ARCH

# install 'ip' tool for Multus
RUN dnf install -y --setopt=install_weak_deps=False iproute && dnf clean all
RUN dnf install -y --repo baseos --setopt=install_weak_deps=False iproute && dnf clean all

# Install the s5cmd package to interact with s3 gateway
RUN curl --fail -sSL -o /s5cmd.tar.gz https://github.com/peak/s5cmd/releases/download/v${S5CMD_VERSION}/s5cmd_${S5CMD_VERSION}_${S5CMD_ARCH}.tar.gz && \
Expand Down

0 comments on commit 6302f39

Please sign in to comment.