I imported external repositories through the interface, which worked fine. I also can use my images in services if i input the image+tag directly into the Stackfiles. However I can’t use the edit service function as it won’t load the tags for the external repository images. If I try to view the repository’s tags by going into the repository via the interface and select the Tags Tab, I see the following message:
Oops! We are currently unable to fetch this repository’s tags. Please refresh the page and try again.
The console logs the following:
Failed to load resource: net::ERR_CONTENT_DECODING_FAILED
app.4fb21674d0ab2df0ab1a.js:32 Unhandled rejection Error: Request has been terminated
Possible causes: the network is offline, Origin is not allowed by Access-Control-Allow-Origin, the page is being unloaded, etc
If manually aquire an access token for my registry’s API and try to access the respective Endpoint
/v2/{library}/{image}/tags/list/?page_size=10
everything works fine and no Access-Control-Allow-Origin headers or the like are set, so I guess it’s an internal problem of the dockercloud API.
We’re adding external repositories via API, if we now add them once without namespace and afterwards with the organization namespace, it works as expected!