DefaultContextStoreConfig returns a new store.Config with the default set of endpoints configured.
()
| 613 | |
| 614 | // DefaultContextStoreConfig returns a new store.Config with the default set of endpoints configured. |
| 615 | func DefaultContextStoreConfig() store.Config { |
| 616 | return store.NewConfig( |
| 617 | func() any { return &DockerContext{} }, |
| 618 | defaultStoreEndpoints..., |
| 619 | ) |
| 620 | } |
no outgoing calls
searching dependent graphs…