You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initially, I was receiving an exit error 125, but now I'm receiving an error of 1. Both cases, it seems that CodeBuild isn't recognizing one or more Docker commands or arguments.
Hello,
Initially, I was receiving an exit error
125
, but now I'm receiving an error of1
. Both cases, it seems that CodeBuild isn't recognizing one or more Docker commands or arguments.This is the current error:
My
buildspec.yml
is straightforward:Image: aws/codebuild/standard:3.0
Privileged: True
Environment Type: Linux
Any idea what the issue might be? I couldn't find any mention of this error in the troubleshooting docs
The text was updated successfully, but these errors were encountered: