We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14943d9 commit 910125aCopy full SHA for 910125a
.ci/Dockerfile.elasticsearch
@@ -1,6 +1,6 @@
1
ARG ELASTIC_STACK_VERSION
2
ARG DISTRIBUTION_SUFFIX
3
-FROM docker.elastic.co/elasticsearch/elasticsearch$distribution_suffix:$ELASTIC_STACK_VERSION
+FROM docker.elastic.co/elasticsearch/elasticsearch$DISTRIBUTION_SUFFIX:$ELASTIC_STACK_VERSION
4
5
ARG plugin_path=/usr/share/plugins/plugin
6
ARG es_path=/usr/share/elasticsearch
.ci/docker-compose.override.yml
@@ -24,6 +24,7 @@ services:
24
- ELASTIC_STACK_VERSION=$ELASTIC_STACK_VERSION
25
- INTEGRATION=${INTEGRATION:-false}
26
- SECURE_INTEGRATION=${SECURE_INTEGRATION:-false}
27
+ - DISTRIBUTION_SUFFIX=${DISTRIBUTION_SUFFIX}
28
command: /usr/share/elasticsearch/elasticsearch-run.sh
29
tty: true
30
ports:
0 commit comments