Skip to content

Commit 2abcf92

Browse files
ololobusMMeent
authored andcommitted
Allow specifiyng the different compute-tools tag (#170)
Part of neondatabase/neon#1838
1 parent 63f278e commit 2abcf92

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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+
15
#
26
# Image with pre-built tools
37
#
4-
FROM neondatabase/compute-tools:latest AS compute-deps
8+
FROM neondatabase/compute-tools:$COMPUTE_TOOLS_TAG AS compute-deps
59
# Only to get ready compute_ctl binary as deppendency
610

711
#

0 commit comments

Comments
 (0)