From 60e31d87d12206f8af8d0c4fa012033081ad5d31 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Wed, 25 May 2022 12:33:34 +0200 Subject: 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 --- pkg/auth/auth.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'pkg/auth') 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} -- cgit v1.2.3-54-g00ecf