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.23.2
- Published
- Jul 1, 2025
- Platform
- linux/amd64
- Last checked
- 43 minutes ago –
Tools for package owners.