diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-05-25 10:42:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-25 10:42:23 -0400 |
commit | dbd4ee04b8dca865e6001d94565755fae60089c9 (patch) | |
tree | 9ba65731274883cc61f87adf7128580f87139e3f /pkg/auth | |
parent | af01cd06dd2b8da743c5a52cb43b53fcfaef648f (diff) | |
parent | c3677f5151df0437a385a8e0d195b462a7c2c792 (diff) | |
download | podman-dbd4ee04b8dca865e6001d94565755fae60089c9.tar.gz podman-dbd4ee04b8dca865e6001d94565755fae60089c9.tar.bz2 podman-dbd4ee04b8dca865e6001d94565755fae60089c9.zip |
Merge pull request #14358 from vrothberg/todo-part-2
Todo part 2
Diffstat (limited to 'pkg/auth')
-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} |