Skip to content

[SPARK-56126][INFRA][4.1] Sync docker-related GitHub Actions versions to the ASF approved patterns#54936

Closed
dongjoon-hyun wants to merge 1 commit intoapache:branch-4.1from
dongjoon-hyun:SPARK-56126-4.1
Closed

[SPARK-56126][INFRA][4.1] Sync docker-related GitHub Actions versions to the ASF approved patterns#54936
dongjoon-hyun wants to merge 1 commit intoapache:branch-4.1from
dongjoon-hyun:SPARK-56126-4.1

Conversation

@dongjoon-hyun
Copy link
Copy Markdown
Member

@dongjoon-hyun dongjoon-hyun commented Mar 21, 2026

What changes were proposed in this pull request?

This PR aims to sync docker-related GitHub Actions versions to the ASF approved patterns.

Why are the changes needed?

Currently, the branch-4.1 CI is blocked by the ASF check because of the recent change.

This is due to the following change.

As of now, the updated patterns are the following.

- docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8
- docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
- docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051
- docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
- docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Manually check like the following because the updated CI should be triggered manually.

$ git grep 'uses: docker' | sort | uniq -c
   5 .github/workflows/build_and_test.yml:        uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8
   1 .github/workflows/build_and_test.yml:        uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
   1 .github/workflows/build_and_test.yml:        uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
   1 .github/workflows/build_and_test.yml:        uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392
  15 .github/workflows/build_infra_images_cache.yml:        uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8
   1 .github/workflows/build_infra_images_cache.yml:        uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
   1 .github/workflows/build_infra_images_cache.yml:        uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
   1 .github/workflows/build_infra_images_cache.yml:        uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392

Was this patch authored or co-authored using generative AI tooling?

Generated-by: Claude Code (claude-opus-4-6)

@dongjoon-hyun
Copy link
Copy Markdown
Member Author

Thank you, @pan3793 .

dongjoon-hyun added a commit that referenced this pull request Mar 21, 2026
…ns to the ASF approved patterns

### What changes were proposed in this pull request?

This PR aims to sync `docker`-related GitHub Actions versions to the ASF approved patterns.

### Why are the changes needed?

Currently, the `branch-4.1` CI is blocked by the ASF check because of the recent change.
- https://github.com/apache/spark/actions/workflows/build_branch41_non_ansi.yml
  - https://github.com/apache/spark/actions/runs/23370546081

  > The actions docker/login-actionv3, docker/setup-qemu-actionv3, docker/setup-buildx-actionv3, and docker/build-push-actionv6 are not allowed in apache/spark because all actions must be from a repository owned by your enterprise, created by GitHub, or match one of the patterns:

This is due to the following change.
- apache/infrastructure-actions#547

As of now, the updated patterns are the following.

- https://github.com/apache/infrastructure-actions/blob/07f5f9d2b05fe0ec9886e3ef0a9d79797817f0cb/approved_patterns.yml#L100-L104
```
- docker/build-push-action10e90e3645eae34f1e60eeb005ba3a3d33f178e8
- docker/login-actionc94ce9fb468520275223c153574b00df6fe4bcc9
- docker/metadata-actionc299e40c65443455700f0fdfc63efafe5b349051
- docker/setup-buildx-action8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
- docker/setup-qemu-action29109295f81e9208d7d86ff1c6c12d2833863392
```

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Manually check like the following because the updated CI should be triggered manually.

```
$ git grep 'uses: docker' | sort | uniq -c
   5 .github/workflows/build_and_test.yml:        uses: docker/build-push-action10e90e3645eae34f1e60eeb005ba3a3d33f178e8
   1 .github/workflows/build_and_test.yml:        uses: docker/login-actionc94ce9fb468520275223c153574b00df6fe4bcc9
   1 .github/workflows/build_and_test.yml:        uses: docker/setup-buildx-action8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
   1 .github/workflows/build_and_test.yml:        uses: docker/setup-qemu-action29109295f81e9208d7d86ff1c6c12d2833863392
  15 .github/workflows/build_infra_images_cache.yml:        uses: docker/build-push-action10e90e3645eae34f1e60eeb005ba3a3d33f178e8
   1 .github/workflows/build_infra_images_cache.yml:        uses: docker/login-actionc94ce9fb468520275223c153574b00df6fe4bcc9
   1 .github/workflows/build_infra_images_cache.yml:        uses: docker/setup-buildx-action8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
   1 .github/workflows/build_infra_images_cache.yml:        uses: docker/setup-qemu-action29109295f81e9208d7d86ff1c6c12d2833863392
```

### Was this patch authored or co-authored using generative AI tooling?

Generated-by: Claude Code (claude-opus-4-6)

Closes #54936 from dongjoon-hyun/SPARK-56126-4.1.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
@dongjoon-hyun
Copy link
Copy Markdown
Member Author

Merged to branch-4.1.

@dongjoon-hyun dongjoon-hyun deleted the SPARK-56126-4.1 branch March 21, 2026 04:42
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.

2 participants