Drop imgworker client

Cleanup code which allows to extract images in a privileged way. the
containerd way supersedes it.
This commit is contained in:
Ettore Di Giacinto
2021-10-14 22:05:30 +02:00
parent 9c19a7ec35
commit 6ea05e59ea
9 changed files with 11 additions and 538 deletions

View File

@@ -84,7 +84,7 @@ func NewUnpackCommand() *cobra.Command {
os.Exit(1)
}
Info(fmt.Sprintf("Pulled: %s %s", info.Target.Digest, info.Name))
Info(fmt.Sprintf("Size: %s", units.BytesSize(float64(info.ContentSize))))
Info(fmt.Sprintf("Size: %s", units.BytesSize(float64(info.Target.Size))))
},
}