buildkit/session/secrets/secretsprovider
Sebastiaan van Stijn f0e241905e
secretsprovider.NewStore() simplify env handling
The `doesEnvExist()` utility was copied from the classic builder,
and was developed when `os.LookupEnv()` did not yet exist.

Now that it's available, replace our custom implementation in
favor of Golang's function.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-08-14 17:27:41 +02:00
..
secretsprovider.go upgrade errors checks to Is() 2020-04-18 22:53:38 -07:00
store.go secretsprovider.NewStore() simplify env handling 2020-08-14 17:27:41 +02:00