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
allow adding additional tags to OCI index and manifests (#111)
* add a retry_on_error decoration for gardenlinux.oci
* add make targets test-debug and test-trace
adds the possibility to get debug logs for pytest
e.g. debug which OCI tags exist
* generate test data in a pythonic way
add create_test_data to conftest
remove generate_test_certificates from helper as it is on conftest already
* add gardenlinux.oci.registry.push_additional_tags_manifest
enables pushing additional tags to OCI manifest
* update gardenlinux.oci.registry.update_index
enables pushing additional tags to OCI index
* rename src/gardenlinux/oci/helper.py src/gardenlinux/oci/wrapper.py
0 commit comments