Skip to content

Commit f6c4e43

Browse files
cfergeaupraveenkumar
authored andcommitted
rpm: Update admin-helper/machine-driver-libvirt RPMs
`make test-rpmbuild` uses a container images with preinstalled admin-helper/machine-driver-libvirt RPMs to generate a `crc` binary/rpm embedding these binaries. However, the versions used no longer match what crc expects, which is causing issues. This was reported in crc-org#4144 Signed-off-by: Christophe Fergeau <[email protected]>
1 parent cd351ef commit f6c4e43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/rpmbuild/Containerfile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM quay.io/centos/centos:stream8
22
WORKDIR $APP_ROOT/src
33
RUN yum -y install git-core rpm-build dnf-plugins-core 'dnf-command(builddep)' \
4-
https://github.com/crc-org/admin-helper/releases/download/v0.0.12/crc-admin-helper-0.0.12-1.el8.x86_64.rpm \
5-
https://github.com/crc-org/machine-driver-libvirt/releases/download/0.13.5/crc-driver-libvirt-0.13.5-1.el8.x86_64.rpm
4+
https://github.com/crc-org/admin-helper/releases/download/v0.5.2/crc-admin-helper-0.5.2-1.el8.x86_64.rpm \
5+
https://github.com/crc-org/machine-driver-libvirt/releases/download/0.13.7/crc-driver-libvirt-0.13.7-1.el8.x86_64.rpm
66
COPY . .
77
RUN mkdir -p ~/rpmbuild/SOURCES/ && \
88
git archive --format=tar --prefix=crc-__VERSION__-__OPENSHIFT_VERSION__/ HEAD | gzip >~/rpmbuild/SOURCES/crc-__VERSION__.tar.gz

0 commit comments

Comments
 (0)