mirror of
https://github.com/mudler/luet.git
synced 2025-09-01 07:09:13 +00:00
Drop imgworker client
Cleanup code which allows to extract images in a privileged way. the containerd way supersedes it.
This commit is contained in:
@@ -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))))
|
||||
},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user