LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

chainctl

manage Chainguard container images and resources

TLDR

Authenticate with Chainguard
$ chainctl auth login
copy
List available container images
$ chainctl images list
copy
List image tags
$ chainctl images tags list [image_name]
copy
Get image details
$ chainctl images describe [image_name]
copy
List organizations
$ chainctl iam organizations list
copy
Configure chainctl settings
$ chainctl config set [key] [value]
copy

SYNOPSIS

chainctl [--api url] [--config file] [-o format] [--log-level level] command [subcommand] [arguments...]

DESCRIPTION

chainctl (Chainguard Control) is the command-line interface for managing Chainguard resources, including security-hardened container images, identity management, and platform configurations.The CLI follows the context noun verb style of interaction, allowing users to discover available images, analyze security metadata, manage organizations, and control access to Chainguard resources.

PARAMETERS

--api url

Chainguard platform API URL (default: https://console-api.enforce.dev)
--config file
Path to chainctl config file (or set CHAINCTL_CONFIG)
-o, --output format
Output format: csv, json, table, tree, wide, markdown, yaml, or go-template
--log-level level
Log level: debug, info (default: ERROR)
--force-color
Force color output
Main commands:auth - Authentication commands (login, logout, token)images - Manage container images (list, describe, tags)iam - Identity and access managementpackages - Interact with Chainguard packagesconfig - Manage chainctl configuration

CONFIGURATION

CHAINCTL_CONFIG

Environment variable specifying an alternate configuration file location.

CAVEATS

Requires a Chainguard account for authentication. Some commands require appropriate IAM permissions within your organization.

HISTORY

chainctl was developed by Chainguard as part of their secure software supply chain platform. Chainguard focuses on providing minimal, hardened container images with reduced attack surfaces and continuous security updates.

SEE ALSO

docker(1), cosign(1)

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid