summaryrefslogtreecommitdiffstats
path: root/.github/dockerfiles/Dockerfile.build_test
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-09 08:36:07 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-25 11:21:20 +0000
commiteae52fdaa9298e00f14b0b6256400d200db9c373 (patch)
treea3040a19bd024295ded05370853647bab9d7c225 /.github/dockerfiles/Dockerfile.build_test
parentAdding upstream version 1.47.5. (diff)
downloadnetdata-479e3352d5e984687785b422b38f5808dec3126c.tar.xz
netdata-479e3352d5e984687785b422b38f5808dec3126c.zip
Adding upstream version 2.0.3.upstream/2.0.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/dockerfiles/Dockerfile.build_test')
-rw-r--r--.github/dockerfiles/Dockerfile.build_test5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/dockerfiles/Dockerfile.build_test b/.github/dockerfiles/Dockerfile.build_test
index c275d61d6..80d97319d 100644
--- a/.github/dockerfiles/Dockerfile.build_test
+++ b/.github/dockerfiles/Dockerfile.build_test
@@ -1,4 +1,7 @@
-ARG BASE
+# The default value is overridden in every Dockerfile usage, but adding it here helps avoid issues with
+# CI checks that require a non-empty or valid base image name. See more details here:
+# https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
+ARG BASE="netdata"
FROM ${BASE}