@cryptotaxi247 / netdata-1 / commits / 6a75ccdfd

ci fix InvalidDefaultArgInFrom warn (#18428)

Ilya Mashchenko committed Aug 28, 2024 at 15:04 UTC 6a75ccdfd73b6fbf3bb6e2f92887f1e23ede3fd6
1 file changed +4 -1
.github/dockerfiles/Dockerfile.build_test
+4 -1
@@ -1,4 +1,7 @@
1 -ARG BASE
1 +# The default value is overridden in every Dockerfile usage, but adding it here helps avoid issues with
2 +# CI checks that require a non-empty or valid base image name. See more details here:
3 +# https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
4 +ARG BASE="netdata"
5
6 FROM ${BASE}
7