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: pull all bake targets by default #256

Merged
merged 4 commits into from
Mar 7, 2024
Merged

Commits on Mar 7, 2024

  1. feat: pull all bake targets by default

    Previously, only a single named bake target would be pulled.
    This was awkward as one would need to know all targets and then loop.
    
    Now, depot pull will download all targets simultaneously by default.
    
    The names of the targets should correspond to those used by docker compose
    and therefore one should be able to immediately run `docker compose up`.
    
    The `--target` option for depot pull has been changed to accept more
    than one string and now acts like a filter for the bake images to download.
    
    Signed-off-by: Chris Goller <goller@gmail.com>
    goller committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    957732d View commit details
    Browse the repository at this point in the history
  2. feat(pull): add helpful errors when pulling builds that were not saved

    Signed-off-by: Chris Goller <goller@gmail.com>
    goller committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e2445b1 View commit details
    Browse the repository at this point in the history
  3. fix(pull): update formatting for command help

    Signed-off-by: Chris Goller <goller@gmail.com>
    goller committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    61394cf View commit details
    Browse the repository at this point in the history
  4. feat(pull): error if specified target does not exist

    Signed-off-by: Chris Goller <goller@gmail.com>
    goller committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    ee9ded6 View commit details
    Browse the repository at this point in the history