Skip to content

Commit a89176e

Browse files
[build] Use 8.2 tag of ubi-minimal (elastic#82688)
In kibana#82475 we prevented the update of crypto-policies as it's currently not compatible with libnss. This recent latest tag includes the crypto-policies which we need to avoid for now. Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
1 parent 894e76f commit a89176e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/dev/build/tasks/os_packages/docker_generator

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 ? 'docker.elastic.co/ubi8/ubi-minimal:latest' : 'centos:8';
43+
const baseOSImage = ubi ? 'docker.elastic.co/ubi8/ubi-minimal:8.2' : 'centos:8';
4444
const ubiVersionTag = 'ubi8';
4545
const ubiImageFlavor = ubi ? `-${ubiVersionTag}` : '';
4646

0 commit comments

Comments
 (0)