Skip to content

Commit

Permalink
build: Use latest Colima
Browse files Browse the repository at this point in the history
  • Loading branch information
jesse-c committed May 30, 2024
1 parent c3acd60 commit e8124f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hack/install-docker-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ ln -sfn $(which docker-buildx) $HOME/.docker/cli-plugins/docker-buildx

# Install Lima
brew install lima
limactl start

# Install Colima
sudo mkdir -p /usr/local/bin
sudo curl -L -o /usr/local/bin/colima https://github.com/abiosoft/colima/releases/download/v0.5.6/colima-Darwin-x86_64 && sudo chmod +x /usr/local/bin/colima
sudo curl -L -o /usr/local/bin/colima https://github.com/abiosoft/colima/releases/download/v0.6.9/colima-Darwin-x86_64 && sudo chmod +x /usr/local/bin/colima
# NOTE: Use the `slirp` driver rather than the default to avoid
# random connection errors.
# From https://github.com/abiosoft/colima/issues/577
Expand Down

0 comments on commit e8124f2

Please sign in to comment.