I am trying to do the following:
Pipeline looks like this (Images, task, service have the same name):
- docker build -t XXX .
- pipe: atlassian/aws-ecr-push-image:1.1.2
variables:
IMAGE_NAME: "XXX"- pipe: atlassian/aws-ecs-deploy:1.1.2
variables:
CLUSTER_NAME: "my-cluster"
SERVICE_NAME: "XXX"
TASK_DEFINITION: "XXX"
Please provide more info like your task definition. Also you can look the template of proper task definition here Botocore docs and AWS ECS Docs . There you can find specification for your image, if to be specific, here https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ContainerDefinition.html#ECS-Type-ContainerDefinition-image .
Contact us in the case of more questions.
Regards, Galyna
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.