[PR #463] [MERGED] build serverless mode image with no-root permission #520

Closed
opened 2026-02-16 01:16:13 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/463
Author: @41tair
Created: 9/28/2025
Status: Merged
Merged: 10/17/2025
Merged by: @Yeuoly

Base: mainHead: feat/no-root-dockerfile


📝 Commits (1)

  • 79d7326 build serverless mode image with no-root permission

📊 Changes

5 files changed (+40 additions, -121 deletions)

View changed files

📝 docker/serverless.dockerfile (+40 -13)
internal/core/plugin_manager/serverless_runtime/dockerfile/build.go (+0 -30)
internal/core/plugin_manager/serverless_runtime/dockerfile/build_test.go (+0 -46)
internal/core/plugin_manager/serverless_runtime/dockerfile/python.go (+0 -24)
internal/core/plugin_manager/serverless_runtime/dockerfile/python312.dockerfile (+0 -8)

📄 Description

Description

build serverless mode image with no-root permission

Type of Change

  • Bug fix
  • New feature
  • Refactor
  • Performance improvement
  • Other

Essential Checklist

Testing

  • I have tested the changes locally and confirmed they work as expected
  • I have added unit tests where necessary and they pass successfully

Bug Fix (if applicable)

  • I have used GitHub syntax to close the related issue (e.g., Fixes #123 or Closes #123)

Additional Information

Please provide any additional context that would help reviewers understand the changes.


🔄 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-plugin-daemon/pull/463 **Author:** [@41tair](https://github.com/41tair) **Created:** 9/28/2025 **Status:** ✅ Merged **Merged:** 10/17/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `feat/no-root-dockerfile` --- ### 📝 Commits (1) - [`79d7326`](https://github.com/langgenius/dify-plugin-daemon/commit/79d7326741043ea712676230883c8cecf458efb3) build serverless mode image with no-root permission ### 📊 Changes **5 files changed** (+40 additions, -121 deletions) <details> <summary>View changed files</summary> 📝 `docker/serverless.dockerfile` (+40 -13) ➖ `internal/core/plugin_manager/serverless_runtime/dockerfile/build.go` (+0 -30) ➖ `internal/core/plugin_manager/serverless_runtime/dockerfile/build_test.go` (+0 -46) ➖ `internal/core/plugin_manager/serverless_runtime/dockerfile/python.go` (+0 -24) ➖ `internal/core/plugin_manager/serverless_runtime/dockerfile/python312.dockerfile` (+0 -8) </details> ### 📄 Description ## Description build serverless mode image with no-root permission ## Type of Change - [ ] Bug fix - [ ] New feature - [ ] Refactor - [ ] Performance improvement - [X] Other ## Essential Checklist ### Testing - [X] I have tested the changes locally and confirmed they work as expected - [X] I have added unit tests where necessary and they pass successfully ### Bug Fix (if applicable) - [ ] I have used GitHub syntax to close the related issue (e.g., `Fixes #123` or `Closes #123`) ## Additional Information Please provide any additional context that would help reviewers understand the changes. --- <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-16 01:16:13 -05:00
yindo closed this issue 2026-02-16 01:16:13 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#520