v1.0.5 — fix: S3_PREFIX/REGISTRY_HOSTNAME → registry.containerk8s.dev.nubes.ru

This commit is contained in:
“Naeel”
2026-08-08 23:15:34 +04:00
parent 86c4a1f25c
commit 6ec580c616
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ COPY --from=builder /app/registry /registry
# ── TEMP: reader creds hardcoded for Ceph test ────────────────────────────
ENV S3_ENDPOINT=ceph.tst.nubes.ru \
S3_BUCKET=terraform-registry \
S3_PREFIX=go-registry.containerk8s.dev.nubes.ru \
REGISTRY_HOSTNAME=go-registry.containerk8s.dev.nubes.ru \
S3_PREFIX=registry.containerk8s.dev.nubes.ru \
REGISTRY_HOSTNAME=registry.containerk8s.dev.nubes.ru \
S3_USE_SSL=false \
PORT=5000 \
S3_ACCESS_KEY=AAYTNYSZIM08DDWV3TK1 \