Skip to content

Commit

Permalink
ansible: install docker-buildx on Ubuntu Docker hosts
Browse files Browse the repository at this point in the history
`docker build` without it is deprecated.
  • Loading branch information
targos committed Dec 22, 2024
1 parent 911da1f commit 6c82775
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/roles/docker/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ common_packages: [
packages: {
ubuntu2404: [
'docker.io',
'docker-buildx',
],
ubuntu2204: [
'docker.io',
'docker-buildx',
],
ubuntu2004: [
'docker.io',
Expand Down

0 comments on commit 6c82775

Please sign in to comment.