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.13.0-beta1
- Published
- Sep 29, 2023
- Platform
- js/wasm
- Last checked
- 7 minutes ago –
Tools for package owners.