0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-28 06:32:30 +00:00

ci fix InvalidDefaultArgInFrom warn ()

This commit is contained in:
Ilya Mashchenko 2024-08-28 15:04:57 +03:00 committed by GitHub
parent 4c987bbd06
commit 6a75ccdfd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}