From c44882f298083d5691ee823c1afb6059c7bc7409 Mon Sep 17 00:00:00 2001 From: Wesley Pettit Date: Wed, 9 Dec 2020 12:33:13 -0800 Subject: [PATCH] Revert public ecr auth commits Signed-off-by: Wesley Pettit --- buildspec.yml | 7 ------- buildspec_integ.yml | 7 ------- 2 files changed, 14 deletions(-) diff --git a/buildspec.yml b/buildspec.yml index 2c9ea7f1f..4d558a4b1 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -7,15 +7,8 @@ phases: pre_build: commands: - echo Building the AWS for Fluent Bit image - - curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" - - unzip awscliv2.zip - - ./aws/install - - chmod +x /usr/local/bin/aws - - /usr/local/bin/aws --version build: commands: - # log into public ECR so we do not get throttled - - /usr/local/bin/aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws # Command to build your project - make release diff --git a/buildspec_integ.yml b/buildspec_integ.yml index f9f393663..08d7d7888 100644 --- a/buildspec_integ.yml +++ b/buildspec_integ.yml @@ -6,11 +6,6 @@ phases: pre_build: commands: - echo Running the integration test - - curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" - - unzip awscliv2.zip - - ./aws/install - - chmod +x /usr/local/bin/aws - - /usr/local/bin/aws --version build: commands: # Enforce STS regional endpoints @@ -29,8 +24,6 @@ phases: # List the images to do a double check - docker images - # log into public ECR so we do not get throttled - - /usr/local/bin/aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws # Command to run the integration test - make integ artifacts: