mirror of
https://github.com/containers/skopeo.git
synced 2025-06-28 15:47:34 +00:00
add todo authconfigs fallthrough
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
a09019661e
commit
b77535feee
@ -197,6 +197,11 @@ func getAuthConfig(c *cli.Context, index *registryTypes.IndexInfo) (engineTypes.
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
//
|
||||||
|
// FINAL TODO(runcom): avoid returning empty config! just fallthrough and return
|
||||||
|
// the first useful authconfig
|
||||||
|
//
|
||||||
|
|
||||||
// TODO(runcom): ??? atomic needs this
|
// TODO(runcom): ??? atomic needs this
|
||||||
// TODO(runcom): implement this to opt-in for docker-cfg, no need to make this
|
// TODO(runcom): implement this to opt-in for docker-cfg, no need to make this
|
||||||
// work by default with docker's conf
|
// work by default with docker's conf
|
||||||
|
Loading…
Reference in New Issue
Block a user