Use the Elastic Docker registry for the UBI base image (#62606)
Swap the base Docker image for UBI builds to point at Elastic's registry.
This commit is contained in:
parent
bc6bea5924
commit
df2b5dd4d1
|
@ -25,7 +25,7 @@ package org.elasticsearch.gradle;
|
|||
public enum DockerBase {
|
||||
CENTOS("centos:8"),
|
||||
// "latest" here is intentional, since the image name specifies "8"
|
||||
UBI("registry.access.redhat.com/ubi8/ubi-minimal:latest");
|
||||
UBI("docker.elastic.co/ubi8/ubi-minimal:latest");
|
||||
|
||||
private final String image;
|
||||
|
||||
|
|
Loading…
Reference in New Issue