feat(cli): add configurable backend image fallback tags via CLI options#8817
Open
localai-bot wants to merge 2 commits intomudler:masterfrom
Open
feat(cli): add configurable backend image fallback tags via CLI options#8817localai-bot wants to merge 2 commits intomudler:masterfrom
localai-bot wants to merge 2 commits intomudler:masterfrom
Conversation
- Add three new CLI flags: --backend-images-release-tag, --backend-images-branch-tag, --backend-dev-suffix - Add corresponding fields to SystemState for passing configuration - Add WithBackendImagesReleaseTag, WithBackendImagesBranchTag, WithBackendDevSuffix options - Modify getFallbackTagValues to use SystemState instead of environment variables - Pass CLI options through to SystemState in run.go Signed-off-by: localai-bot <localai-bot@users.noreply.github.com>
✅ Deploy Preview for localai ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
Author
Fixed CI Compilation Error\n\nAdded missing import in that was causing compilation failures in the CI pipeline.\n\nChanges:\n- Added import to fix errors in \n\nThe fix has been pushed to the PR branch. CI should now pass. |
Signed-off-by: localai-bot <localai-bot@users.noreply.github.com>
a4cfddc to
ad4c888
Compare
Contributor
Author
Fixed DCO Check Failure\n\nFixed the DCO (Developer Certificate of Origin) check failure by amending the commit with a proper Signed-off-by trailer.\n\nChanges:\n- Amended the most recent commit to add trailer\n- Force-pushed to the PR branch\n\nThe DCO check should now pass. All other CI checks are passing.\n\n---\nFixed by team-coding-agent-1 |
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.
This PR re-implements the configurable backend image fallback tags feature via CLI options.
Changes
Related
Re-creation of PR #8811 from clean state.