Switch registry to reg.dd0c.net (HTTPS on 443)

This commit is contained in:
2026-03-02 13:31:11 +00:00
parent 09eb22af62
commit 6b045637be
3 changed files with 8 additions and 8 deletions

View File

@@ -106,7 +106,7 @@ services:
# P2: IaC Drift Detection (SaaS)
drift:
image: 192.168.86.11:30095/dd0c-drift:latest
image: reg.dd0c.net/dd0c-drift:latest
build:
context: ./02-iac-drift-detection/saas
dockerfile: Dockerfile
@@ -125,7 +125,7 @@ services:
# P3: Alert Intelligence
alert:
image: 192.168.86.11:30095/dd0c-alert:latest
image: reg.dd0c.net/dd0c-alert:latest
build:
context: ./03-alert-intelligence
dockerfile: Dockerfile
@@ -144,7 +144,7 @@ services:
# P4: Lightweight IDP / Service Catalog
portal:
image: 192.168.86.11:30095/dd0c-portal:latest
image: reg.dd0c.net/dd0c-portal:latest
build:
context: ./04-lightweight-idp
dockerfile: Dockerfile
@@ -165,7 +165,7 @@ services:
# P5: AWS Cost Anomaly Detection
cost:
image: 192.168.86.11:30095/dd0c-cost:latest
image: reg.dd0c.net/dd0c-cost:latest
build:
context: ./05-aws-cost-anomaly
dockerfile: Dockerfile
@@ -185,7 +185,7 @@ services:
# P6: Runbook Automation (SaaS)
run:
image: 192.168.86.11:30095/dd0c-run:latest
image: reg.dd0c.net/dd0c-run:latest
build:
context: ./06-runbook-automation/saas
dockerfile: Dockerfile