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.27.0-rc1
- Published
- Jan 14, 2026
- Platform
- darwin/amd64
- Last checked
- 18 minutes ago –
Tools for package owners.