Docker content trust can be automatically enabled by setting the following env vars: DOCKER_CONTENT_TRUST, DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE, DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE.
Settings these variables triggers the creation of signing keys but they need to persisted for reuse. This should be implemented in the plugin.
Docker content trust can be automatically enabled by setting the following env vars:
DOCKER_CONTENT_TRUST
,DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE
,DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE
.Settings these variables triggers the creation of signing keys but they need to persisted for reuse. This should be implemented in the plugin.