diff options
author | Andrea Bolognani <abologna@redhat.com> | 2020-08-10 12:42:41 +0200 |
---|---|---|
committer | Andrea Bolognani <abologna@redhat.com> | 2020-08-10 12:43:28 +0200 |
commit | b51cd13b8a22a94c00b02629a5b75c438773dc46 (patch) | |
tree | 30b364ca5b0216bda4d151b99810ca0475235b2d | |
parent | 9893c59a143acfa545def506701b39f5cdff4567 (diff) | |
download | libvirt-ci-b51cd13b8a22a94c00b02629a5b75c438773dc46.zip libvirt-ci-b51cd13b8a22a94c00b02629a5b75c438773dc46.tar.gz libvirt-ci-b51cd13b8a22a94c00b02629a5b75c438773dc46.tar.bz2 |
cirrus-run: Pick up latest changes
As long as we keep building cirrus-run from git to help the upstream
author validate his changes, we better use specific commits to
maintain reproducibility between forks and also as a way to trigger
a container rebuild.
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
-rw-r--r-- | containers/cirrus-run/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/containers/cirrus-run/Dockerfile b/containers/cirrus-run/Dockerfile index 9d6d26a..a2d2472 100644 --- a/containers/cirrus-run/Dockerfile +++ b/containers/cirrus-run/Dockerfile @@ -3,6 +3,7 @@ FROM centos:8 RUN dnf install -y git python3 python3-jinja2 python3-requests && \ git clone https://github.com/sio/cirrus-run.git /src && \ cd /src && \ + git reset --hard b60e45c940e705cfc9d60e35c053f028f0a881b4 && \ python3 setup.py build && \ python3 setup.py test && \ python3 setup.py install --prefix /usr && \ |