sparse-intern-71089
12/06/2023, 5:29 AMbillions-xylophone-85957
12/06/2023, 1:09 PMconst image = new docker.Image(
this.pulumiName,
{
imageName: args.destinationFqn,
build: {
dockerfile: cfg.dockerfile,
args: cfg.args,
context: cfg.context,
platform: 'linux/amd64',
},
registry: {
server: opts.address,
username: opts.username,
password: opts.password,
},
},
{ parent: this, retainOnDelete: true, dependsOn: opts.dependsOn },
)