This repository was archived by the owner on Jun 22, 2026. It is now read-only.
Deploying from Bitbucket pipeline #4124
iamsajithk
started this conversation in
General
Replies: 2 comments 1 reply
|
Hello @iamsajithk this is most likely because Copilot is trying to build an image from local dockerfile, which requires Docker daemon to be running. Or you can use an existing image by specifying Another question will be did you run |
0 replies
|
Made it working using the following pipeline yml file. Used a custom ubuntu image with copilot installed as a base image. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
How to deploy from Bitbucket using bitbucket-pipelines.yml. I am getting "Cannot connect to the Docker daemon at tcp://localhost:2375. Is the docker daemon running?" error when trying with an ubuntu image with docker and copilot installed on it. Anyone had success in this?
All reactions