11 lines
356 B
YAML
11 lines
356 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.1'
|
||
|
services:
|
||
|
args:
|
||
|
build:
|
||
|
args:
|
||
|
DOWNLOAD_URL: https://snapshots.elastic.co/downloads
|
||
|
ELASTIC_VERSION: 6.4.0-SNAPSHOT
|
||
|
CACHE_BUST: 20180724
|