-
Notifications
You must be signed in to change notification settings - Fork 733
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Publish stable alias tag for snapshot images (#8269)
This updates the operator images build to publish an additional "stable latest" tag and then uses those images to trigger a CVEs scan. This enables the scan of 4 images (all except eck-dev: `eck,eck-fips,eck-ubi8,eck-ubi8-fips`): - on nightly main build, nightly-main: `eck-snapshots/eck-operator:latest` - on merge in release branch, merge-xyz: `eck-snapshots/eck-operator:next-release-latest` - on build candidates tag, tag-bc: `eck-snapshots/eck-operator:bc-latest` - on final tag, tag-final: `eck/eck-operator:latest` Changes to get this: - update image name for `merge-xyz` and `tag-bc` to use `eck-snapshots` docker repo name. - build all flavors (eck,eck-dev,eck-fips,eck-ubi,eck-ubi-fips) for `nightly-main` and `merge-xyz` - add a latest stable tag on docker build via the drivah config and share the list of images to scan to the pipeline using a file and buildkite meta data.
- Loading branch information
Showing
5 changed files
with
74 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,4 +72,3 @@ is_api() { | |
is_dev() { | ||
[[ "${CI:-}" != "true" ]] | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters