From de67a15050432bd6a290b1d96ea3e88e97a8f155 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Thu, 5 Mar 2026 17:15:37 +0100 Subject: [PATCH] fix: use port 9080 for internal registry (nginx proxy) Port 5050 binds to 127.0.0.1 inside container, unreachable externally. Port 9080 (nginx) proxies /v2/ correctly and returns 401 as expected. Combined with network_mode=host runner, all traffic stays on LAN. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d7d50ec..8da7939 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ stages: - build variables: - INTERNAL_REGISTRY: "10.10.10.10:5050" + INTERNAL_REGISTRY: "10.10.10.10:9080" IMAGE_NAME: "$INTERNAL_REGISTRY/$CI_PROJECT_PATH" CI_SERVER_URL: "http://10.10.10.10:9080" GITLAB_FEATURES: ""