Skip to content

fix(openclaw): pin to 2026.4.25-beta.11 (upstream skipped fat 4.25 stable)#405

Merged
prez2307 merged 1 commit into
mainfrom
fix/openclaw-tag-fix
Apr 28, 2026
Merged

fix(openclaw): pin to 2026.4.25-beta.11 (upstream skipped fat 4.25 stable)#405
prez2307 merged 1 commit into
mainfrom
fix/openclaw-tag-fix

Conversation

@prez2307
Copy link
Copy Markdown
Contributor

Summary

PR #404 set alpine/openclaw:2026.4.25 as the pin, but upstream never published that exact tag. The build-openclaw-image run on the merge commit failed with:

ERROR: docker.io/alpine/openclaw:2026.4.25: not found

Why

Upstream changed their release publishing policy. Verified via Docker Hub API — the only 2026.4.25-line tags that exist are:

  • 2026.4.25-slim (stable, slim)
  • 2026.4.25-beta.1 through 2026.4.25-beta.11 (with both fat and slim variants)

Our Dockerfile extends with apt-get layers (ffmpeg, ripgrep, 1password-cli, gnupg, jq, etc.) so we need the fat base. 2026.4.25-beta.11 is the most recent fat-variant tag in the 4.25 line.

Test plan

  • build-openclaw-image succeeds with the new pin
  • Follow-up PR bumps dev.tag / prod.tag to the actual 2026.4.25-beta.11-<sha> once the build lands in ECR

🤖 Generated with Claude Code

…table tag

PR #404 set the pin to alpine/openclaw:2026.4.25, but upstream never
published that exact tag — only 2026.4.25-slim and the 2026.4.25-beta.X
series have published fat (non-slim) variants. Our Dockerfile extends
with apt-get layers (ffmpeg, ripgrep, 1password-cli, etc.) so the slim
base would break our skill bundling. Beta.11 is the latest 2026.4.25-line
tag with the fat variant we need.

Verified via Docker Hub API:
  curl -sL 'https://hub.docker.com/v2/repositories/alpine/openclaw/tags?name=2026.4.25'

build-openclaw-image.yml run 25031784091 failed with:
  ERROR: docker.io/alpine/openclaw:2026.4.25: not found

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@prez2307 prez2307 merged commit 2440fc4 into main Apr 28, 2026
@prez2307 prez2307 deleted the fix/openclaw-tag-fix branch April 28, 2026 03:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant