diff --git a/images/tempest-container/Dockerfile b/images/tempest-container/Dockerfile index 9b8427d..1b13053 100644 --- a/images/tempest-container/Dockerfile +++ b/images/tempest-container/Dockerfile @@ -12,6 +12,13 @@ RUN dnf update -y && \ dnf clean all && \ rm -rf /var/cache/dnf/* +# Latest commit from skiplist repo before get retired. +RUN git clone https://opendev.org/openstack/openstack-tempest-skiplist.git && \ + pushd openstack-tempest-skiplist && \ + git checkout ec349ebef6942b2343be4584f734559f33eae241 && \ + pip install . && \ + popd + RUN curl -s -L "https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64" -o yq RUN chmod +x ./yq RUN mv ./yq /usr/local/bin