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

GODRIVER-2924 Add docker file support #352

Merged
merged 46 commits into from
Sep 29, 2023

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    a5d25c4 View commit details
    Browse the repository at this point in the history
  2. add evg test

    blink1073 committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    a4041ba View commit details
    Browse the repository at this point in the history
  3. fix syntax

    blink1073 committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    f7d10d5 View commit details
    Browse the repository at this point in the history
  4. add to build variant

    blink1073 committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    aba0d92 View commit details
    Browse the repository at this point in the history
  5. cleanup

    blink1073 committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    18a1b1f View commit details
    Browse the repository at this point in the history
  6. fix orch file

    blink1073 committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    4a247e2 View commit details
    Browse the repository at this point in the history
  7. remove interactive flag

    blink1073 committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    1b604c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. clean up and add oidc test

    blink1073 committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    4bc01ab View commit details
    Browse the repository at this point in the history
  2. fix handling of tty

    blink1073 committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    d70f0f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. update readme

    blink1073 committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    61b03f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. enforce bash

    blink1073 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    66a4d53 View commit details
    Browse the repository at this point in the history
  2. fix handling of python3

    blink1073 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    e6d336e View commit details
    Browse the repository at this point in the history
  3. try again

    blink1073 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    bfb9eca View commit details
    Browse the repository at this point in the history
  4. cleanup

    blink1073 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    d8eba1c View commit details
    Browse the repository at this point in the history
  5. Update .evergreen/run-orchestration.sh

    Co-authored-by: Ezra Chung <88335979+eramongodb@users.noreply.github.com>
    blink1073 and eramongodb authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    b6df968 View commit details
    Browse the repository at this point in the history
  6. address review

    blink1073 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    0b009e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    1e19b39 View commit details
    Browse the repository at this point in the history
  2. use explicit binary root

    blink1073 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    073c601 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d60a85c View commit details
    Browse the repository at this point in the history
  4. fix echo

    blink1073 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    b16429b View commit details
    Browse the repository at this point in the history
  5. fix test file handling

    blink1073 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    0feea83 View commit details
    Browse the repository at this point in the history
  6. try again

    blink1073 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    e0db6ab View commit details
    Browse the repository at this point in the history
  7. try again

    blink1073 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    62006d9 View commit details
    Browse the repository at this point in the history
  8. more oidc debug

    blink1073 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    e21f839 View commit details
    Browse the repository at this point in the history
  9. fix syntax

    blink1073 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    673cdb4 View commit details
    Browse the repository at this point in the history
  10. fix unbound

    blink1073 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    fd0a8f9 View commit details
    Browse the repository at this point in the history
  11. fix script

    blink1073 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    2102924 View commit details
    Browse the repository at this point in the history
  12. more oidc fixes

    blink1073 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    24de91d View commit details
    Browse the repository at this point in the history
  13. more oidc fixes

    blink1073 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    651c1f3 View commit details
    Browse the repository at this point in the history
  14. update permissions handling

    blink1073 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    1583ea4 View commit details
    Browse the repository at this point in the history
  15. remove popd

    blink1073 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    92a8b0b View commit details
    Browse the repository at this point in the history
  16. fix entry point usage

    blink1073 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    ca7bef9 View commit details
    Browse the repository at this point in the history
  17. better test

    blink1073 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    60d8a82 View commit details
    Browse the repository at this point in the history
  18. add missing file

    blink1073 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    32d6f9a View commit details
    Browse the repository at this point in the history
  19. Update .evergreen/auth_oidc/start_local_server.sh

    Co-authored-by: Ezra Chung <88335979+eramongodb@users.noreply.github.com>
    blink1073 and eramongodb authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    f99efce View commit details
    Browse the repository at this point in the history
  20. Update .evergreen/start-orchestration.sh

    Co-authored-by: Ezra Chung <88335979+eramongodb@users.noreply.github.com>
    blink1073 and eramongodb authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    8e096b2 View commit details
    Browse the repository at this point in the history
  21. Update .evergreen/run-orchestration.sh

    Co-authored-by: Ezra Chung <88335979+eramongodb@users.noreply.github.com>
    blink1073 and eramongodb authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    6337e16 View commit details
    Browse the repository at this point in the history
  22. Update .evergreen/docker/ubuntu20.04/base-entrypoint.sh

    Co-authored-by: Ezra Chung <88335979+eramongodb@users.noreply.github.com>
    blink1073 and eramongodb authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    3d36032 View commit details
    Browse the repository at this point in the history
  23. address review

    blink1073 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    c31bb8a View commit details
    Browse the repository at this point in the history
  24. fix mo-expansion.sh

    blink1073 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    d834893 View commit details
    Browse the repository at this point in the history
  25. syntax

    blink1073 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    6be304c View commit details
    Browse the repository at this point in the history
  26. fix test entry point

    blink1073 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    2e783c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Update .evergreen/config.yml

    Co-authored-by: Ezra Chung <88335979+eramongodb@users.noreply.github.com>
    blink1073 and eramongodb authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    b16351f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb9d951 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Update .evergreen/run-orchestration.sh

    Co-authored-by: Ezra Chung <88335979+eramongodb@users.noreply.github.com>
    blink1073 and eramongodb authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    1df9cb3 View commit details
    Browse the repository at this point in the history
  2. Update .evergreen/run-orchestration.sh

    Co-authored-by: Ezra Chung <88335979+eramongodb@users.noreply.github.com>
    blink1073 and eramongodb authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    5c9047e View commit details
    Browse the repository at this point in the history