-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Description
Description
while building ubuntu 2204 image failing with maven version as version is not available anymore on repository.
Platforms affected
- Azure DevOps
- GitHub Actions - Standard Runners
- GitHub Actions - Larger Runners
Runner images affected
- Ubuntu 22.04
- Ubuntu 24.04
- Ubuntu Slim
- macOS 14
- macOS 14 Arm64
- macOS 15
- macOS 15 Arm64
- macOS 26
- macOS 26 Arm64
- Windows Server 2022
- Windows Server 2025
- Windows Server 2025 with Visual Studio 2026
Image version and build link
2026-03-13T06:27:52Z: ==> ubuntu-22_04.: Downloading package from https://dlcdn.apache.org/maven/maven-3/3.9.13/binaries/apache-maven-3.9.13-bin.zip to /tmp/apache-maven-3.9.13-bin.zip...
2026-03-13T06:27:52Z: ==> ubuntu-22_04. Received HTTP status code 404 after 0 seconds
2026-03-13T06:27:52Z: ==> ubuntu-22_04.: Waiting 30 seconds before retrying (retries left: 20)...
2026-03-13T06:28:22Z: ==> ubuntu-22_04.: Received HTTP status code 404 after 0 seconds
2026
Is it regression?
No
Expected behavior
this should install maven version maven-3.9.13, but it is failing as version maven-3.9.13 is not available on link . only available version is 3.9.14.
Actual behavior
Unable to download the required version maven-3.9.13 and install it
Repro steps
Clone the runner image repo and build ubuntu 22.04 image