Skip to content

Fix registry host detection for Ubuntu

Dmytro Zaporozhets (DZ) requested to merge dzaporozhets-master-patch-09152 into master

I noticed that registry/config.yml had docker.for.mac.localhost as a hostname on my ubuntu desktop.

I run rm registry/config.yml && make registry-setup and added few echo and noticed that uname was not working as expected for gitlab_from_container.

Adding shell explicitly fixed the issue.

Closes #312 (closed)

Edited by Toon Claes

Merge request reports