Skip to content

Commit 7d1c744

Browse files
committed
Install docker-buildx after configuring host
1 parent e9e3213 commit 7d1c744

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/overcloud-host-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
source venvs/kayobe/bin/activate &&
213213
source src/kayobe-config/kayobe-env --environment ci-builder &&
214214
kayobe seed host command run \
215-
--command "sudo apt update && sudo apt -y install gcc git libffi-dev python3-dev python-is-python3 python3-venv" --show-output
215+
--command "sudo apt update && sudo apt -y install gcc git libffi-dev python3-dev python-is-python3 python3-venv containerd docker.io docker-buildx" --show-output
216216
env:
217217
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
218218

etc/kayobe/environments/ci-builder/inventory/group_vars/seed/dev-tools

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)