The repository is now public, but the published GHCR package ghcr.io/thedancingdeveloper-org/vogt is still private. Anonymous registry requests for the current tags return HTTP 401, so the pull-first quickstart cannot yet work for an unauthenticated user.
Repository-side work complete
- The build-overlay quickstart works from a clean checkout without registry credentials.
- Compose/docs examples reference the current product release.
- Private production deployment remains digest-pinned and unaffected.
- The public repository and the private package are intentionally reported separately; no code change can make the package visible.
Operator action
An organization/package administrator must open the package settings page, choose Package settings → Change visibility → Public, and confirm the repository link if required by organization policy.
Verification
From a host with no GHCR credentials:
- anonymous manifests for
latest, 0.2.2, and dev succeed;
docker pull ghcr.io/thedancingdeveloper-org/vogt:0.2.2 succeeds;
docker compose -f deploy/vogt.compose.yml up -d --wait reaches healthy and serves the documented endpoints.
This issue remains open until package visibility and the anonymous pull/Compose smoke are recorded.
The repository is now public, but the published GHCR package
ghcr.io/thedancingdeveloper-org/vogtis still private. Anonymous registry requests for the current tags return HTTP 401, so the pull-first quickstart cannot yet work for an unauthenticated user.Repository-side work complete
Operator action
An organization/package administrator must open the package settings page, choose Package settings → Change visibility → Public, and confirm the repository link if required by organization policy.
Verification
From a host with no GHCR credentials:
latest,0.2.2, anddevsucceed;docker pull ghcr.io/thedancingdeveloper-org/vogt:0.2.2succeeds;docker compose -f deploy/vogt.compose.yml up -d --waitreaches healthy and serves the documented endpoints.This issue remains open until package visibility and the anonymous pull/Compose smoke are recorded.