nikunjdoshi67 / LogsShipping

This Repository has been created to ship the logs from the Openstack Nodes to ElK
GNU General Public License v3.0
0 stars 0 forks source link

Not Sure whether this build variables will work or not #2

Open nikunjdoshi67 opened 4 years ago

nikunjdoshi67 commented 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

larsks commented 4 years ago

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.