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
**Describe the bug** Following DST Root CA X3 Expiration (September 2021), requests executed to sites/resources protected by a Let's Encrypt certificate end with a certificate error when running in AWS...
It would be great if rust was available in the images. Especially if cargo fmt and clippy was available too.
Trying to build aws-codebuild-docker-images/ubuntu/standard/5.0 on my mac, fails during the build. > NB. aws-codebuild-docker-images/ubuntu/standard/4.0 builds as expected. Machine: ``` masOS Big Sur 11.2.3 2.6 GHz 6-Core Intel Core i7 Docker...
I can't seem to find a way to run this against a codebuild batch job. This functionality would be great! Example buildspec.yml ``` version: 0.2 batch: build-graph: - identifier: templates...
**Describe the bug** When running `apt update` in the current Ubuntu standard:5.0 image, I get an inconsistent error about the Google Chrome apt repo. I get either one of these...
A gpg keyserver URL that is currently in use within many Dockerfiles has been deprecated/retired/discontinued. https://sks-keyservers.net/ currently has a banner: --- This service is deprecated. This means it is no...
I'm using the instructions here: https://docs.aws.amazon.com/codebuild/latest/userguide/use-codebuild-agent.html to test my local builds. However, the only debug messages that are show in the console after running ```./codebuild_build.sh -i aws/codebuild/standard:4.0 -a build``` in...
Hi Folks, I'm having trouble running the following command: `$ ./codebuild_build.sh -i aws/codebuild/standard:4.0 -a . -b testspec.yml -d -e .env` Here's the resulting command from the script: ``` docker run...
When local agent mounts source path, it includes all sub-directories including `.git`, `node_modules`, etc. This either [makes DOWNLOAD_SOURCE step very long](https://github.com/aws/aws-codebuild-docker-images/issues/195) or breaks local development environment most of the time,...
Our ARM64 image has binaries built for the x86-64 architecture in it, including `ecs-cli`, leading to the following error when you try to run it: ``` /usr/local/bin/ecs-cli: cannot execute binary...