Skip to content

bug: GHCR images return 'unauthorized' on docker pull #33

@gordonmurray

Description

@gordonmurray

docker pull ghcr.io/lance-format/lance-data-viewer:v0.1.0 fails with unauthorized. The GitHub Package visibility may need to be set to "Public" in the package settings after the repository was transferred to the lance-format org.

This is the main blocker for adoption — if users can't pull the image, they have to clone and build locally, which defeats the purpose of publishing container images.

The GitHub Actions workflow has packages: write permission, so the images are likely being built and pushed successfully, but the package visibility setting is separate from the repository visibility.

To fix: Go to github.com/orgs/lance-format/packages → select the package → Package settings → Change visibility to "Public".

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions