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.