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 is the command I run: `./codebuild_build.sh -i aws/codebuild/standard:4.0 -a ./artifacts -s ./sample-web-app ` This is the error I was seeing; ``` $ ./codebuild_build.sh -i aws/codebuild/standard:4.0 -a ./artifacts -s ./sample-web-app...
Describe the bug: Add chrome and other browsers to the docker image as similar to standard 5.0 Expected behaviour: Latest stable version of chrome and other browsers to be available...
**Issue** I'm getting error on trying to use -s : format: ERROR: for agent-resources_build_1 Cannot create container for service build: b'invalid mode: /codebuild/output/srcDownload/src' **Steps to reproduce the behavior:** 1. Create...
Fixing issues on Windows/Git Bash. Hopefully [addressees issue #328](https://github.com/aws/aws-codebuild-docker-images/issues/328)
**Describe the bug** One of our builds suddenly started failing on a build after a change in an unrelated file. aws/codebuild/standard:5.0-22.10.27 works, aws/codebuild/standard:5.0-23.02.16 fails **To Reproduce** Steps to reproduce the...
**Describe the bug** I want to deploy a Rails 7 application . I'm running `bundle install`( which includes the `pg`) from my `buildspec.yml` and facing the "Your PostgreSQL is too...
**Describe the bug** I'm trying to build and test a dotnet 3.1 app with dotnet 6. The build portion completes fine but I get an error with `dotnet test`: ```...
I'm using the aws/codebuild/standard:5.0 image in my CodeBuild project. Looking at the Dockerfile for the image, it appears to be installing both Gradle 5.4.6 and 6.7 but 5.4.6 is the...
*Issue #, if available:* #717 *Description of changes:* This copies standard:7.0 to standard:8.0 with the only change being the modification of the base image to Ubuntu 24.04 By submitting this...
**Describe the bug** The new Ubuntu release is out now. I'd love to see availability of the standard:8.0 image. **Platform (please complete the following information):** - OS: Linux