Merge "Change base image"

This commit is contained in:
Zuul 2021-06-16 09:27:07 +00:00 committed by Gerrit Code Review
commit c43f6d205a
3 changed files with 4 additions and 2 deletions

View File

@ -25,6 +25,8 @@ Changed
* ``rally verify`` returns 0 on success, 1, 2 or 3 depending on detected issue. * ``rally verify`` returns 0 on success, 1, 2 or 3 depending on detected issue.
* Switch docker image from ubuntu 18.04 to ubuntu 20.04
[3.2.0] - 2020-10-30 [3.2.0] - 2020-10-30
-------------------- --------------------

View File

@ -5,7 +5,7 @@ them in complex tests scenarios that allows to perform all kinds of testing!
# The purpose of xrally image or how to use it # The purpose of xrally image or how to use it
**xrally** image bases on the latest LTS release of *ubuntu* which is 18.04 at **xrally** image bases on the latest LTS release of *ubuntu* which is 20.04 at
the moment. It provides raw xrally framework with only in-tree plugins (no the moment. It provides raw xrally framework with only in-tree plugins (no
pre-installed plugins for Kubernetes, OpenStack, etc). pre-installed plugins for Kubernetes, OpenStack, etc).

View File

@ -1,4 +1,4 @@
FROM ubuntu:18.04 FROM ubuntu:20.04
RUN sed -i s/^deb-src.*// /etc/apt/sources.list RUN sed -i s/^deb-src.*// /etc/apt/sources.list