Open cogk opened 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
Also noticed that these failed jobs are marked as Successful: see https://github.com/frappe/press/issues/1923
Server: Hetzner AX51 (root serv) Ubuntu 20 base
Noticed builds failing for some reason:
Fixed by installing manually:
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