mirror of
https://github.com/kubescape/kubescape.git
synced 2026-04-15 06:58:11 +00:00
Bumps [github.com/containerd/containerd/v2](https://github.com/containerd/containerd) from 2.0.5 to 2.0.7. - [Release notes](https://github.com/containerd/containerd/releases) - [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md) - [Commits](https://github.com/containerd/containerd/compare/v2.0.5...v2.0.7) --- updated-dependencies: - dependency-name: github.com/containerd/containerd/v2 dependency-version: 2.0.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Docker Build
Build your own Docker image
- Clone Project
git clone https://github.com/kubescape/kubescape.git kubescape && cd "$_"
- Build kubescape CLI Docker image
make all
docker buildx build -t kubescape-cli -f build/kubescape-cli.Dockerfile --build-arg="ks_binary=kubescape" --load .
- Build kubescape Docker image
docker buildx build -t kubescape -f build/Dockerfile --load .