Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An image label with the label Ubuntu16 does not exist #9

Open
rnkhouse opened this issue Oct 21, 2021 · 3 comments · May be fixed by #11
Open

An image label with the label Ubuntu16 does not exist #9

rnkhouse opened this issue Oct 21, 2021 · 3 comments · May be fixed by #11

Comments

@rnkhouse
Copy link

Getting this error:

##[warning]An image label with the label Ubuntu16 does not exist.
,##[error]The remote provider was unable to process the request.
Pool: Azure Pipelines
Image: Ubuntu16
@rboorman
Copy link

I am having this same issue - We know that Microsoft removed Ubuntu 16 (github actions did too). I just don't know what the Queue label would be. Anyone have an idea?

@rnkhouse
Copy link
Author

I am using Azure Pipelines

@rboorman
Copy link

I am too - I was just noting that most CI that are cloud based removed Ubuntu 1604 due to security issues.
So here is what I did to fix it for me:
in the azure-pipelines.yml comment out and add the variables for vmImageName

# queue:
#   name: Host Ubuntu 1604
variables:
  vmImageName: 'ubuntu-latest'

hope this helps...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants