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§
- Tuggy
Error - 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 inspectoutput. - 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.