Skip to content

Commit

Permalink
Revert "[build] Use 8.2 tag of ubi-minimal (elastic#82688)"
Browse files Browse the repository at this point in the history
This reverts commit a89176e.
  • Loading branch information
mistic committed Nov 16, 2020
1 parent e1500bf commit 649f575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dev/build/tasks/os_packages/docker_generator/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export async function runDockerGenerator(
ubi: boolean = false
) {
// UBI var config
const baseOSImage = ubi ? 'docker.elastic.co/ubi8/ubi-minimal:8.2' : 'centos:8';
const baseOSImage = ubi ? 'docker.elastic.co/ubi8/ubi-minimal:latest' : 'centos:8';
const ubiVersionTag = 'ubi8';
const ubiImageFlavor = ubi ? `-${ubiVersionTag}` : '';

Expand Down

0 comments on commit 649f575

Please sign in to comment.