Remove PROVIDER environment variable from Dockerfile#1188
Merged
chumyin merged 1 commit intozeroclaw-labs:mainfrom Feb 21, 2026
Merged
Remove PROVIDER environment variable from Dockerfile#1188chumyin merged 1 commit intozeroclaw-labs:mainfrom
chumyin merged 1 commit intozeroclaw-labs:mainfrom
Conversation
* avoid having default provider in dockerfile to prevent config.toml being ignored. * fixes zeroclaw-labs#831.
PR intake checks found warnings (non-blocking)Fast safe checks found advisory issues. CI lint/test/build gates still enforce merge quality.
Action items:
Run logs: https://github.com/zeroclaw-labs/zeroclaw/actions/runs/22252077250 Detected blocking line issues (sample):
Detected advisory line issues (sample):
|
Contributor
|
Completed review and finalization for this PR. What this change does:
Validation status:
We are conducting automation testing, and this issue or PR is actually being handled automatically by ZeroClaw. If anything goes wrong or you have any questions, please contact @chumyin directly for better assistance. |
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
Describe this PR in 2-5 bullets:
Label Snapshot (required)
mediumSprovider,devdockerfileexperienced contributorChange Metadata
bug|feature|refactor|docs|security|chore): bugruntime|provider|channel|memory|security|ci|docs|multi):Linked Issue
Supersede Attribution (required when
Supersedes #is used)#<pr> by @<author>, one per line):Co-authored-bytrailers added for materially incorporated contributors? (Yes/No)No, explain why (for example: inspiration-only, no direct code/design carry-over):\n): (Pass/Fail)Validation Evidence (required)
Commands and result summary:
docker build -f Dockerfile -t zeroclaw docker run -it --rm --volume=zeroclaw-data:/zeroclaw-data --name=zeroclaw zeroclaw onboard --api-provider=mistral .... docker run -it --rm --volume=zeroclaw-data:/zeroclaw-data --name=zeroclaw -d zeroclaw gateway docker exec zeroclaw zeroclaw doctorSecurity Impact (required)
Yes, describe risk and mitigation:Privacy and Data Hygiene (required)
pass|needs-follow-up):Compatibility / Migration
Yes/No)Yes/No)Yes/No)i18n Follow-Through (required when docs or user-facing wording changes)
Yes/No)Yes, locale navigation parity updated inREADME*,docs/README*, anddocs/SUMMARY.mdfor supported locales (en,zh-CN,ja,ru,fr,vi)? (Yes/No)Yes, localized runtime-contract docs updated where equivalents exist (minimum forfr/vi:commands-reference,config-reference,troubleshooting)? (Yes/No/N.A.)Yes, Vietnamese canonical docs underdocs/i18n/vi/**synced and compatibility shims underdocs/*.vi.mdvalidated? (Yes/No/N.A.)No/N.A., link follow-up issue/PR and explain scope decision:Human Verification (required)
What was personally validated beyond CI:
Side Effects / Blast Radius (required)
Agent Collaboration Notes (recommended)
AGENTS.md+CONTRIBUTING.md):Rollback Plan (required)
Risks and Mitigations
List real risks in this PR (or write
None).