Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.

fix(docker): correct base image tag, restore multi-platform build - #24

Merged
whoabuddy merged 1 commit into
mainfrom
fix/docker-base-image-tag
Feb 17, 2026
Merged

fix(docker): correct base image tag, restore multi-platform build#24
whoabuddy merged 1 commit into
mainfrom
fix/docker-base-image-tag

Conversation

@whoabuddy

Copy link
Copy Markdown
Contributor

Summary

  • Fix Dockerfile FROM tag: v2026.2.22026.2.2 (upstream uses calver without v prefix)
  • Restore linux/arm64 platform and QEMU step (upstream image publishes both amd64 and arm64 variants)

Root cause

The upstream ghcr.io/openclaw/openclaw image uses calver tags like 2026.2.2, not v2026.2.2. The v prefix caused "not found" on the GHA runner. Verified available tags via ghcr.io API.

Test plan

  • CI passes
  • After merge: Docker Publish workflow succeeds and pushes multi-platform image to ghcr.io

🤖 Generated with Claude Code

The upstream openclaw image uses calver tags without a v prefix
(e.g. 2026.2.2, not v2026.2.2). Fix the Dockerfile FROM tag.

The upstream image publishes both amd64 and arm64 variants, so
restore multi-platform build support with QEMU.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@whoabuddy
whoabuddy merged commit 6f00923 into main Feb 17, 2026
8 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant