Code is roughly: ```image_name = <<Output&gt...
# getting-started
q
Code is roughly:
Copy code
image_name = <<Output>>

image = Image(
    "image",
    image_name=image_name,
    build=DockerBuild(
        context="..",
        extra_options=["--cache-from", image_name],
    ),

)