operator-framework / operator-sdk

SDK for building Kubernetes applications. Provides high level APIs, useful abstractions, and project scaffolding.
https://sdk.operatorframework.io
Apache License 2.0
7.1k stars 1.73k forks source link

Change DefaultIndexImage to UBI #6726

Closed e0ne closed 1 month ago

e0ne commented 2 months ago

Description of the change: Change untar image from busybox to UBI image as #5191

Motivation for the change: Remove dependency on dockerhub

Checklist

If the pull request includes user-facing changes, extra documentation is required:

e0ne commented 1 month ago

thanks for the review and merge, @acornett21!