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

Build: Simplify Docker layout, fix Envoy, and upgrade tests #2774

Merged
merged 8 commits into from
Aug 18, 2024

Commits on Aug 17, 2024

  1. Build: Simplify Docker layout and fix Envoy

    It seems the Envoy apts have gone missing breaking out build, so instead of relying on the install let's docker compose their image as a proxy against the Redis supervisor instance as a simpler and faster-to-start setup that also works.
    
    This rearranged some things to simplify the Docker story overall. A move to AzDO or just GitHub builds would simplify everything further, but we need to figure out Windows testing against a Docker setup in CI.
    NickCraver committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    f4b7800 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1c7640 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42f6139 View commit details
    Browse the repository at this point in the history
  4. Fix Redis docker bits

    NickCraver committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    2e8e755 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c6b69f View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Configuration menu
    Copy the full SHA
    1893d7c View commit details
    Browse the repository at this point in the history
  2. Use buildkit

    NickCraver committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    7ceb9e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f5545b View commit details
    Browse the repository at this point in the history