mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-23 12:38:14 +00:00
* fix(docker): qualify base image refs for podman short-name mode Podman with short-name-mode=enforcing (the Fedora/RHEL default) blocked the build: `FROM oven/bun:1.3.13...` is an ambiguous short name with no alias, so Podman prompted interactively for a registry (the apparent "hang") or, headless, failed with "short-name resolution enforced but cannot prompt without a TTY". `node:*` only resolved because a `node` short-name alias ships in registries.conf.d. Fully-qualify the node and bun base images with docker.io/ so registry resolution is deterministic. Pinned digests are unchanged, so resolved image content is identical, and Docker/Buildx builds are unaffected. Also qualify the docker.io/ prefix in the digest-refresh maintenance comments so the documented update path matches the defaults and does not reintroduce the same short-name ambiguity for Podman users. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * test(docker): expect qualified base image refs --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Co-authored-by: sallyom <somalley@redhat.com>
18 KiB
18 KiB