8bc8c7c028
This introduces a new document called `EncryptionPolicy` to configure this behavior. It currently only supports using symmetric encryption with `GPG`, but that should be available on all Ubuntu systems (which is what we currently support) and should also be fairly reliable. Change-Id: I06d4faa119b736773df0d8cbf0e7a23fd98edcdf Depends-On: https://review.openstack.org/#/c/602175/
19 lines
352 B
YAML
19 lines
352 B
YAML
---
|
|
schema: promenade/Docker/v1
|
|
metadata:
|
|
schema: metadata/Document/v1
|
|
name: docker
|
|
layeringDefinition:
|
|
abstract: false
|
|
layer: site
|
|
storagePolicy: cleartext
|
|
data:
|
|
config:
|
|
insecure-registries:
|
|
- registry:5000
|
|
live-restore: true
|
|
max-concurrent-downloads: 10
|
|
oom-score-adjust: -999
|
|
storage-driver: overlay2
|
|
...
|