Recipe

class aws_rfdk.deadline.Recipe(*, description, title, build_args=None, target=None)

Bases: object

Docker container image recipe.

Parameters:
  • description (str) – Description of the recipe.

  • title (str) – Title of the recipe.

  • build_args (Optional[Mapping[str, str]]) – The Docker build arguments for the recipe. Default: No build arguments are supplied

  • target (Optional[str]) – Optional target for a Docker multi-stage build. Default: The last stage in the Dockerfile is used

Attributes

build_args

The Docker build arguments for the recipe.

Default:

No build arguments are supplied

description

Description of the recipe.

target

Optional target for a Docker multi-stage build.

Default:

The last stage in the Dockerfile is used

title

Title of the recipe.