Skip to content

Commit aac5a79

Browse files
committed
ansible: install docker-buildx on Ubuntu Docker hosts
`docker build` without it is deprecated.
1 parent d70fe4b commit aac5a79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ansible/roles/docker/vars/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ common_packages: [
2020
packages: {
2121
ubuntu2404: [
2222
'docker.io',
23+
'docker-buildx',
2324
],
2425
ubuntu2204: [
2526
'docker.io',
27+
'docker-buildx',
2628
],
2729
ubuntu2004: [
2830
'docker.io',

0 commit comments

Comments
 (0)