aws-codebuild-docker-images icon indicating copy to clipboard operation
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

Results 123 aws-codebuild-docker-images issues
Sort by recently updated
recently updated
newest added

**Describe the bug** in my Mac with OS 13.5, I clone the repos at https://github.com/aws/aws-codebuild-docker-images.git setup local agent by doing `docker pull amazon/aws-codebuild-local:latest --disable-content-trust=false` get the local build shell script...

CodeBuild-local

I want to run the below command in my buildspec.yml to identify the list of files that have changed between a specific commit and its parent commit. ` CHANGED_OBJECTS=$(git diff-tree...

CodeBuild-local

**Describe the bug** Attempting to use the `-b` option to specify an override buildspec path results in "no such file or directory". This is even when the `-m` switch is...

CodeBuild-local

**Describe the bug** Builds of `al2/aarch64/standard/2.0` fail because it references a Maven binary that is no longer available **To Reproduce** Steps to reproduce the behavior: 1. Try to build `al2/aarch64/standard/2.0`...

Hello Could we please have Have https://github.com/awslabs/soci-snapshotter installed by default in the docker images ? Thanks,

We received communication from AWS that the Ubuntu Standard 4.0 and Ubuntu Standard 5.0 images will be deprecated at the end of March 2023. For various reasons we still depend...

When I run `docker run -v :/mount bash -c "cp foo /mount"` I can't see the copied file in the run of the codebuild locally. This works, though, in the...

CodeBuild-local

The buildspec override file location should be relative to CODEBUILD_SRC_DIR. Currently it's passing an absolute path based on the host. *Issue #, if available:* #585 *Description of changes:* Passed the...

**Describe the bug** We were trying to run Codebuild locally with AWS Codebuild agent and we run a SSL certification error. **Logs** A8XK2@W0217826 MINGW64 ~/Downloads/dir/core_test/src (core-275) $ ./codebuild_build.sh -i public.ecr.aws/codebuild/amazonlinux2-x86_64-standard:3.0...

**Describe the bug** local_builds/codebuild_build.sh does not support the new sso session credentials. The new sso sessions have `sso_region`, `sso_start_url` in the sessions stanza of `~/.aws/config` not under the profile. **To...

feature request
CodeBuild-local