Use Gerrit v3.2.14 on Ubuntu as CentOS is discontinued
CentOS is no more active and cannot be used for testing
anymore. Also use the archive-ci for downloading the plugins.
Change-Id: I46ae2c9e20a05aa87456c1a26a6b6cdf22c176f7
diff --git a/src/test/docker/gerrit/Dockerfile b/src/test/docker/gerrit/Dockerfile
index 3c74b10..c61bd2f 100644
--- a/src/test/docker/gerrit/Dockerfile
+++ b/src/test/docker/gerrit/Dockerfile
@@ -1,12 +1,12 @@
-FROM gerritcodereview/gerrit:3.2.10
+FROM gerritcodereview/gerrit:3.2.14-ubuntu20
ENV GERRIT_BRANCH=stable-3.2
-ENV GERRIT_CI_URL=https://gerrit-ci.gerritforge.com/job
+ENV GERRIT_CI_URL=https://archive-ci.gerritforge.com/job
USER root
-RUN yum install -y iputils nmap curl lsof gettext net-tools sudo
+RUN apt update && apt install -y iputils-ping nmap curl lsof gettext net-tools sudo
USER gerrit