Crate dofigen_lib
source · [−]Expand description
dofigen_lib
dofigen_lib help creating Dockerfile with a simplified structure and made to cache the build with Buildkit.
You also can parse the structure from YAML or JSON.
Structs
Represents a Dockerfile builder stage
Represents the Dockerfile main stage
Traits
Functions
Parse an Image from a YAML or JSON file path.
Parse an Image from a JSON string.
Parse an Image from a reader of YAML content.
Parse an Image from a YAML string.
Parse an Image from a reader of YAML content.
Generates the Dockerfile content from an Image.
Generates the .dockerignore file content from an Image.