Skip to content

fix(iris): add Docker Buildx setup to smoke test workflows#4144

Merged
rjpower merged 1 commit intomainfrom
claude/modest-mahavira
Mar 25, 2026
Merged

fix(iris): add Docker Buildx setup to smoke test workflows#4144
rjpower merged 1 commit intomainfrom
claude/modest-mahavira

Conversation

@rjpower
Copy link
Copy Markdown
Collaborator

@rjpower rjpower commented Mar 25, 2026

Smoke test workflows (GCP and CoreWeave) were missing the
docker/setup-buildx-action step. After b140fd2 switched iris build to use
buildx --push with registry cache, the default docker driver fails with
"Cache export is not supported for the docker driver." Adding the buildx
setup creates the docker-container driver that supports cache export.

The smoke workflows were missing docker/setup-buildx-action, causing
"Cache export is not supported for the docker driver" failures after
b140fd2 switched to buildx --push with registry cache.
@rjpower rjpower added the agent-generated Created by automation/agent label Mar 25, 2026
@rjpower rjpower requested a review from yonromai March 25, 2026 19:02
@rjpower rjpower merged commit 6a58bfe into main Mar 25, 2026
39 of 40 checks passed
@rjpower rjpower deleted the claude/modest-mahavira branch March 25, 2026 19:03
Helw150 pushed a commit that referenced this pull request Apr 8, 2026
Smoke test workflows (GCP and CoreWeave) were missing the
docker/setup-buildx-action step. After b140fd2 switched iris build to
use
buildx --push with registry cache, the default docker driver fails with
"Cache export is not supported for the docker driver." Adding the buildx
setup creates the docker-container driver that supports cache export.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agent-generated Created by automation/agent

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant