Pull Docker images from Nexus connector port 8087
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>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
ARG NODE_IMAGE=171.22.25.73:8081/repository/docker-group/node:20-alpine
|
||||
ARG NODE_IMAGE=171.22.25.73:8087/node:20-alpine
|
||||
|
||||
FROM ${NODE_IMAGE} AS deps
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user