diff --git a/.github/auto-label.yml b/.github/auto-label.yml index 0db84a3825..9fdb8d8aa2 100644 --- a/.github/auto-label.yml +++ b/.github/auto-label.yml @@ -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/** diff --git a/README.md b/README.md index 6242d68987..f810eb1a0a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/targets.md b/docs/targets.md index bce6571872..6ca8f983b2 100644 --- a/docs/targets.md +++ b/docs/targets.md @@ -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 diff --git a/vendor/k3d/DESCRIPTION b/vendor/k3d/DESCRIPTION new file mode 100644 index 0000000000..0e925deae9 --- /dev/null +++ b/vendor/k3d/DESCRIPTION @@ -0,0 +1 @@ +Little helper to run Rancher Lab's k3s in Docker \ No newline at end of file diff --git a/vendor/k3d/LICENSE b/vendor/k3d/LICENSE new file mode 100644 index 0000000000..a22a2da24d --- /dev/null +++ b/vendor/k3d/LICENSE @@ -0,0 +1 @@ +MIT diff --git a/vendor/k3d/Makefile b/vendor/k3d/Makefile new file mode 100644 index 0000000000..e8a1b5342f --- /dev/null +++ b/vendor/k3d/Makefile @@ -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 diff --git a/vendor/k3d/RELEASE b/vendor/k3d/RELEASE new file mode 100644 index 0000000000..d00491fd7e --- /dev/null +++ b/vendor/k3d/RELEASE @@ -0,0 +1 @@ +1 diff --git a/vendor/k3d/VERSION b/vendor/k3d/VERSION new file mode 100644 index 0000000000..d0149fef74 --- /dev/null +++ b/vendor/k3d/VERSION @@ -0,0 +1 @@ +1.3.4