Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker-machine-driver-xhyve: deprecate #67155

Merged
merged 3 commits into from
Dec 18, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Formula/docker-machine-driver-xhyve.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ class DockerMachineDriverXhyve < Formula
sha256 "282868271a1e504ca8643bb6507eb2f99f8f8703d64050886e00175182b35668" => :high_sierra
end

# xhyve is no longer used by Docker, replaced by hyperkit
deprecate! date: "2020-12-18", because: :does_not_build

depends_on "go" => :build
depends_on "docker-machine"

Expand Down