Fix: Usar IP del host para registry en lugar de hostname Docker

This commit is contained in:
Admin
2026-06-02 20:50:42 +00:00
parent a6551b8f3a
commit bcd52bb0dd
Vendored
+1 -1
View File
@@ -12,7 +12,7 @@ pipeline {
AWS_DEFAULT_REGION = "us-east-1" AWS_DEFAULT_REGION = "us-east-1"
AWS_ENDPOINT = "http://floci:4566" AWS_ENDPOINT = "http://floci:4566"
APP_NAME = "demo-app" APP_NAME = "demo-app"
REGISTRY = "registry:5000" REGISTRY = "172.16.20.100:5000"
} }
stages { stages {