buildkit/cmd/buildkitd/config
ktock 0872ddf6aa Delay decoding stargz config for avoiding extra dependency for config pkg
`cmd/buildkitd/config` pkg is imported and used by other packages including
moby/moby.

Though stargz snapshotter configuration is currently effective only with
buildkitd + OCI worker, `cmd/buildkitd/config` consumer needs to introduce an
indirect dependency to stargz snapshotter's config pkg
(`github.com/containerd/stargz-snapshotter/stargz/config`), which is too much.

This commit solves this by delaying decoding the stargz config until OCI
worker's initialization phase.

Signed-off-by: ktock <ktokunaga.mail@gmail.com>
2020-10-29 23:44:43 +09:00
..
config.go Delay decoding stargz config for avoiding extra dependency for config pkg 2020-10-29 23:44:43 +09:00
gcpolicy.go buildkitd: add more gc config options 2019-01-22 17:34:40 -08:00
gcpolicy_unix.go buildkitd: add more gc config options 2019-01-22 17:34:40 -08:00
gcpolicy_windows.go buildkitd: add more gc config options 2019-01-22 17:34:40 -08:00