Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 55fce5d

Browse files
authoredApr 9, 2025··
[CI] Use official UBI9 image for testing (#126455) (#126507)
Internal UBI images from `docker.elastic.co` are planned to be removed.
1 parent 634048d commit 55fce5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎distribution/docker/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,8 @@ void addBuildDockerImageTask(Architecture architecture, DockerBase base) {
395395
// is functional.
396396
if (base == DockerBase.IRON_BANK) {
397397
Map<String, String> buildArgsMap = [
398-
'BASE_REGISTRY': 'docker.elastic.co',
399-
'BASE_IMAGE' : 'ubi9/ubi',
398+
'BASE_REGISTRY': 'docker.io',
399+
'BASE_IMAGE' : 'redhat/ubi9',
400400
'BASE_TAG' : 'latest'
401401
]
402402

0 commit comments

Comments
 (0)
Please sign in to comment.