package retryhandler

import "github.com/moby/buildkit/util/resolver/retryhandler"

Index

Variables

var MaxRetryBackoff = 8 * time.Second

MaxRetryBackoff is the maximum backoff time before giving up. This is a variable so that code which embeds BuildKit can override the default value.

Functions

func New

func New(f images.HandlerFunc, logger func([]byte)) images.HandlerFunc

Source Files

retry.go

Version
v0.19.0-rc3
Published
Jan 17, 2025
Platform
darwin/amd64
Imports
10 packages
Last checked
4 hours ago

Tools for package owners.