inspect: display builder features

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-05-30 20:38:14 +02:00
committed by CrazyMax
parent a906149930
commit 6c9436fbd5
3 changed files with 23 additions and 3 deletions

View File

@ -5,7 +5,7 @@ type Feature string
const OCIExporter Feature = "OCI exporter"
const DockerExporter Feature = "Docker exporter"
const CacheExport Feature = "cache export"
const MultiPlatform Feature = "multiple platforms"
const CacheExport Feature = "Cache export"
const MultiPlatform Feature = "Multiple platforms"
const HistoryAPI Feature = "history api"
const HistoryAPI Feature = "History API"