Skip to content

Commit

Permalink
[packaging] use docker.elastic.co/ubi8/ubi-minimal (elastic#21154)
Browse files Browse the repository at this point in the history
Use the docker.elastic.co registry for sourcing the UBI.
  • Loading branch information
axw authored Sep 22, 2020
1 parent 55c4e20 commit cc62e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/packaging/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ shared:
- &docker_ubi_spec
extra_vars:
image_name: '{{.BeatName}}-ubi8'
from: 'registry.access.redhat.com/ubi8/ubi-minimal'
from: 'docker.elastic.co/ubi8/ubi-minimal'

- &elastic_docker_spec
extra_vars:
Expand Down

0 comments on commit cc62e2e

Please sign in to comment.