Skip to content

Commit

Permalink
Update Containerfile
Browse files Browse the repository at this point in the history
nfs-utils-coreos conflicts with nfs-utils, dependency of targetd. We will run iscsi as part of a container so no need to install it here. 

Refers coreos/fedora-coreos-tracker#572
  • Loading branch information
aleskandro authored Aug 21, 2023
1 parent 9c4f4b7 commit 846d3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/fcos-base-image/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN set -x; arch=$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/'); cat /etc/
RUN set -x; PACKAGES_INSTALL="bridge-utils conntrack-tools curl fping iftop iputils iproute mtr nethogs socat"; \
rpm-ostree install $PACKAGES_INSTALL && ostree container commit

RUN set -x; PACKAGES_INSTALL="chrony targetd targetcli"; \
RUN set -x; PACKAGES_INSTALL="chrony targetcli"; \
rpm-ostree install $PACKAGES_INSTALL && rm -rf /var/* && ostree container commit

RUN set -x; PACKAGES_INSTALL="net-tools bind-utils iperf iperf3 iputils mtr ethtool tftp wget ipmitool"; \
Expand Down

0 comments on commit 846d3e5

Please sign in to comment.