Skip to content

deploy: the vogt GHCR package is private, so the default public quickstart cannot pull #266

Description

@thedancingdeveloper

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions