• Clayton Coleman's avatar
    Remove dependency on docker daemon for core credential types · 7e398dc3
    Clayton Coleman authored
    We are removing dependencies on docker types where possible in the core
    libraries. credentialprovider is generic to Docker and uses a public API
    (the config file format) that must remain stable. Create an equivalent type
    and use a type cast (which would error if we ever change the type) in the
    dockershim. We already perform a transformation like this for CRI and so
    we aren't changing much.
    7e398dc3
Name
Last commit
Last update
..
aws Loading commit data...
azure Loading commit data...
gcp Loading commit data...
rancher Loading commit data...
secrets Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
config.go Loading commit data...
config_test.go Loading commit data...
doc.go Loading commit data...
keyring.go Loading commit data...
keyring_test.go Loading commit data...
plugins.go Loading commit data...
provider.go Loading commit data...
provider_test.go Loading commit data...