Skip to content

Commit

Permalink
Merge pull request #221 from loheagn/fix-image-convert-fs-version-0.3
Browse files Browse the repository at this point in the history
Fix the annotation error of the converted bootstrap layer
  • Loading branch information
changweige authored Oct 20, 2022
2 parents 5316062 + 7965862 commit 8565357
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/converter/convert_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,7 @@ func convertManifest(ctx context.Context, cs content.Store, newDesc *ocispec.Des
BuilderPath: opt.BuilderPath,
WorkDir: opt.WorkDir,
ChunkDictPath: opt.ChunkDictPath,
FsVersion: opt.FsVersion,
WithTar: true,
})
if err != nil {
Expand Down

0 comments on commit 8565357

Please sign in to comment.