Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "deps: update gcr.io/google.com/cloudsdktool/google-cloud-cli docker tag to v474" #1706

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion benchmarks/ycsb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading