[PR #7] [MERGED] build: add validation step after docker image build in CI workflow #8

Closed
opened 2026-02-16 09:24:49 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-agentbox/pull/7
Author: @bowenliang123
Created: 1/15/2026
Status: Merged
Merged: 1/19/2026
Merged by: @Yeuoly

Base: mainHead: add-validation


📝 Commits (4)

  • 43c3a83 build: add validation step after docker image build in CI workflow
  • 8638ce0 build: add validation step after docker image build in CI workflow
  • e7af41e update
  • a0206a3 update

📊 Changes

4 files changed (+75 additions, -2 deletions)

View changed files

📝 .github/workflows/build.yml (+12 -2)
📝 scripts/05-create-user.sh (+2 -0)
test/bin/verify-languages.sh (+44 -0)
test/bin/verify-packages.sh (+17 -0)

📄 Description

  • verify-languages.sh : verifying language runtime and build tools
  • verify-packages.sh : verifying packages, e.g. playwright
  • fix the issue of access to Rust runtime with agentbox user

🔄 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-agentbox/pull/7 **Author:** [@bowenliang123](https://github.com/bowenliang123) **Created:** 1/15/2026 **Status:** ✅ Merged **Merged:** 1/19/2026 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `add-validation` --- ### 📝 Commits (4) - [`43c3a83`](https://github.com/langgenius/dify-agentbox/commit/43c3a83a2885413440b1e6beb782f5bb624a352c) build: add validation step after docker image build in CI workflow - [`8638ce0`](https://github.com/langgenius/dify-agentbox/commit/8638ce06822a4f3faac1fefc7d42bf4d1a6e9353) build: add validation step after docker image build in CI workflow - [`e7af41e`](https://github.com/langgenius/dify-agentbox/commit/e7af41e3f7e53402efcd0cfc84a97c5c3538b6ab) update - [`a0206a3`](https://github.com/langgenius/dify-agentbox/commit/a0206a360bccd52eae09749fba5927277903b6d5) update ### 📊 Changes **4 files changed** (+75 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+12 -2) 📝 `scripts/05-create-user.sh` (+2 -0) ➕ `test/bin/verify-languages.sh` (+44 -0) ➕ `test/bin/verify-packages.sh` (+17 -0) </details> ### 📄 Description - `verify-languages.sh` : verifying language runtime and build tools - `verify-packages.sh` : verifying packages, e.g. playwright - fix the issue of access to Rust runtime with agentbox user --- <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 09:24:49 -05:00
yindo closed this issue 2026-02-16 09:24:49 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-agentbox#8