Skip to content

minio/minio image is now in maintenance-only mode, is there any plan to replace in docker-compose? #8774

@premsai2030

Description

@premsai2030

Summary

The minio/minio:latest image used in deploy/selfhost/docker-compose.yml has entered a maintenance-only stage — meaning no new features will be developed, and only critical bug/security fixes may be applied going forward.

Current usage in docker-compose.yml

plane-minio:
  image: minio/minio:latest
  pull_policy: if_not_present
  restart: unless-stopped
  command: server /export --console-address ":9090"

Question / Confirmation requested

Is the team aware of this change in MinIO's lifecycle status? Do you have a plan or timeline to:

  • Continue using minio/minio:latest as-is (acknowledging the maintenance-only stance)?
  • Or migrate to an actively maintained S3-compatible alternative (e.g., SeaweedFS, Garage, or a pinned/stable MinIO release with a clear upgrade path)?

Since Plane self-hosted relies on this image for file storage, it would be good to have clarity on the long-term strategy so self-hosters can plan accordingly.

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions