imgsrc

package
v0.2.42 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 License: Apache-2.0 Imports: 70 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EagerlyEnsureRemoteBuilder added in v0.0.217

func EagerlyEnsureRemoteBuilder(ctx context.Context, apiClient *fly.Client, orgSlug string)

func NewDeploymentTag added in v0.0.302

func NewDeploymentTag(appName string, label string) string

NewDeploymentTag generates a Docker image reference including the current registry, the app name, and a timestamp: registry.fly.io/appname:deployment-$timestamp

func NewLocalDockerClient added in v0.0.286

func NewLocalDockerClient() (*dockerclient.Client, error)

func ResolveDockerfile added in v0.0.500

func ResolveDockerfile(cwd string) string

ResolveDockerfile - Resolve the location of the dockerfile, allowing for upper and lowercase naming

Types

type ArchiveInfo added in v0.0.436

type ArchiveInfo struct {
	SizeInBytes int
	Content     []byte
}

func CreateArchive added in v0.0.436

func CreateArchive(dockerfile, workingDir, ignoreFile string, compressed bool) (*ArchiveInfo, error)

type DeploymentImage

type DeploymentImage struct {
	ID     string
	Tag    string
	Size   int64
	Labels map[string]string
}

func (DeploymentImage) ToSpanAttributes added in v0.1.135

func (di DeploymentImage) ToSpanAttributes() []attribute.KeyValue

type DockerDaemonType

type DockerDaemonType int
const (
	DockerDaemonTypeLocal DockerDaemonType = 1 << iota
	DockerDaemonTypeRemote
	DockerDaemonTypeNone
	DockerDaemonTypePrefersLocal
	DockerDaemonTypeNixpacks
)

func NewDockerDaemonType

func NewDockerDaemonType(allowLocal, allowRemote, prefersLocal, useNixpacks bool) DockerDaemonType

func (DockerDaemonType) AllowLocal

func (t DockerDaemonType) AllowLocal() bool

func (DockerDaemonType) AllowNone

func (t DockerDaemonType) AllowNone() bool

func (DockerDaemonType) AllowRemote

func (t DockerDaemonType) AllowRemote() bool

func (DockerDaemonType) IsAvailable

func (t DockerDaemonType) IsAvailable() bool

func (DockerDaemonType) IsNone

func (t DockerDaemonType) IsNone() bool

func (DockerDaemonType) PrefersLocal added in v0.0.354

func (t DockerDaemonType) PrefersLocal() bool

func (DockerDaemonType) String added in v0.1.135

func (t DockerDaemonType) String() string

func (DockerDaemonType) UseNixpacks added in v0.0.361

func (t DockerDaemonType) UseNixpacks() bool

type ImageOptions

type ImageOptions struct {
	AppName              string
	WorkingDir           string
	DockerfilePath       string
	IgnorefilePath       string
	ImageRef             string
	BuildArgs            map[string]string
	ExtraBuildArgs       map[string]string
	BuildSecrets         map[string]string
	ImageLabel           string
	Publish              bool
	Tag                  string
	Target               string
	NoCache              bool
	BuiltIn              string
	BuiltInSettings      map[string]interface{}
	Builder              string
	Buildpacks           []string
	Label                map[string]string
	BuildpacksDockerHost string
	BuildpacksVolumes    []string
	UseOverlaybd         bool
}

func (ImageOptions) ToSpanAttributes added in v0.1.135

func (io ImageOptions) ToSpanAttributes() []attribute.KeyValue

type RefOptions added in v0.0.198

type RefOptions struct {
	AppName    string
	WorkingDir string
	ImageRef   string
	ImageLabel string
	Publish    bool
	Tag        string
}

func (RefOptions) ToSpanAttributes added in v0.1.135

func (ro RefOptions) ToSpanAttributes() []attribute.KeyValue

type RegistryUnauthorizedError

type RegistryUnauthorizedError struct {
	Tag string
}

func (*RegistryUnauthorizedError) Error

func (err *RegistryUnauthorizedError) Error() string

type Resolver

type Resolver struct {
	// contains filtered or unexported fields
}

func NewResolver

func NewResolver(daemonType DockerDaemonType, apiClient *fly.Client, appName string, iostreams *iostreams.IOStreams, connectOverWireguard bool) *Resolver

func (*Resolver) BuildImage added in v0.0.198

func (r *Resolver) BuildImage(ctx context.Context, streams *iostreams.IOStreams, opts ImageOptions) (img *DeploymentImage, err error)

BuildImage converts source code to an image using a Dockerfile, buildpacks, or builtins.

func (*Resolver) ResolveReference added in v0.0.198

func (r *Resolver) ResolveReference(ctx context.Context, streams *iostreams.IOStreams, opts RefOptions) (img *DeploymentImage, err error)

ResolveReference returns an Image give an reference using either the local docker daemon or remote registry

func (*Resolver) StartHeartbeat added in v0.0.409

func (r *Resolver) StartHeartbeat(ctx context.Context) (*StopSignal, error)

For remote builders send a periodic heartbeat during build to ensure machine stays alive This is a noop for local builders

type StopSignal added in v0.0.500

type StopSignal struct {
	Chan chan struct{}
	// contains filtered or unexported fields
}

func (*StopSignal) Stop added in v0.0.500

func (s *StopSignal) Stop()

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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