frappe / press

Full service cloud hosting for the Frappe stack - powers Frappe Cloud
https://frappe.cloud
GNU Affero General Public License v3.0
279 stars 195 forks source link

Question: `docker buildx` not installed by default since Docker CLI v27? #2196

Open cogk opened 1 month ago

cogk commented 1 month ago

Server: Hetzner AX51 (root serv) Ubuntu 20 base

Noticed builds failing for some reason:

root@f1.test ~ # docker buildx
docker: 'buildx' is not a docker command.
See 'docker --help'

Fixed by installing manually:

apt-get install docker-buildx-plugin

https://github.com/frappe/press/blob/67c0e70c2e4f42e94bde1c0b6d2a106d38d02632/press/playbooks/roles/docker/tasks/main.yml#L40-L43

re: https://docs.docker.com/engine/deprecated/#legacy-builder-for-linux-images

cogk commented 1 month ago

Also noticed that these failed jobs are marked as Successful: see https://github.com/frappe/press/issues/1923