mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
Internal UBI images from `docker.elastic.co` are planned to be removed.
This commit is contained in:
parent
634048d29f
commit
55fce5db33
1 changed files with 2 additions and 2 deletions
|
@ -395,8 +395,8 @@ void addBuildDockerImageTask(Architecture architecture, DockerBase base) {
|
||||||
// is functional.
|
// is functional.
|
||||||
if (base == DockerBase.IRON_BANK) {
|
if (base == DockerBase.IRON_BANK) {
|
||||||
Map<String, String> buildArgsMap = [
|
Map<String, String> buildArgsMap = [
|
||||||
'BASE_REGISTRY': 'docker.elastic.co',
|
'BASE_REGISTRY': 'docker.io',
|
||||||
'BASE_IMAGE' : 'ubi9/ubi',
|
'BASE_IMAGE' : 'redhat/ubi9',
|
||||||
'BASE_TAG' : 'latest'
|
'BASE_TAG' : 'latest'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue