Infra: Pin versions in publish-iceberg-rest-fixture-docker.yml#15730
Infra: Pin versions in publish-iceberg-rest-fixture-docker.yml#15730kevinjqliu merged 1 commit intoapache:mainfrom
Conversation
| 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 |
There was a problem hiding this comment.
| uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a | ||
| - name: Set up Docker Buildx | ||
| uses: docker/setup-buildx-action@v4 | ||
| uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd |
There was a problem hiding this comment.
| uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd | ||
| - name: Build and Push | ||
| uses: docker/build-push-action@v7 | ||
| uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 |
There was a problem hiding this comment.
|
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 |
|
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 |
kevinjqliu
left a comment
There was a problem hiding this comment.
LGTM Thanks, validated with asf infra approved patterns:
- https://github.com/apache/infrastructure-actions/blob/72e2dbde7dec469a2aad118a8e931f5d7d9e65f2/approved_patterns.yml#L115
- https://github.com/apache/infrastructure-actions/blob/72e2dbde7dec469a2aad118a8e931f5d7d9e65f2/approved_patterns.yml#L113
- https://github.com/apache/infrastructure-actions/blob/72e2dbde7dec469a2aad118a8e931f5d7d9e65f2/approved_patterns.yml#L107
|
manually triggering another run of Build and Push 'iceberg-rest-fixture' Docker Image |
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! |
Build and Push 'iceberg-rest-fixture' Docker Image keeps failing due to:
Picked versions from https://github.com/apache/infrastructure-actions/blob/main/approved_patterns.yml