fix(ci): build Docker Hub images from repository Dockerfile - #6700
Open
N2H4-xz wants to merge 1 commit into
Open
fix(ci): build Docker Hub images from repository Dockerfile#6700N2H4-xz wants to merge 1 commit into
N2H4-xz wants to merge 1 commit into
Conversation
Pin the release matrix to the intended Dockerfiles and assert the mapping in the Docker smoke workflow. Developed collaboratively by the user, MiMo Code, and GPT-5.
Contributor
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
N2H4-xz
marked this pull request as ready for review
August 2, 2026 16:20
Contributor
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
flowiseai/flowiseDocker Hub matrix entries at the repository-root./Dockerfile;docker/worker/Dockerfile;Root cause
The Docker Hub release workflow used
./docker/Dockerfilefor the main Flowise image. That Dockerfile performs an unlocked global package installation, which allowed incompatible package versions into the published image. The repository-root Dockerfile builds from the checked-in source and lockfile.Validation
HEAD, which still maps the main image to./docker/Dockerfile;git diff --checkpasses;pongfrom/api/v1/ping.Fixes #6688.
Collaboration and AI assistance
This fix was developed collaboratively by the human contributor, MiMo Code, and GPT assistance. The human contributor reviewed and approved the implementation, tests, and draft PR; maintainer review is still requested.