Start apache on ubuntu

James Howard January 3, 2017

I have a pipelines setup using my own docker container configured with the exact same LAMP stack as I am using in production. However, I simply cannot get a simple sanity check for the presence of the web page to run and it would appear that apache has not started.

Apache is supposed to be started that is executed as part of the docker container and this all works fine when running locally and the failing test works fine. Is there something special I need to do the execute dockerfile CMD statements as part of the pipeline?

1 answer

0 votes
Philip Hodder
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 4, 2017

Hi James,

Pipelines overrides the CMD in order to run the script in your bitbucket-pipelines.yml file.

To emulate our Docker run command you can look here: https://confluence.atlassian.com/display/BITBUCKET/Debug+your+pipelines+locally+with+Docker#DebugyourpipelineslocallywithDocker-Step2:LogintoyourDockercontainer

You should see Apache not starting locally if you following the command in the above link.

As a work around, you can take the CMD statement and make it the first command of your script. 

You may need to run the command as a background process, and it's recommend you use SupervisorD if you want to run daemons in your container (to make sure things don't get flakey). https://docs.docker.com/engine/admin/using_supervisord/

Thanks,

Phil

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events