Browse Source

$DOCKER_CONTENT_TRUST = 1

Fabian Peter Hammerle 5 years ago
parent
commit
64dea6f17d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      rc.xsh

+ 2 - 0
rc.xsh

@@ -69,6 +69,8 @@ if shutil.which('gpgconf'):
         $SSH_AUTH_SOCK = $(gpgconf --list-dir agent-ssh-socket).rstrip()
 # wrapper for termite required when launching termite from ranger:
 $TERMCMD = os.path.join(os.path.dirname(__file__), 'ranger-termite-termcmd')
+# https://docs.docker.com/engine/security/trust/content_trust/
+$DOCKER_CONTENT_TRUST = 1
 
 def dpkg_listfiles(pkg_name):
     assert isinstance(pkg_name, str)