mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[FIPS][Cloud][Build] Add FIPS cloud image. Convert base image to Wolfi. (#213163)
## Summary - Closes elastic/kibana-operations#245 - Convert FIPS base image from UBI to `chainguard-base-fips` - Add FIPS base image updates to Renovate - Adjust naming scheme for FIPS image from `kibana-ubi-fips` to `kibana-fips` - Adds new image flavor `kibana-cloud-fips` - Adds support for `ci:build-cloud-fips-image` label - Move Cloud image building to its own step instead of being part of `Build Kibana Distribution` step so it will be triggered when the build is reused and the `build` step is skipped.
This commit is contained in:
parent
418e328b9d
commit
8601ec3072
26 changed files with 354 additions and 112 deletions
|
@ -51,9 +51,13 @@ Build an archive that can be used to serve Kibana's static assets.
|
|||
|
||||
Build cloud Docker images that can be used for testing deployments on Elastic Cloud.
|
||||
|
||||
#### `ci:build-cloud-fips-image`
|
||||
|
||||
Build FIPS cloud Docker images that can be used for testing deployments on Elastic Cloud.
|
||||
|
||||
#### `ci:build-docker-fips`
|
||||
|
||||
Build Docker UBI x64 image with FIPS enabled.
|
||||
Build Docker Wolfi image with FIPS enabled.
|
||||
|
||||
#### `ci:build-os-packages`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue