This repository was archived by the owner on Mar 3, 2025. It is now read-only.
Tags: operator-framework/catalogd
Tags
Remove check-cluster dependency from test-e2e (#473) `check-cluster` is already a dependency of the `install` targt, which is a dependency of `e2e`. It does not need to be a dependency of `test-e2e` which _just_ runs the tests without any setup. Signed-off-by: Todd Short <todd.short@me.com>
⚠️ Bump ClusterCatalog API to v1 (#380) * bump ClusterCatalog API to v1 Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com> * Update test/e2e/unpack_test.go --------- Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com> Co-authored-by: Per Goncalves da Silva <pegoncal@redhat.com> Co-authored-by: Joe Lanford <joe.lanford@gmail.com>
Fix pulling signed images (#431) This fixes "pushing signatures for OCI images is not supported" error when working with signed source images. If policy context requires signature validation for a registry we will still be performing it on pull, but we will be removing source signatures when copying into a temporary OCI layout for unpacking. Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>
PreviousNext