Skip to content

Commit

Permalink
fix: umoci: update to get tar writing fix
Browse files Browse the repository at this point in the history
move umoci version to the commit with the fix for correctly closing
tarwriter in all cases, avoiding creation of layers that make gnu tar sad.

Signed-off-by: Michael McCracken <[email protected]>
  • Loading branch information
mikemccracken committed Feb 27, 2024
1 parent da5e3c8 commit 631c03c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,6 @@ require (
)

replace (
github.com/opencontainers/umoci => github.com/project-stacker/umoci v0.0.0-20240122204034-cb3aca58b2ec
github.com/opencontainers/umoci => github.com/project-stacker/umoci v0.0.0-20240223003603-555a0af426e1
stackerbuild.io/stacker-bom => github.com/project-stacker/stacker-bom v0.0.6-0.20240222002634-6fc173d9a3ba
)
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -801,6 +801,7 @@ github.com/project-stacker/stacker-bom v0.0.6-0.20240222002634-6fc173d9a3ba h1:3
github.com/project-stacker/stacker-bom v0.0.6-0.20240222002634-6fc173d9a3ba/go.mod h1:Z6NhOFXmg2+eBNU77lGAZkiJWyATXix3ZdEJ53Gbkws=
github.com/project-stacker/umoci v0.0.0-20240122204034-cb3aca58b2ec h1:59Z20xRtwyzB7D/CRsueFkrIT1vJwWVtMe0riQb3kiE=
github.com/project-stacker/umoci v0.0.0-20240122204034-cb3aca58b2ec/go.mod h1:XUXUpCpA/Y8aJWezK1i8o4WDR0Y/vhMcWg+FUNQkKMQ=
github.com/project-stacker/umoci v0.0.0-20240223003603-555a0af426e1/go.mod h1:XUXUpCpA/Y8aJWezK1i8o4WDR0Y/vhMcWg+FUNQkKMQ=
github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw=
github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo=
github.com/prometheus/client_golang v1.4.0/go.mod h1:e9GMxYsXl05ICDXkRhurwBS4Q3OK1iX/F2sw+iXX5zU=
Expand Down

0 comments on commit 631c03c

Please sign in to comment.