You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
revert: restore flat namespace for container images
GHCR nested namespaces require package-level write permissions that
aren't automatically granted even with repository write access. Revert
to flat namespace to unblock CI releases.
Changes:
- ghcr.io/nvidia/eidos/eidos → ghcr.io/nvidia/eidos
- ghcr.io/nvidia/eidos/eidosd → ghcr.io/nvidia/eidosd
- Update IMAGE_REGISTRY and KO_DOCKER_REPO to ghcr.io/nvidia
Co-Authored-By: Claude Opus 4.5 <[email protected]>
For detailed CI/CD architecture, see [../CONTRIBUTING.md#github-actions--cicd](../../CONTRIBUTING.md#github-actions--cicd) and [README.md](README.md#cicd-architecture).
@@ -1401,7 +1401,7 @@ spec:
1401
1401
fsGroup: 1000
1402
1402
containers:
1403
1403
- name: api-server
1404
-
image: ghcr.io/nvidia/eidos/eidosd:latest # Or use specific tag like v0.8.12
1404
+
image: ghcr.io/nvidia/eidosd:latest # Or use specific tag like v0.8.12
0 commit comments