Driver

Know more about the tools you can use to build Docker images

A driver is a tool that already knows how to build docker images. Stevedore is an intermediate between the Docker end-user and those tools which can perform a Docker image build.

Based on the images-tree, the builder options and the stevedore CLI command flags, Stevedore prepares all required parameters that define the Docker image and passes them to the driver to build the Docker image.

To build a Docker image, a driver receives the parameters defined on the builder’s variables_mapping, the image vars and the image persistent_vars.


Ansible playbook

This page describes the ansible-playbook driver

Docker

This page describes the Docker driver

Last modified April 24, 2023: create docs-v0.11 (331b058)