Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( SocketConnectTimeout = 2 * time.Minute SocketConnectRetryDelay = 5 * time.Second )
Functions ¶
This section is empty.
Types ¶
type BuildSolver ¶
type BuildSolver struct { AuthProviderFunc func() []session.Attachable LogF LogFunc // contains filtered or unexported fields }
func NewBuildSolver ¶
func NewBuildSolver(addr string, s3cf models.CacheFetcher, dl datalayer.DataLayer) (*BuildSolver, error)
func (*BuildSolver) VerifyAddr ¶
func (bks *BuildSolver) VerifyAddr() error
verifyAddr ensures that the buildkit socket is connectable, returning an error if timeout is reached and the socket is still unavailable
type FakeBuilder ¶
Click to show internal directories.
Click to hide internal directories.