Skip to content

Commit

Permalink
bootstrap: install docker/docker-buildx/docker-docker-credential-help…
Browse files Browse the repository at this point in the history
…ers on macOS/linux
  • Loading branch information
davidandreoletti committed Jun 4, 2024
1 parent 092aac2 commit c8119cc
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions install/bootstrap_apps_cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -289,11 +289,17 @@ if is_profile_admin_or_similar; then
# Secret sharing
homebrew_brew_install "ots" # Time bound secret sharing

# Docker
# Container setup: docker
homebrew_brew_install "docker" # Container runtime engine. No need for macOS's Docker Desktop
homebrew_brew_install "docker-buildx" # BuildKit extension
homebrew_brew_install "docker-docker-credential-helpers" # docker login support
homebrew_brew_install "lazydocker" # TUI docker

# Container setup: colima
homebrew_brew_install "colima" # Container runtime engine

# Container: any
homebrew_brew_install "dive" # Inspect docker layers
homebrew_brew_install "lazydocker" # TUI docker

# Kubernetes
homebrew_brew_install "boz/repo/kail" # kubernetes pods console viewer
Expand Down Expand Up @@ -460,7 +466,7 @@ if is_profile_admin_or_similar; then

# K8s
is_fedora && homebrew_brew_install "kubectl" # K8s client only
is_archl && homebrew_brew_install "kubectl"
is_archl && homebrew_brew_install "kubectl"

is_fedora && fedora_dnf_install "fuse3" # Hardware smartcard requirements
is_archl && archlinux_pacman_install "fuse3"
Expand Down

0 comments on commit c8119cc

Please sign in to comment.