stable

Clone or download

Read-only

request #21424 tuleap-aio-dev files should be in Tuleap sources

Import files from https://github.com/Enalean/docker-tuleap-aio-dev as of commit fe45577cc6e791c2bc3ee023210d6db3fb786ce5 The goal is to only have build related files in the github repo to benefit from the github <-> docker hub integration and all run related files should be in Tuleap sources. It's easier to version and to follow what happens at runtime. This commit also closes the last remaining steps of request #20938 to remove shims that were required for a seamless switch from PHP 7.3 to PHP 7.4 in development environments. Change-Id: I06c1fa00c0a350f45ea9399f9ae9dcb078d64791

Modified Files

Name
M docker-compose-distlp-tests.yml +1 −1 Go to diff View file
M docker-compose-distlp.yml +1 −1 Go to diff View file
M docker-compose.yml +1 −2 Go to diff View file
M tools/distlp/backend-web/prepare-instance.sh +0 −9 Go to diff View file
A tools/docker/tuleap-aio-dev/boot-fixpath.sh +53 −0 Go to diff View file
A tools/docker/tuleap-aio-dev/boot-install.sh +63 −0 Go to diff View file
A tools/docker/tuleap-aio-dev/boot-update-config.sh +14 −0 Go to diff View file
A tools/docker/tuleap-aio-dev/boot-upgrade.sh +13 −0 Go to diff View file
A tools/docker/tuleap-aio-dev/init +7 −0 Go to diff View file
A tools/docker/tuleap-aio-dev/ldap.inc +104 −0 Go to diff View file
A tools/docker/tuleap-aio-dev/run-dev.service +16 −0 Go to diff View file
A tools/docker/tuleap-aio-dev/run.sh +98 −0 Go to diff View file
A tools/docker/tuleap-aio-dev/whitelist_emails.sh +6 −0 Go to diff View file
A tools/docker/tuleap-aio-dev/xdebug-fpm.ini +13 −0 Go to diff View file
D tools/utils/run_dev/run.sh +0 −42 Go to diff View file