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

Unroot docker examples and fix stdout permissions in container #11523

Merged
merged 18 commits into from
Jun 28, 2020

Commits on Jun 27, 2020

  1. Switch port 80 -> 8000 in example/cors

    Signed-off-by: Ryan Northey <ryan@synca.io>
    phlax committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    311e21c View commit details
    Browse the repository at this point in the history
  2. Switch port 80 -> 8000 example/csrf

    Signed-off-by: Ryan Northey <ryan@synca.io>
    phlax committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    d0733aa View commit details
    Browse the repository at this point in the history
  3. Switch port 80 -> 8000 example/front-proxy

    Signed-off-by: Ryan Northey <ryan@synca.io>
    phlax committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    2e2ef2e View commit details
    Browse the repository at this point in the history
  4. Switch port 80 -> 8000 example/jaeger-native-tracing

    Signed-off-by: Ryan Northey <ryan@synca.io>
    phlax committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    5a5a75b View commit details
    Browse the repository at this point in the history
  5. Switch port 80 -> 8000 example/jaeger-tracing

    Signed-off-by: Ryan Northey <ryan@synca.io>
    phlax committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    dbe547d View commit details
    Browse the repository at this point in the history
  6. Set ENVOY_UID=0 in example/load-reporting-service

    Signed-off-by: Ryan Northey <ryan@synca.io>
    phlax committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    5685ce5 View commit details
    Browse the repository at this point in the history
  7. Switch port 80 -> 8000 example/lua

    Signed-off-by: Ryan Northey <ryan@synca.io>
    phlax committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    f70bb06 View commit details
    Browse the repository at this point in the history
  8. Switch port 80 -> 8000 example/zipkin-tracing

    Signed-off-by: Ryan Northey <ryan@synca.io>
    phlax committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    285db87 View commit details
    Browse the repository at this point in the history
  9. Switch port 80 -> 8000 cors sandbox docs

    Signed-off-by: Ryan Northey <ryan@synca.io>
    phlax committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    6a6131e View commit details
    Browse the repository at this point in the history
  10. Switch port 80 -> 8000 csrf sandbox docs

    Signed-off-by: Ryan Northey <ryan@synca.io>
    phlax committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    e4f98f0 View commit details
    Browse the repository at this point in the history
  11. Switch port 80 -> 8000 front_proxy sandbox docs

    Signed-off-by: Ryan Northey <ryan@synca.io>
    phlax committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    5585744 View commit details
    Browse the repository at this point in the history
  12. Switch port 80 -> 8000 jaeger_native_tracing sandbox docs

    Signed-off-by: Ryan Northey <ryan@synca.io>
    phlax committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    3fbaf2a View commit details
    Browse the repository at this point in the history
  13. Switch port 80 -> 8000 jaeger_tracing sandbox docs

    Signed-off-by: Ryan Northey <ryan@synca.io>
    phlax committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    db12919 View commit details
    Browse the repository at this point in the history
  14. Switch port 80 -> 8000 lua sandbox docs

    Signed-off-by: Ryan Northey <ryan@synca.io>
    phlax committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    7c41831 View commit details
    Browse the repository at this point in the history
  15. Switch port 80 -> 8000 zipkin_tracing sandbox docs

    Signed-off-by: Ryan Northey <ryan@synca.io>
    phlax committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    cf70e4f View commit details
    Browse the repository at this point in the history
  16. Add documentation regarding uid/gid in docker container

    Signed-off-by: Ryan Northey <ryan@synca.io>
    phlax committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    083ea61 View commit details
    Browse the repository at this point in the history
  17. Fix stdout/stderr permissions in docker container

    Signed-off-by: Ryan Northey <ryan@synca.io>
    phlax committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    521eaae View commit details
    Browse the repository at this point in the history
  18. Remove ENVOY_UID=0 from fault-injection example

    Signed-off-by: Ryan Northey <ryan@synca.io>
    phlax committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    6d80371 View commit details
    Browse the repository at this point in the history