Skip to content
  • Ritesh Raj Sarraf's avatar
    Don't use the FQDN name · ab2fa76c
    Ritesh Raj Sarraf authored
    
    
    There's not much value in using the fqdn for docker instance resolving
    because all docker instances are usually on the same host machine. And
    they can resolve each other with the short hostnames.
    
    OTOH, relying on the fqdn has caused problems in environments where a
    DNS Domain Name is provided, like for example the instances on Microsoft
    Azure environment, which provide their Azure domain names. This creates
    invalid OBS host name instances.
    
    Signed-off-by: default avatarRitesh Raj Sarraf <ritesh.sarraf@collabora.com>
    ab2fa76c