Introducing new Container Registry domain names from 25 February 2019
From 25 February 2019, IBM Cloud® Container Registry is adopting new domain names to align with the rebranding of IBM Cloud for a better user experience.
The original announcement was published on 25 February 2019.
You can now use IAM policies for more control over access to your registry resources. The new domain names are shown by location in the following table:
Existing domain name | New domain name |
---|---|
registry.ng.bluemix.net |
us.icr.io |
registry.eu-gb.bluemix.net |
uk.icr.io |
registry.eu-de.bluemix.net |
de.icr.io |
registry.au-syd.bluemix.net |
au.icr.io |
registry.bluemix.net |
icr.io |
Not applicable | jp.icr.io |
The new domain names are available in the console and the CLI beginning 25 February 2019. You can use the new icr.io
domain names now. The existing bluemix.net
domain names are deprecated, but you can continue to use
them. An end of support date is not available yet.
What you need to know about this change
This change affects containers that run images from Container Registry. To pull Container Registry images for your deployments in IBM Cloud Kubernetes Service clusters, your clusters must be authorized to pull from the domain name that the image uses:
- Existing clusters have pull secrets that use a registry token to authorize access to images from the
bluemix.net
domain name for the global registry and the regional registry from the region that the cluster is in. To pull images from the newicr.io
domain name, you must act now. - New clusters have pull secrets for both registry token access to
bluemix.net
domains as well as IAM API keys for access toicr.io
domains. By default, you can pull images from the newicr.io
domain in any registry region.
How you benefit from this change
This new method uses an API key to authorize pulling images from the registry. Because the new icr.io
domains are authorized by using an IAM API key, you can add IAM policies if you want more control over access. For example, you
can change the API key policies in the cluster’s pull secret to pull images from only a certain registry region or namespace.