[INFRA-346] chore: remove artifacts.plane.so references from community deployments - #8836
Conversation
…ompose, and scripts
|
Linked to Plane Work Item(s) This comment was auto-generated by Plane |
|
Caution Review failedPull request was closed or merged during review No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
📝 WalkthroughWalkthroughThis PR updates Docker image registry references across multiple deployment configurations, switching from the proprietary Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Removes usage of the deprecated artifacts.plane.so image registry from community deployment entrypoints so community installs pull images from the public makeplane/* Docker Hub namespace.
Changes:
- Update community Swarm and CLI install scripts to default
DOCKERHUB_USERtomakeplane. - Replace
artifacts.plane.so/makeplane/*image references withmakeplane/*in the community CLIdocker-compose.yml. - Update AIO community docs and Dockerfile base images to use
makeplane/*.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| deployments/swarm/community/swarm.sh | Switch default DOCKERHUB_USER from artifacts registry to Docker Hub namespace. |
| deployments/cli/community/install.sh | Switch default DOCKERHUB_USER from artifacts registry to Docker Hub namespace. |
| deployments/cli/community/docker-compose.yml | Point all service images to makeplane/* instead of artifacts.plane.so/makeplane/*. |
| deployments/aio/community/README.md | Update run examples to reference makeplane/plane-aio-community. |
| deployments/aio/community/Dockerfile | Update multi-stage FROM images to pull from makeplane/*. |
Description
This pull request updates all references to Plane container images in the community deployment files, switching from the old
artifacts.plane.so/makeplaneregistry to the standard Docker Hubmakeplanenamespace. This change simplifies image pulls and aligns with the new image hosting location. The update affects Dockerfiles, Docker Compose files, shell scripts, and documentation.Type of Change
Summary by CodeRabbit
Release Notes
Documentation
Chores