This is an automated email from the ASF dual-hosted git repository.
yuanzhou pushed a commit to branch branch-1.5
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/branch-1.5 by this push:
new 68d884f40b [1.5] Compose docker images for branch 1.5 (#11036)
68d884f40b is described below
commit 68d884f40b3f10378d0ab71fae38fe551468ca47
Author: PHILO-HE <[email protected]>
AuthorDate: Thu Nov 6 15:55:51 2025 +0800
[1.5] Compose docker images for branch 1.5 (#11036)
* Pick a fix
* Selective push
* Fix
---
.github/workflows/docker_image.yml | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/docker_image.yml
b/.github/workflows/docker_image.yml
index 40aefa6c18..e971b2bf15 100644
--- a/.github/workflows/docker_image.yml
+++ b/.github/workflows/docker_image.yml
@@ -18,7 +18,7 @@ name: Build and Push Docker Image
on:
push:
branches:
- - main
+ - branch-1.5
paths:
- '.github/workflows/docker_image.yml'
- '.github/workflows/util/install_spark_resources.sh'
@@ -28,8 +28,6 @@ on:
- 'dev/docker/Dockerfile.centos8-dynamic-build'
- 'dev/docker/Dockerfile.centos9-dynamic-build'
- 'dev/docker/cudf/Dockerfile'
- schedule:
- - cron: '0 20 * * 0'
env:
DOCKERHUB_REPO: apache/gluten
@@ -58,7 +56,7 @@ jobs:
context: .
file: dev/docker/Dockerfile.centos7-static-build
push: true
- tags: ${{ env.DOCKERHUB_REPO }}:vcpkg-centos-7
+ tags: ${{ env.DOCKERHUB_REPO }}:1.5-vcpkg-centos-7
build-centos-9-jdk8-cudf:
if: ${{ startsWith(github.repository, 'apache/') }}
@@ -89,7 +87,7 @@ jobs:
context: .
file: dev/docker/cudf/Dockerfile
push: true
- tags: ${{ env.DOCKERHUB_REPO }}:centos-9-jdk8-cudf
+ tags: ${{ env.DOCKERHUB_REPO }}:1.5-centos-9-jdk8-cudf
build-vcpkg-centos-8:
if: ${{ startsWith(github.repository, 'apache/') }}
@@ -322,7 +320,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- digests: [ vcpkg-centos-8, vcpkg-centos-9, centos-8-jdk8,
centos-8-jdk11, centos-8-jdk17, centos-9-jdk8, centos-9-jdk11, centos-9-jdk17 ]
+ digests: [ vcpkg-centos-8, centos-8-jdk8, centos-8-jdk17 ]
needs:
- build-vcpkg-centos-8
- build-vcpkg-centos-9
@@ -350,7 +348,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.DOCKERHUB_REPO }}
- tags: ${{ matrix.digests }}
+ tags: 1.5-${{ matrix.digests }}
- name: Create manifest list and push
working-directory: ${{ runner.temp }}/digests
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]