We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f278e commit 2abcf92Copy full SHA for 2abcf92
Dockerfile
@@ -1,7 +1,11 @@
1
+# Allow specifiyng the different compute-tools tag, so we were able to always use
2
+# the locally built image.
3
+ARG COMPUTE_TOOLS_TAG=latest
4
+
5
#
6
# Image with pre-built tools
7
-FROM neondatabase/compute-tools:latest AS compute-deps
8
+FROM neondatabase/compute-tools:$COMPUTE_TOOLS_TAG AS compute-deps
9
# Only to get ready compute_ctl binary as deppendency
10
11
0 commit comments