Skip to content

Commit

Permalink
minikube: new package (#337)
Browse files Browse the repository at this point in the history
Co-authored-by: Maxim Mironenko <[email protected]>
  • Loading branch information
zloeber and maximmi authored Feb 20, 2020
1 parent e84f456 commit 75cca9b
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/auto-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ vendor/kubens: vendor/kubens/**
vendor/kubeval: vendor/kubeval/**
vendor/lazydocker: vendor/lazydocker/**
vendor/lectl: vendor/lectl/**
vendor/minikube: vendor/minikube/**
vendor/misspell: vendor/misspell/**
vendor/pack: vendor/pack/**
vendor/packer: vendor/packer/**
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ kubens 0.7.1 Switch faster between clusters and namespac
kubeval 0.14.0 Validate your Kubernetes configuration files, supports multiple Kubernetes versions
lazydocker 0.8 The lazier way to manage everything docker
lectl 0.20 Script to check issued certificates by Let's Encrypt on CTL (Certificate Transparency Log) using https://crt.sh
minikube 1.7.2 Run Kubernetes locally
misspell 0.3.4 Correct commonly misspelled English words in source files
pack 0.8.1 Create cloud native Buildpacks
packer 1.5.0 Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.
Expand Down
1 change: 1 addition & 0 deletions docs/targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ kubens 0.7.1 Switch faster between clusters and namespac
kubeval 0.14.0 Validate your Kubernetes configuration files, supports multiple Kubernetes versions
lazydocker 0.8 The lazier way to manage everything docker
lectl 0.20 Script to check issued certificates by Let's Encrypt on CTL (Certificate Transparency Log) using https://crt.sh
minikube 1.7.2 Run Kubernetes locally
misspell 0.3.4 Correct commonly misspelled English words in source files
pack 0.8.1 Create cloud native Buildpacks
packer 1.5.0 Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.
Expand Down
1 change: 1 addition & 0 deletions vendor/minikube/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Run Kubernetes locally
1 change: 1 addition & 0 deletions vendor/minikube/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Apache-2.0
18 changes: 18 additions & 0 deletions vendor/minikube/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## Package - minikube
include ../../tasks/Makefile.package
include ../../tasks/Makefile.apk

export VENDOR = kubernetes
export PACKAGE_NAME = minikube
export PACKAGE_REPO_NAME = minikube
export DOWNLOAD_URL ?= $(PACKAGE_REPO_URL)/releases/download/v$(PACKAGE_VERSION)/$(PACKAGE_NAME)-$(OS)-$(ARCH)
export APK_BUILD_TEMPLATE ?= APKBUILD.github-binary

## Uncomment only if you need additional libraries
export APKBUILD_DEPENDS += libc6-compat

install:
$(call download_binary)

test:
$(PACKAGE_EXE) version
1 change: 1 addition & 0 deletions vendor/minikube/RELEASE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0
1 change: 1 addition & 0 deletions vendor/minikube/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.7.2

0 comments on commit 75cca9b

Please sign in to comment.