diff options
author | Valentin Rothberg <vrothberg@redhat.com> | 2022-05-25 12:33:34 +0200 |
---|---|---|
committer | Valentin Rothberg <vrothberg@redhat.com> | 2022-05-25 12:33:34 +0200 |
commit | 60e31d87d12206f8af8d0c4fa012033081ad5d31 (patch) | |
tree | 070a04881cac83e442b2c645f3c772639e54acef /pkg | |
parent | 09ae060a7350f8f36dac41d27bb57a63ba52b638 (diff) | |
download | podman-60e31d87d12206f8af8d0c4fa012033081ad5d31.tar.gz podman-60e31d87d12206f8af8d0c4fa012033081ad5d31.tar.bz2 podman-60e31d87d12206f8af8d0c4fa012033081ad5d31.zip |
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>
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/auth/auth.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/auth/auth.go b/pkg/auth/auth.go index 419225007..3a78436d7 100644 --- a/pkg/auth/auth.go +++ b/pkg/auth/auth.go @@ -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} |