Warning while using AWS CodeBuild Warning Skipping install of runtimes Runtime version selection is not supported by this build image when running a build

0 votes

I get a warning when I'm trying to build something using AWS CodeBuild.

Skipping install of runtimes. Runtime version selection is not supported by this build image

why do I get this warning and how do I solve it?

Jun 28, 2019 in AWS by Mishra
2,383 views

1 answer to this question.

0 votes
This error occurs when your build does not use version 2.0 or later of the Ubuntu standard image and a runtime is specified in a runtime-versions section in your buildspec file.

To resolve it, make sure your buildspec file does not contain a runtime-version section. This is only required if you use ubuntu standard image version 2.0 or higher.
answered Jun 28, 2019 by Travis

Related Questions In AWS

0 votes
1 answer

if instance is a part of some AutoScaling Group in AWS or not ?

You can run this command below on ...READ MORE

answered Jun 2, 2018 in AWS by Cloud gunner
• 4,670 points
1,431 views
0 votes
1 answer
0 votes
1 answer

Pass account id of an AWS sub account using a variable as an argument in CloudWatch Alarm Actions with python (boto3)?

Python String and Integer concatenation >>> print("arn:aws:swf:us-east-2:{0}:action/actions/AWS_EC2.InstanceId.Stop/1.0".format(acccnum)) arn:aws:swf:us-east-2:12312312312312:action/actions/AWS_EC2.InstanceId.Stop/1.0 >>> print("arn:aws:swf:us-east-2:" ...READ MORE

answered Oct 5, 2018 in AWS by Priyaj
• 58,090 points
1,357 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP