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
I have a bitbucket pipeline inside my repo in which I'm building and push a image (from Dockerfile) and I was wondering if bitbucket provides a container registry in order to avoid using an external one like dockerhub . Thx
Part of pipeline step:
- docker build -t <my.container.registry.io>/<my_app>:<my_tag> .
- docker push <my.container.registry.io>/<my_app>:<my_tag>
@Vadim8 We actually do miss this feature a lot, and it's kind of a blocker for migration from GitLab to Bitbucket. It's always easier and more convenient to have things stored in one location, especially when the whole company is using the Atlassian tools for everything (Trello, Jira, Confluence, etc.).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Today there are plenty of alternatives, and we don't miss that Bitbucket doesn't have a registry.
hub.docker.com - 1 private repo
JFrog - 1 GB
AWS/AZURE/GCP
This Harbor based c8n.io by Container-Registry. - 1 GB free private repo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Alex and welcome to the community.
I'm afraid that Bitbucket doesn't provide a container registry.
We support public and private Docker images including those hosted on Docker Hub, AWS, GCP, Azure and self-hosted registries accessible on the internet. (Bitbucket Pipelines cannot currently access Docker images that cannot be accessed via the internet.)
Please feel free to let us know if you have any other 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.
Do images in private repos get cached appropriately within BitBucket? I think this was an issue previously.
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.