Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExcludableContainers ¶
func ExcludableContainers() []string
Types ¶
type RetryClient ¶
RetryClient wraps a Docker client to add retry logic for image pulls
func (*RetryClient) ImageInspect ¶
func (cli *RetryClient) ImageInspect(ctx context.Context, refStr string, options ...client.ImageInspectOption) (image.InspectResponse, error)
Also retry ImageInspect: https://github.com/docker/compose/blob/main/pkg/compose/pull.go#L174
func (*RetryClient) ImagePull ¶
func (cli *RetryClient) ImagePull(ctx context.Context, refStr string, options image.PullOptions) (io.ReadCloser, error)
ImagePull wraps the Docker client's ImagePull with retry logic and registry auth
Click to show internal directories.
Click to hide internal directories.