sparse-intern-71089
10/16/2021, 7:21 PMbroad-gold-44713
10/16/2021, 7:47 PMextraOptions
in the `DockerBuildArgs`https://www.pulumi.com/docs/reference/pkg/docker/image/#dockerbuild.
For example:
extraOptions: [
'--pull',
'--tag',
pulumi.interpolate`${url}:${branch}`
]
future-refrigerator-88869
10/17/2021, 11:18 AMextraOptions
being passed to docker build command 😄