i am trying to connect to eks cluster via aws codebuild. when: kubectl get svc output: [Container] 2022/05/13 11:27:03 Running command kubectl get svc error: Yo
Problem CodeBuild does not appear to be properly caching directories What I expect I expect to cache directories and decrease build times Description I hav
Is there a way to pass AWS Codebuild environment variables into a Dockerfile? I'd like to be able to pull from ECR like this: FROM $My_AWS_ACCOUNT.dkr.ecr.us-
I have an integration test suite that runs in AWS codebuild. The program being tested is supposed to handle network outages by retrying operations, so I want to
With Snap-CI going away I've been trying to get our builds working on AWS CodeBuild. I have my buildspec.yml built out, but changing directories doesn't seem to
During a CodeBuild run I am retrieving a rsa key from SecretsManager, which is the private key to use to access private sources in BitBucket. To do this I have
When creating a Codebuild project it's possible to configure a cache in the Artifacts section to speed up subsequent builds. Docker layer cache is one of the op