We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2322f5 commit f3b1b95Copy full SHA for f3b1b95
Dockerfile
@@ -10,7 +10,7 @@ RUN apt-get -y update && apt-get install -y \
10
postgresql-client-14 \
11
postgresql-contrib-14
12
13
-RUN wget https://github.com/mikefarah/yq/releases/download/v4.27.2/yq_linux_amd64 -O /usr/local/bin/yq
+RUN wget https://github.com/mikefarah/yq/releases/download/v4.45.1/yq_linux_amd64 -O /usr/local/bin/yq
14
RUN chmod 755 /usr/local/bin/yq
15
16
RUN wget https://dl.google.com/cloudsql/cloud_sql_proxy.linux.amd64 -O /usr/local/bin/cloud_sql_proxy
README.md
@@ -1,2 +1,4 @@
1
# gcloud-psql
2
-Docker image for gcloud and postgres operations
+Docker image with gcloud and postgres operations.
3
+
4
+Effectively the gcloud-sdk slim image with postgres client and a few other tools.
0 commit comments