aws-solutions / aws-control-tower-customizations

The Customizations for AWS Control Tower solution combines AWS Control Tower and other highly-available, trusted AWS services to help customers more quickly set up a secure, multi-account AWS environment using AWS best practices.
https://docs.aws.amazon.com/controltower/latest/userguide/cfct-overview.html
Apache License 2.0
356 stars 205 forks source link

fix build error on the code pipeline #93

Closed jakemraz closed 2 years ago

jakemraz commented 2 years ago

Issue https://github.com/aws-solutions/aws-control-tower-customizations/issues/92

Problem [Container] 2022/03/02 06:50:33 Phase context status code: COMMAND_EXECUTION_ERROR Message: Error while executing command: apt-get update && apt-get upgrade -y. Reason: exit status 100

Description of changes: changed below apt-get update && apt-get upgrade -y to apt-get update -y on buildspec file. and it works

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

stumins commented 2 years ago

Hi @jakemraz,

Thanks for submitting this pull request. We are aware of the underlying issue and are working with the AWS CodeBuild team to have it resolved upstream. At this time, we do not expect that CFCT needs to be patched for resolution.