modern-television-96020
09/28/2022, 10:00 AMsearch:
engine: elastic
version: "7.10"
endpoints:
localhost:9200:
protocol: tcp
maybe I am missing something. Locally things work properly but on AWS there seems to be some insonsistenciesaverage-branch-45579
09/28/2022, 10:02 AM'
instead of "
in version definition.average-branch-45579
09/28/2022, 10:03 AMaverage-branch-45579
09/28/2022, 10:04 AMdocker-sdk
.
The thing is that locally you clone manually and most likely you use latest or fresh enough version.
In the cloud .git.docker defines what exact version to download during the pipeline.modern-television-96020
09/28/2022, 10:26 AM