Skip to main content

All Questions

0 votes
0 answers
52 views

Bitbucket pipeline failing for chmod commands in dockerfile

I've been facing an issue lately with running bitbucket pipeline for my kafka-connect repository that has debezium in it. Its been like 2 years since we have been using this repository and I checked ...
Sunil's user avatar
  • 70
0 votes
0 answers
166 views

Using cypress to test in bitbucket pipeline, testing an app running with docker compose

I have a web app with a separated frontend and backend, using traefik to handle the incoming connections. I also have cypress set up as a separate docker compose service to use for E2E testing. I have ...
swl1020's user avatar
  • 823
6 votes
4 answers
2k views

Bitbucket pipeline err

getting the below error in my pipeline. Can anyone help me on this ? Am trying the deploy my ecs service via bitbucket pipelines but facing this error. I tried updating docker, pip, docker-compose ...
Fazalulla's user avatar
  • 103
1 vote
1 answer
468 views

Why bitbucket ends up in GREEN though recent command exits with a non-zero code?

I've a simple Dockerfile that just pushes the newly built .apk file to the Google Play Console with help of Fastlane tool. Dockerfile FROM ruby:3.0-slim-buster WORKDIR /app # Copy android project ...
Saikumar V's user avatar
1 vote
0 answers
377 views

Push multi container image ecr/ecs

I have a docker-compose file which I want to deploy on production. I am considering using bitbucket-pipelines along with ECR/ECS. How can I push the multi-container docker-compose to ECS ? I am also ...
power-cut's user avatar
  • 1,468
1 vote
0 answers
3k views

Can't run compose in Bitbucket pipeline getting --privileged=true is not allowed

I also opened an issue for this on the Atlassian community forum: https://community.atlassian.com/t5/Jira-Work-Management-Questions/Can-t-run-compose-in-bitbucket-pipelines-getting-privileged-true/qaq-...
red888's user avatar
  • 30.5k
8 votes
3 answers
6k views

Bitbucket pipelines authorization denied by plugin pipelines

I am currently trying to build a bitbucket pipeline which is supposed to run a docker-compose file to test a microservice before deployment. The docker compose file is supposed to build my ...
Terchila Marian's user avatar
0 votes
0 answers
361 views

Deploying Multiple Microservices in different repositories to a single VM using bitbucket pipelines and docker-compose

I have a total of 8 Nodejs services in 8 different repositories on bitbucket. The services share some common code which is present in another repository called Brain. I want to create bitbucket ...
Tirtharaj Sengupta's user avatar
1 vote
2 answers
3k views

How to use docker compose V2 in Bitbucket Pipelines

Traditionally, I had been issuing pip install docker-compose instructions in my pipelines scripts for steps needing it, usually for integration tests. This was convenient because it operates ...
N1ngu's user avatar
  • 3,627
0 votes
1 answer
2k views

Run docker compose inside a bitbucket pipeline

I need to run docker-compose with --exit-code-from . My local docker-compose binary accepts this command line and works just fine. + docker-compose -f file1.yml -f file2.yml up zookeeper-secure kafka-...
Hamzah Jamal's user avatar
0 votes
1 answer
464 views

Bitbucket pipeline failing while building docker-compose command

image: python:3.7.4-alpine3.10 pipelines: tags: ecr-release-*: - step: services: - docker caches: - pip script: ...
Kiran S youtube channel's user avatar
2 votes
0 answers
467 views

Bitbucket Pipeline - docker compose error

I am having trouble running docker compose in bitbucket pipeline. I have no issue running the command locally. image: node:16 options: docker: true definitions: services: docker: ...
Jason Koh's user avatar
1 vote
0 answers
2k views

error with docker container in bitbucket pipelines

I'm deploying my dockerized Django app using bitbucket pipelines but unfortunately, the pipeline already creates two containers but not the last one the error and my files are attached below. error ...
Zain Khan's user avatar
  • 1,784
1 vote
0 answers
990 views

envrionment variables with dokcer-compose in bitbucket pipelines

I have a Django app that is dockerized and I want it to deploy it using bitbucket pipelines, but the error is I use env file in docker-compose.yml which I can't put in my repo, so how can I overcome ...
Zain Khan's user avatar
  • 1,784
1 vote
2 answers
2k views

docker compose in bitbucket - Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

I want to deploy container group to Azure Container Instances from bitbucket pipelines. I have following bitbucket-pipelines.yml file: image: ubuntu:20.04 clone: depth: 5 options: max-time: 15 ...
Ramūnas's user avatar
  • 1,584

15 30 50 per page