Heads up - Docker images now publish under pragent/pr-agent #2362
Pinned
naorpeled
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Background
If you missed the earlier announcement: Qodo donated PR-Agent to the open-source community. The project moved to the
the-pr-agentGitHub org, docs moved to pr-agent.ai, and Qodo Merge has rebranded into Qodo 2.0 as a separate hosted product.One piece of plumbing that came along with all of this is the Docker Hub namespace the release pipeline pushes to. Until now, images shipped to
codiumai/pr-agent, which lives under Qodo's old Docker Hub account. The community-maintained release workflow doesn't have push access there, so we've migrated.What changed
Starting with release
0.34.2, PR-Agent's Docker images publish topragent/pr-agent.The legacy
codiumai/pr-agentnamespace remains available as a frozen archive — every previously published tag (up to and includingv0.31) is still pullable — but no new images will be pushed there.codiumai/pr-agentpragent/pr-agent:0.31-*(and earlier):0.34.2-*and onwardDo I need to do anything?
Probably yes, if you pin to a specific Docker image. Search your configs for
codiumai/pr-agentand update the namespace.GitHub Action —
uses: Codium-ai/pr-agent@mainCodium-ai/pr-agent@maincontinues to resolve to the new images today, so nothing breaks. But you should switch the slug to the community-owned org for future compatibility — at some point the old slug may be archived or redirected, and we don't want anyone caught by surprise:That's the only change needed; the underlying Docker image is updated automatically.
GitHub Action — pinned to a specific Docker tag
Or, for a digest pin:
GitLab CI / Bitbucket Pipelines / Gitea
Same pattern for
:gitlab_webhook,:bitbucket_server_webhook,:gitea_app,:github_lambda,:gitlab_lambda.CLI /
docker runStaying on a pre-
0.34.2versionOld tags continue to work — just keep your existing reference. No silent breakage.
What about PyPI?
PyPI is unaffected.
pip install pr-agentcontinues to install the same package (pr-agent); only the Docker Hub namespace changed.Let us know if you notice any issues or have any questions 🙏
Beta Was this translation helpful? Give feedback.
All reactions