8ca2cae988
The Docker daemon reaches the Nexus Docker group over the dedicated connector port 8087 (its registry mirror), not the main 8081 HTTP port, which caused HTTPS-to-HTTP pull failures in CI. Repoint all image refs to 171.22.25.73:8087 at the connector root; npm and NuGet stay on 8081. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
9 lines
119 B
JSON
9 lines
119 B
JSON
{
|
|
"insecure-registries": [
|
|
"171.22.25.73:8087"
|
|
],
|
|
"registry-mirrors": [
|
|
"http://171.22.25.73:8087"
|
|
]
|
|
}
|