This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/stdlib
Tom Chauveau 020c458921 Add project management in compose.#App definition
I found an issue when during tests execution : there was orphan.
It's because #App doesn't give way to specify the compose project,
by default it's the directory where you launch your app but in our
definition, it will always be source.

The problem is that if we launch two differents docker-compose in the same
server, his project name will be source for both and it will create
orphans problems on cleanup (by docker-compose down).

This case is exactly what we do in tests so I've add the field name
to specify the projet name and avoid that issue.

Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-06-26 16:07:14 +02:00
..
.dagger/env Merge pull request #572 from TomChv/docker-compose 2021-06-25 19:35:32 +02:00
alpine Move tests plan from dagger dir to universe 2021-06-25 17:00:38 +02:00
aws Update import to alpha version 2021-06-25 17:26:51 +02:00
cue.mod universe: add cue.mod 2021-06-25 16:14:11 +02:00
dagger stdlib: move all imports to alpha.dagger.io 2021-06-25 10:31:22 +00:00
docker Add project management in compose.#App definition 2021-06-26 16:07:14 +02:00
gcp Move tests plan from dagger dir to universe 2021-06-25 17:00:38 +02:00
git Move tests plan from dagger dir to universe 2021-06-25 17:00:38 +02:00
go Update import to alpha version 2021-06-25 17:26:51 +02:00
io stdlib: added package doc strings 2021-06-15 10:46:56 +02:00
js/yarn Update import to alpha version 2021-06-25 17:26:51 +02:00
kubernetes Update import to alpha version 2021-06-25 17:26:51 +02:00
netlify Update import to alpha version 2021-06-25 17:26:51 +02:00
os Update import to alpha version 2021-06-25 17:26:51 +02:00
random stdlib: move all imports to alpha.dagger.io 2021-06-25 10:31:22 +00:00
terraform Update import to alpha version 2021-06-25 17:26:51 +02:00
.gitignore Move universe integration tests to universe dir. 2021-06-09 20:28:44 +00:00
helpers.bash Use sandbox in tests 2021-06-18 23:29:31 +02:00
package.json Move universe integration tests to universe dir. 2021-06-09 20:28:44 +00:00
stdlib.go stdlib: move all imports to alpha.dagger.io 2021-06-25 10:31:22 +00:00
universe.bats Merge pull request #572 from TomChv/docker-compose 2021-06-25 19:35:32 +02:00
yarn.lock Move universe integration tests to universe dir. 2021-06-09 20:28:44 +00:00