Skip to content

Commit

Permalink
rpmbuild: Update crc-admin-helper to latest version
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cfergeau authored and openshift-merge-robot committed Dec 20, 2022
1 parent ea98bb4 commit 76d07a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/rpmbuild/Containerfile.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM quay.io/centos/centos:stream8
WORKDIR $APP_ROOT/src
RUN yum -y install git-core rpm-build dnf-plugins-core 'dnf-command(builddep)' \
https://github.com/crc-org/admin-helper/releases/download/v0.0.11/crc-admin-helper-0.0.11-1.el8.x86_64.rpm \
https://github.com/crc-org/admin-helper/releases/download/v0.0.12/crc-admin-helper-0.0.12-1.el8.x86_64.rpm \
https://github.com/crc-org/machine-driver-libvirt/releases/download/0.13.5/crc-driver-libvirt-0.13.5-1.el8.x86_64.rpm
COPY . .
RUN mkdir -p ~/rpmbuild/SOURCES/ && \
Expand Down

0 comments on commit 76d07a9

Please sign in to comment.