service

package
v1.3.1-Beta3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 9, 2024 License: LGPL-3.0 Imports: 12 Imported by: 0

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 Builder

type Builder func(cfg *config.Config) Service

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 Cardinal

func Cardinal(cfg *config.Config) Service

func CelestiaDevNet

func CelestiaDevNet(cfg *config.Config) Service

func EVM

func EVM(cfg *config.Config) Service

func Nakama

func Nakama(cfg *config.Config) Service

func NakamaDB

func NakamaDB(cfg *config.Config) Service

func Redis

func Redis(cfg *config.Config) Service

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL