Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cogk opened this issue Oct 1, 2024 · 1 comment
Open

Comments

@cogk
Copy link
Contributor

cogk commented Oct 1, 2024

Server: Hetzner AX51 (root serv) Ubuntu 20 base

Noticed builds failing for some reason:

[email protected] ~ # docker buildx
docker: 'buildx' is not a docker command.
See 'docker --help'

Fixed by installing manually:

apt-get install docker-buildx-plugin

- name: Install Docker
apt:
name: docker-ce
state: present

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

@cogk
Copy link
Contributor Author

cogk commented Oct 1, 2024

Also noticed that these failed jobs are marked as Successful: see #1923

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant