Skip to content

MaurizioCasciano/alpine-pkg-kafkacat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

alpine-pkg-kafkacat

CircleCI

This is Kafkacat as an Alpine Linux package.

Releases

See the releases page for the latest download links.

Installing

The current installation method for these packages is to pull them in using wget or curl and install the local file with apk:

apk --no-cache add ca-certificates wget
wget --quiet --output-document=/etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub
wget https://github.com/sgerrand/alpine-pkg-kafkacat/releases/download/1.6.0-r0/kafkacat-1.6.0-r0.apk
apk add --no-cache kafkacat-1.6.0-r0.apk

About

Kafkacat packaged for Alpine Linux

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%