• 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
keyring_test.go 15.2 KB