Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.14 KB

File metadata and controls

46 lines (28 loc) · 1.14 KB

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