Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 420 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 420 Bytes

Docker Build

Build your own Docker image

  1. Clone Project
git clone https://github.com/kubescape/kubescape.git kubescape && cd "$_"
  1. Build kubescape CLI Docker image
make all
docker buildx build -t kubescape-cli -f build/kubescape-cli.Dockerfile --build-arg="ks_binary=kubescape" --load .
  1. Build kubescape Docker image
docker buildx build -t kubescape -f build/Dockerfile --load .