10 lines
324 B
YAML
10 lines
324 B
YAML
# This file contains the build arguments which are shared between all elastic stack containers
|
|
# This allows to change the build id and download path in a single place.
|
|
version: '2'
|
|
services:
|
|
args:
|
|
build:
|
|
args:
|
|
DOWNLOAD_URL: https://snapshots.elastic.co/downloads
|
|
ELASTIC_VERSION: 5.6.5-SNAPSHOT
|