dce
dce copied to clipboard
Ubuntu version is outdated in pipeline yaml
Version information
Describe the bug
When pushing to the Azure DevOps pipeline, the version of Ubuntu is throwing a warning. 16.04 is very outdated.
To Reproduce
Steps to reproduce the behavior:
- Go to DevOps Pipeline
- Click on latest job.
- Scroll down to "The remote provider was unable to process the request"
- See error - ##[warning]An image label with the label Ubuntu 16.04 does not exist.
,##[error]The remote provider was unable to process the request.
Expected behavior
The expected result is the DevOps pipeline should run successfully.
Additional context
Additional context on warning + error:
-
16.04
has been decommissioned for Azure hosted agents in October 2021. More info here.
Related PR: #421
Fixed in #421