package storeutil

import "github.com/docker/buildx/store/storeutil"

Index

Functions

func GetCurrentInstance

func GetCurrentInstance(txn *store.Txn, dockerCli command.Cli) (*store.NodeGroup, error)

GetCurrentInstance finds the current builder instance

func GetImageConfig

func GetImageConfig(dockerCli command.Cli, ng *store.NodeGroup) (opt imagetools.Opt, err error)

func GetNodeGroup

func GetNodeGroup(txn *store.Txn, dockerCli command.Cli, name string) (*store.NodeGroup, error)

GetNodeGroup returns nodegroup based on the name

func GetProxyConfig

func GetProxyConfig(dockerCli command.Cli) map[string]string

func GetStore

func GetStore(dockerCli command.Cli) (*store.Txn, func(), error)

GetStore returns current builder instance store

Source Files

storeutil.go

Version
v0.22.0 (latest)
Published
Mar 17, 2025
Platform
js/wasm
Imports
11 packages
Last checked
4 weeks ago

Tools for package owners.