Uploaded image for project: 'Project Quay'
  1. Project Quay
  2. PROJQUAY-4318

Pull all tags at once does not work when proxying upstream repo

    XMLWordPrintable

Details

    • False
    • None
    • False
    • Quay Enterprise
    • 0

    Description

      When a repo is set to be proxied from upstream, pulling all tags with the docker pull -a command fails:

      # docker pull quay.skynet/docker/library/centos -a
      Error response from daemon: repository quay.skynet/docker/library/centos not found: name unknown: repository not found
      
      # docker pull quay.skynet/docker/library/centos
      Using default tag: latest
      latest: Pulling from docker/library/centos
      a1d0c7532777: Pull complete 
      Digest: sha256:a27fd8080b517143cbbbab9dfb7c8571c40d67d534bbdee55bd6c473f432b177
      Status: Downloaded newer image for quay.skynet/docker/library/centos:latest
      quay.skynet/docker/library/centos:latest
      

      The same pull does not fail on Docker's registry:2:

      Unable to find source-code formatter for language: shell. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml
       docker pull -a docker.skynet:5000/library/mysql
      5: Pulling from library/mysql
      ....
      

      We should have the same functionality as Docker provides. Can you please check? Thanks!

      Attachments

        Activity

          People

            Unassigned Unassigned
            rhn-support-ibazulic Ivan Bazulic
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: