python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
AWS CodeBuild Error, unsupported runtime version PHP 8.0
I am working with AWS CodeBuild, I am facing this issue where I am building a docker image for deployment. However, I am facing this issue where AWS shows me the error message of
Unknown runtime versi...
runtimeTerror
Votes: 0
Answers: 1
AWS Eventbridge: scheduling a CodeBuild job with environment variable overrides
When I launch an AWS CodeBuild project from the web interface, I can choose "Start Build" to start the build project with its normal configuration. Alternatively I can choose "Start bui...
phhu
Votes: 0
Answers: 2
--target option of docker build command doesn't work in aws codeBuild
I use a multi stages docker build for my aws codeBuild to build my application.
The shape of my docker file is :
FROM strapi/base:14-alpine AS dependencies
...
FROM strapi/base:14-alpine As liveProdu...
Souleymane Ndiaye
Votes: 0
Answers: 1
Installing AWS CDK as step in AWS CodeBuild
As part of an automated build pipeline I'm trying to deploy a cdk stack in AWS CodeBuild. However the build already fails in the pre_build step when I'm running a sanity check and printing the cdk ver...
Sebastian Dengler
Votes: 0
Answers: 1