Skip to content

ci(fix): set DOCKER_API_VERSION for skopeo on Ubuntu 24.04 runners#2151

Closed
DSharifi wants to merge 1 commit intomainfrom
dsharifi/fix-broken-ci-on-main
Closed

ci(fix): set DOCKER_API_VERSION for skopeo on Ubuntu 24.04 runners#2151
DSharifi wants to merge 1 commit intomainfrom
dsharifi/fix-broken-ci-on-main

Conversation

@DSharifi
Copy link
Contributor

Fast claude code fix:

  • Fix docker-launcher-build-and-verify CI job failing after runner upgrade to Ubuntu 24.04 (ci: bump buildkit and runner images versions to overcome build failure #2146)
  • The skopeo package from Ubuntu 24.04 apt defaults to Docker API version 1.22, but the Docker daemon requires minimum 1.24, causing skopeo copy docker-daemon:... to fail
  • Set DOCKER_API_VERSION=1.40 for the verification step to resolve the API version mismatch

Example failure:
https://github.com/near/mpc/actions/runs/22135706889/job/63986726748?pr=2144

@claude
Copy link

claude bot commented Feb 18, 2026

Review: No critical issues found.

Straightforward CI fix. Setting DOCKER_API_VERSION=1.40 for the skopeo step is the correct workaround for the Ubuntu 24.04 apt-packaged skopeo defaulting to Docker API v1.22. No concerns.

@DSharifi DSharifi closed this Feb 27, 2026
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