Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | builder: Add support for builder prune | Aditya Rajan | 2021-10-12 |
| | | | | | | | | | | | | | | Docker has support for docker builder prune and docker builder build This patch will add a hidden command to support scripts using this syntax. We don't want to encourage this deviation. Add podman build prune to implement docker builder prune functionality. Co-authored-by: Daniel J Walsh <dwalsh@redhat.com> Signed-off-by: Aditya Rajan <arajan@redhat.com> | ||
* | Alias build to buildx, so it won't fail | Daniel J Walsh | 2021-08-09 |
Add hidden --load and --progress flag as well. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> |