Skip to content

Commit

Permalink
Update Elastic Agent test image used in system tests (#2079)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodm authored Sep 4, 2024
1 parent dfb8b3a commit 465b594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/agentdeployer/_static/docker-agent-base.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
elastic-agent:
hostname: ${AGENT_HOSTNAME}
{{ if ne $dockerfile_hash "" }}
image: "elastic-package-test-elastic-agent-complete:{{ $stack_version }}-{{ $dockerfile_hash }}"
image: "elastic-package-test-elastic-agent:{{ $stack_version }}-{{ $dockerfile_hash }}"
build:
context: .
args:
Expand Down

0 comments on commit 465b594

Please sign in to comment.