The standalone Docker image published to ghcr.io/modelseed/modelseed-api is currently private, so the README's headline quickstart command fails for any external user:
docker run -p 8000:8000 ghcr.io/modelseed/modelseed-api:latest
Verified via an anonymous pull token request: the image requires auth, unlike a genuinely public GHCR package.
Fix: on the package page, Package settings -> Danger Zone -> Change visibility -> Public.
https://github.com/orgs/ModelSEED/packages/container/package/modelseed-api
Blocked on: this requires org-level access beyond what a regular org admin role grants (GitHub's package-visibility API endpoint also does not support this change; it must be done through the web UI by someone with sufficient org permissions). Not a blocker for the v1.0.0 / DOI release itself, just for the standalone-image quickstart working for outside users.
The standalone Docker image published to
ghcr.io/modelseed/modelseed-apiis currently private, so the README's headline quickstart command fails for any external user:Verified via an anonymous pull token request: the image requires auth, unlike a genuinely public GHCR package.
Fix: on the package page, Package settings -> Danger Zone -> Change visibility -> Public.
https://github.com/orgs/ModelSEED/packages/container/package/modelseed-api
Blocked on: this requires org-level access beyond what a regular org admin role grants (GitHub's package-visibility API endpoint also does not support this change; it must be done through the web UI by someone with sufficient org permissions). Not a blocker for the v1.0.0 / DOI release itself, just for the standalone-image quickstart working for outside users.