Shippable / support

Shippable SaaS customers can report issues and feature requests in this repository
101 stars 28 forks source link

The docker API registry v1 was deleted from docker... #5000

Open kuboosoft opened 4 years ago

kuboosoft commented 4 years ago

The API v.1 was deleted from docker registry (error 404); Is critical; as result; my auntentication fails (I detected it about 24 hrs). https://index.docker.io/v1/

Changed to https://index.docker.io/v2/ Isn't supported by Shippable.

rageshkrishna commented 4 years ago

@kuboosoft It looks like your node pool is configured to use a deprecated runtime, which comes with a very, very old version of Docker.

Please update your node pool to use a more recent runtime version. Please refer to the docs if you need help deciding which version to switch to.

kuboosoft commented 4 years ago

@rageshkrishna Thanks! I don't remember the date of node pool; but checking affectively it used a standard version. I updated to current node pool now and it works fine again. Only the interfaz changed comparated to the new documentation, but solved my problem. Other question. Do you will update the Ubuntu version used commonly? :)