alexellis / tc-tap-redirect-builder

Binary builds of tc-tap-redirect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tc-tap-redirect-builder

build Downloads

This project is a builder to provide binary releases for tc-tap-redirect from AWS Labs

The goal of this project is to become obsolete and to get merged upstream.

Comment on this issue, if you'd like to see that happen: Release binaries #6

Want to download a binary? Head over to the releases page for Intel AMD and ARM64: View releases

Since the upstream project has no tags, the release names use a date / time format i.e. : 2022-04-01-1328

Installation

mkdir -p /opt/cni/bin

export RELEASE=2022-04-01-1337

# For ARM64
export ARCH="-arm64"

# For AMD64
export ARCH=""

curl -SLs https://github.com/alexellis/tc-tap-redirect-builder/releases/download/$RELEASE/tc-redirect-tap$ARCH \
  -o  /opt/cni/bin/tc-redirect-tap

License

Copyright 2022 Alex Ellis, OpenFaaS Ltd

License MIT

About

Binary builds of tc-tap-redirect