From ba9624432359524f91b8abff7e1507c2411e9b51 Mon Sep 17 00:00:00 2001 From: nitrocode <7775707+nitrocode@users.noreply.github.com> Date: Mon, 12 Jun 2023 22:38:16 -0500 Subject: [PATCH 1/2] chore(buildkit): pin to v0.10.6 --- .github/workflows/atlantis-image.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/atlantis-image.yml b/.github/workflows/atlantis-image.yml index 898bbd8294..344a169fef 100644 --- a/.github/workflows/atlantis-image.yml +++ b/.github/workflows/atlantis-image.yml @@ -39,7 +39,7 @@ jobs: # Lint the Dockerfile first before setting anything up - name: Lint Dockerfile - uses: hadolint/hadolint-action@master + uses: hadolint/hadolint-action@v3 with: dockerfile: "Dockerfile" @@ -51,9 +51,10 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 + # https://github.com/docker/build-push-action/issues/761#issuecomment-1575006515 with: driver-opts: | - image=moby/buildkit:v0.11.2 + image=moby/buildkit:v0.10.6 # release version is the name of the tag i.e. v0.10.0 # release version also has the image type appended i.e. v0.10.0-alpine From fb9e0491f67ccc97a93d5f34f79bcee597539c88 Mon Sep 17 00:00:00 2001 From: nitrocode <7775707+nitrocode@users.noreply.github.com> Date: Mon, 12 Jun 2023 23:28:01 -0500 Subject: [PATCH 2/2] Update .github/workflows/atlantis-image.yml --- .github/workflows/atlantis-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/atlantis-image.yml b/.github/workflows/atlantis-image.yml index 344a169fef..2daa3ba78b 100644 --- a/.github/workflows/atlantis-image.yml +++ b/.github/workflows/atlantis-image.yml @@ -39,7 +39,7 @@ jobs: # Lint the Dockerfile first before setting anything up - name: Lint Dockerfile - uses: hadolint/hadolint-action@v3 + uses: hadolint/hadolint-action@v3.1.0 with: dockerfile: "Dockerfile"