File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments