Explorar o código

disable docker content trust cause it's super annoying

Fabian Peter Hammerle %!s(int64=6) %!d(string=hai) anos
pai
achega
f09f996796
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'*+!&#@%.\-_'