diff --git a/metricbeat/module/aerospike/docker-compose.yml b/metricbeat/module/aerospike/docker-compose.yml index 0de97dc783d..b0577398ddb 100644 --- a/metricbeat/module/aerospike/docker-compose.yml +++ b/metricbeat/module/aerospike/docker-compose.yml @@ -4,7 +4,7 @@ services: aerospike: image: docker.elastic.co/integrations-ci/beats-aerospike:${AEROSPIKE_VERSION:-3.9.0}-1 build: - context: ./_meta + context: ${AEROSPIKE_PATH:-.}/_meta args: AEROSPIKE_VERSION: ${AEROSPIKE_VERSION:-3.9.0} ports: diff --git a/metricbeat/module/apache/docker-compose.yml b/metricbeat/module/apache/docker-compose.yml index b88b86b3ca7..a2a19ccc30d 100644 --- a/metricbeat/module/apache/docker-compose.yml +++ b/metricbeat/module/apache/docker-compose.yml @@ -4,7 +4,7 @@ services: apache: image: docker.elastic.co/integrations-ci/beats-apache:${APACHE_VERSION:-2.4.20}-1 build: - context: ./_meta + context: ${APACHE_PATH:-.}/_meta args: APACHE_VERSION: ${APACHE_VERSION:-2.4.20} ports: diff --git a/metricbeat/module/ceph/docker-compose.yml b/metricbeat/module/ceph/docker-compose.yml index e3da5ece1cc..58a323dc93f 100644 --- a/metricbeat/module/ceph/docker-compose.yml +++ b/metricbeat/module/ceph/docker-compose.yml @@ -4,7 +4,7 @@ services: ceph: image: docker.elastic.co/integrations-ci/beats-ceph:${CEPH_VERSION:-master-6373c6a-jewel-centos-7-x86_64}-1 build: - context: ./_meta + context: ${CEPH_PATH:-.}/_meta args: CEPH_VERSION: ${CEPH_VERSION:-master-6373c6a-jewel-centos-7-x86_64} ports: diff --git a/metricbeat/module/consul/docker-compose.yml b/metricbeat/module/consul/docker-compose.yml index c1b4b32e2ab..99c8a0f0e6d 100644 --- a/metricbeat/module/consul/docker-compose.yml +++ b/metricbeat/module/consul/docker-compose.yml @@ -4,7 +4,7 @@ services: consul: image: docker.elastic.co/integrations-ci/beats-consul:${CONSUL_VERSION:-1.4.2}-1 build: - context: ./_meta + context: ${CONSUL_PATH:-.}/_meta args: CONSUL_VERSION: ${CONSUL_VERSION:-1.4.2} ports: diff --git a/metricbeat/module/couchbase/docker-compose.yml b/metricbeat/module/couchbase/docker-compose.yml index baeeac03eb6..63ed99a619b 100644 --- a/metricbeat/module/couchbase/docker-compose.yml +++ b/metricbeat/module/couchbase/docker-compose.yml @@ -4,7 +4,7 @@ services: couchbase: image: docker.elastic.co/integrations-ci/beats-couchbase:${COUCHBASE_VERSION:-4.5.1}-1 build: - context: ./_meta + context: ${COUCHBASE_PATH:-.}/_meta args: COUCHBASE_VERSION: ${COUCHBASE_VERSION:-4.5.1} ports: diff --git a/metricbeat/module/couchdb/docker-compose.yml b/metricbeat/module/couchdb/docker-compose.yml index 9c251dcf9c0..b99d332cd56 100644 --- a/metricbeat/module/couchdb/docker-compose.yml +++ b/metricbeat/module/couchdb/docker-compose.yml @@ -4,7 +4,7 @@ services: couchdb: image: docker.elastic.co/integrations-ci/beats-couchdb:${COUCHDB_VERSION:-1.7}-1 build: - context: ./_meta + context: ${COUCHDB_PATH:-.}/_meta args: COUCHDB_VERSION: ${COUCHDB_VERSION:-1.7} ports: diff --git a/metricbeat/module/dropwizard/docker-compose.yml b/metricbeat/module/dropwizard/docker-compose.yml index 28347ef8ba2..6ba3c703cce 100644 --- a/metricbeat/module/dropwizard/docker-compose.yml +++ b/metricbeat/module/dropwizard/docker-compose.yml @@ -4,7 +4,7 @@ services: dropwizard: image: docker.elastic.co/integrations-ci/beats-dropwizard:${MAVEN_VERSION:-3.3-jdk-8}-1 build: - context: ./_meta + context: ${DROPWIZARD_PATH:-.}/_meta args: MAVEN_VERSION: ${MAVEN_VERSION:-3.3-jdk-8} ports: diff --git a/metricbeat/module/envoyproxy/docker-compose.yml b/metricbeat/module/envoyproxy/docker-compose.yml index 413fff6bf0b..c0edfc6f86d 100644 --- a/metricbeat/module/envoyproxy/docker-compose.yml +++ b/metricbeat/module/envoyproxy/docker-compose.yml @@ -4,7 +4,7 @@ services: envoyproxy: image: docker.elastic.co/integrations-ci/beats-envoyproxy:v${ENVOYPROXY_VERSION:-1.7.0}-1 build: - context: ./_meta + context: ${ENVOYPROXY_PATH:-.}/_meta args: ENVOYPROXY_VERSION: ${ENVOYPROXY_VERSION:-1.7.0} ports: diff --git a/metricbeat/module/etcd/docker-compose.yml b/metricbeat/module/etcd/docker-compose.yml index 3c2f39780c1..3f334881a19 100644 --- a/metricbeat/module/etcd/docker-compose.yml +++ b/metricbeat/module/etcd/docker-compose.yml @@ -4,7 +4,7 @@ services: etcd: image: docker.elastic.co/integrations-ci/beats-etcd:${ETCD_VERSION:-3.3.10}-1 build: - context: ./_meta + context: ${ETCD_PATH:-.}/_meta args: ETCD_VERSION: ${ETCD_VERSION:-3.3.10} ports: diff --git a/metricbeat/module/golang/docker-compose.yml b/metricbeat/module/golang/docker-compose.yml index 4f87394da62..3cc215a713e 100644 --- a/metricbeat/module/golang/docker-compose.yml +++ b/metricbeat/module/golang/docker-compose.yml @@ -4,6 +4,6 @@ services: golang: image: docker.elastic.co/integrations-ci/beats-golang:1 build: - context: ./_meta + context: ${GOLANG_PATH:-.}/_meta ports: - 6060 diff --git a/metricbeat/module/haproxy/docker-compose.yml b/metricbeat/module/haproxy/docker-compose.yml index 606cdc0bab8..4623bdf7de0 100644 --- a/metricbeat/module/haproxy/docker-compose.yml +++ b/metricbeat/module/haproxy/docker-compose.yml @@ -4,7 +4,7 @@ services: haproxy: image: docker.elastic.co/integrations-ci/beats-haproxy:${HAPROXY_VERSION:-1.8.22}-1 build: - context: ./_meta + context: ${HAPROXY_PATH:-.}/_meta args: HAPROXY_VERSION: ${HAPROXY_VERSION:-1.8.22} ports: diff --git a/metricbeat/module/http/docker-compose.yml b/metricbeat/module/http/docker-compose.yml index 6318853c7e0..654a0557e21 100644 --- a/metricbeat/module/http/docker-compose.yml +++ b/metricbeat/module/http/docker-compose.yml @@ -4,6 +4,6 @@ services: http: image: docker.elastic.co/integrations-ci/beats-http:1 build: - context: ./_meta + context: ${HTTP_PATH:-.}/_meta ports: - 8080 diff --git a/metricbeat/module/jolokia/docker-compose.yml b/metricbeat/module/jolokia/docker-compose.yml index 6ad21846844..fb372e67137 100644 --- a/metricbeat/module/jolokia/docker-compose.yml +++ b/metricbeat/module/jolokia/docker-compose.yml @@ -4,7 +4,7 @@ services: jolokia: image: docker.elastic.co/integrations-ci/beats-jolokia:${JOLOKIA_VERSION:-1.5.0}-1 build: - context: ./_meta + context: ${JOLOKIA_PATH:-.}/_meta args: JOLOKIA_VERSION: ${JOLOKIA_VERSION:-1.5.0} ports: diff --git a/metricbeat/module/kafka/docker-compose.yml b/metricbeat/module/kafka/docker-compose.yml index c24a15b6a4a..f782e1b4f66 100644 --- a/metricbeat/module/kafka/docker-compose.yml +++ b/metricbeat/module/kafka/docker-compose.yml @@ -4,7 +4,7 @@ services: kafka: image: docker.elastic.co/integrations-ci/beats-kafka:${KAFKA_VERSION:-2.1.1}-2 build: - context: ./_meta + context: ${KAFKA_PATH:-.}/_meta args: KAFKA_VERSION: ${KAFKA_VERSION:-2.1.1} ports: diff --git a/metricbeat/module/kubernetes/docker-compose.yml b/metricbeat/module/kubernetes/docker-compose.yml index 083e326f325..4ecbc88a084 100644 --- a/metricbeat/module/kubernetes/docker-compose.yml +++ b/metricbeat/module/kubernetes/docker-compose.yml @@ -16,7 +16,7 @@ services: #kubestate: # build: - # context: ./_meta + # context: ${KUBERNETES_PATH:-.}/_meta # dockerfile: Dockerfile.kube-state # depends_on: # - kubernetes diff --git a/metricbeat/module/logstash/docker-compose.yml b/metricbeat/module/logstash/docker-compose.yml index 40abaad93e9..3010bd4ba8e 100644 --- a/metricbeat/module/logstash/docker-compose.yml +++ b/metricbeat/module/logstash/docker-compose.yml @@ -4,7 +4,7 @@ services: logstash: image: docker.elastic.co/integrations-ci/beats-logstash:${LOGSTASH_VERSION:-7.5.2}-1 build: - context: ./_meta + context: ${LOGSTASH_PATH:-.}/_meta args: LOGSTASH_VERSION: ${LOGSTASH_VERSION:-7.5.2} ports: diff --git a/metricbeat/module/memcached/docker-compose.yml b/metricbeat/module/memcached/docker-compose.yml index 58fb6010fc5..e30b3964ee0 100644 --- a/metricbeat/module/memcached/docker-compose.yml +++ b/metricbeat/module/memcached/docker-compose.yml @@ -4,7 +4,7 @@ services: memcached: image: docker.elastic.co/integrations-ci/beats-memcached:${MEMCACHED_VERSION:-1.4.35}-1 build: - context: ./_meta + context: ${MEMCACHED_PATH:-.}/_meta args: MEMCACHED_VERSION: ${MEMCACHED_VERSION:-1.4.35} ports: diff --git a/metricbeat/module/mongodb/docker-compose.yml b/metricbeat/module/mongodb/docker-compose.yml index b2252b8b716..eaeeff9eb60 100644 --- a/metricbeat/module/mongodb/docker-compose.yml +++ b/metricbeat/module/mongodb/docker-compose.yml @@ -4,7 +4,7 @@ services: mongodb: image: docker.elastic.co/integrations-ci/beats-mongodb:${MONGODB_VERSION:-3.4}-1 build: - context: ./_meta + context: ${MONGODB_PATH:-.}/_meta args: MONGODB_VERSION: ${MONGODB_VERSION:-3.4} command: mongod --replSet beats diff --git a/metricbeat/module/munin/docker-compose.yml b/metricbeat/module/munin/docker-compose.yml index 33b8ed77eda..74e2f764fca 100644 --- a/metricbeat/module/munin/docker-compose.yml +++ b/metricbeat/module/munin/docker-compose.yml @@ -4,6 +4,6 @@ services: munin: image: docker.elastic.co/integrations-ci/beats-munin:1 build: - context: ./_meta + context: ${MUNIN_PATH:-.}/_meta ports: - 4949 diff --git a/metricbeat/module/mysql/docker-compose.yml b/metricbeat/module/mysql/docker-compose.yml index e112587fccd..97fd09a853a 100644 --- a/metricbeat/module/mysql/docker-compose.yml +++ b/metricbeat/module/mysql/docker-compose.yml @@ -4,7 +4,7 @@ services: mysql: image: docker.elastic.co/integrations-ci/beats-mysql:${MYSQL_VARIANT:-mysql}-${MYSQL_VERSION:-5.7.12}-1 build: - context: ./_meta + context: ${MYSQL_PATH:-.}/_meta args: MYSQL_IMAGE: ${MYSQL_VARIANT:-mysql}:${MYSQL_VERSION:-5.7.12} ports: diff --git a/metricbeat/module/nats/docker-compose.yml b/metricbeat/module/nats/docker-compose.yml index 2c50f6b6923..6fd39d6a354 100644 --- a/metricbeat/module/nats/docker-compose.yml +++ b/metricbeat/module/nats/docker-compose.yml @@ -4,7 +4,7 @@ services: nats: image: docker.elastic.co/integrations-ci/beats-nats:${NATS_VERSION:-2.0.4}-1 build: - context: ./_meta + context: ${NATS_PATH:-.}/_meta dockerfile: Dockerfile.2.0.X args: NATS_VERSION: ${NATS_VERSION:-2.0.4} @@ -14,7 +14,7 @@ services: nats_1_3: image: docker.elastic.co/integrations-ci/beats-nats:${NATS_VERSION:-1.3.0}-1 build: - context: ./_meta + context: ${NATS_PATH:-.}/_meta dockerfile: Dockerfile.1.3 args: NATS_VERSION: ${NATS_VERSION:-1.3.0} diff --git a/metricbeat/module/nginx/docker-compose.yml b/metricbeat/module/nginx/docker-compose.yml index a9a445bf2d8..dbfda16c04b 100644 --- a/metricbeat/module/nginx/docker-compose.yml +++ b/metricbeat/module/nginx/docker-compose.yml @@ -4,7 +4,7 @@ services: nginx: image: docker.elastic.co/integrations-ci/beats-nginx:${NGINX_VERSION:-1.9}-1 build: - context: ./_meta + context: ${NGINX_PATH:-.}/_meta args: NGINX_VERSION: ${NGINX_VERSION:-1.9} ports: diff --git a/metricbeat/module/php_fpm/docker-compose.yml b/metricbeat/module/php_fpm/docker-compose.yml index e53e0148a56..0beeaac2043 100644 --- a/metricbeat/module/php_fpm/docker-compose.yml +++ b/metricbeat/module/php_fpm/docker-compose.yml @@ -4,7 +4,7 @@ services: phpfpm: image: docker.elastic.co/integrations-ci/beats-phpfpm:${PHPFPM_VERSION:-7.1}-1 build: - context: ./_meta + context: ${PHPFPM_PATH:-.}/_meta args: PHPFPM_VERSION: ${PHPFPM_VERSION:-7.1} ports: diff --git a/metricbeat/module/postgresql/docker-compose.yml b/metricbeat/module/postgresql/docker-compose.yml index 25d813835c2..0e658021ad1 100644 --- a/metricbeat/module/postgresql/docker-compose.yml +++ b/metricbeat/module/postgresql/docker-compose.yml @@ -4,7 +4,7 @@ services: postgresql: image: docker.elastic.co/integrations-ci/beats-postgresql:${POSTGRESQL_VERSION:-9.5.3}-1 build: - context: ./_meta + context: ${POSTGRESQL_PATH:-.}/_meta args: POSTGRESQL_VERSION: ${POSTGRESQL_VERSION:-9.5.3} ports: diff --git a/metricbeat/module/prometheus/docker-compose.yml b/metricbeat/module/prometheus/docker-compose.yml index e9fbefafabe..066ce0fa1e2 100644 --- a/metricbeat/module/prometheus/docker-compose.yml +++ b/metricbeat/module/prometheus/docker-compose.yml @@ -4,7 +4,7 @@ services: prometheus: image: docker.elastic.co/integrations-ci/beats-prometheus:${PROMETHEUS_VERSION:-2.6.0}-1 build: - context: ./_meta + context: ${PROMETHEUS_PATH:-.}/_meta args: PROMETHEUS_VERSION: ${PROMETHEUS_VERSION:-2.6.0} ports: diff --git a/metricbeat/module/rabbitmq/docker-compose.yml b/metricbeat/module/rabbitmq/docker-compose.yml index 3b52146d3a6..eaebc22ca0a 100644 --- a/metricbeat/module/rabbitmq/docker-compose.yml +++ b/metricbeat/module/rabbitmq/docker-compose.yml @@ -4,7 +4,7 @@ services: rabbitmq: image: docker.elastic.co/integrations-ci/beats-rabbitmq:${RABBITMQ_VERSION:-3.7.4}-1 build: - context: ./_meta + context: ${RABBITMQ_PATH:-.}/_meta args: RABBITMQ_VERSION: ${RABBITMQ_VERSION:-3.7.4} ports: diff --git a/metricbeat/module/redis/docker-compose.yml b/metricbeat/module/redis/docker-compose.yml index a2f9dcc4bdd..551440f8f2f 100644 --- a/metricbeat/module/redis/docker-compose.yml +++ b/metricbeat/module/redis/docker-compose.yml @@ -4,7 +4,7 @@ services: redis: image: docker.elastic.co/integrations-ci/beats-redis:${REDIS_VERSION:-3.2.12}-1 build: - context: ./_meta + context: ${REDIS_PATH:-.}/_meta args: REDIS_VERSION: ${REDIS_VERSION:-3.2.12} ports: diff --git a/metricbeat/module/traefik/docker-compose.yml b/metricbeat/module/traefik/docker-compose.yml index a8077c6c7fd..ae42cc8b536 100644 --- a/metricbeat/module/traefik/docker-compose.yml +++ b/metricbeat/module/traefik/docker-compose.yml @@ -4,7 +4,7 @@ services: traefik: image: docker.elastic.co/integrations-ci/beats-traefik:${TRAEFIK_VERSION:-1.6}-1 build: - context: ./_meta + context: ${TRAEFIK_PATH:-.}/_meta args: TRAEFIK_VERSION: ${TRAEFIK_VERSION:-1.6} ports: diff --git a/metricbeat/module/uwsgi/docker-compose.yml b/metricbeat/module/uwsgi/docker-compose.yml index 6c3c177dd67..91f337f4119 100644 --- a/metricbeat/module/uwsgi/docker-compose.yml +++ b/metricbeat/module/uwsgi/docker-compose.yml @@ -4,7 +4,7 @@ services: uwsgi_tcp: image: docker.elastic.co/integrations-ci/beats-uwsgi:py${PYTHON_VERSION:-3.6}-1 build: - context: ./_meta + context: ${UWSGI_PATH:-.}/_meta args: PYTHON_VERSION: ${PYTHON_VERSION:-3.6} command: uwsgi --http :8080 --master --processes 1 --threads 2 --stats 0.0.0.0:9191 --memory-report --wsgi-file app.py @@ -14,7 +14,7 @@ services: uwsgi_http: image: docker.elastic.co/integrations-ci/beats-uwsgi:py${PYTHON_VERSION:-3.6}-1 build: - context: ./_meta + context: ${UWSGI_PATH:-.}/_meta args: PYTHON_VERSION: ${PYTHON_VERSION:-3.6} command: uwsgi --http :8080 --master --processes 1 --threads 2 --stats 0.0.0.0:9192 --memory-report --stats-http --wsgi-file app.py diff --git a/metricbeat/module/zookeeper/docker-compose.yml b/metricbeat/module/zookeeper/docker-compose.yml index 339134e750c..b958b9bbc51 100644 --- a/metricbeat/module/zookeeper/docker-compose.yml +++ b/metricbeat/module/zookeeper/docker-compose.yml @@ -4,7 +4,7 @@ services: zookeeper: image: docker.elastic.co/integrations-ci/beats-zookeeper:${ZOOKEEPER_VERSION:-3.5.5}-1 build: - context: ./_meta + context: ${ZOOKEEPER_PATH:-.}/_meta args: ZOOKEEPER_VERSION: ${ZOOKEEPER_VERSION:-3.5.5} ports: diff --git a/x-pack/metricbeat/module/activemq/docker-compose.yml b/x-pack/metricbeat/module/activemq/docker-compose.yml index 63f32bb0b81..695c5f1478c 100644 --- a/x-pack/metricbeat/module/activemq/docker-compose.yml +++ b/x-pack/metricbeat/module/activemq/docker-compose.yml @@ -4,7 +4,7 @@ services: activemq: image: docker.elastic.co/integrations-ci/beats-activemq:${ACTIVEMQ_VERSION:-5.15.9}-1 build: - context: ./_meta + context: ${ACTIVEMQ_PATH:-.}/_meta args: ACTIVEMQ_VERSION: ${ACTIVEMQ_VERSION:-5.15.9} ports: diff --git a/x-pack/metricbeat/module/appsearch/docker-compose.yml b/x-pack/metricbeat/module/appsearch/docker-compose.yml index ad17feafe44..6561130b2ee 100644 --- a/x-pack/metricbeat/module/appsearch/docker-compose.yml +++ b/x-pack/metricbeat/module/appsearch/docker-compose.yml @@ -3,7 +3,7 @@ version: '2.3' services: appsearch: build: - context: ./_meta + context: ${APPSEARCH_PATH:-.}/_meta depends_on: - elasticsearch environment: diff --git a/x-pack/metricbeat/module/cockroachdb/docker-compose.yml b/x-pack/metricbeat/module/cockroachdb/docker-compose.yml index 7fed4573610..67012147202 100644 --- a/x-pack/metricbeat/module/cockroachdb/docker-compose.yml +++ b/x-pack/metricbeat/module/cockroachdb/docker-compose.yml @@ -4,7 +4,7 @@ services: cockroachdb: image: docker.elastic.co/integrations-ci/beats-cockroachdb:${COCKROACHDB_VERSION:-19.1.1}-1 build: - context: ./_meta + context: ${COCKROACHDB_PATH:-.}/_meta args: COCKROACHDB_VERSION: ${COCKROACHDB_VERSION:-19.1.1} ports: diff --git a/x-pack/metricbeat/module/coredns/docker-compose.yml b/x-pack/metricbeat/module/coredns/docker-compose.yml index 22e3e992f45..9334765c701 100644 --- a/x-pack/metricbeat/module/coredns/docker-compose.yml +++ b/x-pack/metricbeat/module/coredns/docker-compose.yml @@ -4,7 +4,7 @@ services: coredns: image: docker.elastic.co/integrations-ci/beats-coredns:${COREDNS_VERSION:-1.5.0}-1 build: - context: ./_meta + context: ${COREDNS_PATH:-.}/_meta args: COREDNS_VERSION: ${COREDNS_VERSION:-1.5.0} ports: diff --git a/x-pack/metricbeat/module/ibmmq/docker-compose.yml b/x-pack/metricbeat/module/ibmmq/docker-compose.yml index 0a0230dc629..8b392df19db 100644 --- a/x-pack/metricbeat/module/ibmmq/docker-compose.yml +++ b/x-pack/metricbeat/module/ibmmq/docker-compose.yml @@ -4,7 +4,7 @@ services: ibmmq: image: docker.elastic.co/integrations-ci/beats-ibmmq:${IBMMQ_VERSION:-9.1.4.0-r1-amd64}-1 build: - context: ./_meta + context: ${IBMMQ_PATH:-.}/_meta args: IBMMQ_VERSION: ${IBMMQ_VERSION:-9.1.4.0-r1-amd64} ports: diff --git a/x-pack/metricbeat/module/mssql/docker-compose.yml b/x-pack/metricbeat/module/mssql/docker-compose.yml index e9362795a6a..bb5691762ee 100644 --- a/x-pack/metricbeat/module/mssql/docker-compose.yml +++ b/x-pack/metricbeat/module/mssql/docker-compose.yml @@ -4,7 +4,7 @@ services: mssql: image: docker.elastic.co/integrations-ci/beats-mssql:${MSSQL_VERSION:-2017-GA}-1 build: - context: ./_meta + context: ${MSSQL_PATH:-.}/_meta args: MSSQL_VERSION: ${MSSQL_VERSION:-2017-GA} ports: diff --git a/x-pack/metricbeat/module/stan/docker-compose.yml b/x-pack/metricbeat/module/stan/docker-compose.yml index 5c1be3bdd9d..d3c638b0164 100644 --- a/x-pack/metricbeat/module/stan/docker-compose.yml +++ b/x-pack/metricbeat/module/stan/docker-compose.yml @@ -4,7 +4,7 @@ services: stan: image: docker.elastic.co/integrations-ci/beats-stan:${STAN_VERSION:-0.15.1}-1 build: - context: ./_meta + context: ${STAN_PATH:-.}/_meta args: STAN_VERSION: ${STAN_VERSION:-0.15.1} ports: