From f646e3d1aca9e82a2f5606a2e657e016fd437aaf Mon Sep 17 00:00:00 2001 From: Jonathan Green Date: Fri, 27 Jan 2023 09:11:34 -0400 Subject: [PATCH] Revert "Roll back buildkit version (#758)" This reverts commit 0af51f44c47a3147d0342785470f74e47cc0696b. --- .github/workflows/test-build.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index aadcf90f27..b6e5fad938 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -67,17 +67,8 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@v2 - # TODO: We can remove the `with` statement here once these open upstream issues are resolved - # https://github.com/docker/build-push-action/issues/761 - # https://github.com/moby/buildkit/issues/3347 - # It was added to stop an issue we saw in buildkit v0.11 where builds were failing to - # push with the error: - # failed to copy: io: read/write on closed pipe - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 - with: - driver-opts: image=moby/buildkit:v0.10.6 - buildkitd-flags: --debug - name: Create version file run: git rev-parse --short HEAD > .version @@ -127,12 +118,8 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@v2 - # TODO: See comment in the docker-image-build section for setup-buildx-action - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 - with: - driver-opts: image=moby/buildkit:v0.10.6 - buildkitd-flags: --debug - name: Create version file run: git rev-parse --short HEAD > .version @@ -183,12 +170,8 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@v2 - # TODO: See comment in the docker-image-build section for setup-buildx-action - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 - with: - driver-opts: image=moby/buildkit:v0.10.6 - buildkitd-flags: --debug - name: Set up Python uses: actions/setup-python@v4