Skip to content

Conversation

@whhe
Copy link
Member

@whhe whhe commented Jan 4, 2026

Summary

Ragflow has updated the ragflow_deps Docker image recently, and we should switch to using a locally built image to avoid errors caused by the image change.

Solution Description

Update the GHA to use locally built ragflow_deps docker image.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates GitHub Actions workflows to build the ragflow_deps Docker image locally instead of pulling it from an external registry, preventing potential errors from upstream image changes.

  • Adds dependency preparation and building steps to both dev and release workflows
  • Removes platform-specific conditionals in the release workflow, making dependency building apply to both amd64 and arm64 platforms
  • Uses locally downloaded dependencies via download_deps.py to build the infiniflow/ragflow_deps:latest image

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/release.yml Removes arm64-specific conditionals and adds dependency preparation/building steps for all platforms
.github/workflows/dev.yml Adds new dependency preparation and building steps before the main image build

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Collaborator

@CHLK CHLK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@whhe whhe merged commit e17bfa3 into oceanbase:main Jan 4, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants