7 Commits

Author SHA1 Message Date
CrazyMax
ed706b60ad switch to go.podman.io/image/v5 2025-09-13 19:47:16 +02:00
Ian Fijolek
5983df6491 Fix linter
Updates golangci-lint and updates to the correct config format.

Also renames some unused parameters to `_` to appese `revive`.
2023-12-13 15:13:40 -08:00
CrazyMax
faeb950fff Fix latest for "image list" command 2023-09-23 19:28:58 +02:00
CrazyMax
f7bb36d46f chore: use errors.Errorf 2023-09-16 12:36:35 +02:00
CrazyMax
24bc0548e0 chore: use typed error and fix missing wraps 2023-09-16 11:47:53 +02:00
CrazyMax
d5b3a9190a Add image prune command (#519)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-12-12 19:37:40 +01:00
CrazyMax
1115234010 Add CLI to interact with Diun through gRPC (#382)
Add simple CLI to interact with Diun through gRPC
Create image and notif proto services
Compile and validate protos through a dedicated Dockerfile and bake target
Implement proto definitions
Move server as `serve` command
New commands `image` and `notif`
Refactor command line usage doc
Better CLI error handling
Tools build constraint to manage tools deps through go modules
Add upgrade notes

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-05-26 18:18:10 +02:00