Skip to content

Commit b2bc2c2

Browse files
Tyler Smalleyelasticmachine
andauthored
[build] Use Elastic hosted UBI minimal base image (#77776) (#77826)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
1 parent 41be0f3 commit b2bc2c2

File tree

1 file changed

+1
-1
lines changed
  • src/dev/build/tasks/os_packages/docker_generator

1 file changed

+1
-1
lines changed

src/dev/build/tasks/os_packages/docker_generator/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export async function runDockerGenerator(
4040
ubi: boolean = false
4141
) {
4242
// UBI var config
43-
const baseOSImage = ubi ? 'registry.access.redhat.com/ubi8/ubi-minimal:latest' : 'centos:8';
43+
const baseOSImage = ubi ? 'docker.elastic.co/ubi8/ubi-minimal:latest' : 'centos:8';
4444
const ubiVersionTag = 'ubi8';
4545
const ubiImageFlavor = ubi ? `-${ubiVersionTag}` : '';
4646

0 commit comments

Comments
 (0)