Merge branch 'stable-3.4'

* stable-3.4:
  Set Gerrit to 3.4.4
  Set Gerrit to 3.3.10
  CentOS 8 AppStream has disappeared: use AlmaLinux 8.5 instead
  Set Gerrit to 3.4.3
  Set Gerrit to 3.3.9
  Set Gerrit to 3.4.2
  Set Gerrit to 3.3.8
  Set Gerrit to 3.3.7
  Set Gerrit to 3.3.6
  Set Gerrit to 3.3.5
  Set Gerrit to 3.3.4

Change-Id: Ibff502cfdf9db3e36545395ca8cb9f3e50539d03
diff --git a/centos/8/Dockerfile b/centos/8/Dockerfile
index 6ceee18..63956e8 100644
--- a/centos/8/Dockerfile
+++ b/centos/8/Dockerfile
@@ -10,7 +10,7 @@
 # (pre-trans Gerrit script needs to have access to the Java command)
 RUN yum -y install initscripts && \
     yum -y install java-11-openjdk && \
-    yum -y install gerrit-3.4.3-1 && \
+    yum -y install gerrit-3.5.0.1-1 && \
     /entrypoint.sh init && \
     rm -f /var/gerrit/etc/{ssh,secure}* && rm -Rf /var/gerrit/{static,index,logs,data,index,cache,git,db,tmp}/* && chown -R gerrit:gerrit /var/gerrit && \
     yum -y clean all
diff --git a/ubuntu/20/Dockerfile b/ubuntu/20/Dockerfile
index 3deb543..3dd5abe 100644
--- a/ubuntu/20/Dockerfile
+++ b/ubuntu/20/Dockerfile
@@ -16,7 +16,7 @@
 # Install OpenJDK and Gerrit in two subsequent transactions
 # (pre-trans Gerrit script needs to have access to the Java command)
 RUN apt-get -y install openjdk-11-jdk
-RUN apt-get -y install gerrit=3.4.4-1 && \
+RUN apt-get -y install gerrit=3.5.0.1-1 && \
     apt-mark hold gerrit && \
     /entrypoint.sh init && \
     bash -c 'rm -f /var/gerrit/etc/{ssh,secure}* && rm -Rf /var/gerrit/{static,index,logs,data,index,cache,git,db,tmp}/*' && \