Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Release v0.1.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Mar 20:30
e76c756

44201ab MacOS Packaging - Add brew Formula for a Tap
c042dfc Add Choco packaging for windows
0265e67 Add deb and rpm packaging
c185ebc Add hint for Docker Hub registry name
fadec7b Add support for custom config mounting
714c034 Harden default creation for parallel invocation
364ef5a Support multiple concurrent builder deployments
b39e01b Fix containerd socket mount on retry
4993b42 Harden pod chooser for no running pods
9438b36 Fix ConfigMap glitches and doc registry caching
e8db8fc Fix panic on rootless build without push

Install Instructions

MacOS

If you haven't already added the tap, do so with

brew tap vmware-tanzu/buildkit-cli-for-kubectl https://github.com/vmware-tanzu/buildkit-cli-for-kubectl

Then you can install with

brew install kubectl-buildkit

Windows

Download the nupkg artifact below and in a PowerShell Admin terminal, run

choco install .\kubectl-buildkit.0.1.3.nupkg

Linux

Download the rpm or deb artifact below and use yum install ./kubectl-buildkit*.rpm or apt install ./kubectl-buildkit*.deb