vmware / vmware-aria-operations-integration-sdk

The VMware Aria Operations Integration SDK contains libraries, tools, and documentation for developing Management Packs for VMware Aria Operations. It is intended to make creating a Management Pack simple and fast, while allowing developers to use the language of their choice.
https://vmware.github.io/vmware-aria-operations-integration-sdk/
Apache License 2.0
13 stars 6 forks source link

Incorrect substitution when container_registry does not include a port #270

Closed kjrokos closed 9 months ago

kjrokos commented 10 months ago

'registry.projects.vmware.com' is giving me a login error when specifying the port (443) in mp-build.

If I leave off the port, the login succeeds, and the container is pushed, however the generated 'conf' file reads:

REGISTRY=projects.registry.vmware.com REPOSITORY=/rojects.registry.vmware.com/vmware_aria_operations_integration_sdk_mps/snmp_power_metrics_mp

rather than the correct version:

REGISTRY=projects.registry.vmware.com REPOSITORY=/vmware_aria_operations_integration_sdk_mps/snmp_power_metrics_mp

(If a port is present in the registry, everything seems to work successfully)