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

Run dockerfile commands with correct user. #12579

Merged
merged 27 commits into from
Oct 22, 2019
Merged

Commits on Sep 26, 2019

  1. tmp

    EnTeQuAk committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    6412631 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. Run dockerfile commands with correct user.

    This updates various things…
    
    * Remove the default usage of `USER` in the Dockerfile as this may
      be too restrictive for daily usage
    * Use `gosu` and update the entrypoint to fix permissions and drop
      properly into the `olympia` user
    * Use `docker-compose run` to actually make sure the entrypoint is run
    correctly which isn't the case when using `exec`
    
    Fixes #12366
    EnTeQuAk committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    ff10060 View commit details
    Browse the repository at this point in the history
  2. Correct if statement

    EnTeQuAk committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    747a477 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bc7fc3 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

  1. Configuration menu
    Copy the full SHA
    b9fb5b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. Configuration menu
    Copy the full SHA
    b60b532 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dd8fdb View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. Merge branch '12366-fix-docker-builds' of github.com:mozilla/addons-s…

    …erver into 12366-fix-docker-builds
    EnTeQuAk committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    a405386 View commit details
    Browse the repository at this point in the history
  2. Merge branch '12366-fix-docker-builds' of github.com:mozilla/addons-s…

    …erver into 12366-fix-docker-builds
    EnTeQuAk committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    cd3fb54 View commit details
    Browse the repository at this point in the history
  3. Small cleanup

    EnTeQuAk committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    1166098 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. Merge branch '12366-fix-docker-builds' of github.com:mozilla/addons-s…

    …erver into 12366-fix-docker-builds
    EnTeQuAk committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    b32f01b View commit details
    Browse the repository at this point in the history
  2. Add docs

    EnTeQuAk committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    81e69d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8644f3 View commit details
    Browse the repository at this point in the history
  4. Fix comment

    EnTeQuAk committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    23e8588 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. Configuration menu
    Copy the full SHA
    c327835 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. Add 'rootshell' command

    EnTeQuAk committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    70c6954 View commit details
    Browse the repository at this point in the history
  2. Build circleci for local dev

    EnTeQuAk committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    612846f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56c10f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebde18b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f42bf1 View commit details
    Browse the repository at this point in the history
  6. Small cleanups

    EnTeQuAk committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    24214fa View commit details
    Browse the repository at this point in the history
  7. Build our test branch

    EnTeQuAk committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    7efd7b1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2138430 View commit details
    Browse the repository at this point in the history
  9. Merge branch '12366-fix-docker-builds' of github.com:mozilla/addons-s…

    …erver into 12366-fix-docker-builds
    EnTeQuAk committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    f3efb69 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    aa22fb0 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Cleanup

    EnTeQuAk committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    853a6da View commit details
    Browse the repository at this point in the history
  2. Revert back to :latest tag

    EnTeQuAk committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    ef54110 View commit details
    Browse the repository at this point in the history