Skip to content

Commit 76d07a9

Browse files
cfergeauopenshift-merge-robot
authored andcommitted
rpmbuild: Update crc-admin-helper to latest version
The container image used by `make test-rpmbuild` has an outdated link to crc-admin-helper 0.0.11. 0.0.12 was released recently and is required by crc.
1 parent ea98bb4 commit 76d07a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/rpmbuild/Containerfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.11/crc-admin-helper-0.0.11-1.el8.x86_64.rpm \
4+
https://github.com/crc-org/admin-helper/releases/download/v0.0.12/crc-admin-helper-0.0.12-1.el8.x86_64.rpm \
55
https://github.com/crc-org/machine-driver-libvirt/releases/download/0.13.5/crc-driver-libvirt-0.13.5-1.el8.x86_64.rpm
66
COPY . .
77
RUN mkdir -p ~/rpmbuild/SOURCES/ && \

0 commit comments

Comments
 (0)