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.17.3
Published
Dec 4, 2024
Platform
js/wasm
Imports
10 packages
Last checked
10 minutes ago

Tools for package owners.