autoscaler icon indicating copy to clipboard operation
autoscaler copied to clipboard

Upgrade DigitalOcean Docker Image to Ubuntu 20.04

Open kdumontnu opened this issue 2 years ago • 2 comments

Docker CE 20.10.7

https://marketplace.digitalocean.com/apps/docker

We started getting some odd compilation errors in drone build, which appeared to be linked to the very old version of docker used by default in the agents (19.03.13). I recommend bumping this to a more stable version.

Ubuntu 18.04 - > Ubuntu 20.04 Docker CE 19.03.13 -> Docker CE 20.10.7

kdumontnu avatar Apr 22 '22 21:04 kdumontnu

I'm not really sure why the tests are failing - I don't see any errors.

kdumontnu avatar Apr 22 '22 21:04 kdumontnu

Until this is merged, you could send the image version through environment variables:

DRONE_DIGITALOCEAN_IMAGE=docker-20-04

alexhampu avatar Apr 30 '22 12:04 alexhampu