Skip to content

Commit

Permalink
feat(OCI): Adding buildah and podman support
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Dec 19, 2022
1 parent d5b1436 commit d1d1fbd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roles/prepare/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ common_packages:
- "unzip"
- "vim"
- "wget"
# OCI tooling, see https://danmanners.com/posts/2022-01-buildah-multi-arch/
- podman
- buildah
- qemu-user-static
# Cloud Tools
- kubectl
- jq
Expand Down

0 comments on commit d1d1fbd

Please sign in to comment.