From 04d066385b43aac83bffe19df71321e8fb4f88a4 Mon Sep 17 00:00:00 2001 From: diana esteves Date: Mon, 15 Jul 2024 18:27:56 +0000 Subject: [PATCH] lint check --- aws-ts-containers-dockerbuild/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/aws-ts-containers-dockerbuild/index.ts b/aws-ts-containers-dockerbuild/index.ts index 3c6278a3d..b70a66bc2 100644 --- a/aws-ts-containers-dockerbuild/index.ts +++ b/aws-ts-containers-dockerbuild/index.ts @@ -30,7 +30,6 @@ const auth = aws.ecr.getAuthorizationTokenOutput({ // Build and publish our application's container image from ./app to the ECR repository. const image = new dockerBuild.Image("image", { - // Use the pushed image as a cache source. cacheFrom: [{ registry: { @@ -44,7 +43,6 @@ const image = new dockerBuild.Image("image", { ref: pulumi.interpolate`${ecr.repository.repositoryUrl}:cache`, }, }], - // Build multi-platforms platforms: [ dockerBuild.Platform.Linux_amd64,