File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments