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

Brew Formula for Minikube #2141

Closed
r2d4 opened this issue Nov 1, 2017 · 13 comments · Fixed by #5750
Closed

Brew Formula for Minikube #2141

r2d4 opened this issue Nov 1, 2017 · 13 comments · Fixed by #5750
Assignees
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/feature Categorizes issue or PR as related to a new feature. lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. packaging/brew macOS (brew) packaging issues priority/backlog Higher priority than priority/awaiting-more-evidence. r/2019q2 Issue was last reviewed 2019q2
Milestone

Comments

@r2d4
Copy link
Contributor

r2d4 commented Nov 1, 2017

Is this a BUG REPORT or FEATURE REQUEST? (choose one): feature request

We currently have a brew cask installer, which installs from a pre-built binary. However, we can create a real brew formula for minikube now that we no longer include (and therefore don't cross build) localkube with go-bindata.

I think the formula should be pretty straightforward and would be very similar to existing go formula.

@r2d4 r2d4 added kind/feature Categorizes issue or PR as related to a new feature. os/macos labels Nov 1, 2017
@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jan 30, 2018
@fejta-bot
Copy link

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle rotten
/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Mar 1, 2018
@brgnepal
Copy link
Contributor

brgnepal commented Mar 2, 2018

@r2d4 , I think we can close this issue right?
I can see cask file https://github.com/caskroom/homebrew-cask/blob/master/Casks/minikube.rb .

@r2d4
Copy link
Contributor Author

r2d4 commented Mar 2, 2018

Currently the cask just downloads the prebuilt binary. Now that we don't package localkube anymore, we can just build from source and have a real brew formula instead of just a cask.

@r2d4 r2d4 added lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. and removed lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. labels Mar 2, 2018
@ymesika
Copy link

ymesika commented May 4, 2018

If no one is working on creating a build formulae I can propose myself as an assignee.. Have a recent experience generating a formulae for another tool.

@tstromberg tstromberg added help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. packaging/brew macOS (brew) packaging issues priority/backlog Higher priority than priority/awaiting-more-evidence. and removed os/macos labels Jan 23, 2019
@tstromberg tstromberg added the r/2019q2 Issue was last reviewed 2019q2 label May 22, 2019
@tstromberg
Copy link
Contributor

Still needed.

@afbjorklund
Copy link
Collaborator

afbjorklund commented Sep 21, 2019

Still needed.

Currently we ship the same Linux binary everywhere: raw, tgz, deb, rpm

We might do the same for Darwin, that is leave it as a brew "cask" (binary)

@plod
Copy link

plod commented Sep 26, 2019

it okay if I have a crack at this?

@medyagh
Copy link
Member

medyagh commented Sep 26, 2019

it okay if I have a crack at this?

yes you could have this issue ! :)

@commitay
Copy link
Contributor

I've opened a PR for a minikube formula: Homebrew/homebrew-core#45603

@tstromberg
Copy link
Contributor

Before we close this, we'll need to insure that our release scripts release to brew rather than cask:

@commitay @issyl0 - are either of you interested in taking a crack at updating our release scripts?

@afbjorklund
Copy link
Collaborator

I thought distros was supposed to pull (new releases) rather than push (from vendor) ? Especially if it is no longer our binary, but something they build. But not sure how Brew normally operates.

@issyl0
Copy link
Contributor

issyl0 commented Oct 29, 2019

@tstromberg I don't currently have enough spare time to help with this bigger piece of work, sorry!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/feature Categorizes issue or PR as related to a new feature. lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. packaging/brew macOS (brew) packaging issues priority/backlog Higher priority than priority/awaiting-more-evidence. r/2019q2 Issue was last reviewed 2019q2
Projects
None yet
Development

Successfully merging a pull request may close this issue.