kaniko on AUR (Arch User Repository)

Last updated: June 26,2024

1. Install "kaniko" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install kaniko on Arch using YAY

$ yay -S kaniko

* (Optional) Uninstall kaniko on Arch using YAY

$ yay -Rns kaniko

2. Manually Install "kaniko" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone kaniko's git locally

$ git clone https://aur.archlinux.org/kaniko.git ~/kaniko

c. Go to ~/kaniko folder and install it

$ cd ~/kaniko $ makepkg -si

3. Information about the kaniko package on Arch User Repository (AUR)

ID: 1391690
Name: kaniko
PackageBaseID: 131685
PackageBase: kaniko
Version: 1.20.0-1
Description: Build Container Images In Kubernetes
URL: https://github.com/GoogleContainerTools/kaniko
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: KingCrunch
Submitter: frealgagu
FirstSubmitted: 1524092590
LastModified: 1706088967
URLPath: /cgit/aur.git/snapshot/kaniko.tar.gz