moby/builder
Paweł Gronowski 54a125f677
builder-next/prune: Handle "until" filter timestamps
Fixes `docker system prune --filter until=<timestamp>`.
`docker system prune` claims to support "until" filter for timestamps,
but it doesn't work because builder "until" filter only supports
duration.
Use the same filter parsing logic and then convert the timestamp to a
relative "keep-duration" supported by buildkit.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2023-04-20 21:20:32 +02:00
..
builder-next builder-next/prune: Handle "until" filter timestamps 2023-04-20 21:20:32 +02:00
dockerfile images: Pass context to commit related operations 2023-01-18 12:23:32 +01:00
remotecontext builder/remotecontext/git: use strings.Cut() 2022-12-21 11:09:00 +01:00
builder.go images: Pass context to commit related operations 2023-01-18 12:23:32 +01:00