mirror of
https://github.com/mudler/luet.git
synced 2025-07-30 22:45:29 +00:00
Disable buffer on docker remote
This causes to load otherwise the full tarball into memory
This commit is contained in:
parent
f6bb7a9405
commit
144c409908
@ -144,7 +144,7 @@ func (s *SimpleDocker) ImageReference(a string) (v1.Image, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
img, err := daemon.Image(ref)
|
||||
img, err := daemon.Image(ref, daemon.WithUnbufferedOpener())
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user