1. 25 7月, 2019 1 次提交
    • S
      Support Docker OCI images · a4011606
      Stan Hu 提交于
      Docker Distribution v2.7.0 shipped with OCI support, but our container
      registry client was not updated to handle the manifest format in the
      HTTP `Accept` header.  As a result, API calls to retrieve a manifest
      would return with an error, "OCI manifest found, but accept header does
      not support OCI manifests". This would result in blank fields in the
      container registry page and prevent tags from being deleted.
      
      To fix this, we just need to add
      `application/vnd.oci.image.manifest.v1+json` to the `Accept` header and
      configure Faraday to parse the response as JSON. The response structure
      is the same as the standard Docker Distribution V2 manifest.
      
      Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58685
      
      Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/12877
      a4011606
  2. 26 8月, 2017 1 次提交
  3. 02 8月, 2017 1 次提交
  4. 21 6月, 2017 1 次提交
  5. 10 4月, 2017 1 次提交
  6. 03 4月, 2017 1 次提交
  7. 24 3月, 2017 1 次提交
  8. 23 3月, 2017 1 次提交
  9. 23 2月, 2017 2 次提交
  10. 22 2月, 2017 1 次提交
  11. 15 7月, 2016 1 次提交
  12. 16 6月, 2016 2 次提交
  13. 15 6月, 2016 1 次提交
  14. 03 6月, 2016 2 次提交
  15. 25 5月, 2016 1 次提交
  16. 18 5月, 2016 1 次提交