mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[build] Update wolfi base image to use digest (#189660)
Migrating from date tags to latest@digest
This commit is contained in:
parent
5fd6a486e8
commit
d9e1223f28
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ export async function runDockerGenerator(
|
|||
if (flags.baseImage === 'ubuntu') baseImageName = 'ubuntu:20.04';
|
||||
if (flags.baseImage === 'ubi') baseImageName = 'docker.elastic.co/ubi9/ubi-minimal:latest';
|
||||
if (flags.baseImage === 'wolfi')
|
||||
baseImageName = 'docker.elastic.co/wolfi/chainguard-base:20230214';
|
||||
baseImageName =
|
||||
'docker.elastic.co/wolfi/chainguard-base:latest@sha256:19764e89441be1f36544f715a738abc1a1898f35ed729486d33172eb54e8d84a';
|
||||
|
||||
let imageFlavor = '';
|
||||
if (flags.baseImage === 'ubi') imageFlavor += `-ubi`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue