docker

package
v0.6.20 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2025 License: AGPL-3.0 Imports: 27 Imported by: 0

Documentation

Overview

Package docker provides the v2 of Kmdo's docker pipe.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Base

type Base struct{}

Base v2 docker pipe.

func (Base) Default

func (Base) Default(ctx *context.Context) error

Default implements defaults.Defaulter.

func (Base) Dependencies

func (Base) Dependencies(*context.Context) []string

Dependencies implements healthcheck.Healthchecker.

func (Base) Skip

func (Base) Skip(ctx *context.Context) bool

Skip implements Skipper.

func (Base) String

func (p Base) String() string

String implements pipeline.Piper.

type Publish

type Publish struct{ Base }

Publish is a pipe that only runs on non-snapshot builds.

func (Publish) Publish

func (p Publish) Publish(ctx *context.Context) error

Publish implements publish.Publisher.

type Snapshot

type Snapshot struct{ Base }

Snapshot is a pipe that only runs on snapshot builds.

func (Snapshot) Run

func (p Snapshot) Run(ctx *context.Context) error

Run implements pipeline.Piper.

func (Snapshot) Skip

func (p Snapshot) Skip(ctx *context.Context) bool

Skip implements Skipper.

Jump to

Keyboard shortcuts

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