mirror of
https://github.com/containers/podman.git
synced 2025-06-24 03:08:13 +08:00
pkg/auth: drop the TODO
It is not a TODO item and if, it should be added to c/image. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
@ -245,8 +245,6 @@ func authConfigsToAuthFile(authConfigs map[string]types.DockerAuthConfig) (strin
|
||||
}
|
||||
authFilePath := tmpFile.Name()
|
||||
|
||||
// TODO: It would be nice if c/image could dump the map at once.
|
||||
//
|
||||
// Now use the c/image packages to store the credentials. It's battle
|
||||
// tested, and we make sure to use the same code as the image backend.
|
||||
sys := types.SystemContext{AuthFilePath: authFilePath}
|
||||
|
Reference in New Issue
Block a user