Hi!
I looking at building images containing different versions of a web application we are developing. We are using BitBucket pipeline to build and deploy in AWS already. Can I get hold of the built Docker images to use them to spin up containers on my local Docker installation?
/Kjell
Hello @[deleted],
You need to upload the built image to some Docker registry. Bitbucket doesn't have such registry, so it is up to you to decide which registry to use (like Docker Hub, for instance) and then pull the images from.
Hope this helps. Let me know if you have any questions.
Cheers,
Daniil
Thanks! Then I know how to proceed! :-)
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.