aws-codebuild-docker-images
aws-codebuild-docker-images copied to clipboard
Official AWS CodeBuild repository for managed Docker images http://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref.html
This would be great to allow local build artifacts to be unzipped/flatten when saved on disk, or maybe support reports. My usecase is as follow: Codebuild is used to perform...
I've been trying to use `amazon/aws-codebuild-local` to debug some build failures, and it's not clear at all how the environment variables are used. Some guidance and examples would be really...
I have `buildspec.yml` ``` version: 0.2 phases: install: commands: - docker pull postgres pre_build: commands: - docker run -p 5432:5432 --name sample-postgres -e POSTGRES_PASSWORD=sample -e POSTGRES_USER=sample -e POSTGRES_DB=sample -d postgres...
It seems that there are some parts missing compared to what is actually running at AWS CodeBuild? E.g. if I build this image and push to ECR, then DinD does...
When CodeBuild projects are ran within minutes of each other, the [local docker layer cache](https://docs.aws.amazon.com/codebuild/latest/userguide/build-caching.html#caching-local) works wonderfully. However, if a subsequent build runs maybe 30-60 minutes later, the cache is...
*Issue #, if available:* N/A *Description of changes:* Fix the error below, by upgrading gitversion to a version compatible with the installed dotnet runtime (6.0): ``` [Container] 2022/09/18 05:28:17 Running...
When upgrading from 5.0 -> 6.0 to get the latest nodejs version, I discovered that chrome is no longer in `/usr/bin`. Is this by design? We like to run browser...
*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
**Describe the bug** By listing the documentation here: https://docs.aws.amazon.com/codebuild/latest/userguide/available-runtimes.html I have not found any arm64 environment available with dotnet6. However, dotnet6 is available on lambdas .. How can I compile...
Original issue: https://github.com/aws/aws-cli/issues/7231 by @AMB-Informacio ### Describe the bug It's the same behaviour as the described in: https://github.com/aws/aws-cli/issues/7102 A buildspec.yml file describes to build a docker image and to push...