Skip to content

[INFRA-346] chore: remove artifacts.plane.so references from community deployments - #8836

Merged
sriramveeraghanta merged 1 commit into
previewfrom
remove-artifacts-plane-so
Mar 31, 2026
Merged

[INFRA-346] chore: remove artifacts.plane.so references from community deployments#8836
sriramveeraghanta merged 1 commit into
previewfrom
remove-artifacts-plane-so

Conversation

@akshat5302

@akshat5302 akshat5302 commented Mar 31, 2026

Copy link
Copy Markdown
Member

Description

This pull request updates all references to Plane container images in the community deployment files, switching from the old artifacts.plane.so/makeplane registry to the standard Docker Hub makeplane namespace. 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

  • Bug fix (non-breaking change which fixes an issue)

Summary by CodeRabbit

Release Notes

  • Documentation

    • Updated deployment examples and instructions for Docker image references.
  • Chores

    • Updated Docker image registry references across all community deployment configurations.

Copilot AI review requested due to automatic review settings March 31, 2026 12:22
@makeplane

makeplane Bot commented Mar 31, 2026

Copy link
Copy Markdown

Linked to Plane Work Item(s)

This comment was auto-generated by Plane

@coderabbitai

coderabbitai Bot commented Mar 31, 2026

Copy link
Copy Markdown
Contributor

Caution

Review failed

Pull request was closed or merged during review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: f0b0c9a8-e7bc-4b4b-a88b-df7410ccab08

📥 Commits

Reviewing files that changed from the base of the PR and between a01b51f and 9357119.

📒 Files selected for processing (5)
  • deployments/aio/community/Dockerfile
  • deployments/aio/community/README.md
  • deployments/cli/community/docker-compose.yml
  • deployments/cli/community/install.sh
  • deployments/swarm/community/swarm.sh

📝 Walkthrough

Walkthrough

This PR updates Docker image registry references across multiple deployment configurations, switching from the proprietary artifacts.plane.so/makeplane registry to the public Docker Hub makeplane namespace. Changes affect Dockerfile builds, docker-compose configurations, installation scripts, and documentation examples, while preserving all other configuration details and control flow.

Changes

Cohort / File(s) Summary
Dockerfile & AIO Configuration
deployments/aio/community/Dockerfile, deployments/aio/community/README.md
Updated image registry references from artifacts.plane.so/makeplane/* to makeplane/* in Docker build stages and documentation examples.
Docker Compose Services
deployments/cli/community/docker-compose.yml
Updated all service image references (web, space, admin, live, api, worker, beat-worker, migrator, proxy) from artifacts.plane.so/makeplane/* to makeplane/* registry namespace.
Installation & Deployment Scripts
deployments/cli/community/install.sh, deployments/swarm/community/swarm.sh
Updated default DOCKERHUB_USER environment variable from artifacts.plane.so/makeplane to makeplane in both initial export and fallback logic when rehydrating from existing configuration files.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Poem

🐰 A hop to the hub, from private to free,
Registry switches for all eyes to see,
No logic bends, no configs take flight,
Just public makeplane shining bright!

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and accurately summarizes the main change: removing artifacts.plane.so references from community deployment files.
Description check ✅ Passed The description provides a clear overview of the changes and properly identifies the Type of Change (Bug fix), though test scenarios and references sections are empty.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch remove-artifacts-plane-so

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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_USER to makeplane.
  • Replace artifacts.plane.so/makeplane/* image references with makeplane/* in the community CLI docker-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/*.

@sriramveeraghanta
sriramveeraghanta merged commit d83944c into preview Mar 31, 2026
14 of 15 checks passed
@sriramveeraghanta
sriramveeraghanta deleted the remove-artifacts-plane-so branch March 31, 2026 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants