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
I run the AWS-CodeBuild locally with the following command in the root-directory of the related project "_projectname_": ``` username@hd1pcms0347 MINGW64 ~/Projects/projectname (dev-platform-al) $ ../aws-codebuild-docker-images/local_builds/codebuild_build.sh -i aws/codebuild/standard:5.0 -a artifacts-output-projectname -s ....
Recent version release 22.06.09 removes PHP sodium support that was previously added to Ubuntu 5.0
More of a regression than a bug. Commit 2dea17b411022d9847c6abda34ff6f9c07287982 removes the libsodium support added by PR #464 somewhat silently. I request it be re-added. Let me know if you'd like...
Node14 only supports Ubuntu 5.0 version. I would like to use the aarch64 version of Node14 with codebuild. Is it possible to support it?
Currently, using Docker in Docker does not work behind a proxy when running the code build images locally. The Docker daemon requires a proxy to be set using `systemctl` which...
**Describe the bug** We used to build an SAM app using the aws/codebuild/amazonlinux2-x86_64-standard:2.0, and all were running perfectly. The build stages includes the `pip install` of a requirements.txt set of...
Docker-in-Docker-in-Docker sounds like fun. I am author of the [localci](https://github.com/piotrkubisa/localci) which I unfortunately (also fortunately) developed few days before public release of AWS CodeBuild Local Builds. When I read blog...
**Describe the bug** I tried to build aws/codebuild/standard:5.0 on a ubuntu 20.04 and also on an AWS EC2 Instance with Debian GNU/Linux 10 (buster) and I got both time the...
Hi, this issue https://github.com/aws/aws-codebuild-docker-images/issues/439 needs reopening, or rather, it was misunderstood. I can't build the 5.0 image locally (on a mac m1, if that matters) ```bash => ERROR [tools 3/13]...
Building Java Lambdas with GraalVM is a recommended best practice to reduce cold start times, but CodeBuild does not currently include the tools (GraalVM, Native Image Builder) that are required...
Hi, Is it possible to run aws/codebuild/windows-base locally? I can't find any documentation on it. I would be helpful to know what tools are installed on what paths to aid...