mirror of
https://github.com/netdata/netdata.git
synced 2025-04-28 06:32:30 +00:00
ci fix InvalidDefaultArgInFrom warn (#18428)
This commit is contained in:
parent
4c987bbd06
commit
6a75ccdfd7
1 changed files with 4 additions and 1 deletions
5
.github/dockerfiles/Dockerfile.build_test
vendored
5
.github/dockerfiles/Dockerfile.build_test
vendored
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue