Skip to content

Commit

Permalink
Remove stargz from builder bob
Browse files Browse the repository at this point in the history
  • Loading branch information
Furisto committed Apr 26, 2022
1 parent db903d8 commit 9c0c6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/image-builder-bob/pkg/builder/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func buildImage(ctx context.Context, contextDir, dockerfile, authLayer, target s
// "--debug",
"build",
"--progress=plain",
"--output=type=image,name=" + target + ",push=true,oci-mediatypes=true,compression=estargz,force-compression=true",
"--output=type=image,name=" + target + ",push=true,oci-mediatypes=true",
//"--export-cache=type=inline",
"--local=context=" + contextdir,
//"--export-cache=type=registry,ref=" + target + "-cache",
Expand Down

0 comments on commit 9c0c6ae

Please sign in to comment.