Skip to content

Commit

Permalink
Revert "Roll back buildkit version (#758)"
Browse files Browse the repository at this point in the history
This reverts commit 0af51f4.
  • Loading branch information
jonathangreen committed Jan 27, 2023
1 parent 6ba5bf6 commit f646e3d
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f646e3d

Please sign in to comment.