I trying to build Docker image using AWS CodeBuild
I follow AWS codebuild sample below https://docs.aws.amazon.com/codebuild/latest/userguide/sample-docker.html
below is what i did.
I write buildspec.yml like this.(exactly same as what I saw as previous link) buildspec.yml
and I start build project using aws CodeBuild, but I got this Codebuild Log error message :
YAML_FILE_ERROR Message: Runtime version selection is not supported by this build image. <== this message means what? Is any other docker runtime version except 18? what should I do?
please help...
