Skip to content

Commit

Permalink
chore: update devcontainer install script
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed May 21, 2024
1 parent 3f6fc9c commit b18319c
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .devcontainer/ci/features/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,24 @@ set -e
set -o noglob

apk add --no-cache \
bash bind-tools ca-certificates curl gettext python3 \
age bash bind-tools ca-certificates curl direnv gettext python3 \
py3-pip moreutils jq git iputils openssh-client \
starship fzf fish
starship fzf fish yq helm

apk add --no-cache \
--repository=https://dl-cdn.alpinelinux.org/alpine/edge/community \
age helm kubectl sops
kubectl sops

sudo apk add --no-cache \
apk add --no-cache \
--repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing \
lsd

for app in \
"budimanjojo/talhelper!" \
"budimanjojo/talhelper!!?as=talhelper&type=script" \
"cilium/cilium-cli!!?as=cilium&type=script" \
"cli/cli!!?as=gh&type=script" \
"cloudflare/cloudflared!!?as=cloudflared&type=script" \
"derailed/k9s!!?as=k9s&type=script" \
"direnv/direnv!!?as=direnv&type=script" \
"fluxcd/flux2!!?as=flux&type=script" \
"go-task/task!!?as=task&type=script" \
"helmfile/helmfile!!?as=helmfile&type=script" \
Expand All @@ -30,8 +29,7 @@ for app in \
"kubernetes-sigs/kustomize!!?as=kustomize&type=script" \
"stern/stern!!?as=stern&type=script" \
"siderolabs/talos!!?as=talosctl&type=script" \
"yannh/kubeconform!!?as=kubeconform&type=script" \
"mikefarah/yq!!?as=yq&type=script"
"yannh/kubeconform!!?as=kubeconform&type=script"
do
echo "=== Installing ${app} ==="
curl -fsSL "https://i.jpillora.com/${app}" | bash
Expand Down

0 comments on commit b18319c

Please sign in to comment.