From ca1d0c15cac92978772e2a296aaccbabf970c6e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Knut=20Olav=20L=C3=B8ite?= Date: Wed, 1 May 2024 12:54:34 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"deps:=20update=20gcr.io/google.com/cl?= =?UTF-8?q?oudsdktool/google-cloud-cli=20docker=20t=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 1351a6cb7517a55c1802da444f24e242d71d0517. --- benchmarks/ycsb/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/ycsb/Dockerfile b/benchmarks/ycsb/Dockerfile index a6c710d14..afeb4a2be 100644 --- a/benchmarks/ycsb/Dockerfile +++ b/benchmarks/ycsb/Dockerfile @@ -20,7 +20,7 @@ RUN mvn package -Passembly -DskipTests # Docker image for the YCSB runner. # We pin the version to 455.0.0, because YCSB requires Python 2.x, and this is the last # version of the gcloud-cli Docker image that supports Python 2.x. -FROM gcr.io/google.com/cloudsdktool/google-cloud-cli:474.0.0-slim +FROM gcr.io/google.com/cloudsdktool/google-cloud-cli:455.0.0-slim RUN apt update && apt -y install postgresql-client RUN apt -y install wget