jolly-camera-35709
10/22/2020, 6:29 AMcontainer = containerservice.Group('SpartanBuildContainer',
name='{}-build'.format(project_name),
location=resource_group.location,
resource_group_name=resource_group.name,
ip_address_type="public",
dns_name_label="{}-build".format(project_name),
os_type="Linux",
containers=[
containerservice.GroupContainerArgs(
name='{}-build'.format(project_name),
image='{}/{}-build:{}'.format(container_registry.login_server,
project_name,
get_image_tag_stdout),
cpu=1,
memory=1.5,
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by