stable

Clone or download

Read-only

Prepare the new tuleap community image

This commit introduce the new startup command for the future tuleap/tuleap-community-edition docker image. It's still based on enalean/tuleap-aio:centos7 image in the meantime. How to test ? cd tools/docker/tuleap-community-edition cp env.tmpl .env vim .env docker-compose up -d It should bring a fully working Tuleap stack. Part of request #21334 enalean/tuleap-aio should be easier to test Change-Id: Ide803817200160ec0df8fcfc2a911b8036804a55

Modified Files

Name
M plugins/tee_container/docker/docker-compose.yml +1 −1 Go to diff View file
M plugins/tee_container/include/StartContainerCommand.php +2 −8 Go to diff View file
M src/tuleap-cfg/Command/Docker/Tuleap.php +6 −3 Go to diff View file
M src/tuleap-cfg/Command/DockerAioRunCommand.php +2 −8 Go to diff View file
A src/tuleap-cfg/Command/StartCommunityEditionContainerCommand.php +148 −0 Go to diff View file
M src/tuleap-cfg/tuleap-cfg.php +1 −0 Go to diff View file
A tools/docker/tuleap-community-edition/docker-compose.yml +58 −0 Go to diff View file