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.
I'm using docker images hosted on Jfrog registry.
Bitbucket pipeline is using these custom images from Jfrog registry for building the code.
The pipeline image section looks as below
```
If I use same image and pull it and run using docker, I can run it with no issues.
e.g.
`docker run --rm -it <mycompany>.jfrog.io/artifactory-docker-dev-local/<product>/<image-name>:latest`
works fine.
Angle brackets surrounding `mycompany` and `product` in the image name are not present in actual name used. They are mentioned here only to indicate that the actual values in the image name are different than shown here.
Can someone help me understand how the bitbucket pipeline is expecting the image name here?
I have observed that if I specify the image name directly in the bitbucket-pipelines.yml file instead of repository variable, bitbucket is able to recognize and use the docker image correctly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.