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

type TLSKeyPair struct {
	Key         string `toml:"key"`
	Certificate string `toml:"cert"`
}

Source Files

config.go

Version
v0.21.0 (latest)
Published
Apr 11, 2025
Platform
linux/amd64
Last checked
2 days ago

Tools for package owners.