You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ This repository contains a _collection_ of Features.
13
13
| crane |https://github.com/google/go-containerregistry/blob/main/cmd/crane/README.md| crane is a tool for interacting with remote images and registries.|
14
14
| skopeo |https://github.com/containers/skopeo| skopeo is a command line utility that performs various operations on container images and image repositories. It is install through package managers |
15
15
| kyverno |https://kyverno.io/docs/introduction/| Kyverno (Greek for “govern”) is a policy engine designed specifically for Kubernetes. |
16
+
| k3d |https://k3d.io/| K3d is a lightweight wrapper to run k3s (Rancher Lab's minimal Kubernetes distribution) in docker. |
16
17
| cyclonedx |https://cyclonedx.org/| cyclonedx is a command-line tool for working with Software Bill of Materials (SBOM). |
17
18
| Copacelic |https://project-copacetic.github.io/copacetic/website/| Project Copacetic: Directly patch container image vulnerabilities. Copa is a CLI tool written in Go and based on buildkit that can be used to directly patch container images given the vulnerability scanning results from popular tools like Trivy. |
18
19
| Gic |https://github.com/jsburckhardt/gic| Reducing cognitive load by automating commit message generation, allowing developers to focus on coding instead of crafting messages. |
@@ -246,6 +247,23 @@ Running `ruff` inside the built container will print the help menu of ruff.
246
247
ruff --version
247
248
```
248
249
250
+
251
+
### `k3d`
252
+
253
+
Running `k3d` inside the built container will print the help menu of k3d.
0 commit comments