Hi everyone, I am fairly new to CI/CD and I want to use bitbucket pipelines to trigger docker image to build, push to ECR and then deploy to EKS
Hi Victor!
If you are not familiar with Bitbucket Pipelines at all and you want to check configuration options, you can start by checking this documentation first:
You can use Docker commands in your Pipelines builds if you add docker as a service in a certain step:
This documentation more info on running Docker commands in Pipelines and also certain restrictions and limitations.
You can use the following pipe in your bitbucket-pipelines.yml file to push an image to AWS ECR:
And you can use the following pipe to deploy to AWS EKS:
Both repositories I shared have a README.md file with instructions on how to use each pipe. You can see that README if you scroll down, it's right below the list of each repo's files.
Please feel free to reach out if you have any questions!
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.