Skip to content

Commit cf56331

Browse files
authored
[Packaging] Support RHEL 10 and CentOS Stream 10 (#31602)
1 parent 73d44c6 commit cf56331

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,12 @@ jobs:
813813
artifact: rpm-ubi9-${{ arch.value }}
814814
python_package: python3.12
815815
pool: ${{ arch.pool }}
816+
Red Hat Universal Base Image 10 ${{ arch.name }}:
817+
dockerfile: ubi
818+
image: registry.access.redhat.com/ubi10/ubi:10.0
819+
artifact: rpm-ubi10-${{ arch.value }}
820+
python_package: python3.12
821+
pool: ${{ arch.pool }}
816822
steps:
817823
- bash: ./scripts/ci/install_docker.sh
818824
displayName: Install Docker
@@ -866,6 +872,14 @@ jobs:
866872
python_cmd: python3.12
867873
pip_cmd: pip3.12
868874
pool: ${{ arch.pool }}
875+
Red Hat Universal Base Image 10 ${{ arch.name }}:
876+
artifact: rpm-ubi10-${{ arch.value }}
877+
distro: el10
878+
image: registry.access.redhat.com/ubi10/ubi:10.0
879+
python_package: python3.12
880+
python_cmd: python3.12
881+
pip_cmd: pip3.12
882+
pool: ${{ arch.pool }}
869883
steps:
870884
- task: DownloadPipelineArtifact@1
871885
displayName: 'Download Metadata'

0 commit comments

Comments
 (0)