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
Hi,
I need to use sbt version 1.6.2, so I used the image as defined by this bitbucket repo:
bitbucketpipelines / scala-sbt — Bitbucket
and forked this repository to changed the version within the Dockerfile.
Now, how do I reference this image from my pipeline in other repository?
The original, bitbucketpipelines / scala-sbt — Bitbucket, repo allows me to reference without any issues... is there a way to do that from my own private repo that I forked?
Hey @Hareem Bokhari
Welcome to the community!
We do not host docker images, so you'll have to use docker image hosting services to host your docker image.
We support public and private Docker images, including those hosted on Docker Hub, AWS, GCP, Azure, and self-hosted registries accessible on the internet.
For more information, please check our docker images documentation:
* Use Docker images as build environments
Cheers,
Syahrul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.