Skip to content

Commit 711813c

Browse files
committed
Remove growvols package
growvols is not actually provided by any package, it's a binary provided by diskimage-builder. It's not needed for bootc. Jira: OSPRH-11517 Signed-off-by: James Slagle <james.slagle@gmail.com>
1 parent 3283d96 commit 711813c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

bootc/Containerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ ARG EDPM_BASE_PACKAGES="\
3636
numactl \
3737
"
3838

39-
# edpm_growvols
40-
ARG GROWVOLS_PACKAGES="\
41-
growvols \
42-
"
43-
4439
# dib/ironic-agent-multipath
4540
ARG IRONIC_AGENT_MULTIPATH_PACKAGES="\
4641
iscsi-initiator-utils \
@@ -119,7 +114,6 @@ RUN /var/tmp/rhsm-script.sh && \
119114
$BOOTSTRAP_PACKAGES \
120115
$CEPH_PACKAGES \
121116
$EDPM_BASE_PACKAGES \
122-
$GROWVOLS_PACKAGES \
123117
$IRONIC_AGENT_MULTIPATH_PACKAGES \
124118
$PACKAGES \
125119
$LIBVIRT_PACKAGES \

0 commit comments

Comments
 (0)