Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:45:46 +08:00
commit 791b1a4c69
6 changed files with 981 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "container-image",
"description": "Container image inspection and analysis using skopeo and podman",
"version": "0.0.1",
"author": {
"name": "github.com/openshift-eng"
},
"commands": [
"./commands"
]
}