Skip to content

Commit 7df5445

Browse files
committed
fix docker image path
1 parent 3a7ded2 commit 7df5445

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- 5601:5601
8585
options: --health-cmd="curl http://localhost:5601/api/status" --health-interval=10s --health-timeout=5s --health-retries=10
8686
fleet:
87-
image: docker.elastic.co/beats/elastic-agent:${{ matrix.version }}
87+
image: elastic/elastic-agent:${{ matrix.version }}
8888
env:
8989
SERVER_NAME: fleet
9090
FLEET_ENROLL: "1"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ docker-fleet: docker-network docker-elasticsearch docker-kibana setup-kibana-fle
192192
-e KIBANA_FLEET_PASSWORD=$(ELASTICSEARCH_PASSWORD) \
193193
--name $(FLEET_NAME) \
194194
--network $(ELASTICSEARCH_NETWORK) \
195-
docker.elastic.co/beats/elastic-agent:$(STACK_VERSION)
195+
elastic/elastic-agent:$(STACK_VERSION)
196196

197197

198198
.PHONY: docker-network

0 commit comments

Comments
 (0)