2017/12/21 - AWS CodeBuild - 1 updated api methods
Changes Adding support allowing AWS CodeBuild customers to select specific curated image versions.
{'platforms': {'languages': {'images': {'versions': ['string']}}}}
Gets information about Docker images that are managed by AWS CodeBuild.
See also: AWS API Documentation
Request Syntax
client.list_curated_environment_images()
dict
Response Syntax
{
'platforms': [
{
'platform': 'DEBIAN'|'AMAZON_LINUX'|'UBUNTU',
'languages': [
{
'language': 'JAVA'|'PYTHON'|'NODE_JS'|'RUBY'|'GOLANG'|'DOCKER'|'ANDROID'|'DOTNET'|'BASE',
'images': [
{
'name': 'string',
'description': 'string',
'versions': [
'string',
]
},
]
},
]
},
]
}
Response Structure
(dict) --
platforms (list) --
Information about supported platforms for Docker images that are managed by AWS CodeBuild.
(dict) --
A set of Docker images that are related by platform and are managed by AWS CodeBuild.
platform (string) --
The platform's name.
languages (list) --
The list of programming languages that are available for the specified platform.
(dict) --
A set of Docker images that are related by programming language and are managed by AWS CodeBuild.
language (string) --
The programming language for the Docker images.
images (list) --
The list of Docker images that are related by the specified programming language.
(dict) --
Information about a Docker image that is managed by AWS CodeBuild.
name (string) --
The name of the Docker image.
description (string) --
The description of the Docker image.
versions (list) --
A list of environment image versions.
(string) --