Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // BuildkitSupport is a flag to check if buildkit is supported BuildkitSupport bool )
Functions ¶
This section is empty.
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 }
Service is a configuration for a docker container It contains the name of the container and a function to get the container and host config
func CelestiaDevNet ¶
Click to show internal directories.
Click to hide internal directories.