You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(images): Add sbom to docker builds for licensing reasons (#7068)
* Add sbom to docker builds
* Fix makefile buildx commands, tested manually
* add `docker-build-and-push-prod` command for `alibi-explain-server`
* add `docker-build-and-push-prod` for `alibi-detect-server`
* add commands for xgboostserver to build and push image with SBOM
* Enable `images` workflow to test from non-master branch
* Fix pushing python wrapper image with SBOM
* Attempt to fix a digest error when pulling the wrapper image in the prepackaged servers job
* fix jq command for fetching the wrapper digest
* Add step `Force docker to use the docker-container driver` to the `prepackaged-components` job
* Fix building alibi-detect-server (sdk wasn't copied)
* Try to use `docker/setup-buildx-action` with `driver` arg to use docker-container
* Optimising more space for alibi-detect-server image
* Add necessary commands to attach SBOM for mlflowserver, sklearnserver and tfserving_proxy
* Move models images push to the separate job
* Revert "Move models images push to the separate job"
This reverts commit 74b3787.
* Ensure models are pushed as paart of the prepackaged-components job
* Revert original triggers for the `images` workflow
---------
Co-authored-by: Antanina Vertsinskaya <[email protected]>
0 commit comments