Packages

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

Current section

Files

Jump to
testcontainer_dockerfile src testcontainer_dockerfile@error.erl
Raw

src/testcontainer_dockerfile@error.erl

-module(testcontainer_dockerfile@error).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch, inline]).
-define(FILEPATH, "src/testcontainer_dockerfile/error.gleam").
-export_type([error/0]).
-type error() :: docker_not_found |
{dockerfile_not_found, binary()} |
{build_failed, binary(), binary()}.