Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(build): fallback to a stable buildkit version for docker/build-push-action #5985

Merged
merged 1 commit into from
Jan 17, 2023

Conversation

gustavovalverde
Copy link
Member

@gustavovalverde gustavovalverde commented Jan 17, 2023

Motivation

Docker image builds are regularly failing due to a server error. This impacts all the Docker builds.

Fixes #5958

Solution

There's a recent error causing this failures, which are being tracked here:

Using a previous version of buildkit seems to fix the issue. We'll keep this version pinned until they have a fix.

Review

Anyone can review this

Reviewer Checklist

  • Will the PR name make sense to users?
    • Does it need extra CHANGELOG info? (new features, breaking changes, large changes)
  • Are the PR labels correct?
  • Does the code do what the ticket and PR says?
    • Does it change concurrent code, unsafe code, or consensus rules?
  • How do you know it works? Does it have tests?

Follow Up Work

@gustavovalverde gustavovalverde requested a review from a team as a code owner January 17, 2023 21:54
@gustavovalverde gustavovalverde requested review from arya2 and removed request for a team January 17, 2023 21:54
@github-actions github-actions bot added C-bug Category: This is a bug C-trivial Category: A trivial change that is not worth mentioning in the CHANGELOG labels Jan 17, 2023
@gustavovalverde gustavovalverde self-assigned this Jan 17, 2023
@gustavovalverde gustavovalverde added A-devops Area: Pipelines, CI/CD and Dockerfiles P-Critical 🚑 I-integration-fail Continuous integration fails, including build and test failures I-build-fail Zebra fails to build labels Jan 17, 2023
Copy link
Contributor

@teor2345 teor2345 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-devops Area: Pipelines, CI/CD and Dockerfiles C-bug Category: This is a bug C-trivial Category: A trivial change that is not worth mentioning in the CHANGELOG I-build-fail Zebra fails to build I-integration-fail Continuous integration fails, including build and test failures
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docker push fails with "failed to copy: io: read/write on closed pipe"
2 participants