docs: clarify K1/K3 docker image tag usage#100
Merged
Conversation
jing-liu-spacemit
approved these changes
Jun 15, 2026
There was a problem hiding this comment.
Pull request overview
Updates the English and Chinese Docker usage docs to clarify which bianbu Docker image tags should be used on K1 vs K3 hardware, given that :latest now targets Bianbu 4.0 (RVA23) and is K3-only.
Changes:
- Update the Dockerfile example base image from
harbor.spacemit.com/bianbu/bianbu:latesttoharbor.spacemit.com/bianbu/bianbu:2.3.3. - Add K1/K3-specific guidance explaining that
:latestmaps to Bianbu 4.0 (RVA23) and is only runnable on K3.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| zh/development/docker.md | Adjusts the example image tag and adds K1/K3 tag guidance in Chinese. |
| en/development/docker.md | Adjusts the example image tag and adds K1/K3 tag guidance in English. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+63
to
+65
| `harbor.spacemit.com/bianbu/bianbu:latest` currently points to Bianbu 4.0 and uses RVA23 instructions, so it can only run on K3. | ||
|
|
||
| For K1, use a `bianbu:2.x` image explicitly, for example `harbor.spacemit.com/bianbu/bianbu:2.3.3`. |
Comment on lines
+63
to
+65
| `harbor.spacemit.com/bianbu/bianbu:latest` 当前指向 Bianbu 4.0,并使用了 RVA23 指令,因此只能在 K3 上运行。 | ||
|
|
||
| 如果是 K1,请显式指定 `bianbu:2.x` 镜像,例如 `harbor.spacemit.com/bianbu/bianbu:2.3.3`。 |
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.
Update EN/ZH Docker docs to clarify that bianbu:latest targets Bianbu 4.0 (RVA23, K3 only), and K1 should use bianbu:2.x (example: 2.3.3).