mirror of
https://github.com/projectatomic/atomic.git
synced 2026-02-05 09:44:59 +01:00
We use YAML format in atomic.conf file, so it should be KEY: VALUE not KEY=VALUE. Signed-off-by: Alex Jia <ajia@redhat.com> Closes: #1004 Approved by: baude
27 lines
617 B
Plaintext
27 lines
617 B
Plaintext
# Atomic CLI configuration file
|
|
|
|
default_scanner:
|
|
default_docker: docker
|
|
registry_confdir: /etc/containers/registries.d/
|
|
discover_sigstores: true
|
|
sigstore_metadata_image: sigstore
|
|
|
|
|
|
# Default storage backend [ostree, docker]
|
|
# default_storage: docker
|
|
# ostree_repository: /ostree/repo
|
|
# checkout_path: /var/lib/containers/atomic
|
|
#
|
|
|
|
# Default identity for signing images
|
|
# default_signer:
|
|
# Absolute path to GPG keyring. Value set as environment variable GNUPGHOME
|
|
#gnupg_homedir: /home/USER/.gnupg
|
|
#
|
|
# To always use a proxy with atomic, you can uncomment and fill out
|
|
# below.
|
|
#
|
|
#http_proxy:
|
|
#https_proxy:
|
|
#no_proxy:
|