Copied from atomic-wg#272
@ttomecek suggested I file an issue here.
I pulled the cockpit, etcd, and flannel images from registry.fedoraproject.org and found that they all have a label named authorative-source-url in their metadata. Unfortunately, this label is set to registry.example.com
cockpit
etcd
flannel
registry.fedoraproject.org
authorative-source-url
registry.example.com
# atomic info registry.fedoraproject.org/f25/flannel | grep auth authoritative-source-url: registry.example.com # atomic info registry.fedoraproject.org/f25/etcd | grep auth authoritative-source-url: registry.example.com # atomic info registry.fedoraproject.org/f25/cockpit | grep auth authoritative-source-url: registry.example.com
I checked their Dockerfiles in dist-git and didn't see the label defined there, so I'm guessing this is getting injected as part of the build process.
I hate to bounce you around further, but could you file this against releng?
This is a config option/issue in their config.
No worries, I've filed releng#6780. I guess this issue can be closed.
Metadata Update from @kevin: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)