mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[9.0][Fleet] Update inputs_with_standalone_docker_agent.ts (#216623)
Related to https://github.com/elastic/kibana/pull/216591 Fix docker image
This commit is contained in:
parent
3afe733159
commit
659781ee3b
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ export default function (providerContext: FtrProviderContext) {
|
|||
});
|
||||
apiKey = `${res.id}:${res.api_key}`;
|
||||
|
||||
agentImage = `docker.elastic.co/beats/elastic-agent:${await getLatestVersion()}`;
|
||||
agentImage = `docker.elastic.co/elastic-agent/elastic-agent:${await getLatestVersion()}`;
|
||||
log.info(agentImage);
|
||||
await execa('docker', ['pull', agentImage]);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue