2016-02-25 17:07:24 -06:00
|
|
|
# Atomic CLI configuration file
|
|
|
|
|
|
2016-05-12 15:20:54 -05:00
|
|
|
default_scanner:
|
2016-04-13 08:42:15 -04:00
|
|
|
default_docker: docker
|
2016-09-09 09:52:06 -05:00
|
|
|
registry_confdir: /etc/containers/registries.d/
|
2016-09-08 17:12:27 -04:00
|
|
|
discover_sigstores: true
|
|
|
|
|
sigstore_metadata_image: sigstore
|
2016-02-25 17:07:24 -06:00
|
|
|
|
2016-09-09 09:52:06 -05:00
|
|
|
|
|
|
|
|
# Default storage backend [ostree, docker]
|
2016-09-20 07:53:08 -05:00
|
|
|
# default_storage: docker
|
2016-04-11 12:27:53 +02:00
|
|
|
# ostree_repository: /ostree/repo
|
2016-04-11 12:30:10 +02:00
|
|
|
# checkout_path: /var/lib/containers/atomic
|
2016-09-09 09:52:06 -05:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
# Default identity for signing images
|
|
|
|
|
# default_signer:
|
2016-09-21 10:26:38 -04:00
|
|
|
# Absolute path to GPG keyring. Value set as environment variable GNUPGHOME
|
|
|
|
|
#gnupg_homedir: /home/USER/.gnupg
|
2017-04-03 13:50:40 -05:00
|
|
|
#
|
|
|
|
|
# To always use a proxy with atomic, you can uncomment and fill out
|
|
|
|
|
# below.
|
|
|
|
|
#
|
2017-05-17 11:37:13 +08:00
|
|
|
#http_proxy:
|
|
|
|
|
#https_proxy:
|
|
|
|
|
#no_proxy:
|