We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba0f291 + 47ac799 commit 965d23eCopy full SHA for 965d23e
1 file changed
bootc/Containerfile
@@ -107,6 +107,10 @@ ARG TELEMETRY_LOGGING_PACKAGES="\
107
rsyslog-openssl \
108
"
109
110
+ARG NVMEOF_PACKAGES="\
111
+ nvme-cli \
112
+ "
113
+
114
ARG RHSM_SCRIPT=empty.sh
115
COPY $RHSM_SCRIPT /var/tmp/rhsm-script.sh
116
RUN /var/tmp/rhsm-script.sh && \
@@ -119,6 +123,7 @@ RUN /var/tmp/rhsm-script.sh && \
119
123
$LIBVIRT_PACKAGES \
120
124
$LOGROTATE_CROND_PACKAGES \
121
125
$NETWORK_CONFIG_PACKAGES \
126
+ $NVMEOF_PACKAGES \
122
127
$OS_PACKAGES \
128
$OVS_PACKAGES \
129
$PODMAN_PACKAGES \
0 commit comments