Skip to content

projectcalico/bpftool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Calico bpftool

Base image including a statically compiled bpftool for other calico projects to use.

Building the image

To build the multi-arch image:

Make sure you have configured docker for multi-arch builds: enable the containerd image store. Then:

make image

To build a single-arch image for your system:

make image-single-platform

To build for specific platforms, use the DOCKER_PLATFORMS variable:

make image DOCKER_PLATFORMS=linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x

To build/push the image:

make push

About

Scripts for building bpftool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published