Skip to content

Commit 6b47400

Browse files
authored
Use docker.elastic.co for elastic-agent images (#1513)
This allows us to use SNAPSHOT releases testing
1 parent 7d360ab commit 6b47400

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
STACK_VERSION=9.1.5
1+
STACK_VERSION=9.2.2
22
ELASTICSEARCH_CONTAINER_NAME=terraform-elasticstack-es
33
ELASTICSEARCH_PASSWORD=password
44
ELASTICSEARCH_PORT=9200

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ ACCTEST_PARALLELISM ?= 10
1111
ACCTEST_TIMEOUT = 120m
1212
ACCTEST_COUNT = 1
1313
TEST ?= ./...
14-
SWAGGER_VERSION ?= 8.7
1514

1615
USE_TLS ?= 0
1716
COMPOSE_FILE := docker-compose.yml

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ services:
9999
depends_on:
100100
fleet_settings:
101101
condition: service_completed_successfully
102-
image: elastic/elastic-agent:${STACK_VERSION}
102+
image: docker.elastic.co/elastic-agent/elastic-agent:${STACK_VERSION}
103103
container_name: ${FLEET_CONTAINER_NAME}
104104
restart: unless-stopped
105105
volumes:

0 commit comments

Comments
 (0)