Documentation ¶
Index ¶
- Constants
- type Build
- func (b Build) All(ctx context.Context) error
- func (b Build) Beskar(ctx context.Context) error
- func (b Build) Beskarctl(ctx context.Context) error
- func (b Build) Plugin(ctx context.Context, name string) error
- func (b Build) Plugins(ctx context.Context)
- func (b Build) Proto(ctx context.Context) error
- type CI
- type Gomod
- type Lint
- type Test
Constants ¶
View Source
const ( BeskarBinary = "beskar" BeskarctlBinary = "beskarctl" BeskarYUMBinary = "beskar-yum" BeskarStaticBinary = "beskar-static" BeskarOSTreeBinary = "beskar-ostree" BeskarMirrorBinary = "beskar-mirror" )
View Source
const ( GoImage = "golang:1.21.5-alpine3.19" GolangCILintImage = "golangci/golangci-lint:v1.54.2-alpine" HelmImage = "alpine/helm:3.12.2" ProtolintImage = "yoheimuta/protolint:0.45.0" BaseImage = "alpine:3.19" ProtocVersion = "v23.4" ProtocFileFormat = "protoc-23.4-linux-%s.zip" ProtocGenGoVersion = "v1.31.0" ProtocGenGoGrpcVersion = "v1.1.0" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.