We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10885fa commit 738b7acCopy full SHA for 738b7ac
images/rpmbuild/Containerfile.in
@@ -1,7 +1,7 @@
1
FROM quay.io/centos/centos:stream8
2
WORKDIR $APP_ROOT/src
3
RUN yum -y install git-core rpm-build dnf-plugins-core 'dnf-command(builddep)' \
4
- https://github.com/code-ready/admin-helper/releases/download/0.0.10/crc-admin-helper-0.0.10-1.el8.x86_64.rpm \
+ https://github.com/code-ready/admin-helper/releases/download/v0.0.11/crc-admin-helper-0.0.11-1.el8.x86_64.rpm \
5
https://github.com/code-ready/machine-driver-libvirt/releases/download/0.13.3/crc-driver-libvirt-0.13.3-1.el8.x86_64.rpm
6
COPY . .
7
RUN mkdir -p ~/rpmbuild/SOURCES/ && \
0 commit comments