frappe / frappe/press

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

Open
#2,196 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
562
Forks
410
Avg merge
22h 15m
Merged PRs (30d)
197

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.