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

feat: add experimental proxy command #296

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

feat: add experimental proxy command #296

wants to merge 3 commits into from

Commits on Aug 8, 2024

  1. feat: add experimental proxy command

    The new proxy command will start a layer 7
    remote buildkit proxy and execute a command
    in its context.
    
    Example:
    
    ```sh
    depot proxy buildctl build --local context=. --local dockerfile=.  --opt filename=./Dockerfile --frontend dockerfile.v0
    ```
    
    Signed-off-by: Chris Goller <[email protected]>
    goller committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    5e22a2d View commit details
    Browse the repository at this point in the history
  2. feat: print proxy address

    Signed-off-by: Chris Goller <[email protected]>
    goller committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    0776051 View commit details
    Browse the repository at this point in the history
  3. feat: clear exporters

    Signed-off-by: Chris Goller <[email protected]>
    goller committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    cb3f1ec View commit details
    Browse the repository at this point in the history