Skip to content

Commit 965d23e

Browse files
authored
Merge pull request #76 from slagle/bootc-nvmeof
Install nvme-cli in bootc image
2 parents ba0f291 + 47ac799 commit 965d23e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bootc/Containerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ ARG TELEMETRY_LOGGING_PACKAGES="\
107107
rsyslog-openssl \
108108
"
109109

110+
ARG NVMEOF_PACKAGES="\
111+
nvme-cli \
112+
"
113+
110114
ARG RHSM_SCRIPT=empty.sh
111115
COPY $RHSM_SCRIPT /var/tmp/rhsm-script.sh
112116
RUN /var/tmp/rhsm-script.sh && \
@@ -119,6 +123,7 @@ RUN /var/tmp/rhsm-script.sh && \
119123
$LIBVIRT_PACKAGES \
120124
$LOGROTATE_CROND_PACKAGES \
121125
$NETWORK_CONFIG_PACKAGES \
126+
$NVMEOF_PACKAGES \
122127
$OS_PACKAGES \
123128
$OVS_PACKAGES \
124129
$PODMAN_PACKAGES \

0 commit comments

Comments
 (0)