Description
When trying to bring up devops hosted agent using rover 1314, VM creation fails in pipeline with 👍
Error: Code="VMExtensionProvisioningError" Message="VM has reported a failure when processing extension 'install_azure_devops_agent'. Error message: \"Enable failed: failed to execute command: command terminated with exit status=1\n[stdout]\nstart\ninstall Ubuntu packages\nHit:1 http://azure.archive.ubuntu.com/ubuntu xenial InRelease\nHit:2
Investigating in the CustomScript Extension shows:
Microsoft.Azure.Extensions.CustomScript 2.1.3 Provisioning failed Error
...
Allowing agent to run docker Docker version 18.09.7, build 2d0083d Rover docker image 2005.1314 Using default tag: latest [stderr] sent invalidate(passwd) request, exiting sent invalidate(group) request, exiting Synchronizing state of docker.service with SysV init with /lib/systemd/systemd-sysv-install... Executing /lib/systemd/systemd-sysv-install enable docker Error response from daemon: pull access denied for 2005.1314, repository does not exist or may require 'docker login'
Seems like the rover version is not including full Docker image as expected by the script aztfmod/rover:2005.1314
instead of 2005.1314