Skip to content

Infra: Pin versions in publish-iceberg-rest-fixture-docker.yml#15730

Merged
kevinjqliu merged 1 commit intoapache:mainfrom
ebyhr:ebi/infra-rest
Mar 23, 2026
Merged

Infra: Pin versions in publish-iceberg-rest-fixture-docker.yml#15730
kevinjqliu merged 1 commit intoapache:mainfrom
ebyhr:ebi/infra-rest

Conversation

@ebyhr
Copy link
Copy Markdown
Member

@ebyhr ebyhr commented Mar 23, 2026

Build and Push 'iceberg-rest-fixture' Docker Image keeps failing due to:

The actions docker/setup-qemu-action@v4, docker/setup-buildx-action@v4, and docker/build-push-action@v7 are 
not allowed in apache/iceberg because all actions must be from a repository owned by your enterprise, created by 
GitHub, or match one of the patterns: 1Password/load-secrets-action@13f58eec611f8e5db52ec16247f58c508398f3e6, 1Password/load-secrets-action@8d0d610af187e78a2772c2d18d627f4c52d3fbfb, 1Password/load-secrets-action@dafbe7cb03502b260e2b2893c753c352eee545bf, AdoptOpenJDK/install-jdk@*, BobAnkh/auto-generate-changelog@*, DavidAnson/markdownlint-cli2-action@07035fd053f7be764496c0f8d8f9f41f98305101, DavidAnson/markdownlint-cli2-action@30a0e04f1870d58f8d717450cc6134995f993c63, EnricoMi/publish-unit-test-result-action@*, JamesIves/github-pages-deploy-action@4a3abc783e1a24aeb44c16e869ad83caf6b4cc23, JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f, Jimver/cuda-toolkit@6008063726ffe3309d1b22e413d9e88fed91a2f2, Jimver/cuda-toolkit@b6fc3a9f3f15256d9d9...

Picked versions from https://github.com/apache/infrastructure-actions/blob/main/approved_patterns.yml

@github-actions github-actions bot added the INFRA label Mar 23, 2026
echo "DOCKER_IMAGE_VERSION=`echo ${{ github.ref }} | tr -d -c 0-9.`" >> "$GITHUB_ENV"
- name: Set up QEMU
uses: docker/setup-qemu-action@v4
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v4
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
- name: Build and Push
uses: docker/build-push-action@v7
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

@kevinjqliu
Copy link
Copy Markdown
Contributor

Thanks @ebyhr curious how did you find this failure? I didnt see any notifications about it in https://lists.apache.org/list.html?ci-jobs@iceberg.apache.org

@kevinjqliu
Copy link
Copy Markdown
Contributor

kevinjqliu commented Mar 23, 2026

Just went through the actions tab, found another failed one "Open-API": https://github.com/apache/iceberg/actions/runs/23449643260

EDIT: oops this is handled by #15707

Copy link
Copy Markdown
Contributor

@kevinjqliu kevinjqliu left a comment

Choose a reason for hiding this comment

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

@kevinjqliu kevinjqliu merged commit 9e5fe8f into apache:main Mar 23, 2026
34 checks passed
@kevinjqliu
Copy link
Copy Markdown
Contributor

manually triggering another run of Build and Push 'iceberg-rest-fixture' Docker Image

https://github.com/apache/iceberg/actions/runs/23454806643

@ebyhr ebyhr deleted the ebi/infra-rest branch March 23, 2026 22:08
@ebyhr
Copy link
Copy Markdown
Member Author

ebyhr commented Mar 23, 2026

how did you find this failure?

I manually opened left tabs in https://github.com/apache/iceberg/actions. The actual motivation was to find a warning of upcoming Node.js 24 migration, though.

Thanks for triggering the job manually!

manuzhang pushed a commit to manuzhang/iceberg that referenced this pull request Mar 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Infra: Build and Push 'iceberg-rest-fixture' Docker Image failure

2 participants