package storeutil
import "github.com/docker/buildx/store/storeutil"
Index ¶
- func GetCurrentInstance(txn *store.Txn, dockerCli command.Cli) (*store.NodeGroup, error)
- func GetImageConfig(dockerCli command.Cli, ng *store.NodeGroup) (opt imagetools.Opt, err error)
- func GetNodeGroup(txn *store.Txn, dockerCli command.Cli, name string) (*store.NodeGroup, error)
- func GetProxyConfig(dockerCli command.Cli) map[string]string
- func GetStore(dockerCli command.Cli) (*store.Txn, func(), error)
Functions ¶
func GetCurrentInstance ¶
GetCurrentInstance finds the current builder instance
func GetImageConfig ¶
func GetNodeGroup ¶
GetNodeGroup returns nodegroup based on the name
func GetProxyConfig ¶
func GetStore ¶
GetStore returns current builder instance store
Source Files ¶
- Version
- v0.22.0 (latest)
- Published
- Mar 17, 2025
- Platform
- js/wasm
- Imports
- 11 packages
- Last checked
- 4 weeks ago –
Tools for package owners.