dce icon indicating copy to clipboard operation
dce copied to clipboard

Ubuntu version is outdated in pipeline yaml

Open eric-w-hart opened this issue 2 years ago • 1 comments

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:

  1. Go to DevOps Pipeline
  2. Click on latest job.
  3. Scroll down to "The remote provider was unable to process the request"
  4. 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.
    image

Expected behavior

The expected result is the DevOps pipeline should run successfully.

Additional context

eric-w-hart avatar Jul 07 '22 16:07 eric-w-hart

Additional context on warning + error:

  • 16.04 has been decommissioned for Azure hosted agents in October 2021. More info here.

Related PR: #421

shubydo avatar Jul 09 '22 11:07 shubydo

Fixed in #421

shubydo avatar Mar 07 '23 05:03 shubydo