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

K3d: Add package #299

Merged
merged 25 commits into from
Dec 27, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/auto-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ vendor/htmltest: vendor/htmltest/**
vendor/hugo: vendor/hugo/**
vendor/json2hcl: vendor/json2hcl/**
vendor/jx: vendor/jx/**
vendor/k3d: vendor/k3d/**
vendor/k6: vendor/k6/**
vendor/k9s: vendor/k9s/**
vendor/katafygio: vendor/katafygio/**
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ htmltest 0.10.3 :white_check_mark: Test generated HTML for
hugo 0.61.0 The world’s fastest framework for building websites.
json2hcl 0.0.6 Convert JSON to HCL, and vice versa
jx 2.0.1067 Jenkins-X
k3d 1.3.4 Little helper to run Rancher Lab's k3s in Docker
k6 0.25.1 A modern load testing tool, using Go and JavaScript - https://k6.io
k9s 0.9.3 Kubernetes CLI To Manage Your Clusters In Style
katafygio 0.8.1 K8s continuous backup to git
Expand Down
1 change: 1 addition & 0 deletions docs/targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ htmltest 0.10.3 :white_check_mark: Test generated HTML for
hugo 0.61.0 The world’s fastest framework for building websites.
json2hcl 0.0.6 Convert JSON to HCL, and vice versa
jx 2.0.1067 Jenkins-X
k3d 1.3.4 Little helper to run Rancher Lab's k3s in Docker
k6 0.25.1 A modern load testing tool, using Go and JavaScript - https://k6.io
k9s 0.9.3 Kubernetes CLI To Manage Your Clusters In Style
katafygio 0.8.1 K8s continuous backup to git
Expand Down
1 change: 1 addition & 0 deletions vendor/k3d/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Little helper to run Rancher Lab's k3s in Docker
1 change: 1 addition & 0 deletions vendor/k3d/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MIT
26 changes: 26 additions & 0 deletions vendor/k3d/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## Typical Github binary release

## Package details
export VENDOR = rancher
export PACKAGE_NAME = k3d
export PACKAGE_REPO_NAME = k3d
export DOWNLOAD_URL = $(PACKAGE_REPO_URL)/releases/download/v$(PACKAGE_VERSION)/k3d-$(OS)-$(ARCH)

## APK build specific requirements
export APK_BUILD_TEMPLATE = APKBUILD.github-binary
## Uncomment only if you need additional libraries
#export APKBUILD_DEPENDS += libc6-compat musl

include ../../tasks/Makefile.package
include ../../tasks/Makefile.apk

install:
$(call download_binary)

test:
$(PACKAGE_EXE) --version

## This may be required for apk building and varies from package to package
## Custom post-package processing (Note the double colon to append to current inherited package/prepare task)
# package/prepare::
# mv src/k3d-$(OS)-$(ARCH) src/k3d
1 change: 1 addition & 0 deletions vendor/k3d/RELEASE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1
1 change: 1 addition & 0 deletions vendor/k3d/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.3.4