1 Jun
2019
1 Jun
'19
7:07 a.m.
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/