Browse Source

disable docker content trust cause it's super annoying

Fabian Peter Hammerle 5 years ago
parent
commit
f09f996796
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rc.xsh

+ 1 - 1
rc.xsh

@@ -87,7 +87,7 @@ if shutil.which('gpgconf'):
 # 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
+# $DOCKER_CONTENT_TRUST = 1
 $PASSWORD_STORE_UMASK = '027'
 $PASSWORD_STORE_CHARACTER_SET_NO_SYMBOLS = '1-9a-km-zA-HJKLMNPR-Z'
 $PASSWORD_STORE_CHARACTER_SET = $PASSWORD_STORE_CHARACTER_SET_NO_SYMBOLS + r'*+!&#@%.\-_'