registry.ng.bluemix.net/devopstest/openldap:aa9f496f321
should math the pattern:
registry.ng.bluemix.net/<namespace>/<image_name>:<tag>
In the Bluemix documentation, we find:
Namespace: A unique name to identify your private repository within the Bluemix registry. The namespace is assigned one time for an organization and cannot be changed after it is created.
To identify the namespace for your organization:
From the Bluemix user interface:
Note: You can only identify the namespace from the Bluemix user interface if an image was added already to the private repository for the organization. You cannot find the namespace by clicking one of the IBM-provided images. Use the command line option instead.
- From the Bluemix Catalog, click an image. The container creation window opens.
- Under the image name, click Copy image URL. The namespace can be retrieved from the copied URL, which is in the following format:
registry.ng.bluemix.net/<namespace>/<image_name>:<tag>
From the command line:
Cloud Foundry plug-in:
cf ic namespace get
ICE:
ice namespace get
Combine your namespace with the Bluemix registry domain and the image name to get the private Bluemix repository URL for an image: registry.ng.bluemix.net/<namespace>/<image_name>:<tag>
Is devopstest
matching your private Bluemix repository name?