Skip to content

Commit

Permalink
newline
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Abro <[email protected]>
  • Loading branch information
AustinAbro321 committed Jan 13, 2025
1 parent 93fa2c2 commit bd40aaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/internal/packager/images/pull.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ func Pull(ctx context.Context, cfg PullConfig) (map[transform.Image]v1.Image, er

// Use unbuffered opener to avoid OOM Kill issues https://github.com/zarf-dev/zarf/issues/1214.
// This will also take forever to load large images.

img, err = daemon.Image(reference, daemon.WithUnbufferedOpener(), daemon.WithClient(cli))
if err != nil {
return fmt.Errorf("failed to load from docker daemon: %w", err)
Expand Down

0 comments on commit bd40aaf

Please sign in to comment.