セルフホスティング利用者や、私のように顧客にホスティングサービスを提供している方のために、新しいバンドルプラグインのいずれかが既に containers/app.yml に存在するかどうかをリストする簡単な grep を紹介します。
grep -E 'git clone .*(discourse-(adplugin|affiliate|ai|apple-auth|assign|calendar|chat-integration|data-explorer|gamification|github|graphviz|hcaptcha|login-with-amazon|lti|math|microsoft-auth|oauth2-basic|openid-connect|patreon|policy|post-voting|reactions|rss-polling|solved|subscriptions|templates|topic-voting|user-notes|zendesk-plugin|cakeday))' containers/app.yml
root として実行する必要があり、再構築する前に app.yml のプラグインセクションから手動で削除する必要がある行が出力されます。