package config
import "github.com/moby/buildkit/util/resolver/config"
Index ¶
Types ¶
type RegistryConfig ¶
type RegistryConfig struct { Mirrors []string `toml:"mirrors"` PlainHTTP *bool `toml:"http"` Insecure *bool `toml:"insecure"` RootCAs []string `toml:"ca"` KeyPairs []TLSKeyPair `toml:"keypair"` TLSConfigDir []string `toml:"tlsconfigdir"` }
type TLSKeyPair ¶
Source Files ¶
- Version
- v0.20.0-rc3
- Published
- Feb 18, 2025
- Platform
- js/wasm
- Last checked
- 2 seconds ago –
Tools for package owners.