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

Use the docker-compose-plugin via 'docker compose' instead of 'docker-compose' #975

Merged
merged 14 commits into from
Jul 4, 2024

Commits on Jun 13, 2024

  1. Replace 'docker-compose' with the docker-compose-plugin

    These changes include updates to the docker compose related
    code and tests.
    
    Install compose as plugin on linux
    
    Simplify compose install
    
    clean class compose_spec.rb
    
    Fix linting issue
    
    Since all usage of dockercompose is now replaced by docker, this line can be removed
    
    Fix syntax and indentation
    
    Use the package resource directly
    davidphay authored and nathanlcarlson committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c50b01b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48568ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    446337c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    daa08de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3938ea8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    54c185a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    88812a8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d1cc5cb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4add8a3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5f557cf View commit details
    Browse the repository at this point in the history
  11. Revise fail messages

    nathanlcarlson committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    1a540d1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    85f6ccd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    053c64e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e7bce6a View commit details
    Browse the repository at this point in the history