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

Conversation

goller
Copy link
Collaborator

@goller goller commented Mar 7, 2024

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.

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>
Signed-off-by: Chris Goller <goller@gmail.com>
Signed-off-by: Chris Goller <goller@gmail.com>
Signed-off-by: Chris Goller <goller@gmail.com>
@goller goller merged commit 9d3911c into main Mar 7, 2024
6 checks passed
@goller goller deleted the feat/pull-all-bake-targets branch March 7, 2024 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant