mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-11 13:33:42 +00:00
Prior to notary 0.6.0, notary expected a terminal and only accepted username/password interactively. With notary 0.6.0 this can now be passed as en environment variable 'NOTARY_AUTH' in the form of a base64 encoded 'username:password'. This commit removes the ugly 'expect' hack in favour of the much cleaner use of an environment variable. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>