Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,12 @@ jobs:
artifact: rpm-ubi9-${{ arch.value }}
python_package: python3.12
pool: ${{ arch.pool }}
Red Hat Universal Base Image 10 ${{ arch.name }}:
dockerfile: ubi
image: registry.access.redhat.com/ubi10/ubi:10.0
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Red Hat use 10.0 tag again. It uses weird 9.0.0 tag in RHEL 9: https://github.com/Azure/azure-cli/pull/23556/files#r952102485

There are so many inconsistencies in RHEL.

artifact: rpm-ubi10-${{ arch.value }}
python_package: python3.12
pool: ${{ arch.pool }}
steps:
- bash: ./scripts/ci/install_docker.sh
displayName: Install Docker
Expand Down Expand Up @@ -859,6 +865,14 @@ jobs:
python_cmd: python3.12
pip_cmd: pip3.12
pool: ${{ arch.pool }}
Red Hat Universal Base Image 10 ${{ arch.name }}:
artifact: rpm-ubi10-${{ arch.value }}
distro: el10
image: registry.access.redhat.com/ubi10/ubi:10.0
python_package: python3.12
python_cmd: python3.12
pip_cmd: pip3.12
pool: ${{ arch.pool }}
steps:
- task: DownloadPipelineArtifact@1
displayName: 'Download Metadata'
Expand Down
Loading