Files
kubescape/build
Rahul Surwade 576c281150 Added alpine tag
Adding alpine tag instead of latest and removing repeating commands
2022-08-31 17:16:31 -04:00
..
2022-08-31 17:16:31 -04:00
2022-08-22 18:22:28 +03:00

Docker Build

Build your own Docker image

  1. Clone Project
git clone https://github.com/kubescape/kubescape.git kubescape && cd "$_"
  1. Build
docker build -t kubescape -f build/Dockerfile .