Skip to content

Commit 4cd71d7

Browse files
authored
Use official ubi9-minimal base image for es docker (#126280) (#126283)
Based on feedback we got here: Based on feedback we got https://github.com/docker-library/official-images/pull/18692\#issuecomment-2749045229 we can not rely on non official images here
1 parent 83db0b9 commit 4cd71d7

File tree

1 file changed

+1
-1
lines changed
  • build-tools-internal/src/main/java/org/elasticsearch/gradle/internal

1 file changed

+1
-1
lines changed

build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/DockerBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
public enum DockerBase {
1616
// "latest" here is intentional, since the image name specifies "9"
17-
DEFAULT("docker.elastic.co/ubi9/ubi-minimal:latest", "", "microdnf"),
17+
DEFAULT("redhat/ubi9-minimal:latest", "", "microdnf"),
1818

1919
// The Iron Bank base image is UBI (albeit hardened), but we are required to parameterize the Docker build
2020
IRON_BANK("${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}", "-ironbank", "yum"),

0 commit comments

Comments
 (0)