Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Added more dependencies #220
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Jan 27, 2022
1 parent 97bd060 commit 85f140d
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docker-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,19 @@ tools=(
rootlesskit runc skopeo slirp4netns sops stargz-snapshotter umoci trivy yq
ytt
)
tool_deps["jwt"]="docker"
tool_deps["crun"]="jq"
tool_deps["dive"]="docker"
tool_deps["docker"]="jq"
tool_deps["docuum"]="docker"
tool_deps["imgcrypt"]="docker"
tool_deps["fuse-overlayfs-snapshotter"]="containerd"
tool_deps["gvisor"]="jq"
tool_deps["ignite"]="containerd"
tool_deps["ipfs"]="containerd"
tool_deps["imgcrypt"]="containerd docker"
tool_deps["jwt"]="docker"
tool_deps["kubectl"]="krew"
tool_deps["portainer"]="docker"
tool_deps["stargz-snapshotter"]="containerd"

declare -a unknown_tools
for tool in "${requested_tools[@]}"; do
Expand Down

0 comments on commit 85f140d

Please sign in to comment.