mirror of
https://github.com/moby/buildkit.git
synced 2026-08-09 09:11:45 +00:00
Updates the field names for source policies to be a little less confusing: `Source` -> `Selector`, `Destination` -> `Updates`. Also collapse `Type` into the `Identifier` which matches how the rest of buildkit works and greatly simplifies matching.. and generally makes it so the policy engine doesn't need to care about schemes. Signed-off-by: Brian Goff <cpuguy83@gmail.com>