Change base image

Change-Id: I3ae0a6c1a99cda93a394a89c1056e3628cf794a4
This commit is contained in:
Andrey Kurilin 2021-06-16 11:53:32 +03:00
parent 5c6cd7624a
commit e15d4aa8d3
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.
* Switch docker image from ubuntu 18.04 to ubuntu 20.04
[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
**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
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