We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb8b3a commit 465b594Copy full SHA for 465b594
internal/agentdeployer/_static/docker-agent-base.yml.tmpl
@@ -9,7 +9,7 @@ services:
9
elastic-agent:
10
hostname: ${AGENT_HOSTNAME}
11
{{ if ne $dockerfile_hash "" }}
12
- image: "elastic-package-test-elastic-agent-complete:{{ $stack_version }}-{{ $dockerfile_hash }}"
+ image: "elastic-package-test-elastic-agent:{{ $stack_version }}-{{ $dockerfile_hash }}"
13
build:
14
context: .
15
args:
0 commit comments