Deploying from Bitbucket pipeline #4124
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 |
Beta Was this translation helpful? Give feedback.
-
Made it working using the following pipeline yml file.
Used a custom ubuntu image with copilot installed as a base image.
|
Beta Was this translation helpful? Give feedback.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions