Skip to content

ik-workshop/renovate-issue-quay-registries

Repository files navigation

Quay.io registries

Hints



Issue

quay.io configuration

{
  "hostRules": [
    {
      "hostType": "docker",
      "matchHost": "https://quay.io/v2/",
      "username": "usr",
      "password": "apitoken"
    },
    {
      "hostType": "docker",
      "matchHost": "https://quay.io/api/v1/",
      "token": "apitoken"
    }
  ]
}

Current result

Expected result

Create

Create a repository using this template →

Resources

Commands

$ curl -sv https://quay.company.com/v2/auth?service=quay.company.com&scope=repository:repo/org:pull
$ skopeo list-tags --no-creds docker://quay.io/jetstack/cert-manager-controller
$ skopeo list-tags --no-creds docker://quay.io/coreos/kube-state-metrics
$ skopeo list-tags --no-creds docker://quay.io/helmpack/chart-testing
$ skopeo list-tags --no-creds docker://quay.io/argoproj/argocd

Renovate Docs

Renovate somewhere similar Issues

Supporting Docs