Skip to content

Commit

Permalink
[cloud][docker] use the private docker namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Oct 6, 2021
1 parent 3c1731d commit fe5efd4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dev-tools/packaging/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@ shared:
<<: *agent_docker_spec
extra_vars:
image_name: '{{.BeatName}}-cloud'
repository: 'docker.elastic.co/beats-ci'

# Deb/RPM spec for community beats.
- &deb_rpm_spec
Expand Down Expand Up @@ -1020,7 +1021,6 @@ specs:
spec:
<<: *agent_docker_spec
<<: *agent_docker_cloud_spec
<<: *elastic_docker_spec
<<: *elastic_license_for_binaries
files:
'{{.BeatName}}{{.BinaryExt}}':
Expand Down Expand Up @@ -1059,7 +1059,6 @@ specs:
spec:
<<: *agent_docker_arm_spec
<<: *agent_docker_cloud_spec
<<: *elastic_docker_spec
<<: *elastic_license_for_binaries
files:
'{{.BeatName}}{{.BinaryExt}}':
Expand Down

0 comments on commit fe5efd4

Please sign in to comment.