[PR #102] [CLOSED] Feat: support image multi platform #22306

Closed
opened 2026-02-21 20:18:40 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/102
Author: @takatost
Created: 5/19/2023
Status: Closed

Base: mainHead: feat/support-image-multi-platform


📝 Commits (10+)

  • c742f03 feat: support for multi platform image build
  • 21d3555 fix: typo error
  • c9e8c5b fix: using dockerx
  • 4709ecd fix: missing postgresql postgresql-devel
  • 1270a9d fix: missing python-psycopg2 libpq-dev
  • c3f8a33 fix: remove python-psycopg2
  • 47c312d fix: remove armv7
  • 7c29dc0 feat: rebuild test for validate image caching
  • c20dd09 fix: cache not use
  • f7d69b9 feat: use gha as cache

📊 Changes

7 files changed (+39 additions, -284 deletions)

View changed files

📝 .github/workflows/build-api-image.sh (+6 -13)
📝 .github/workflows/build-api-image.yml (+7 -0)
📝 .github/workflows/build-web-image.sh (+7 -13)
📝 .github/workflows/build-web-image.yml (+7 -0)
📝 api/Dockerfile (+6 -1)
docker/Dockerfile.base (+0 -256)
📝 web/Dockerfile (+6 -1)

📄 Description

supports:

  • linux/amd64
  • linux/arm64

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify/pull/102 **Author:** [@takatost](https://github.com/takatost) **Created:** 5/19/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/support-image-multi-platform` --- ### 📝 Commits (10+) - [`c742f03`](https://github.com/langgenius/dify/commit/c742f03e1f8940b469ec56978eac3929e487bf26) feat: support for multi platform image build - [`21d3555`](https://github.com/langgenius/dify/commit/21d3555657094522a81157f5300d63b1e2a5a869) fix: typo error - [`c9e8c5b`](https://github.com/langgenius/dify/commit/c9e8c5b94245fa8600c6d889e90bfee9044c4329) fix: using dockerx - [`4709ecd`](https://github.com/langgenius/dify/commit/4709ecdd5a2ffe7cdb921f9f369a209e9fd80e51) fix: missing postgresql postgresql-devel - [`1270a9d`](https://github.com/langgenius/dify/commit/1270a9d352037cb63b2d88b105bae85adad45559) fix: missing python-psycopg2 libpq-dev - [`c3f8a33`](https://github.com/langgenius/dify/commit/c3f8a331992b61b7c4146da64749ec13c397f4a0) fix: remove python-psycopg2 - [`47c312d`](https://github.com/langgenius/dify/commit/47c312ddbaa6f6cbe6e8b28194b090a5a1143144) fix: remove armv7 - [`7c29dc0`](https://github.com/langgenius/dify/commit/7c29dc068b0d1d25723db6f36d853a30152235d9) feat: rebuild test for validate image caching - [`c20dd09`](https://github.com/langgenius/dify/commit/c20dd0985cfc4e2c4930532727bbee4956797e87) fix: cache not use - [`f7d69b9`](https://github.com/langgenius/dify/commit/f7d69b92883d17d01b0d7ccba81f72e73da97631) feat: use gha as cache ### 📊 Changes **7 files changed** (+39 additions, -284 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-api-image.sh` (+6 -13) 📝 `.github/workflows/build-api-image.yml` (+7 -0) 📝 `.github/workflows/build-web-image.sh` (+7 -13) 📝 `.github/workflows/build-web-image.yml` (+7 -0) 📝 `api/Dockerfile` (+6 -1) ➖ `docker/Dockerfile.base` (+0 -256) 📝 `web/Dockerfile` (+6 -1) </details> ### 📄 Description supports: - linux/amd64 - linux/arm64 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-21 20:18:40 -05:00
yindo closed this issue 2026-02-21 20:18:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22306