blob: c2d5406eb95412a79d22cc374dbe2e0988468fae [file] [log] [blame]
FROM xrally/xrally-openstack:2.1.0
LABEL maintainer="qa-ps@mirantis.com"
WORKDIR /rally
RUN mkdir /rally/rally-files && \
sudo apt-get update && \
sudo apt-get install -y wget curl git
RUN git clone https://github.com/Mirantis/rally-plugins.git && \
cd rally-plugins/ && \
pip3 install . && \
cd /rally
COPY ./rally-files/* /rally/rally-files/
ENTRYPOINT ["bash"]