table of contents
| WOLFICTL-IMAGE-APK(1) | WOLFICTL-IMAGE-APK(1) |
NAME¶
wolfictl-image-apk - Show APK(s) in a container image
SYNOPSIS¶
wolfictl image apk <image> [flags]
DESCRIPTION¶
Show APK(s) in a container image
OPTIONS¶
-c, --component=""
show only APKs containing the given component
-d, --distro-dir=[]
path to a directory containing Melange build configuration files
-h, --help[=false]
help for apk
OPTIONS INHERITED FROM PARENT COMMANDS¶
--log-level="WARN"
log level (e.g. debug, info, warn, error)
EXAMPLE¶
# 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
SEE ALSO¶
| Auto generated by spf13/cobra |