diff --git a/files/docker-registry.yaml b/files/docker-registry.yaml index 39331824f3..a21a37ab97 100644 --- a/files/docker-registry.yaml +++ b/files/docker-registry.yaml @@ -9,7 +9,16 @@ requests: - method: GET path: - "{{BaseURL}}/v2/_catalog" + + redirects: true + max-redirects: 1 + matchers-condition: and matchers: - type: word words: - - "repositories" + - '"repositories":' + + - type: word + words: + - "application/json" + part: header