fix(ci): build proxy image with Buildx instead of buildah #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/proxy-release-buildx"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Rootless buildah can't run in the unprivileged job container — it fails
with
unshare(CLONE_NEWUSER): Operation not permitted. Build viadocker/build-push-action with the Buildx kubernetes driver, which offloads
the build to a buildkit pod (act-runner namespace), so no privileged or
userns access is needed on the runner.
secrets; VERSION build-arg flows into the Dockerfile ldflags
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com