Documentation
¶
Index ¶
- Variables
- func SetBuildkitSupport(buildkitSupport bool)
- type Builder
- type Service
- func Cardinal(cfg *config.Config) Service
- func CelestiaDevNet(cfg *config.Config) Service
- func EVM(cfg *config.Config) Service
- func Jaeger(cfg *config.Config) Service
- func Nakama(cfg *config.Config) Service
- func NakamaDB(cfg *config.Config) Service
- func Prometheus(cfg *config.Config) Service
- func Redis(cfg *config.Config) Service
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // BuildkitSupport is a flag to check if buildkit is supported. BuildkitSupport bool )
Functions ¶
func SetBuildkitSupport ¶ added in v1.8.0
func SetBuildkitSupport(buildkitSupport bool)
Types ¶
type Service ¶
type Service struct {
Name string
container.Config
container.HostConfig
network.NetworkingConfig
ocispec.Platform
// Dependencies are other services that need to be pull before this service
Dependencies []Service
// Dockerfile is the content of the Dockerfile
Dockerfile string
// BuildTarget is the target build of the Dockerfile e.g. builder or runtime
BuildTarget string
}
It contains the name of the container and a function to get the container and host config.
func CelestiaDevNet ¶
func Prometheus ¶
Click to show internal directories.
Click to hide internal directories.