PicPeak's GitHub home and Docker image registry moved in June 2026. Read this if your docker-compose.yml stopped pulling, your CI broke, or you came here from a stale link.
What changed
|
Before |
After |
| Repo URL |
github.com/the-luap/picpeak |
github.com/PicPeak/picpeak |
| Docker images |
ghcr.io/the-luap/picpeak/{backend,frontend} |
ghcr.io/picpeak/picpeak/{backend,frontend} |
| Active dev branch |
beta |
main |
| Stable channel branch |
main |
stable |
The single edit operators need to make
In your docker-compose.yml:
- image: ghcr.io/the-luap/picpeak/backend:${PICPEAK_CHANNEL:-stable}
+ image: ghcr.io/picpeak/picpeak/backend:${PICPEAK_CHANNEL:-stable}
- image: ghcr.io/the-luap/picpeak/frontend:${PICPEAK_CHANNEL:-stable}
+ image: ghcr.io/picpeak/picpeak/frontend:${PICPEAK_CHANNEL:-stable}
Then:
docker compose pull
docker compose up -d
What auto-redirects (no edit needed)
- Browser links +
git clone + git fetch against github.com/the-luap/picpeak → handled by GitHub's repo-rename redirect indefinitely.
- API calls to
api.github.com/repos/the-luap/picpeak → same.
What does NOT auto-redirect
- GHCR image paths.
ghcr.io/the-luap/picpeak/* returns 404. You must update your compose file.
Full migration details
For contributors
- Feature PRs and most bugfix PRs → target
main
- Bugfix that needs to ship to current stable users → small surgical PR against
stable (see CONTRIBUTING.md for the hard rule on PR scope)
- The "fork from
beta" instruction is now "fork from main"
Got stuck?
Open a new issue with the error message and what command produced it. Tag this issue (#NNN) for context.
This issue is pinned as a permanent reference. It will stay open through the migration window and beyond — no action required from you on it.
PicPeak's GitHub home and Docker image registry moved in June 2026. Read this if your
docker-compose.ymlstopped pulling, your CI broke, or you came here from a stale link.What changed
github.com/the-luap/picpeakgithub.com/PicPeak/picpeakghcr.io/the-luap/picpeak/{backend,frontend}ghcr.io/picpeak/picpeak/{backend,frontend}betamainmainstableThe single edit operators need to make
In your
docker-compose.yml:Then:
What auto-redirects (no edit needed)
git clone+git fetchagainstgithub.com/the-luap/picpeak→ handled by GitHub's repo-rename redirect indefinitely.api.github.com/repos/the-luap/picpeak→ same.What does NOT auto-redirect
ghcr.io/the-luap/picpeak/*returns 404. You must update your compose file.Full migration details
docs/migration-to-org.mdCONTRIBUTING.md§ Branch modelFor contributors
mainstable(seeCONTRIBUTING.mdfor the hard rule on PR scope)beta" instruction is now "fork frommain"Got stuck?
Open a new issue with the error message and what command produced it. Tag this issue (#NNN) for context.
This issue is pinned as a permanent reference. It will stay open through the migration window and beyond — no action required from you on it.