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.
We would like to be able to use Google Container Registry (GCR) images in Pipelines with OpenID Connect the same way it is done for AWS.
Here is an example
pipelines:
default:
- step:
image: name: 123456789012.dkr.ecr.us-east-1.amazonaws.com/repository/my-repo:latest
aws: oidc-role: arn:aws:iam::123456789012:role/pipelines-ecr-access
oidc: true
and here the support page for the aws.
Hey Katja,
Unfortunately - we do not have any documentation specifically for GCR to use OIDC.
We have an article here explaining how to use GCR images as build environments in Bitbucket Pipelines (see Private images hosted by Google Container Registry subheading):
https://support.atlassian.com/bitbucket-cloud/docs/use-docker-images-as-build-environments/
There's also some documentation here that might be useful:
https://cloud.google.com/iam/docs/workload-identity-federation-with-deployment-pipelines
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.