wolfictl_image_apk.md
January 25, 2025 ยท View on GitHub
wolfictl image apk
Show APK(s) in a container image
Usage
wolfictl image apk <image> [flags]
Synopsis
Show APK(s) in a container image
Examples
Show all APKs in an image
wolfictl image apk cgr.dev/chainguard/bash
Show all APKs in an image that own a component (based on a Syft analysis)
wolfictl image apk cgr.dev/chainguard/cosign -c 'github.com/aws/aws-sdk-go'
Show all APKs in an image that own a component, and show the path to the
Melange configuration file for each APK, within the given directory
wolfictl image apk cgr.dev/chainguard/prometheus-operator -c 'github.com/aws/aws-sdk-go' -d ~/code/wolfi-os
Options
-c, --component string show only APKs containing the given component
-d, --distro-dir strings path to a directory containing Melange build configuration files
-h, --help help for apk
Options inherited from parent commands
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
SEE ALSO
- wolfictl image - (Experimental) Commands for working with container images that use Wolfi