Skip to content

Commit

Permalink
Update Build_in_docker.md (StarRocks#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanJing-coder authored Jun 2, 2022
1 parent e3c7c30 commit ef26f9b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions administration/Build_in_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ docker pull starrocks/dev-env:{version}

## starrocks 与 image 对应关系

| starrocks branch | image tag |
| ---------------- | ---------------------- |
| main | starrocks/dev-env:main |
| ... | ... |
| starrocks branch | image tag |
| ---------------- | ------------------------------|
| main | starrocks/dev-env:main |
| StarRocks-2.2.* | starrocks/dev-env:branch-2.2 |
| StarRocks-2.1.* | starrocks/dev-env:branch-2.1 |
| StarRocks-2.0.* | starrocks/dev-env:branch-2.0 |
| StarRocks-1.19.* | starrocks/dev-env:branch-1.19 |

## 使用方式

Expand Down

0 comments on commit ef26f9b

Please sign in to comment.