Open nikunjdoshi67 opened 4 years ago
# Build variables ENV FILEBEAT_VERSION 1.1.1 ENV FILEBEAT_URL https://download.elastic.co/beats/filebeat/filebeat-${FILEBEAT_VERSION}-x86_64.tar.gz
In the Build Variables I am not sure which all Environment variables are required for the filebeat. Please refer lines 11-13 in this DockerFile
As of now watching some tutorials and referring to docker documents I specified this
I'm not entirely sure I understand the question here. Those two lines specify environment variables that can be used in command lines elsewhere in your Dockerfile.
Dockerfile
In the Build Variables I am not sure which all Environment variables are required for the filebeat. Please refer lines 11-13 in this DockerFile
As of now watching some tutorials and referring to docker documents I specified this