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

Fix: docker compose command is not working as expected #357

Closed
hoangmirs opened this issue Aug 12, 2022 · 0 comments · Fixed by #504
Closed

Fix: docker compose command is not working as expected #357

hoangmirs opened this issue Aug 12, 2022 · 0 comments · Fixed by #504
Assignees

Comments

@hoangmirs
Copy link
Contributor

Issue

  • We change from using docker-compose command(v1) to docker compose command(v2 - rewritten by Go). But it seems it does not work properly. Sometimes it does not recognize environment variables, then it just uses the default value and breaks our workflow.

For example, it sets the wrong image name:
_352__Remove_the_deprecated_desired_capabilities_from_capybara_config·_nimblehq_rails-templates_c6308ed

Expected

We might need to revert back to using docker-compose command. I try reverting in the EWA project and it works perfectly

Steps to reproduce

  1. This workflow failed: https://github.com/nimblehq/rails-templates/runs/7803426993?check_suite_focus=true
@sanG-github sanG-github self-assigned this Jan 11, 2024
sanG-github added a commit that referenced this issue Jan 25, 2024
sanG-github added a commit that referenced this issue Jan 25, 2024
sanG-github added a commit that referenced this issue Jan 25, 2024
sanG-github added a commit that referenced this issue Jan 25, 2024
sanG-github added a commit that referenced this issue Jan 25, 2024
sanG-github added a commit that referenced this issue Jan 26, 2024
sanG-github added a commit that referenced this issue Jan 26, 2024
sanG-github added a commit that referenced this issue Jan 26, 2024
sanG-github added a commit that referenced this issue Mar 13, 2024
debug

debug

Add log
github-merge-queue bot pushed a commit that referenced this issue Apr 11, 2024
* [#357] Use docker compose v2

debug

debug

Add log

* Update APP_NAME

* Update container name

Update container name

Update container name

* Update container name

* Replace app name with hyphen

* Use CONTAINERIZED_APP_NAME

* Update docker image name

* Update docker image

* Update APP NAME and using CONTAINERIZED_APP_NAME for testing

* Use `eslint.config.mjs` instead of oudated `.eslintignore`

* Use `ignores` key instead

* Use `APP_NAME` inside docker image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants