From 193babfb4625d2dc25b960c7ac3eb390f17832c6 Mon Sep 17 00:00:00 2001 From: Yun Long Date: Tue, 9 Jun 2026 09:07:20 +0800 Subject: [PATCH] Chore(image): Upgrade PicoClaw image to picoclaw:2026.6.8 --- Makefile | 2 +- docs/build.md | 2 +- docs/build.zh.md | 2 +- internal/templates/embed/picoclaw-manager/Dockerfile | 4 ++-- internal/templates/embed/picoclaw-worker/Dockerfile | 4 ++-- web/app/tests/components/AgentActions.test.tsx | 2 +- web/app/tests/components/ManagerRebuildModal.test.tsx | 4 ++-- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Makefile b/Makefile index a3303191..37915445 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ CLI_BIN ?= $(BIN_DIR)/csgclaw-cli ACR_REGISTRY ?= opencsg-registry.cn-beijing.cr.aliyuncs.com IMAGE ?= $(ACR_REGISTRY)/opencsghq/picoclaw -TAG ?= 2026.5.27 +TAG ?= 2026.6.8 DOCKER_EMBED_IMAGE_TAG ?= dev PICOCLAW_IMAGE_TAG ?= $(DOCKER_EMBED_IMAGE_TAG) LOCAL_IMAGE ?= picoclaw:local diff --git a/docs/build.md b/docs/build.md index 8eaa6749..a6272baf 100644 --- a/docs/build.md +++ b/docs/build.md @@ -123,7 +123,7 @@ Alias targets `build-picoclaw-runtime-embed`, `stage-picoclaw-embed-dist`, and s # Registry and tags (defaults shown) ACR_REGISTRY=opencsg-registry.cn-beijing.cr.aliyuncs.com DOCKER_EMBED_IMAGE_TAG=dev -PICOCLAW_BASE_IMAGE=opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/picoclaw:2026.5.27 +PICOCLAW_BASE_IMAGE=opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/picoclaw:2026.6.8 # Example: build worker image with a custom tag make build-picoclaw-worker-image DOCKER_EMBED_IMAGE_TAG=local diff --git a/docs/build.zh.md b/docs/build.zh.md index 34438ef8..749dfea7 100644 --- a/docs/build.zh.md +++ b/docs/build.zh.md @@ -123,7 +123,7 @@ make stage-docker-embed-dist # registry 与 tag(默认值) ACR_REGISTRY=opencsg-registry.cn-beijing.cr.aliyuncs.com DOCKER_EMBED_IMAGE_TAG=dev -PICOCLAW_BASE_IMAGE=opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/picoclaw:2026.5.27 +PICOCLAW_BASE_IMAGE=opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/picoclaw:2026.6.8 # 示例:自定义 tag 构建 worker 镜像 make build-picoclaw-worker-image DOCKER_EMBED_IMAGE_TAG=local diff --git a/internal/templates/embed/picoclaw-manager/Dockerfile b/internal/templates/embed/picoclaw-manager/Dockerfile index 252ef41e..7999abca 100644 --- a/internal/templates/embed/picoclaw-manager/Dockerfile +++ b/internal/templates/embed/picoclaw-manager/Dockerfile @@ -8,10 +8,10 @@ # Manual build: # make stage-docker-embed-cli # docker build -f internal/templates/embed/picoclaw-manager/Dockerfile \ -# --build-arg PICOCLAW_IMAGE=opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/picoclaw:2026.5.27 \ +# --build-arg PICOCLAW_IMAGE=opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/picoclaw:2026.6.8 \ # -t picoclaw-manager:local . -ARG PICOCLAW_IMAGE=opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/picoclaw:2026.5.27 +ARG PICOCLAW_IMAGE=opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/picoclaw:2026.6.8 FROM ${PICOCLAW_IMAGE} diff --git a/internal/templates/embed/picoclaw-worker/Dockerfile b/internal/templates/embed/picoclaw-worker/Dockerfile index 1bc83b11..3631bc9c 100644 --- a/internal/templates/embed/picoclaw-worker/Dockerfile +++ b/internal/templates/embed/picoclaw-worker/Dockerfile @@ -8,10 +8,10 @@ # Manual build: # make stage-docker-embed-cli # docker build -f internal/templates/embed/picoclaw-worker/Dockerfile \ -# --build-arg PICOCLAW_IMAGE=opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/picoclaw:2026.5.27 \ +# --build-arg PICOCLAW_IMAGE=opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/picoclaw:2026.6.8 \ # -t picoclaw-worker:local . -ARG PICOCLAW_IMAGE=opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/picoclaw:2026.5.27 +ARG PICOCLAW_IMAGE=opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/picoclaw:2026.6.8 FROM ${PICOCLAW_IMAGE} diff --git a/web/app/tests/components/AgentActions.test.tsx b/web/app/tests/components/AgentActions.test.tsx index 12f3be0e..636e3ecb 100644 --- a/web/app/tests/components/AgentActions.test.tsx +++ b/web/app/tests/components/AgentActions.test.tsx @@ -289,7 +289,7 @@ describe("agent action visibility", () => { }); it("shows long agent image values with full hover text and full-row alignment", () => { - const image = "opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/picoclaw:2026.5.27"; + const image = "opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/picoclaw:2026.6.8"; render( { const onImageChange = vi.fn(); const onClose = vi.fn(); const onConfirm = vi.fn(); - const managerImage = "opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/picoclaw:2026.5.27"; + const managerImage = "opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/picoclaw:2026.6.8"; const localImage = "opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/picoclaw:2026.5.22"; const alternateImage = "picoclaw:alternate"; @@ -66,7 +66,7 @@ describe("ManagerRebuildModal", () => { const selectedImageLabel = imageSelect.querySelector(".manager-rebuild-image-option"); expect(selectedImageLabel).toBeInTheDocument(); expect(selectedImageLabel?.querySelector(".manager-rebuild-image-name")).toHaveTextContent("picoclaw"); - expect(selectedImageLabel?.querySelector(".manager-rebuild-image-tag")).toHaveTextContent(":2026.5.27"); + expect(selectedImageLabel?.querySelector(".manager-rebuild-image-tag")).toHaveTextContent(":2026.6.8"); expect(selectedImageLabel?.querySelector(".manager-rebuild-image-context")).toHaveTextContent( "opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq", );