I've pushed a custom image to a private Digital Ocean container registry that I'd now like to use as my build environment for a project in Bitbucket. This article shows me how to denote private container registries to specify custom images, but it only seems to include examples for Docker Hub, Amazon ECR, and Google GCR. Normally when authenticating with Digital Ocean one uses doctl, but I'm not quite sure how to use that here. Has anyone done this sort of thing before?
To be clear, I'm not asking how to push images to Digital Ocean, there's lots of literature on that. I'm asking how to specify a custom image that is already in Digital Ocean.
Thanks in advance!