Packages

Build custom Docker images from Dockerfile and use them as typed formulas in testcontainer.

Current section

Files

Jump to
testcontainer_dockerfile include testcontainer_dockerfile_DockerfileConfig.hrl
Raw

include/testcontainer_dockerfile_DockerfileConfig.hrl

-record(dockerfile_config, {
dockerfile_path :: binary(),
context_path :: binary(),
build_args :: list({binary(), binary()}),
spec_transforms :: list(fun((testcontainer@container:container_spec()) -> testcontainer@container:container_spec())),
timeout_ms :: integer()
}).