[Starlingx-discuss] Local Docker Registry Host Name

Peters, Matt Matt.Peters at windriver.com
Fri May 31 22:07:13 UTC 2019


Hello Folks,

With the merge of the following commit [1], the local docker registry that runs on the active controller must now be accessed using the registry.local host name rather than the IP address that was previously used.  This was required to support both IPv4 and IPV6 addressing for the docker registry.  System application uploads and applies have been updated to align with this change, so it should be transparent unless you are pushing your own custom images for testing purposes.

docker tag SOURCE_IMAGE[:TAG] registry.local/TARGET_IMAGE[:TAG]
docker push registry.local/TARGET_IMAGE[:TAG]

[1] https://review.opendev.org/#/c/661849/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.starlingx.io/pipermail/starlingx-discuss/attachments/20190531/22e5d079/attachment.html>


More information about the Starlingx-discuss mailing list