Skip to main content

Crate tuggy

Crate tuggy 

Source
Expand description

tuggy provides predicates for building multiplatform Docker images.

Structs§

Annotations
Annotations models Docker image metadata.
Inspection
Inspection models docker buildx imagetools inspect… reports.
Manifest
Manifest models Docker images.
Mn
Mn models buildx images.
Platform
Platform models Docker platforms.
Tuggy
Tuggy conducts Docker buildx image operations.

Enums§

TuggyError
TuggyError models bad computer states.

Statics§

BUILDER_NAME
BUILDER_NAME identifies the tuggy buildx builder.
BUILDX_AVAILABLE_PLATFORMS_PATTERN
BUILDX_AVAILABLE_PLATFORMS_PATTERN parses a platform list string from docker buildx inspect output.
CONFIGURATION_FILENAME
CONFIGURATION_FILENAME denotes the file path to an optional TOML configuration file, relative to the current working directory.
DEFAULT_JOBS_LIMIT
DEFAULT_JOBS_LIMIT restricts the number of concurrent Docker builds.
NODE_NAME
NODE_NAME identifies the tuggy buildx node.
PLATFORM_PATTERN
PLATFORM_PATTERN matches Docker platforms.

Functions§

clean
clean resets buildx components.
remove_buildx_image_cache
remove_buildx_image_cache resets buildx image caches.
remove_tuggy_builder
remove_tuggy_builder deletes the tuggy buildx builder.