From 90b521bf4e41f92fa7936b7cfc902ff4cd6d80eb Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 12 Oct 2022 15:33:32 -0700 Subject: [PATCH] Update our Gerrit images Upstream Gerrit backported MINA 2.8 to Gerrit 3.5. This means the ssh rsa with sha2 fix that went into Gerrit 3.6 can be backported into Gerrit 3.5. I've done that with this change [0] which has since merged. I've tested the update using a held Zuul node and get the expected debug1: kex_input_ext_info: server-sig-algs=<...,rsa-sha2-512,rsa-sha2-256,ssh-rsa> message from `ssh -v` from our image builds. All this to say I think updating our images now will fix newer openssh clients + rsa + gerrit for our users. [0] https://gerrit-review.googlesource.com/c/gerrit/+/348194 Change-Id: I70558ca93093877d9e64843fe57b4c642e9db6bd --- docker/gerrit/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/gerrit/base/Dockerfile b/docker/gerrit/base/Dockerfile index 5bb8dc5895..f63650314e 100644 --- a/docker/gerrit/base/Dockerfile +++ b/docker/gerrit/base/Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Thu Sep 29 17:26:33 UTC 2022 - trigger rebuild +# Wed Oct 12 13:35:54 UTC 2022 - trigger rebuild FROM docker.io/opendevorg/python-builder:3.9-bullseye as builder