feat(ql3): cut alpha.1 candidate milestone

This commit is contained in:
whyour
2026-08-26 01:41:20 +08:00
parent c2df0c7215
commit 07cdc76bae
94 changed files with 1469 additions and 168 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ Build from the repository root:
```bash
docker build \
--file deploy/containers/ql3-cluster-control/Dockerfile \
--tag qinglong3-cluster-control:3.0.0-alpha.0 \
--tag qinglong3-cluster-control:3.0.0-alpha.1 \
--build-arg SOURCE_REVISION="$(git rev-parse HEAD)" \
.
```
@@ -28,7 +28,7 @@ control-plane image:
```bash
docker build \
--file deploy/containers/ql3-cluster-admin/Dockerfile \
--tag qinglong3-cluster-admin:3.0.0-alpha.0 \
--tag qinglong3-cluster-admin:3.0.0-alpha.1 \
--build-arg SOURCE_REVISION="$(git rev-parse HEAD)" \
.
```