Skip to content

anthr76/kubernetes-extras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 

Repository files navigation

home:anthr76:kubernetes

Offline reproducible rpm builds for various Linux Distros.

This serves as an GitHub issue tracker and discussion point for the Kubernetes OBS repo. OBS and Git integration is tough but this repo can serve for requests of packages and issues for users not willing to interface with the OpenBuildService. In the future I would like to integrate automations to bump package versions, and etc while doing most of the logic on OBS but using some type of CI on GitHub. If you have any ideas on how to make that happen feel free to get in touch! Also don't hesitate to contribute.

The state of Dev-Ops CLI based application availability on Linux is rough to say the least. It's for good reason though. Building GoLang is tough. Perhaps in the future a majority if not all of all the Go apps won't have to be bundled but for now they are.

Current packages

TO-DO

Usage 1

OBS Page

Fedora

Fedora 33

# dnf config-manager --add-repo https://download.opensuse.org/repositories/home:anthr76:kubernetes/Fedora_33/home:anthr76:kubernetes.repo
# dnf install <package>

Ubuntu

Ubuntu 20.04/Pop_OS 20.04

$ echo 'deb http://download.opensuse.org/repositories/home:/anthr76:/kubernetes/Ubuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:anthr76:kubernetes.list
$ curl -fsSL https://download.opensuse.org/repositories/home:anthr76:kubernetes/Ubuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_anthr76_kubernetes.gpg > /dev/null
# apt update
# apt install <package>

Ubuntu 20.10/Pop_OS 20.10

$ echo 'deb http://download.opensuse.org/repositories/home:/anthr76:/kubernetes/Ubuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:anthr76:kubernetes.list
$ curl -fsSL https://download.opensuse.org/repositories/home:anthr76:kubernetes/Ubuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_anthr76_kubernetes.gpg > /dev/null
# apt update
# apt install <package>

More exotic distros can be found here substitute flux for another package.

Releases

No releases published

Packages

No packages published