Skip to content

Commit 6fd63e7

Browse files
authored
[packaging] use docker.elastic.co/ubi8/ubi-minimal (elastic#21154)
Use the docker.elastic.co registry for sourcing the UBI.
1 parent 4a27562 commit 6fd63e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev-tools/packaging/packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ shared:
509509
- &docker_ubi_spec
510510
extra_vars:
511511
image_name: '{{.BeatName}}-ubi8'
512-
from: 'registry.access.redhat.com/ubi8/ubi-minimal'
512+
from: 'docker.elastic.co/ubi8/ubi-minimal'
513513

514514
- &elastic_docker_spec
515515
extra_vars:

0 commit comments

Comments
 (0)