Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions testing/environments/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:9.3.0-ed08130d-SNAPSHOT
image: docker.elastic.co/elasticsearch/elasticsearch:9.3.0-5f715419-SNAPSHOT
# When extend is used it merges healthcheck.tests, see:
# https://github.com/docker/compose/issues/8962
# healthcheck:
Expand Down Expand Up @@ -37,7 +37,7 @@ services:
- "./docker/elasticsearch/users_roles:/usr/share/elasticsearch/config/users_roles"

logstash:
image: docker.elastic.co/logstash/logstash:9.3.0-ed08130d-SNAPSHOT
image: docker.elastic.co/logstash/logstash:9.3.0-5f715419-SNAPSHOT
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9600/_node/stats"]
retries: 600
Expand All @@ -50,7 +50,7 @@ services:
- 5055:5055

kibana:
image: docker.elastic.co/kibana/kibana:9.3.0-ed08130d-SNAPSHOT
image: docker.elastic.co/kibana/kibana:9.3.0-5f715419-SNAPSHOT
environment:
- "ELASTICSEARCH_USERNAME=kibana_system_user"
- "ELASTICSEARCH_PASSWORD=testing"
Expand Down