You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
What does "Custom build images on AWS ECR" exactly mean under the "Unsupported features" list for the Linux Shell Runner? Does this mean that we can still push container images to AWS ECR, but we cannot just use any images from the AWS ECR?
Reference: https://support.atlassian.com/bitbucket-cloud/docs/set-up-runners-for-linux-shell/
Hey Lassi,
Unfortunately, due to security concerns - build/push to AWS ECR and indeed using AWS ECR images is not possible within Linux Shell Runners.
This is due to "ECR credentials" being out of scope for Shell runners, as well as service containers not being supported. Docker would need to be used to push to AWS ECR but it can only be implemented with a service container and is therefore not possible.
If you wish to use custom AWS ECR build images and work within these environments, you would need to make use of Linux Docker instead:
https://support.atlassian.com/bitbucket-cloud/docs/set-up-and-use-runners-for-linux/
Cheers!
- Ben (Bitbucket Cloud Support)
Hi,
Thanks for the clarification. Yes, we are pushing everything into AWS ECR, so we'll have to then continue using the Linux Docker version instead. Downside of using the Linux Docker version is that it's lacking support of Arm based instances. It takes ages to do Arm builds as you need to emulate everything.
Any plans for the Arm support?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Lassi,
Not a problem, glad to be of assistance :)
We do have an existing feature request for supporting ARM architecture in our Bitbucket Runners, this is with our developers and unfortunately, we cannot provide an ETA as to its inclusion in the product:
https://jira.atlassian.com/browse/BCLOUD-21704
Feel free to "Watch" this feature request to receive future updates and "Vote" for it to improve visibility in regards to customer demand.
Cheers!
- Ben (Bitbucket Cloud Support)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.