containerd / overlaybd

Overlaybd: a block based remote image format. The storage backend of containerd/accelerated-container-image.
Apache License 2.0
259 stars 58 forks source link

ZFile compress not work in overlaybd-merge #348

Closed BigVan closed 2 months ago

BigVan commented 2 months ago

What happened in your environment?

ubuntu 22.04

What did you expect to happen?

Overlaybd-merge should deflate the flattened layer by ZFile compressor. However it doesn't work by default, and it will lead to a crash when setting the option '--compress'

How can we reproduce it?

./overlaybd-merge --compress

What is the version of your Overlaybd?

a117098

What is your OS environment?

ubuntu 22.04

Are you willing to submit PRs to fix it?