summaryrefslogtreecommitdiff
path: root/test/testdata
AgeCommit message (Collapse)Author
2022-01-27feat: Automatic inferring of registry from image prefix (#369)jannfis
* feat: Infer registry from prefix Signed-off-by: jannfis <jann@mistrust.net> * Add missing registry testdata Signed-off-by: jannfis <jann@mistrust.net> * Correctly handle default registries Signed-off-by: jannfis <jann@mistrust.net>
2020-11-23feat: Support for getting pull creds from external scripts (#121)jannfis
* feat: Support for getting pull creds from external scripts * spelling * be more verbose on error
2020-09-26fix: Correctly parse & use pull secret entries without protocol (#99)jannfis
* fix: Correctly parse & use pull secret entries without protocol * Update spellchecker for noproto * Add new dockerconfigjson test file
2020-08-04Initial commitjannfis