You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed the following warning today while spawning a new stack:
=> WARN: InvalidDefaultArgInFrom: Default value for ARG docker.elastic.co/elasticsearch/elasticsearch:${ELASTIC_VERSION} results in empty or invalid base image name (line 4)
Nothing critical, but we should probably set a default value for all build ARGs to avoid scaring users.
I noticed the following warning today while spawning a new stack:
=> WARN: InvalidDefaultArgInFrom: Default value for ARG docker.elastic.co/elasticsearch/elasticsearch:${ELASTIC_VERSION} results in empty or invalid base image name (line 4)
Nothing critical, but we should probably set a default value for all build ARGs to avoid scaring users.
docker-elk/elasticsearch/Dockerfile
Line 1 in fbf3041
Ref. https://docs.docker.com/reference/build-checks/invalid-default-arg-in-from/
The text was updated successfully, but these errors were encountered: