mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-22 10:32:40 +08:00
feat(ql3): cut alpha.1 candidate milestone
This commit is contained in:
@@ -26,7 +26,7 @@ Build the image from the repository root:
|
||||
node scripts/ql3-worker-image-lock.cjs
|
||||
docker build \
|
||||
--file deploy/containers/ql3-worker/Dockerfile \
|
||||
--tag qinglong3-worker:3.0.0-alpha.0 \
|
||||
--tag qinglong3-worker:3.0.0-alpha.1 \
|
||||
--build-arg SOURCE_REVISION="$(git rev-parse HEAD)" \
|
||||
.
|
||||
```
|
||||
|
||||
@@ -41,7 +41,7 @@ spec:
|
||||
type: RuntimeDefault
|
||||
initContainers:
|
||||
- name: materialize-worker-authority
|
||||
image: qinglong3-worker:3.0.0-alpha.0
|
||||
image: qinglong3-worker:3.0.0-alpha.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- /bin/sh
|
||||
@@ -81,7 +81,7 @@ spec:
|
||||
mountPath: /state
|
||||
containers:
|
||||
- name: worker
|
||||
image: qinglong3-worker:3.0.0-alpha.0
|
||||
image: qinglong3-worker:3.0.0-alpha.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
|
||||
Reference in New Issue
Block a user