Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to use docker compose #1660

Merged
merged 1 commit into from
Aug 21, 2024
Merged

Conversation

HudsonHumphries
Copy link
Contributor

Description: Updating docker-compose to docker compose, see https://github.com/orgs/community/discussions/116610

Testing:
ran terraform apply -var="testcase=../testcases/otlp_mock" -var-file="../testcases/otlp_mock/parameters.tfvars"

Before change

│ Error: local-exec provisioner error
│ 
│   with null_resource.run_docker_compose,
│   on main.tf line 85, in resource "null_resource" "run_docker_compose":
│   85:   provisioner "local-exec" {
│ 
│ Error running command 'docker-compose -f ./docker_compose.yml down
│ docker-compose -f ./docker_compose.yml build
│ docker-compose -f ./docker_compose.yml up -d
│ ': exit status 127. Output: /bin/sh: docker-compose: command not found
│ /bin/sh: line 1: docker-compose: command not found
│ /bin/sh: line 2: docker-compose: command not found

After change

Apply complete! Resources: 3 added, 0 changed, 1 destroyed.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@HudsonHumphries HudsonHumphries requested a review from a team as a code owner August 21, 2024 23:20
@HudsonHumphries HudsonHumphries merged commit 4c05dd7 into release/v0.39.x Aug 21, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants