Skip to content

Conversation

@Oghenesuvwe-dev
Copy link

Problem: Container Registry GET/DELETE API calls were failing for multi-registry operations.

Root Cause: The registriesService.ListRepositories method was incorrectly calling rs.client.Registry.ListRepositories instead of rs.client.Registries.ListRepositoriesV2, causing API endpoint mismatches.

Solution:
Fixed the API client call to use the correct Registries service

deepsource-io bot and others added 3 commits October 24, 2025 04:19
Problem: Container Registry GET/DELETE API calls were failing for multi-registry operations.

Root Cause: The registriesService.ListRepositories method was incorrectly calling rs.client.Registry.ListRepositories instead of rs.client.Registries.ListRepositoriesV2, causing API endpoint mismatches.

Solution:
Fixed the API client call to use the correct Registries service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant